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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #915d2c;
	background-color: #dbc1a1;
	padding: 0;
	margin: 0;
}

#container {
	width: 1024px;
	padding: 0;
	margin: 0 auto;
}

#header {
	float: left;
	width: 1024px;
	height: 66px;
	padding: 0;
	margin: 0;
	background:url(../grfx/header_bg.gif) 0 0 repeat-x;
}

#content-container {
	float: left;
	width: 1024px;
	padding: 0;
	margin: 0;
}

#content-holder {
	float: left;
	width: 1024px;
  	height: auto !important;
}

#banner {
	float: left;
	width: 1024px;
	height:228px;
	padding: 0;
	margin: 0;
}

#content-top {
	float: left;
	width: 1024px;
	height:76px;
	padding: 0;
	margin: 0;
	background: url(../grfx/content_top.jpg) top left no-repeat;
}

#content-main {
	float: left;
	width: 924px;
	padding: 0px 40px 0 60px;
	margin: 0;
	min-height:300px;
	background: url(../grfx/content_bg.jpg) top left repeat-y;
	position:relative;
}
#content-left {
	float:left;
	width:520px;
	padding-right:24px;
}
#content-right {
	float:right;
	width:380px;
}

#footer-content-wrapper {
	float: left;
	width: 1024px;
	padding: 0;
	margin: 0;
	background-color:#271b0d;
}

#footer-content-holder {
	width: 100%;
	height: 40px;
	padding: 10px 0 0 0;
	margin:0;
}

#footer-content-holder p,
#footer-content-holder #copyright p {
	font-size: 0.7em;
	color:#91795c;
	margin: 0;
}

#footer-content-holder a {
	color:#915d2c;
	text-decoration: none;
}

#footer-content-holder a:hover {
	text-decoration: underline;
}

#footer-content-holder #footer-links {
	float: left;
	width: 400px;
	padding: 0 0 0 10px;
	margin: 0;
}

#footer-content-holder #copyright {
	float: right;
	width: 400px;
	text-align:right;
	line-height:15px;
	padding: 0 10px 0 0;
	margin: 0;
}

/* contact form styles */
form {
	padding: 10px;
	margin: 0;
	line-height: 200%;
}

fieldset {
	padding: 5px;
	border: none;
}

.col1 {
	text-align: right;
	width: 115px;
	height: 31px;
	padding: 0 5px 0 0;
	margin: 0;
	float: left;
}

.col2 {
	float: left;
	width: 222px;
	height: 31px;
	margin: 0;
}

.col2-verification-code {
	float: left;
	width: 240px;
	height: 31px;
	margin: 5px 0 0 0;
}

* html .verification-code {
	margin-bottom: -4px;
}

*:first-child+html .verification-code {
	margin-bottom: -4px;
}

.verification-code {
	margin-bottom: -10px;
}

.col2comment {
	float: left;
	width: 170px;
	margin: 0;
}

.col1comment {
	float: left;
	text-align: right;
	padding: 0 5px 0 0;
	width: 115px;
}

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

.wrong-code {
	color: #FF0000;
}

.input {
	width: 100%;
	height: 22px;
	background-color: #915d2c;
	margin: 2px 5px 0 0;
	border: none;
	color: #2b1e0e;
	padding: 5px 1px 1px 3px;
}

.code-input {
	width: 160px;
	height: 22px;
	background-color: #915d2c;
	margin: 2px 5px 0 0;
	border: none;
	color: #2b1e0e;
	padding: 5px 1px 1px 3px;
}

.textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-stretch: wider;
	background-color: #915d2c;
	border: none;
	color: #2b1e0e;
	margin: 3px 0 0 0;
	padding: 3px 3px 3px 4px;
	width: 219px;
	overflow: auto;
}

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

.submit {
	width: 50px;
	height: 22px;
	background-color: #2b1e0e;
	margin: 2px 5px 0 0;
	border: none;
	color: #915d2c;
	padding: 1px 1px 1px 3px;
}
.submit:hover {
	background-color: #362612;
}

.cartsubmit {
	font-size:0.8em;
	background-color: #2b1e0e;
	border: none;
	color: #e19850;
	height:18px;
}
.cartsubmit:hover {
	color: #915d2c;
}


/* 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; }