/*--------------------------------------------------------------------------------------------------------
				HTML General classes
--------------------------------------------------------------------------------------------------------*/

* { margin:0; padding:0; outline:none; }


body, html{	height: 100%; }


body {
	margin:0 auto;
	background:url(../images/bg/bg-main.jpg) repeat-x center top;
	font-family:"Times New Roman", Times, Georgia, serif;
	font-size:13px;
	color:#797979;
	line-height:20px;
	text-align:left;
	padding:0;
	margin:0 auto;
}


h1 {
	font-family:"Times New Roman", Times, Georgia, serif;
	font-size:24px;
	font-weight:normal;
	line-height:26px;
	color:#857456;
	text-align:left;
	margin:0;
	margin-bottom:5px;
}


h2 {
	font-size:16px;
	color:#b0c19f;
	font-weight:bold;
}


h3 {
	font-family:Verdana, Helvetica, sans-serif;
	font-size:15px;
	font-weight:normal;
	line-height:18px;
	color:#852614;
	text-align:left;
	margin:0;
	margin-top:10px;
	margin-bottom:5px;
}


h4 {
	font-size:16px;
	color:#4d3617;
	font-weight:normal;
}

h4 a {
	color:#4d3617;
	text-decoration:none;
}

h4 a:hover {
	color:#4d3617;
	text-decoration:underline;
}


h5 {
	font-family:Verdana, Helvetica, sans-serif;
	font-size:1em;
	font-weight:normal;
	line-height:20px;
	color:#FFF;
	background-color:#a63328;
	margin:0;
	padding:3px 0;
}


img {
	border:0;
}


html .hollyhack {
	width: 1%; 
}


p {
	border:0;
	margin:0 0 10px 0;
	padding:0;
}


hr {
	width:50%;
	border:none;
	border-bottom:1px dotted #333;
	height:1px;
	margin-top:20px;
	margin-bottom:20px;
}


ol {
	padding-left:20px;
	margin-bottom:15px;
}


ul {
	padding-left:25px;
	margin-bottom:15px;
}


li {
	padding-bottom:3px;
	color:#8ea37a;
}


a {
	color:#333333;
	text-decoration:none;
}


a:hover {
	color:#333;
	text-decoration:underline;
}


#lhsf {
    width:925px;
	margin:0 auto;
	text-align:left;
	font-family:"Times New Roman", Times, Georgia, serif;
	font-size:11px;
	color:#797979;
	line-height:15px;
	padding-top:20px;
	padding-left:20px;
}

#bb {
	background:url(../images/bg/bg-main-bb.jpg) center top no-repeat #899e74;
	}


/*--------------------------------------------------------------------------------------------------------
				Formatting classes
--------------------------------------------------------------------------------------------------------*/


#container {
	width:100%;
	background:none;
	margin:0 auto;
	padding:0;
	text-align:center;
}

#wrap {
	width:945px;
	background:none;
	margin:0 auto;
	padding:0;
	margin-bottom:25px;
}

#wrapbb {
	width:945px;
	background:#899e74;
	margin:0 auto;
	padding:0;
	margin-bottom:25px;
}


#header {
	height:125px;
	width:945px;
	margin:0;
	padding:0;
	margin-bottom:25px;
}


#logo {
	height:125px;
	width:295px;
	background:url(../images/bg/bg-logo.gif) no-repeat;
	float:left;
}

#logobb {
	height:125px;
	width:295px;
	background:url(../images/bg/bg-logo-bb.jpg) no-repeat;
	float:left;
	margin-left:15px;
}


#content-home {
	width:945px;
	margin:0 auto;
	clear:both;
}

#content {
	width:885px;
	margin:0 auto;
	background:url(../images/bg/bg-content.png) no-repeat center top;
	clear:both;
	padding:30px 30px 0 30px;
	text-align:left;
	margin-bottom:25px;
}

#contentbb {
	width:885px;
	margin:0 auto;
	background:#899e74;
	padding:50px 30px 0 30px;
	text-align:left;
	margin-bottom:25px;
	color:#FFF;
}

#text {
	width:285px;
	margin:25px 0 0 30px;
	text-align:left;
	float:left;
}

#cartbox {
	height:25px;
	width:535px;
	text-align:right;
	float:left;
	color:#8ea37a;
	font-size:11px;
	padding:10px 60px 0 0;
}

