@import url(base.css);
/* Default Stylesheet */
.HideFromScreen {
  position: absolute;
  left: -10000px;
}
.clear {
  clear: both;
}

html {
  color: #666;
  background: #fff url(images/page_bg_small.jpg) repeat-x 0 0;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
  background: url(images/border_small.png) no-repeat 50% 38px;
  min-height: 100%;
  position: relative;
}
* html body {
	height: 100%;
}

a img {
  border: 0;
}


/* Main Containers */
div {
  margin: 0;
  padding: 0;
}
div#wrapper {
    background-color: #fff;
  	width: 1000px;
  	margin: 0 auto;
  	text-align: left;
  	position: relative;
  	padding-bottom: 250px;
}
div#wrapperfooter {
	background: url(images/footer_bg.png) repeat-x 0 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 193px;
	text-align: center;
}

/* Header */
div#header {
    background: url(images/nav_bg.png) repeat-x 0 0;
    padding-top: 38px;
}

div#firstcontact {
	position: absolute;
	left: 22px;
	top: 13px;
	font-size: 0.75em;
	font-weight: bold;
	color: #2CA4A4;
}
div#firstcontact a {
	color: #2CA4A4;
	padding-left: 20px;
	background: url(images/morearrow.png) no-repeat 5px -38px;
}
div#firstcontact a:hover {
	color: #f60;
	background-position: 5px 1px;
}

div#welcome {
	position: absolute;
	right: 1px;
	top: 38px;
	padding: 0 74px 0 0;
	background: url(images/la_welcome_bar_right.png) no-repeat 100% 100%;
}
div#welcome p {
	color: #fff;
	margin: 0;
	line-height: 20px;
	padding: 5px 10px 10px 10px;
}

div#welcome div.inner {
	height: 35px;
	padding-left: 10px;
	background: url(images/la_welcome_bar_left.png) no-repeat 0 100%;
}

* html div#welcome {
	top: 38px;
}

* html div#welcome div.inner {
	width: 500px;
	padding: 0;
}
div#welcome span {
	font-weight: normal;
}
div#welcome a {
	color: #fff;
	padding-left: 10px;
	margin-left: 10px;
}
div#welcome a:hover {
	color: #222;
}

div#banner {
	position: relative;
    background-color: #fff;
	padding-left: 1px;
}
div#banner a {
  position: absolute;
  top: -38px;
  left: 20px;
}
* html div#banner a {
  position: absolute;
  top: -38px;
  left: -978px;
}

div#banner img {
  float: left;
}
div#bannerimage,
div#homepage_slideshow {
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
	width: 760px;
	height: 190px;
}

/* Footer */
div#footer {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

div#footer a {
	  color: #fafafa;
}
div#footer a:hover {
	text-decoration: underline;
}
div#footer ul {
    margin: 0;
  padding: 0;
}
div#footer li {
  list-style-type: none;
  padding: 0 0 0 6px;
  margin: 0;
    color: #fff;
}
div#footer li.second {
  padding-left: 0;
  background: none;
}
div#footer li.mainpages { display: none; } 

div#footer li a {
  display: block;
  text-decoration: none;
    padding: 0;
    font-size: 0.9em;
    font-weight: normal;
    color: #fff;
}


div#footer p {
  clear: both;
  padding: 0 8px;
  margin: 2px 0;
  color: #fafafa;
    font-size: 0.6875em;
}
div#footer address {
  	display: none;
  	padding: 2px 8px 0 8px;
    font-size: 0.6875em;
    font-style: normal;
  color: #fafafa;
  clear: both;
}
div#footer address span.postcode {
}
div#footer p#telephone, 
div#footer p#mobile,
div#footer p#email,
div#footer p#fax {
	display: none;
}

div#footer p#designedby {
	position: absolute;
	bottom: 7px;
	right: 50px;
	margin-top: -18px;
    padding: 0 150px 2px 8px;
	font-size: 0.6em;
}
div#footer p#copyright {
	position: absolute;
	bottom: 7px;
	left: 50px;
	text-align: left;
	padding-left: 130px;
}

/********************************** Footer SiteMap **********************************/

div#FooterIncludes {
	overflow: hidden;
	margin: 0 0 20px 0;
}

