/* ============ elements & gloabal settings ======= */
body {
	padding: 0;
	margin: 0;
	font: 76% arial, helvetica, sans-serif;
	color: #887C61;
	background-color: #FAF5E8;
	padding: 5px;
	scrollbar-track-color: #EDD9AD;
	scrollbar-face-color: #FBF6EA;
	scrollbar-3dlight-color: #D3376B;
	scrollbar-arrow-color: #D3376B;
	scrollbar-base-color: transparent;
	scrollbar-darkshadow-color: #D3376B;
	scrollbar-highlight-color: #FBF6EA;
	scrollbar-shadow-color: #FBF6EA; 
}
/* ------------ relative font sizes --------------- */
select {
	border: 1px solid #ccc;
	background: #FAF5E8; 
	color: #D3376B;
	font-size: 0.9em;
	width: 120px; 
}
h1 {
	font-size: 2.0em; 
}
h2{
	margin-top: 0;
	font-size: 1.8em;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1.0em;
}
p, ol, ul, li {
	font-size: 1.0em;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'trebuchet ms',arial, helvetica, sans-serif;
	color: #d3376b;
}
/* ------------ line heights ---------------------- */
p, .newsbody, li{
	line-height: 1.4em;
}

/* ------------ margins --------------------------- */
h3, h4, h5, h6 {
	margin-bottom: 0.2em;
}
h4.box {
	margin-bottom: 0.6em;
}
h5, h6 {
	margin-bottom: 0;
}
/* adjacent sibling selectors not supported by: 
ie except ie5 (mac)
nn4
opera 3.5 */
h5 + p, h6 + p {
	margin-top: 0;
}
/* ------------ misc elements --------------------- */
address {
	display: inline;
	font-style: normal;
	font-weight: normal;
}
img {
	border: none;
}
img.accessories {
	border: 1px solid #887c61;
	background: #fff;
	padding: 2px;
	float: left;
	margin: 0 10px 10px 0;
}
a:link {
	color: #F06C01;
}
a:visited {
	color: #DBA77D;
}
a:hover {
	color: #000;
}
a:active {
	color: #0f0;
}
label {
	font: bold 0.9em tahoma, verdana, geneva, sans-serif;
}
/* contact page */
div.contact_form {
	width: 250px;
	float: left;
	margin: 0;
	padding: 0;
}
div.contact_form label {
	margin: 0 0 0 10px;
	color: #9D1942;
}
div.contact_form input, div.contact_form textarea {
	width: 226px;
	display: block;
	margin: 3px 0 17px 9px;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}