#cartbox a {
	color:#8ea37a;
	text-decoration:none;
}

#cartbox a:hover {
	color:#8ea37a;
	text-decoration:underline;
}



/*--------------------------------------------------------------------------------------------------------
				NAV classes
--------------------------------------------------------------------------------------------------------*/


#navbox {
	height:125px;
	width:550px;
	float:left;
	padding:0 0 0 20px;
}


#nav {
	height:50px;
	width:480px;
	float:left;
}


#nav ul {
	list-style:none;
	padding:0;
	margin:0;
}


#nav li {
	display:inline;
	float:left;
	text-align:center;
	color:#b0c19f;
}


#nav li a {
	display:block;
	height:30px;
	padding:0 12px;
	font-size:15px;
	line-height:30px;
	font-weight:normal;
	color:#b0c19f;
	text-decoration:none;
}


#nav li.lg a:hover {
	color:#FFF;
	background:#889d74;
}

#nav li.med a:hover {
	color:#FFF;
	background:#889d74;
}

#nav li.sm a:hover {
	color:#FFF;
	background:#889d74;
}

#nav li a:visited{
}

#nav li.selected{
color:#FFF;
}

#nav li.selected a{ /*selected main tab style */
color:#FFF;
background:#889d74;
}

#nav li.selected a:hover{ /*selected main tab style */
text-decoration: none;
color:#FFF;
}

body#collections a#collections {
	color:#FFF;
	background:#889d74;
}

body#ourstory a#ourstory {
	color:#FFF;
	background:#889d74;
}

body#hello a#hello {
	color:#FFF;
	background:#889d74;
}

body#store a#store {
	color:#FFF;
	background:#889d74;
}

body#press a#press {
	color:#FFF;
	background:#889d74;
}

body#home a#home {
	color:#FFF;
	background:#889d74;
}

#navbb {
	height:50px;
	width:480px;
	float:left;
}


#navbb ul {
	list-style:none;
	padding:0;
	margin:0;
}


#navbb li {
	display:inline;
	float:left;
	text-align:center;
	color:#b0c19f;
}


#navbb li a {
	display:block;
	height:30px;
	padding:0 12px;
	font-size:15px;
	line-height:30px;
	font-weight:normal;
	color:#b0c19f;
	text-decoration:none;
}


#navbb li a:hover {
	color:#FFF;
	background:#523a26;
}

#navbb li a:visited{
}

#navbb li.selected{
color:#FFF;
}

#navbb li.selected a{ /*selected main tab style */
color:#FFF;
background:#523a26;
}

#navbb li.selected a:hover{ /*selected main tab style */
text-decoration: none;
color:#FFF;
}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
font-size:12px;
line-height:18px;
z-index:100;
background-color:#889d74;
width: 137px;
visibility: hidden;
margin-top:-7px;
margin-left:0;
padding:5px 0;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent:20px;
text-align:left;
padding:0;
text-decoration:none;
color:#FFF;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color:#6d815b;
}

.dropmenudiv2{
position:absolute;
top: 0;
font-size:12px;
line-height:18px;
z-index:100;
background-color:#889d74;
width: 137px;
visibility: hidden;
margin-top:-7px;
margin-left:0;
padding:5px 0;
}


.dropmenudiv2 a{
width: auto;
display: block;
text-indent:20px;
text-align:left;
padding:0;
text-decoration:none;
color:#FFF;
}

* html .dropmenudiv2 a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv2 a:hover{ /*THEME CHANGE HERE*/
background-color:#322215;
}



/*--------------------------------------------------------------------------------------------------------
				Product classes
--------------------------------------------------------------------------------------------------------*/

ul.thumb {
	float:left;
	list-style:none;
	width:885px;
	padding:0;
	margin:0;
}

ul.thumb li {
	display:inline;
	border:1px solid #b0c19f;
	float:left;
	width:288px;
	padding:0;
	margin:0 7px 0 0;
}

ul.thumb li.last {
	margin:0;
}

ul.desc {
	float:left;
	list-style:none;
	width:885px;
	padding:0;
	margin:0 0 15px 0;
}

ul.desc li {
	display:inline;
	float:left;
	width:288px;
	font-family:"Times New Roman", Times, Georgia, serif;
	font-size:12px;
	text-align:center;
	color:#797979;
	line-height:16px;
	padding:0;
	margin:0 7px 0 0;
}

ul.desc li.last {
	margin:0;
}

