/* CSS Document */

/* global white space reset */
* {
	margin: 0;
	padding: 0;
}

body {
	text-align:center;
	margin: 20px;
	padding: 0px;
	font: normal 0.8em/1.4em "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	background-color: #422100;

}

#container {
	text-align: left;
	width: 850px;
	margin: 0 auto;
	background: #FFFFCC;
}
#header {
	height: 100px;
	background: #FFFFCC;
}
#menubar {
	margin: 0;
	clear: both;
	background: #996633 url(images/button-brown2.jpg) repeat-x;
	height: 24px;
	padding: 6px 20px 2px 0px;
}
#main-nav {
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#main-nav ul {
	display: inline;
	list-style-type: none;
}
#main-nav li {
	display: inline;
	list-style-type: none;
	padding: 0px 0px 0px 20px;
}
#main-nav a {
	color: #FFFFFF;
	text-decoration: none;
}
#main-nav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#sidebar {
	margin: 0;
	float: left;
	width: 190px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#sidebar p {
	font-size: 86%;
	margin: 15px;
}
#searchbar {
	margin: 0;
	float: left;
	width: 100%;
	background: #999933;
	height: 20px;
	padding: 8px 0px 5px 0px;
}
.searchbox {
	float: left;
	border: 0px;
	width: 150px;
	margin-left: 5px;
}
.search-button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 86%;
	border: 1px solid #999999;
	background-color: #EFEFEF;
	margin-left: 5px;
}

#navigation {
	clear: both;
	float: left;
	width: 100%;
	padding: 0px 0px 20px 0px;

}
/* product menu */

ul, li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu {

}
ul#menu {
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC9900;
}
ul#menu li {
	height: 25px;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC9900;
}

ul#menu li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 100%;
	background: #884400 url(images/button-brown2.jpg);
	padding-left: 7px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #999933;
}

ul#menu li a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background: #CC6600;
}

#address-bar {
	margin: 0;
	height: 28px;
	clear: both;
	background: #999933;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#address-bar p {
	margin: 0;
	padding: 4px 0px;
	text-align: center;
	font-size: 86%;
	color: #000000;
}
#footer {
	margin: 0;
	height: 25px;
	clear: both;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #996633 url(images/button-brown2.jpg) repeat-x;
	padding: 5px 0px;
}
#footer p {
	margin: 0;
	text-align: center;
	font-size: 86%;
	color: #FFFFCC;
}
#footer a {
	color: #FFFFCC;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#content {
	float: left;
	width: 600px;
	padding: 35px 30px 30px 30px;
	background-image: url(images/bg-content.jpg);
	background-repeat: repeat-x;
}
#content a {
	color: #CC6600;
	font-weight: bold;

}
#content a:hover {
	text-decoration: none;
}

img {
	border: 0px;
}
h1 {
	font-size: 140%;
	margin-bottom: 10px;
	color: #CC6600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC6600;
	padding-bottom: 5px;
}
p {
	margin: 10px 0px 10px 0px;
	color: #333333;
}
strong {
	color: #996600;
}
.center {
	text-align: center;
}
#contact-form {
	padding: 10px 0px 10px 50px;
}
.submit-button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #999999;
	background-color: #EFEFEF;
}

.product {
	margin: 20px 10px 20px 10px;
	float: left;
	padding: 10px;
	text-align: center;
	background-image: url(images/background-gold.jpg);
	background-repeat: repeat-y;
	border: 1px solid #999933;
	display: inline; /* float bug? */

}
.product img {

}
.product-image {
	margin: 20px 10px 20px 20px;
	float: right;
	padding: 10px 10px 5px 10px;
	text-align: right;
	background-image: url(images/background-gold.jpg);
	background-repeat: repeat-y;
	border: 1px solid #999933;
}
.product-image p {
 	color: #999933;
	padding: 0px;
	font-size: 86%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.product-image2 {
	margin: 0px 0px 10px 0px;
	padding: 8px 8px 0px 8px;
	float: right;
	text-align: right;
	background-image: url(images/background-gold.jpg);
	background-repeat: repeat-y;
	border: 1px solid #999933;
}
.product-image2 p {
 	color: #999933;
	margin-top: 0px;
	padding: 0px;
	font-size: 86%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.product-image img {
}
.other-image {
	margin: 0px 0px 20px 20px;
	border: 1px solid #999933;
	float: right;
}
/* TABLE IMAGES by Q */

.table-image
	{
	margin-left:10%;
	/*margin-right:50%;*/
	}

.exhibitions {
	clear: both;
	margin-bottom: 10px;
	border-bottom: 1px dashed #999933;
}
.hamper {
	margin: 20px 10px 20px 10px;
	padding: 10px;
	width: 90%;
	border: 1px solid #999933;
}
.hamper-image {
	float: left;
	border: 1px solid #999933;
	margin-right: 20px;
	text-align: right;
	background-image: url(images/background-gold.jpg);
	background-repeat: repeat-y;
}
.price {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #CC6600;
	margin-bottom: 10px;
}
.number {
	font-size: 1.4em;
	font-weight: bold;
	color: #CC6600;
	margin-bottom: 10px;
}
.buynow {
	float: right;
	font-size: .8em;
	color: #333333;
}
.buyinput {
	text-align: right;
}
#checkout {
	float: right;
	margin-right: 10px;
}
h2 {
	font-size: 1.1em;
	color: #666600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 20px;
}

em {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#contact-form {
	margin: 20px;
	padding: 0px;
}
#badge {
	margin: 80px 0px 30px 30px;
}
#download {
	margin: 0px 0px 30px 20px;
}
#slideshow {
	float: left;
    height:  200px;  
    width:   400px;  
    /* ADDED JAN 29 2010*/
    padding: 0px 10px 0px 0px;
    margin:  -10px 10px 0px 0px;
} 
 
#slideshow img { 
	height: 200px;
    top:  0; 
    left: 0; 
} 



/* lightbox styles */

#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(images/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(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;
	}

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