body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #302018;
	background: #3F2A21;
	padding: 0; margin: 0;
}
#displayarea {
	width: 950px;
	margin: 0px auto; padding: 195px 0 20px 0;
	background: #FFF url('images/header.jpg') no-repeat;

}
#nav {
	margin: 0; padding: 40px 0 0 60px;
	text-align: center;
	width: 200px;
	height: 400px;
	float: left;
}
#nav ul {
	margin: 0; padding: 7px;
	
}
#nav li {
	list-style-type: none;
	padding: 0 40px 0 0;
	margin: 0 auto;
}

#nav a {
	display: block;
}
#nav a img {
		border-bottom: 1px solid white;
}
#nav a:hover img {
	border-bottom: 1px solid #C0C3CD;
}

#nav li { /* all list items */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background-color: #B95D4B;
	width: 11em;
	padding-top: 10px;
	margin-left: 140px;
	margin-top: -20px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul li a {
		color: #302018;
		text-transform: uppercase;
		text-decoration: none;
		margin-bottom: 2px;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;

}

#shadow {
	background: url('images/navshadow.jpg') repeat-x;
	height: 38px;
}
#rightpic {
	float: right;
	width: 330px;
}
#content {
float: left;
	width: 630px;
	padding: 48px 20px 20px 10px;
}

#homeflash {
	float: right;
	width: 428px;
	margin: 0; padding: 0;
}
#footer {
	padding: 15px 10px;
	text-align: center;
	color: #5C4A43;
	font-weight: bold;
}
.cleaner {
        clear:both;
        height:1px;
        font-size:1px;
        border:none;
        margin:0; padding:0;
        background:transparent;
}
a img {
	border: 0;
}
a, a:visited {
	color: #B95D4B;
}
a:active, a:hover {
	color: #DCEF3B;
}
h1 {
	font-size: 140%;
}
h2 {
	color: #998071;
	font-size: 120%;
	letter-spacing: 2px;
}

.sidebar {
	width: 200px;
	float: right;
	margin: 0 0 5px 10px;
	padding: 10px;
	border: 1px solid #7D7A71;
	background-color: #36302C;
	color: #D9D4C7;
	font-size: 90%;
}

.sidebar2 {
	width: 220px;
	float: right;
	text-align: center;
	margin: 0 0 5px 15px;
	padding: 10px;
	border: 1px solid #7D7A71;
	background-color: #36302C;
	color: #D9D4C7;
	font-family: Verdana, Helvetica, sans-serif;
}

.popupwindow {
	margin: 0; padding: 0;
	background-color: #000000;
}
.popupwindow a {
	font-size: 100%;
	font-family:  Helvetica, sans-serif;
	
}
.popuptext {
	width: 400px; 
	height: 60px;
	margin: auto;
}

#s3slider {
   width: 362px; /* important to be same as image width */
   height: 400px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#s3sliderContent {
   width: 362px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
   list-style-type: none;
}

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 12px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   width: 322px;
   background-color: #FFF;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #000;
   display: none; /* important */
   top: 0;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.clear {
   clear: both;
} 


/******* lightbox stuff *************/

#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: 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; }

/****************/
table.shop {
	width: 100%;
}
table.shop tr th {
	background-color: #000000;
	color: #FFF;
	padding: 5px;
}
table.shop tr td {
	border-bottom: 1px solid #a8a8a8;
}
td.prodimage {
	width: 200px;
}
td.prodname {

	background-color: #9e8e7f;
	font-size: 100%;
	font-weight: bold;
}
td.order {
	width: 80px;
}
table.shop tr td {
	padding: 5px;
}
.shoplocation {
	width: 100%;
	border: 1px solid #9e8e7f;
	padding: 10px;
	background-color: #f8f8e9;
	text-align: center;
}
.shoplocation img {
	margin-right: 20px;
}
.printform {
	background: #FFF;
}
.printform table {
	margin: 0 auto;
}
.video {
	float: right; 
	width: 320px;
	margin-left: 20px;	
}
.caption {
	font-size: 90%;
	color: #666;
}
.floatright {
	float: right;
	margin-left: 10px;
}
.floatleft {
	float: left;
	margin-right: 10px;
}