div#FooterLeft {
	float: left;
	width: 225px;
	margin: 30px 0 15px 0;
	text-align: left;
	padding: 0 5px 10px 105px;
}

div#FooterMiddle {
	float: left;
	width: 355px;
	text-align: left;
	margin: 30px 0 15px 0;
	padding: 0 30px 10px 40px;
	border-right: 1px dashed #999;
	border-left: 1px dashed #999;
	min-height: 120px;
}

div#FooterRight {
	float: right;
	width: 200px;
	text-align: left;
	margin: 30px 0 15px 0;
	padding: 0 10px 10px 5px;
}

div#FooterLeft p,
div#FooterMiddle p,
div#FooterRight p {
	text-align: left;
	padding: 0;
	color: #fafafa;
}

div#FooterLeft h1,
div#FooterMiddle h1,
div#FooterRight h1 {
	font-size: 1.5em;
	text-transform: lowercase;
	color: #fafafa;
	padding-bottom: 5px;
}
div#FooterLeft h2,
div#FooterMiddle h2,
div#FooterRight h2 {
	font-size: 1.45em;
	line-height: 1.1em;
	font-style: normal;
	text-transform: lowercase;
	color: #fafafa;
	padding-bottom: 3px;
	padding-top: 0;
}

div#FooterMiddle a.more-link {
	background-image: none;
	text-align: left;
	float: left;
}

* html div#FooterLeft {
	margin-left: -5px;
	height: 200px;
}
* html div#FooterIncludes,
* html div#FooterMiddle,
* html div#FooterRight {
}


/* in-page Search */
div#search {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 185px;
  padding-left: 2px;
  padding-top: 3px;
  height: 24px;
  background: transparent url(images/searchbubble.png) no-repeat right 0;
}
div#search label { 
	display: block;
	float: left;
	width: 0;
	padding: 0 0 0 23px;
	height: 17px;
	overflow: hidden;
}
div#search form, div#search p {
	margin: 0;
	padding: 0;
}
div#search input {
	display: block;
	float: left;
	font-size: 0.875em;
	margin: 0 0 0 10px;
	padding: 0;
	color: #333;
	border: 0;
	background-color: #fff;
	line-height: 15px;
  text-transform: capitalize;
}
div#search input#searchbox {
	width: 140px;
	height: 15px;
}
div#search input.pagesearchbutton {
	display: none;
}
/* Section */
div#section {
	background: url(images/section_bg.jpg) repeat-x 0 0;
}

/* content */
div#content {
}

div#content ul {
	margin-left: 1em;
	padding-left: 0;
}


/* article */
div#article {
	float: right;
  width: 650px;
  padding: 0 11px 50px 11px;
  min-height: 400px;
}
* html div#article {
  height: 400px;
  padding-top: 50px;
}
div#article div#url dl {
	padding: 0;
}
div#article div#url dl dd {
	padding: 0;
	margin: 0;
}
/**
 *  Blog(calendar) listings
 */

div.blog {
 margin-top: 5px;
}
div.blog h3 {
  font-size: 1.2em;
  clear: both;
  padding: 3px 10px;
  margin-left: -10px;
  margin-right: -10px;
}
div.blog h3.head span {
  font-size: 1em;
  float: right;
  color: #999;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
div.previews {
	margin-top: 4px;
	padding-right: 10px;
}
div.previews h3 {
  font-size: 1em;
  float: none;
  padding: 5px 0 0 0;
  margin: 0;
}
div.previews span.date {
	font-weight: bold;
}
div.previews p {
	font-size: 0.6875em;
}
div.blog p.foot {
  text-align: right;
  margin: 0 0 12px 0;
}
div.blog a.more-link {
	display: block;
}


/* breadcrumb trail */

div#breadcrumbs {
	padding-bottom: 10px;
	position: relative;
	top: -38px;
}
* html div#breadcrumbs {
	position: absolute; 
	top: 128px;
}
div#breadcrumbs ul {
  margin: 0;
  padding: 0;
	overflow: hidden;
}
div#breadcrumbs li {
  float: left;
  list-style: none;
  font-size: 1em;
  height: 38px;
  color: #413f34;
  margin: 0 2px;
  padding: 0;
}
div#breadcrumbs li span {
	display: block;
	height: 19px;
	padding: 9px 18px 10px 20px;
    background: url(images/breadcrumbs_on.png) no-repeat left bottom;
}