div.contact_form input.button {
	width: auto;
	display: inline;
}
span.required {
	color: #9c9494;
	font-size: .9em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-left:0.5em;
}
div.contact_maps {
	width: 268px; 
	float: left;
	margin: 0;
	border-width: 0 1px;
	border-style: solid;
	border-color: #ddd;
	padding: 0;
}
div.contact_maps img {
	display: block;
	margin: 10px auto;
}
div.contact_address {
	width: 240px;
	float: left;
	margin: 0;
	padding: 0;
}
div.contact_address table {
	width: 230px;
	margin: 10px 5px 10px 5px;
	border: 1px solid #E07297;
}
div.contact_address table tr th {
	border-bottom: 1px solid #E07297;
	background-color: #F9E3EA;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 6px 0;
	color: #A01A46;
}
div.contact_address table tr td h4 {
	margin: 10px 0 0 10px;
	background: url(../images/bullet_contact.gif) 0 .4em no-repeat;
	padding-left: 9px;
	font-size: 1.1em;
}
div.contact_address table tr td p.address {
	color: #D3376B;
	margin: 0 0 10px 10px;
}
/* ------------ header elements ------------------- */
table td.header {
	background: #d3376b;
	text-align: center;
}
table td.linefade {
	background: #d3376b url( '../images/header_fade_lines.gif' ) no-repeat top left;
}
table div.picfade {
	background: transparent url( '../images/header_fade.gif' ) no-repeat top right;
	text-align: right;
}
table td.lines {
	background: #d3376b url( '../images/header_lines.gif' ) repeat-x top left;
	text-align: right;
}
table td.headernav {
	font: normal 9px arial, helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	vertical-align: bottom;
}
table td.headernav2 {
	font: normal 10px arial, helvetica, sans-serif;
	color: #fff;
	text-align: left;
	text-transform: none;
	vertical-align: middle;
	padding-left: 1em;
}
/*make the anchor slightly bigger size than arrow*/
table td.headernav2 a {
	font-size: 11px;
}
td.headerborder {
	border-right: 1px solid #E27D9F;
}
table td.arrow {
	/*vertical-align: top;*/
	background: #d3376b url(../images/cur_nav_arrow.gif) no-repeat 50% 30%;
}
table td.header a {
	text-decoration: none;
}
table td.header a:link, td.header a:visited {
	color: #fff;
}
table td.header a:hover {
	color: #fc6;
}
table td.header a:active {
	color: #000;
}
table td.header a.cur:link, td.header a.cur:visited {
	color: #ff3;
}
table td.header img {
	display: block;
}
/* ------------ content elements ------------------ */
table.contentcontainer {
	text-align: left;
}
table.contentcontainer td div.content {
	padding: 15px;
}
table.contentcontainer td.contentheader {
	background: #F6EBD2;
	color: #d3376b;
	padding: 10px;
}
table.contentcontainer td.contentheader h3 {
	font-size: 1.2em;
	color: #d3376b;
	display: inline;
}
table.contentcontainer td.contentheader a:link, table.contentcontainer td.contentheader a:visited {
	color: #d3376b;
	text-decoration: none;
}
table.contentcontainer td.contentheader a:hover {
	color: #f9c;
}
table.contentcontainer td.contentheader a:active {
	color: #000;
}
table.contentcontainer td.contentheaderhome {
	background: #fff;
	color: #ff99cc;
	padding: 10px;
	font-size:1.1em;
	letter-spacing: 0.1em;
}
table.contentcontainer {
	background: #d3376b;
	margin: 5px 0;
}
table.contentcontainer td {
	background: #fff;
	padding: 0px; 
}
table.content td {
	/*background: #F6EBD2;*/
	background: #fff;
}
table.homethumb td {
	background: #fff;
	color: #887C61;
	font-size: 0.9em;
}
table.homethumb { 
	margin-bottom: 10px;
}

/*table.content td.homefadepanel {
	background: #F6EBD2 url( '../images/home_content_fade.jpg' ) top left no-repeat !important;
}*/

/* contains sale image */

table.content td.homefadepanel {
	background: #F6EBD2 url( '../images/advert-sep-2009.png' ) top left no-repeat;
} 
#saleBox {
	border: 1px solid red;
	margin:0 0 -4em 18px;
}
#saleBox h2 {
	background-color:#C03;
	color:#fff;
	font-size:1.2em;
	padding:0.2em 0 0.2em 0.2em;
}
#saleBox p {
	margin:-0.5em 0 0.2em 0.5em;
}
table.content td.news {
	padding: 15px;
	background: #F6EBD2;
}
/* ------------ thumbnails on home page ----------- */
table.homethumb td div h4 {
	font-size: 1.1em;
	margin-bottom: 0.2em;
}
table.homethumb td div h4 a {
	text-decoration: none;
}
table.homethumb td div h4 a:link, table.homethumb td div h4 a:visited {
	color: #d3376b;
}
table.homethumb td div h4 a:hover {
	color: #f9c;
	text-decoration: underline;
}
table.homethumb td div h4 a:active {
	color: #000;
}

