/* CSS Document */

html,body, blockquote {
	margin: 0px;
	padding: 0px;}
	
body{
	font-family: Lucida Sans Unicode, Lucida Sans, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #5b4f43;
	background-color: #000;
	background-image: url(../img/bg.gif);
	background-repeat: repeat;}
	
a {
	color:#333;
	text-decoration:none;}

a:hover {
	color:red;}
	
a.footerlink {
	color:#333;
	text-decoration:none;
	border-bottom:1px solid #333;}

a.footerlink: hover {
	border:none;
	color:#000;}
	
a img  {
	border: none;
	text-decoration:none;}
	
ul {list-style:none;
	}
	
h1 {font-size:1.8em; color:#5c3809;}
h2 {font-size:1.5em; color:#5c3809;}
h3 {font-size:1.3em; color:#5c3809;}

	
p { line-height: 1.4em;
	margin-bottom: 10px;
	padding: 0px;}	

blockquote {font-family:script; font-size:1.1em;}
strong {color:#5c3809;}	
.clearboth {clear:both;}
div#lft ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	list-style-type: none;}
	
div#lft li {
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background: transparent url(../img/bullet_reg.gif) no-repeat top left;}
	
div#lft li a {
	color: #5b4f43;}
	
div#lft li a:hover {
	color: #000;}

	
div#wrapper {
	position: absolute;
	left: 50%;
	margin-top: 0px;
	margin-left: -375px;
	width: 750px;
	background-color: transparent;
	background-image: url(../img/bg_wrapper.gif);
	background-repeat: repeat-y;
	text-align:left;}
	
div#lft {
	width: 180px;
	padding-top: 200px;
	padding-left: 70px;
	padding-right: 60px;
	background-image: url(../img/bg_lft.jpg);
	background-repeat: no-repeat;
	float: left;
	height:100%;}
div#lft #sidebar {margin-top:23px;}	
#sidebar blockquote span a {color:#7e5a2b; font-size: 95%;}
#buy {margin-top:20px;}
#buy p {
	line-height:22px;
	}
	
div#rht {
	width: 440px;
	padding-top:90px;
	background-image: url(../img/bg_rht.jpg);
	background-repeat: no-repeat;
	float: right;}
	
div#rht p {
	width:380px;
	color:#999;}
div.gallery {
	width:380px;
	height:100%;
}
 .gallery a {
 	margin:4px;
 	float:left;
 }
.gallery div {
	width: 120px;
	float:left
}
.gallery div a {
	margin:0;
	float:none;
}

#news {
	width:76%; 
	border-top: solid 1px #e9dfaa;
	padding-top:23px;}
	
#news span {color:#7e5a2b;font-weight:600;}

#news li {margin:6px 0 8px;}
	
.gallery {
	margin-top: 15px;}
	
.gallery td {
	font-size: 10px;
	font-weight: normal;
	color: #333;
	padding-right: 7px;
	padding-bottom: 7px;
	background-color: transparent;
	vertical-align: top}
	
/* footer styles */
	
#footer {
	width: 750px;
	height: 92px;
	margin-top: 20px;
	background-image: url(../img/bg_footer.jpg);
	background-repeat: no-repeat;
	}
	
#footer p, #footer p a  {
	padding:0;
	padding-top:20px;
	font: 12px Lucida Sans Unicode, Lucida Sans, Arial, Helvetica, sans-serif;
	color: #cccc99;
	text-align:center;
}
	
/* lightbox */
	
#lightbox{
	position: absolute;
	top: 40px;
	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(../img/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(../img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#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;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