div#breadcrumbs li span.thisproduct,
div#breadcrumbs li span.thispage {
	background: url(images/breadcrumbs_on_right.png) no-repeat right bottom;
 	padding: 0 18px 0 0;
    margin: 0;
    height: 38px;
    display: block;
}

div#breadcrumbs li a span {
  background: url(images/breadcrumbs_off.png) no-repeat left bottom;
}

div#breadcrumbs li a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 0 10px 0 0;
  margin: 0;
  background: url(images/breadcrumbs_off_right.png) no-repeat right bottom;
}
* html div#breadcrumbs li a, * html div#breadcrumbs li span {
	float: left;
}
div#breadcrumbs li a:hover {
  color: #ccc;
}





/* Search page */
form#searchform {
  margin: 10px;
}
form#searchform input#q {
  width: 64%;
}
form#searchform input.button {
  width: 32%;
  margin-left: 2%;
}
div#searchnavigation {
  height: 26px;
}
div#searchnavigation div.info {
  float: left;
  font-size: 0.75em;
  padding: 5px 10px;
}
div#searchnavigation div.controls {
  float: right;
  padding: 0 4px;
}
div#searchnavigation div.controls form {
  display: inline;
}


/* Main Navigation */
div#nav {
	position: absolute;
	top: 0;
	left: 280px;
	text-align: center;
    padding: 0;
    margin: 0;
	width: 520px;
	height: 30px;
}
div#nav ul {
	list-style: none;
	position: absolute;
	left: 0;
	top: 6px;
    margin: 0;
    padding: 0;
}
div#nav li {
	float: left;
    margin: 0;
    padding: 0;
	position: relative;
}
div#nav li a {
	float: left;
	padding: 0 0 0 10px;
    margin: 0;
    height: 24px;
	font-size: 1.15em;
	text-align: left;
	font-weight: normal;
	color: #ccc;
	cursor: pointer;
}

div#nav ul li.active a {
	background: #4f4b3d url(images/nav_left_round.png) no-repeat left 50%;
	color: #fff;
}
div#nav li a:hover {
	color: #fff;
	background: #4f4b3d url(images/nav_left_round.png) no-repeat left 50%;
}

div#nav li a span {
    margin: 0;
    display: block;
    height: 21px;
	padding: 3px 10px 0 0;
}
* html div#nav li a span {
	float: left;
}
div#nav ul li.active a span {
	background: url(images/nav_right_round.png) no-repeat right 50%;
}
div#nav li a:hover span {
	background: url(images/nav_right_round.png) no-repeat right 50%;
}




/* aside */
div#aside {
	float: left;
	clear: left;
  width: 280px;
  padding: 10px 0 0 10px;
  min-height: 80px;
}
* html div#aside { height: 80px; }
div#aside h3 a,
div#topsearches h3 {
    display: block;
    margin: 0;
    color: #333;
}
div#aside h3 a:hover {
  color: #666;
}
div#aside p {
	line-height: 1.5em;
}
div#aside a.more-link {
}
div#aside h3, div#aside h2 {
    font-size: 0.875em;
    letter-spacing: 0px;
    line-height: 1em;
    color: #333;
}
div#aside div.navitem {
    padding: 0 0 8px 0;
}



/* Page menu */

div#pagemenu {
	position: relative;
	top: -70px;
	left: 5px;
	padding-right: 10px;
	width: 258px;
	padding-bottom: 20px;
	background: url(images/LA_2nd_level_navigation.png) no-repeat 0 100%;
}

div#pagemenu ul {

}
div#pagemenu li {
	list-style: none;
}
div#pagemenu li a {
	display: block;
	padding: 3px 0 3px 20px;
	font-size: 1.1em;
	line-height: 1.4em;
	color: #454545;
}

div#pagemenu li a:hover {
	color: #997d4e;
}

div#pagemenu li.current a {
	font-weight: bold;
}
div#pagemenu li.current li a {
	font-weight: normal;
}

div#pagemenu li li {
	display: none;
}

div#pagemenu li.active li {
	display: block;
	line-height: 1.5em;
	padding-left: 0;
}