/* ------------ prod cat intro page --------------- */
table.content td.prodcatintrothumb {
	vertical-align: top;
}
table.content td.prodcatintrothumb div.thumb {
	width: 94px;
	margin: 30px 46px 0 0px;
	border: 1px solid #000;
	background: #fff;
}
table.content td.prodcatintrothumb div.thumb img {
	margin: 2px;
	background: #eee;
	display: block;
}
/* ------------------------------------------------ */
table.content td.prodcatintromenu {
	vertical-align: top;
	padding-right: 50px;
}
table.content td.prodcatintromenu h4 {
	margin: 30px 30px 0 0;
	font-size: 1.5em;
	color: #d3376b;
}
table.content td.prodcatintromenu ul {
	padding-left: 0;
	margin-left: 0;
	margin-top: 10px;
	border-bottom: 1px solid #F1BFD0;
	width: 131px;
	/*list-style-image: url( '../images/list_bullet_arrow2.gif' );*/
}
table.content td.prodcatintromenu ul li {
	list-style: none;
	margin: 0;
	padding: 3px 5px 3px 15px;
	border-top: 1px solid #F1BFD0; 
	background: url(../images/list_bullet_arrow2.gif) no-repeat .2em .7em;
}
table.content td.prodcatintromenu ul li a {
	text-decoration: none;
}
table.content td.prodcatintromenu ul li a:link, table.content td.prodcatintromenu ul li a:visited {
	color: #d3376b;
}
table.content td.prodcatintromenu ul li a:hover {
	color: #f9c;
	text-decoration: underline;
}
table.content td.prodcatintromenu ul li a:active {
	color: #000;
}
/* ------------ prod line page --------------------*/
table.prodL2catcontents {
	width: 745px;
	margin: 0 0 0 15px;
}
table.prodL2catcontents td {
	vertical-align: top;
	border-bottom: 1px solid #f6ebd2;
	padding-bottom: 15px;
}
table.prodL2catcontents td div.thumb {
	width: 94px;
	margin: 10px 10px 0 0;
	border: 1px solid #887C61;
	background: #fff;
}
table.prodL2catcontents td div.thumb img {
	margin: 2px;
	background: #eee;
	display: block;
}
table.prodL2catcontents td h4 {
	margin: 0 0 0.2em 0;
	padding-top: 10px;
	font-size: 1em;
	color: #d3376b;
}
table.prodL2catcontents td h4 a:link, table.prodL2catcontents td h4 a:visited {
	color: #d3376b;
	text-decoration: none;
}
table.prodL2catcontents td h4 a:hover {
	color: #f9c;
	text-decoration: underline;
}
table.prodL2catcontents td h4 a:active {
	color: #000;
	text-decoration: none;
}
table.prodL2catcontents td p {
	font-size: 0.9em;
	color: #887C61;
	line-height: 1.2em;
	margin-top: 0;
}
/*table.prodL2catcontents td.border {
	border-bottom: 1px solid #f6ebd2;
	padding-bottom: 15px;
}*/
table.prodL2catcontents td.spacerh {
	border-right: 15px solid #fff;
}
table.prodL2catcontents td.spacerv {
	padding-top: 5px;
}
table.prodL2catcontents td.narrative {
	width: 169px;
	background: #FAF4E7;
	padding: 15px;
	border-left: 1px solid #d3376b;
	border-bottom: none;
}
table.prodL2catcontents td.narrative h4 {
	font-size: 1.2em;
	color: #d3376b;
	margin: 0 0 0.9em 0;
}
table.prodL2catcontents td.narrative p {
	font-size: 0.9em;
	color: #d3376b;
	margin-top: 0;
}
table.prodL2catcontents td.bottomspacer {
	padding: 7px 0;
	height: 1px;
	font: 1px /1 sans-serif;
	border-bottom: none;
}
/* ------------ prod item page --------------------*/
table.proditem {
	margin: 0 0 0 15px;
}
table.proditem td.spacerv {
	padding-top: 15px;
}
table.proditem td {
	vertical-align: top;
}
table.proditem td.header {
	border-bottom: 1px solid #E8DABB;
	text-align: left;
}
table.proditem td.header h4 {
	font-size: 1.3em;
	color: #d3376b;
	margin: 15px 0 8px 0;
}
table.proditem td.spacerh {
	border-right: 15px solid #fff;
}
table.proditem td.desc {
	color: #887C61;
	font-size: 0.9em;
	padding-left: 15px;
}
table.proditem td img {
	background: #eee;
}
table.proditem td.desc table {
	background: #E8DABB;
	padding-top: 0;
}
table.proditem td.desc div table th {
	background: #F6EBD2;
	color: #d3376b;
	font: bold 0.9em tahoma, verdana, geneva, sans-serif;
	font-weight: bold;
}
table.proditem td.desc div table td {
	background: #fff;
	color: #887C61;
	font-size: 0.8em;
	padding: 2px;
}
table.proditem td.spec {
	border-left: 1px solid #d3376b;
	padding: 0 15px;
	background: #E8DABB;
	color: #d3376b;
}
table.proditem td.spec div h5 {
	color: #d3376b;
	font-size: 1em;
	margin: 25px 0 0 0;
}
table.proditem td.spec div ul {
	color: #d3376b;
	list-style: outside url( '../images/list_bullet_arrow.gif' );
	padding-left: 5px;
	margin-left: 5px;
	font-size: 0.9em;
}
table.proditem td.spec div ul li {
	line-height: 1.3em;
}
table.proditem td.spec table {
	background: #C1B393;
	margin-top: 1.2em;
	padding-top: 0;
}
table.proditem td.spec div table th {
	background: #F6EBD2;
	color: #d3376b;
	font: bold 0.9em tahoma, verdana, geneva, sans-serif;
	font-weight: bold;
}
table.proditem td.spec div table td {
	background: #fff;
	color: #887C61;
	font-size: 0.8em;
	padding: 2px;
}
/* ============  MAIN PAGE BLOCKS ================= */
/*#mainblockfull {
	width: 100%;
	background: #fff;
}
#mainblockcentre {
	float: left;
   background: #fff;
   width: 49.9%;
}
#mainblockside {
	float: left;
   background: #fff;
   width: 74.9%;
}
#sidebarright, #sidebarlLeft {
   float: left;
   width: 24.9%;
}
#sidebarleft {
	background: #ccc;
}
#sidebarright {
	background: #fff;
}
#pagebodycontent {
	background: #fff;
	margin: 1px 0;
	padding-bottom: 2em;
	border-width: 1px 0;
	border-style: solid;
	border-color: #eee;
}
#banner {
	padding: 2em;
}
#navbarh {
	padding: 0.2em;
	background: #999;
}*/
div.thumbnailCaption {
	width: 267px;
	/*border: 1px solid #E8DABB;*/
	margin: 5px 0 6px 0;
	/*background: #f1f1f1 url(../images/bullet_zoom_thumbnail.gif) no-repeat .4em;*/
	background: transparent url(../images/bullet_zoom_thumbnail.gif) no-repeat .4em;
}
div.thumbnailCaption p {
	margin: 4px 1px;
	padding: 0 0 0 1.7em;
	font-size: .9em;
	color: #D3376B;
}
div.picZoomBack {
	float: right;
	text-align: left;
	border: 1px solid #E8DABB;
	margin: 0 0 15px 0;
	background: #f1f1f1 url(../images/icon_arrow_back.gif) no-repeat .4em .7em;
}
div.picZoomBack p {
	margin: 4px 1px;
	padding: 0 6px 0 1.8em;
	font-size: .9em;
	color: #D3376B;
}
div.picZoomBack a:link, div.picZoomBack a:active, div.picZoomBack a:visited {
	color: #D3376B;
	text-decoration: none;
}
div.picZoomBack a:hover {
	color: #333;
}
#footerbar {
	padding: 5px;
	margin-top: 0em;
	background: #D3376B;
	border-width: 0;
	border-color: #000 #000 #bbb #000;
	border-style: solid;
	width: 752px;
	text-align: left;
}
#footerbarunder {
	font: 0.9em;
	color: #999;
	padding: 1em;
}