ul.thumbbb {
	float:left;
	list-style:none;
	width:885px;
	padding:0;
	margin:0;
}

ul.thumbbb li {
	display:inline;
	border:1px solid #FFF;
	float:left;
	width:288px;
	padding:0;
	margin:0 7px 0 0;
}

ul.thumbbb li.last {
	margin:0;
}

ul.descbb {
	float:left;
	list-style:none;
	width:885px;
	padding:0;
	margin:10px 0 25px 0;
}

ul.descbb li {
	display:inline;
	float:left;
	width:288px;
	font-family:"Times New Roman", Times, Georgia, serif;
	font-size:12px;
	text-align:center;
	color:#c1ceb4;
	line-height:16px;
	padding:0;
	margin:0 7px 0 0;
}

ul.descbb li.last {
	margin:0;
}


/*--------------------------------------------------------------------------------------------------------
				FOOTER classes
--------------------------------------------------------------------------------------------------------*/

#mainFooter {
	height:80px;
	width:100%;
	clear:both;
	background:url(../images/bg/bg-footer.jpg) center bottom;
	margin: 0 auto;
	margin-top:10px;
	padding:70px 0 0 0;
}

#footer-wrap {
	height:80px;
	width:945px;
	margin:0 auto;
}

#footer-nav {
	height:80px;
	width:625px;
	float:left;
}


#footer-nav ul {
	list-style:none;
	color:#FFF;
	margin:0;
	padding:0;
}

#footer-nav li {
	 display:inline;
	 font-size:11px;
	 color:#FFF;
	 line-height:14px;
	 margin:0;
	 padding:0;
}

#footer-nav li a {
	display:block;
	float:left;
	color:#FFF;
	border-right:1px solid #755b39;
	text-decoration:none;
	padding:0 8px 0 8px;
	margin:0 0 15px 0;
}

#footer-nav li a:hover {
	text-decoration:underline;
	color:#FFF;
}

#footer-copy {
	height:80px;
	width:320px;
	float:left;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size:10px;
	color:#FFF;
	text-align:right;
}



/*--------------------------------------------------------------------------------------------------------
				FORM classes
--------------------------------------------------------------------------------------------------------*/

#contact {
	width:525px;
	float:left;
}

.cssform p{
	width: 300px;
	clear: left;
	margin: 0;
	padding: 8px 0 8px 0;
	padding-left: 120px; /*width of left column containing the label elements*/
	border-top: 1px dotted #CCC;
	height: 1%;
}

.cssform label{
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size:11px;
	font-weight:normal;
	float: left;
	margin-left: -120px; /*width of left column*/
	width: 115px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 180px;
}

.cssform textarea{
	width: 250px;
	height: 150px;
}

* html .threepxfix{
	margin-left: 3px;
}

.star {
	color:#66ae03;
}

input.my-url{display:none;}


/*--------------------------------------------------------------------------------------------------------
				Slideshow
--------------------------------------------------------------------------------------------------------*/


/* slideshow gallery */
#slideshow2 {
	height:420px; 
	width:585px; 
	padding:10px 30px 0 0; 
	background:url(../images/bg/bg-slide.png) no-repeat top center; 
	clear:both;
	float:left;
	text-align:left;
}

.slideshowlite {
	position: relative;
	overflow: hidden;
}

	.slideshowlite a {
		position: absolute;
		z-index: 1;
		width: 100%;
		height: 100%;
		text-align: center;
	}

	.slideshowlite img {
		border: none;
	}

/* pagination control */

.slideshowlite ul,
.slideshowlite ol {
	list-style: none;
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: 5px;
	right: 60px;
	z-index: 3;
}

	.slideshowlite ul li,
	.slideshowlite ol li {
		float: left;
		margin: 0 3px;
		width: 16px;
	}
	
	.slideshowlite ul li a {
		position: relative;
		display: block;
		width: 100%;
		height: 14px;
		padding-top: 2px;
		text-decoration: none;
		color: #CCC;
		background: #FFF;
		text-align: center;
		font-size: 11px;
	}
	
	.slideshowlite ul li a.current {
		color:#666666;
		font-weight: bold;
		background: #fff;
	}
	
	.slideshowlite ul li a:hover {
		color:#666666;
		background: #FFF;
	}




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

#thumbnail{
	border:1px;
	border:solid;
	border-color:#663300;
}