/**** Back Button in Page menu ***/

div#pagemenu ul#backto {
	background: url(images/back_arrow.png) no-repeat 0 2px;
}

div#pagemenu ul#backto:hover {
	background-position: 0 -79px;
}




/* Fitler by Category */

div#picturelinks,
div#productlinks,
div#alphausers,
div#allusers,
div#usersbycategory {
	margin-top: 20px;
	margin-left: 11px;
}
div#productlinks h4,
div#picturelinks h4,
div#alphausers h4,
div#allusers h4,
div#usersbycategory h4 {
	border-bottom: 1px dashed #c4c3c3;
}
div#productlinks li,
div#picturelinks li,
div#usersbycategory li {
	list-style: none;	
}
div#productlinks li.active a,
div#picturelinks li.active a,
div#usersbycategory li.active a,
div#usersbycategory li a span.qty {
	font-weight: bold;
	color: #58523f; 
}


/* Pages */
div#pages {
	margin-top: 10px;
}

/* Files */
div#files {
  margin-top: 8px;
}
div#files ul {
  margin: 0;
  padding: 0;
}
div#files ul a {
  display: block;
  text-decoration: none;
}
div#files ul a:hover {
}
div#files li {
  list-style-type: none;
  margin: 0;
  padding: 3px 0;
}
div#files li.docfile a {
	padding-left: 40px;
	padding-top: 5px;
}

div#files li.docfile {
	height: 30px;
	background: url(images/word-icon.png) no-repeat 0 0;
}

div#files li.pdffile a {
	padding-left: 40px;
	padding-top: 5px;
}

div#files li.pdffile {
	height: 30px;
	background: url(images/pdf-icon.png) no-repeat 0 0;
}

div#files p {
	color: #808080;
}
div#files a.get_adobe_reader {
	padding-left: 170px;
	padding-top: 23px;
	text-decoration: none;
	display: block;
	background: url(images/get_adobe_reader.png) no-repeat 0 0;
}


/* Flash element for homepage */
div.flash {
}
div.flash object a {
  display: block;
  width: 100%;
  line-height: 100px;
  height: 100px;
  text-align: center;
}
div.flash object a img {
  vertical-align: middle;
}

/* General definition list  */
dl {
  padding: 2px 10px;
  margin: 0;
}
dt {
  font-weight: bold;
}
dd {
  padding: 1px 0;
  margin: 0 10px;
}
dd.icons {
  text-align: center;
}


/* Associations */
div.association {
  position: relative;
  padding-bottom: 2px;
}
div.association h3 {
	padding-top: 0;
	padding-bottom: 0;
}

div.association h3 a {
  color: #666;
  font-size: 0.8em;
  text-decoration: none;
}
div.association h3 a:hover {
	color: #2ca4a4;
}
div.association p {
	font-size: 0.8em;
}


/* Two Column Layout */
div.two-cols {
}
div.two-cols div.column {
  float: left;
  width: 275px;
  margin: 0;
  padding-left: 10px;
}
div.two-cols div.left {
  padding-left: 0;
}
div.two-cols div.right {

}
div.two-cols div.column h4 {
	border-bottom: 1px dashed #c4c3c3;
}


/* Three Column Layout */
* html div.three-cols {
	width: 650px;
}
div.three-cols div.column {
  float: left;
  width: 180px;
  min-height: 170px;
  margin: 0;
  padding: 15px 20px 10px 20px;
  border-top: 1px dashed #c4c3c3;
}
* html div.three-cols div.column {
	height: 170px;
	width: 170px;
}
div.three-cols div.column h2 {
	font-size: 1.2em;
}
div#links div.three-cols div.column h2 {
	text-align: center;
}
div.three-cols div.column h2 a {
	color: #58523f;
}
div.three-cols div.column h2 a:hover {
	color: #997d4e;
}

div.three-cols div.left {
  padding-left: 0;
  border-left: none;
  border-right: 1px dashed #c4c3c3;
  min-height: 250px;
}
div.three-cols div.right {
  border-right: none;
}
div.three-cols div.middle {
  border-right: 1px dashed #c4c3c3;
}
div.three-cols div.pic {
  text-align: center;
  padding: 10px 0;
}

