body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: 1b1b1b;
	background:  url(../images/mainbg.jpg) no-repeat left top #f5f4e6;
	margin: 0px;
}

td {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #1b1b1b;
}

a {
	color: #8a441b;
}

a:hover {
	color: #1b1b1b;
}

h1 {
	font-size: 16px;
	color: #8a441b;
}

h2 {
	font-size: 12px;
	color: #9d5024;
}

h3 {
	font-size: 11px;
	color: #9d5024;
}

img {
	border: none;
}

.topnav {
	padding-top: 20px;
	font-size: 12px;
	color: #f5f4e6;
	text-decoration: none;
}

.topnavlinks {
	font-size: 12px;
	color: #f5f4e6;
	text-decoration: none;
	padding-left: 3px;
}

.topnavlinks a {
	font-size: 12px;
	color: #f5f4e6;
	text-decoration: none;
}

.topnavlinks a:hover {
	font-size: 12px;
	color: #aba98d;
	text-decoration: none;
}

.productlink a {
	padding-top: 5px;
	color: #f5f4e6;
	text-decoration: none;
	line-height: 14px;
}

.productlink a:hover {
	padding-top: 5px;
	color: #aba98d;
	text-decoration: none;
	line-height: 14px;
}


.maincontent {
	padding-left: 30px;
	padding-right: 15px;
	padding-top: 0px;
}

.maincontentheading {
	padding-left: 30px;
	padding-right: 15px;
	padding-top: 0px;
}

.maincontent ul {
	list-style-type: square;
	margin-left: 15px;
}

.hline {
	height: 10px;
	background: repeat-x url(../images/sidenav/divider.gif);
}

.footer {
	background-color: #e1e0cf;
	color: #aba98d;
	font-size: 12px;
	padding-left: 208px;
}

.footer a {
	color: #aba98d;
	text-decoration: none;
	font-size: 12px;
}

.footer a:hover {
	color: #1b1b1b;
	text-decoration: none;
}

.productpic {
	margin-left: 15px;
	margin-bottom: 15px;
}

.textfield {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}

.text11px {
	font-size: 11px;
}

.productthumb {
	border: 1px solid #672c0c;
}


/**** lightbox ****/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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: 11px Tahoma, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #8a441b; }
#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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #3c2e26; }