/* ------------ other main page block settings ---- */
/*#sidebarright > div > h4:first-child {
	margin-top: 0;
} 
#mainblockside > div > h2, #mainblockfull > div > h2 {
	margin-top: 0;
}*/

/* ============ boxes ============================= */
/*h4.box a:link, h4.box a:visited {
	color: #CA8C20;
}
h4.box a:hover {
	color: #fff;
}
h4.box a:active {
	color: #ffc;
}*/

/* ------------ news box -------------------------- */
h4.newsboxheader {
	border: 1px solid #D3376B;
	background: #FBF6EA;
	color: #D3376B;
	padding: 2px 5px;
	font-size: 0.9em;
	text-transform: uppercase;
	text-align: center;
}
h4.newsboxheader a {
	text-decoration: none;
}
h4.newsboxheader a:link, h4.newsboxheader a:visited {
	color: #D3376B;
}
h4.newsboxheader a:hover {
	color: #f9c;
	text-decoration: underline;
}
h4.newsboxheader a:active {
	color: #000;
}
ul.box {
	padding: 0 0 0 0;
	margin: 0 5px 0 0;
	/* list-style: outside url( '../images/list_bullet_arrow.gif' ); */
	list-style: none;
	font-size: 0.9em;
	color: #D3376B;
	width: 100%;
	overflow: auto;
	height: 220px;
	position: relative;
}
ul.box li {
	line-height: 1.4em;
	background: url('../images/list_bullet_newsbox.gif') no-repeat 0 0.5em;
	width: 90%;
}
ul.box a {
	font-weight: bold;
	margin-left: 12px;
}
ul.box a:link, ul.box a:visited {
	color: #D3376B;
}
ul.box a:hover {
	color: #000;
}
ul.box a:active {
	color: #000;
}
/* ============ nav bar content =================== */
/*#navbarh ul{
	padding: 5px 0;
	margin: 0;
}
#navbarh ul li {
	display: inline;
	padding: 0 5px;
}
#navbarh ul li a {
	font-weight: normal;
}
#navbarh a:link {
	color: #fff;
}
#navbarh a:visited {
	color: #eee;
}
#navbarh a:hover {
	color: #fff;
}
#navbarh a:active {
	color: #000;
}*/

