@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #371408;
	background: #e5e0d2 url(../grfx/body-bg.jpg) top center fixed no-repeat;
	padding: 0;
	margin: 0;
}

.clear {
	clear:both;
}

#header {
	width: 980px;
	height: 300px;
	padding: 0;
	margin: 0 auto;
	position:relative;
}
	#logo {
		position:absolute;
		top:20px;
		right:20px;
		z-index:30;
	}
	#banner {
		position:absolute;
		top:0;
		left:0;
		width: 980px;
		height:330px;
		padding: 0;
		margin: 0;
		z-index:10;
	}

#content {
	width: 980px;
	padding: 0;
	margin: 0 auto;
}
	#col-wide {
		float: left;
		width: 940px;
		padding: 20px 20px 80px 20px;
		margin: 0;
		min-height:520px;
		background:#FAFAFA;
		position:relative;
	}
	#col-left {
		float:left;
		width:520px;
		padding-right:24px;
	}
	#col-right {
		float:right;
		width:380px;
	}

#footer-wrapper {
	position:fixed;
	bottom:0;
	width: 100%;
	height:160px;
	background:url(../grfx/footer-bg.png) bottom center fixed no-repeat;
}

#footer {
	width: 980px;
	height: 40px;
	padding: 110px 0 0 0;
	margin:0 auto;
	color:#FAFAFA;
}
#footer #footer-links {
	float: left;
	width: 400px;
	padding: 0 0 0 20px;
	margin: 0;
}
#footer #copyright {
	float: right;
	width: 400px;
	text-align:right;
	padding: 0 20px 0 0;
	margin: 0;
}

/* contact form styles */
form {
	margin: 0;
}

div.row {
	float: left;
	clear: both;
	width: 380px;
}

.col1 {
	float: left;
	text-align: right;
	width: 110px;
	height: 31px;
	line-height:27px;
	padding: 0 10px 0 0;
	margin: 0;
}
.col1comment {
	float: left;
	text-align: right;
	width: 110px;
	line-height:27px;
	padding: 0 10px 0 0;
	margin: 0;
}

.col2 {
	float: left;
	width: 260px;
	height: 31px;
	margin: 0;
}
.col2comment {
	float: left;
	width: 260px;
	margin: 0;
}
.col2-verification-code {
	float: left;
	width: 260px;
	height: 31px;
	margin: 5px 0 0 0;
}
.verification-code {
	border: 1px solid #7e1210;
	margin-bottom: -8px;
}
* html .verification-code {
	margin-bottom: -4px;
}
*:first-child+html .verification-code {
	margin-bottom: -4px;
}

.wrong-code {
	color: #FF0000;
}

.input {
	width:250px;
	height: 18px;
	border: 1px solid #7e1210;
	margin: 0;
	padding: 3px;
	color: #7e1210;
}

.code-input {
	width: 189px;
	height: 18px;
	border: 1px solid #7e1210;
	margin: 0 0 0 10px;
	padding: 3px;
	color: #7e1210;
}

.textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-stretch: wider;
	border: 1px solid #7e1210;
	color: #7e1210;
	margin: 0;
	padding: 3px 3px 3px 4px;
	width: 250px;
	overflow: auto;
}

.submit-row {
	float: left;
	padding: 0 34px 0 120px;
}

.submit {
	height: 26px;
	background-color: #7e1210;
	margin: 0;
	padding: 5px 12px;
	border: none;
	color: #E5E0D2;
}
.submit:hover {
	color: #FFF;
}

.cartsubmit {
	font-size:0.8em;
	background-color: #371408;
	border: none;
	color: #d3ccba;
	height:20px;
	font-weight:bold;
}
.cartsubmit:hover {
	color: #FFF;
}


/* LIGHTBOX CSS STYLES */
#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(../lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../lightbox/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; outline: none;}	 	

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