/* Four Column Layout */
div.four-cols div.column {
  float: left;
  width: 134px;
  margin: 0;
  padding-left: 8px;
}
div.four-cols div.left {
  padding-left: 0;
}

/* Gallery styles */

#gallery h5 a {
  color: #555;
  letter-spacing: 0px;
}
#gallery ul li p {
  font-size: 0.9em;
  margin: 0;
  padding: 0;
}

/* navitem */
div.navitem {
  position: relative;
}
div.navitem h3 a {
  text-decoration: none;
}
div.imgleft div.left {
  position: absolute;
  left: 0;
}
div.imgleft div.right {
  padding-left: 85px;
  min-height: 40px;
}
* html div.imgleft div.right {
  height: 40px;
}
div.imgright div.right {
  position: absolute;
  right: 0;
}
div.imgright div.left {
  padding-right: 85px;
  min-height: 40px;
}
* html div.imgleft div.left {
  height: 40px;
}

/* Form styles for contact forms */
form#contact { 
  padding: 5px 0;
  color: #666;
}
form#contact input, 
form#contact label,
form#contact select,
form#contact strong,
form#contact span.form_fieldmsg
{
  font-family: georgia, arial, sans-serif;
    font-size: 0.75em;
}
form#contact textarea.form_textarea {
  height: 120px;
  font-family: georgia, arial, sans-serif;
    font-size: 0.75em;
    padding: 3px 5px 5px 1px;
}

form#contact span.form_req { color: red; }
form#contact input.form_text, form#contact textarea.form_textarea {
  width: 320px;
  margin: 2px 0;
}
form#contact label.form_fieldreq, form#contact label.form_field {
  display: block;
  float: left;
  clear: both;
  width: 120px;
  text-align: right;
  padding: 4px 4px 0 0;
}
/* begin IE < 7 doubled float margin bug fix */
* html form#contact label.form_fieldreq, * html form#contact label.form_field {
  display: inline;
}
/* end IE < 7 */

form#contact select {
  margin: 2px 0;
}

form#contact input.form_submit {
  margin: 8px 0 8px 124px;
}



form#contact div.form_ok {
  clear: both;
  border-width: 0 1px;
  border-style: dashed;
  border-color: #fbf8f0;
}
form#contact div.form_alert {
  background: url(images/redarrow.png) no-repeat 4px 50%;
  clear: both;
  border-width: 0 1px;
  border-style: dashed;
  border-color: #999;
}
* html div.form_ok, * html div.form_alert { height: 1px; }
form#contact span.form_fieldmsg {
  display: block;
  text-align: center;
  font-weight: bold;
}
form#contact div.form_submit_box {
	width: 100%;
	border-top: 1px dashed #c4c3c3;
	margin-top: 20px;
	padding-top: 0;
}
/* subpage navigation */
div#subpageheader {
	margin: 10px 0;
	border-top: 1px dashed #c4c3c3;
	border-bottom: 1px dashed #c4c3c3;
}
div#subpageheader ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}
div#subpageheader li {
	margin: 0 8px;
	padding: 5px 20px;
	float: left;
	font-weight: bold;
}
div#subpageheader li.active {
	border-style: dashed;
	border-color: #c4c3c3;
	border-width: 0 1px;
}


/* User account and order history */
div.ordersummary {
	position: relative;
	margin: 10px -10px;
	padding: 5px 10px;
	background: #eee url(images/grad-v.png) repeat-x 0 0;
	border-bottom: 1px solid #ccc;
}
div.ordersummary span.code {
	position: absolute;
	right: 9px;
	top: 0;
	color: #eee;
	font-weight: bold;
	font-family: "Arial Black", "Gadget", sans-serif;
	font-size: 1.8em;
	line-height: 1em;
}
div.ordersummary div.itemisation a img {
	border: 1px solid #2CA4A4;
}
div.ordersummary div.itemisation a:hover img {
	border: 1px solid #F60;
}

/*** Printing and Framing Prices ***/
div#article div.ordertable tr {
	border-bottom: 1px solid red;
}

/**** Order Status Page *****/

div#article h3.otheroptions {
	border-top: 1px dashed #c4c3c3;
	padding-top: 50px;
	font-size: 0.9em;
}

div#article p#ordertotal {
	text-align: right;
	font-weight: bold;
}