/* ============ misc content styles =============== */
.clearAll {
	clear:both;
	font-size: 1px;
	line-height: 1px;
}
h4.headerbar {
	background: #fff;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #fff #ccc #F1BFD0 #ccc;
	padding: 0 0 0.7em 0;
	margin: 1em 0;
}
div.hr {
	border-top: 1px dotted #F6EBD2;
	margin: 1em 0;
}
div.hr hr {
  display: none;
}
p.newsarticledate {
	font: normal 0.9em 'lucida console', courier, monospace;
	color: #BDC74C;
	margin: 0 0 1em 0;
}
div.usermessage {
	border: 1px solid #eee;
	padding: 0.3em;
	background: #f9f9f9;
	color: #c30;
	font: 0.9em 'ludica console', courier, monospace;
	margin-bottom: 1em;
}

/* ============ signature ========================= */
A.qdk:link, A.qdk:visited, A.qdk:active	{	
	text-decoration: underline;	
	color: #D3376B;	
}
A.qdk:hover	{ 
	text-decoration: underline; 
	color: #D3376B;  
}
.sig {
	color: #D3376B;
	font: 0.8em arial, helvetica, sans-serif;
	margin: 1em 0 0 0;
}

/* ============ LIGHTBOX ========================= */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em; 
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}




