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

/******************END CSS RESET********************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/******************END CSS RESET********************/
.clearfix:after {
   content: ".";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}



body{
	font-family: Helvetica, Arial, sans-serif;
	font-size:13px;
	color:#523733;
	background-color:#382622;
	background-image:url(../images/bgTexure.jpg);
}
p{
	line-height:18px;
}

a{
	color:#523733;
}

h2{
	font-weight:normal;
	font-size:26px;
	color:#382620;
	border-bottom:#BB987B 1px solid;
	padding:30px 0 5px 0;
	margin-bottom: 20px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	
}
.arrow{
	font-size:20px;
	line-height:10px;
	margin:0;
	padding:0;
}

@font-face{ /* for IE */
font-family:'GeoSans';
src:url(../fonts/GeosansLight.eot);
}
@font-face { /* for non-IE */
font-family:'GeoSans';
src:url(../fonts/GeosansLight.ttf) format("truetype");
font-weight:normal;
}
/*
@font-face{ 
font-family:'OneSwoop';
src:url(../fonts/OneFellSwoop.eot);
font-weight:normal;
}
@font-face { 
font-family:'OneSwoop';
src:url(../fonts/OneFellSwoop.ttf) format("truetype");
font-weight:lighter;
}*/


#headerWrapper {
	position:relative;
	height:80px;
	margin:0px;
	z-index:99;
	background: #F8E1CB;
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8E1CB', endColorstr='#B89578'); */
	background: -webkit-gradient(linear, left top, left bottom, from(#F8E1CB), to(#B89578)); 
	background: -moz-linear-gradient(top,  #F8E1CB,  #B89578); 
	border-bottom:#62564B 2px solid;
	box-shadow: -6px 0px 6px #020101;
  	-moz-box-shadow: -6px 0px 6px #020101;
  	-webkit-box-shadow: -6px 0px 6px #020101;
	overflow:visible;
	behavior: url(PIE.htc);

	}
#headerInner {
	position:relative;
	width:960px;
	padding:0 20px;
	height:80px;
	margin:auto;
	z-index:100;
	overflow:visible;
}
#logo{
	position:relative;
	float:left;
	width:246px;
	height:80px;
	left:-30px;
}

#jsddm
{	clear:both;
	float:left;
	z-index:11;
	overflow:visible;}

	#jsddm li
	{	float:left;
	z-index:12;
	overflow:visible;}

	#jsddm li a
	{	text-decoration:none;
	display:block;
	color:#382622;
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
	padding:6px 6px;
	margin-left:12px;
	white-space: nowrap}

	#jsddm li a:hover
	{	background: #24313C}
		
		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
		}
		
			#jsddm li ul li
			{	float: none;
				display: inline}
			
			#jsddm li ul li a
			{	width: auto;
			text-decoration:none;
				}
			


#menu{
	float:right;
	margin-top:30px;
	z-index:105;
}
#menu ul{
	clear:both;
	float:left;
	z-index:11;
	overflow:visible;
}
#menu ul li{
	float:left;
	z-index:12;
	overflow:visible;
	
}
#menu ul li a{
	text-decoration:none;
	display:block;
	color:#382622;
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
	padding:6px 6px;
	margin-left:12px;
	*padding:6px 5px;
	*margin-left:7px;
	

}

#menu ul li a:hover, #menu ul li .active {
	color:#FEE9D2;
	background-color:#523733;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; 

	text-shadow: 1px 1px 1px #000000;
   -moz-box-shadow:inset 1px 1px 2px #000000;
   -webkit-box-shadow:inset 1px 1px 2px #000000;
	box-shadow:inset 1px 1px 2px #000000;
	
	behavior: url(PIE.htc);
}


#menu ul li ul {
	width: 120px; 
visibility: hidden; 
background:#C9AA8E;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px; 
box-shadow: 0 4px 12px #000000;
-moz-box-shadow: 0 4px 12px #000000;
-webkit-box-shadow: 0 4px 12px #000000;
overflow:visible;
behavior: url(PIE.htc);

}
#menu ul li ul li { 
font-weight: normal; 
color: #382620; 
border-bottom: 1px solid #FEE9D2; 
float: none; 
text-align:center;
overflow:visible;
text-decoration:none;
}
#menu ul li ul li a  {
	font-size:14px;
margin-left:0px; 
padding-left:0px;
text-align:center;
border-bottom: 1px solid #FEE9D2;
text-decoration:none;
}


#bannerWrapper {
	position:relative;
	height:405px;
	margin:0px;
	z-index:1;
	/*background: #39231D;*/
}
#bannerInner {
	position:relative;
	width:960px;
	height:405px;
	padding:32px 20px;
	margin:auto;
	z-index:2;
	background-image:url(../images/bgTextureFade.png);
	background-repeat:no-repeat;
}
#bannerImage{
	position:relative;
	float:left;
	width:456px;
	height:336px;
}
.imageBorderShaddow{
	border:#FFF 2px solid;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	box-shadow: 2px 2px 5px #020101;
  	-moz-box-shadow: 2px 2px 5px #020101;
  	-webkit-box-shadow: 2px 2px 5px #020101;
	behavior: url(PIE.htc);
	/*filter: progid:DXImageTransform.Microsoft.dropShadow(color=#020101,offX=2,offY=2, positive=true);*/
}

#bannerRightCopy{
	float:right;
	width:440px;
}
#bannerRightCopy h1{
	padding-top:3px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:28px;
	font-weight:normal;
	color:#FEE9D2;
	letter-spacing:1px;
	font-weight:normal;
	line-height:33px;
}
#bannerRightCopy p{
	margin-top:15px;
	font-family:GeoSans, Helvetica, sans-serif;
	font-size:19px;
	font-weight:normal;
	line-height:25px;
	letter-spacing:1px;
	color:#B39172;
}
#midSectionWrapper {
	position:relative;
	height:60px;
	margin:0px;
	z-index:10;
	background: #684A40; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A28067', endColorstr='#684A40'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#A28067), to(#684A40)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #A28067,  #684A40); /* for firefox 3.6+ */
	border-bottom:#FEE9D3 1px solid;
	border-top:#FEE9D3 1px solid;
	box-shadow: -6px 0px 6px #020101;
  	-moz-box-shadow: -6px 0px 6px #020101;
  	-webkit-box-shadow: -6px 0px 6px #020101;
	behavior: url(PIE.htc);
	overflow:visible;
}
#midSectionInner {
	position:relative;
	width:960px;
	padding:10px 20px;
	height:60px;
	margin:auto;
	z-index:6;
	overflow:visible;
}
h3{
	/*color:#382622;*/
	color:#543733;
	font-size:20px;
	line-height:25px;
	font-weight:normal;
	margin-bottom:10px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}

h3.prodTitleContainer{
	margin-bottom:0px !important;
}

#faq h3{
	margin:20px 0 10px 0;
}
#faq h4{
	margin:0 0 5px 0;
}
#faq p{
	margin:0 0 20px 0;
}

.caption {
	position:relative;
	color:#382621;
	text-align:center;
	top:35px;
	font-size:24px;
	background: #382621; /* for non-css3 browsers */
	border:#62564B 2px solid;
	width:100px;
	padding:10px;
	
	left: 5px;
	-moz-opacity:.70; 
	opacity:.70;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	text-decoration:none;
}

.captionBaseBoard {
	position:relative;
	color:#382621;
	text-align:center;
	top:29px;
	font-size:17px;
	background: #382621; /* for non-css3 browsers */
	border:#62564B 1px solid;
	width:100px;
	padding:5px;
	
	left: 5px;
	-moz-opacity:.70; 
	opacity:.70;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	text-decoration:none;
}

.product{
	float:left;
	padding:0px 0px 30px 0px;
	/*border-bottom:#B59173 1px solid;*/
	width:410px;
	/*height:260px;*/
}

.productWithSideBar{
	float:left;
	padding:0px 0px 30px 0px;
	/*border-bottom:#B59173 1px solid;*/
	width:370px;
}

.productLast{
	border-bottom:none;
}
.productFirst{
	padding-top:0px;
}
.prodTitleContainer{
	width:320px;
	text-align:center;
}
.darkh3{
	color:#382621;
	margin:0;
}
.lighth3{
    color:#FEE9D2;
	margin-bottom:0px;
}
.gallery a{
	text-decoration:none;
}

.smallDescTxt{
	color:#B49172;
	font-size:18px;
	font-family:GeoSans, Helvetica, sans-serif;
	
	text-decoration:none;
}
#midSectionLeft{
	float:left;
	width:480px;
	overflow:visible;
}
#midSectionRight{
	float:left;
	width:440px;
	padding-left:40px;
	overflow:visible;
}
#midSectionBodyWrapper {
	position:relative;
	margin:0px;
	z-index:2;
	background: #FEE9D3;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FEE9D3', endColorstr='#E9E9E9'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FEE9D3), to(#E9E9E9)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #FEE9D3,  #E9E9E9); /* for firefox 3.6+ */
}

#regularBody {
	clear:both;
	position:relative;
	width:960px;
	padding:0px 20px 0px 20px;
	margin:auto;
	z-index:1;
	background: #FEE9D3;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FEE9D3', endColorstr='#E9E9E9'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FEE9D3), to(#E9E9E9)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #FEE9D3,  #E9E9E9); /* for firefox 3.6+ */
	-webkit-box-shadow:0 0 15px #000; 
	-moz-box-shadow: 0 0 15px #000; 
	box-shadow:0 0 15px #000; 
	behavior: url(PIE.htc);

}
table{
	margin:10px 0px 30px 0px;
}
th{
	font-size:15px;
	border-bottom:#BB987B 3px solid;
	font-weight:bold;
}
td{
	border-bottom:#BB987B 1px solid;
	padding:10px 3px;
	font-size:14px;
}
#midSectionBodyInner {
	clear:both;
	position:relative;
	width:960px;
	padding:0px 20px 0px 20px;
	margin:auto;
	z-index:1;
	background: #FEE9D3;
	background: -webkit-gradient(linear, left top, left bottom, from(#FEE9D3), to(#E9E9E9)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #FEE9D3,  #E9E9E9); /* for firefox 3.6+ */
}
#midSectionBodyLeft{
	padding-top:20px;
	float:left;
	width:479px;
	border-right:#FEE9D3 1px solid;
	
}
#midSectionBodyRight{
	padding-top:25px;
	float:right;
	width:439px;
	padding-left:40px;
	padding-bottom:30px;
	border-left:#95897D 1px solid;
	font-size:14px;
	line-height:22px;
	padding-bottom:40px;
}
#midSectionBodyRight p{
	line-height:22px;
	font-size:17px;
	clear:both;
}
#midSectionBodyRight ul{
	line-height:22px;
	font-size:14px;
	width:190px;
	margin-right:0px;
	list-style:disc !important;
	float:left;
	font-weight:bold;
	margin-left:20px;
	margin-bottom:10px;
	margin-top:10px;
}
#twit-div { 
	width: 444px; 
}
ul#twitter_update_list { 
	list-style: none; 
	font-size: 14px;
	line-height:17px;
	width:400px;
}
ul#twitter_update_list li { 
	margin-bottom: 10px;
	padding: 10px 0;
}
ul#twitter_update_list li a{
	color:#B39172;
}
#footerWrapper {
	position:relative;
	margin:0px;
	z-index:8;
	background: #E9E9E9; /* for non-css3 browsers */
	background-image:url(../images/footerBG.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	height:151px;
}
#footerInner {
	position:relative;
	width:960px;
	padding:0 20px;
	margin:0 auto;
	z-index:3;
}
#footerCopyInner{
	color:#FEE9D2;
	width:760px;
	padding-top:35px;
	margin-left:235px;
	font-weight:normal;
}
#footerCopyInner a{
	display:block;
	float:left;
	font-size:14px;
	line-height:38px;
	margin-left:15px;
}
#footerCopyInner div{
	clear:both;
}
#footerCopyInner a, #footerCopyInner img, #footerCopyInner p, #footerCopyInner h3{
	color:#FEE9D2;
	float:left;
}
#footerCopyInner h3{
	float:left;
	margin:10px 10px 0 0;
}
/*#footerCopyInner a:hover{
	margin-top:-5px;
}*/
#contactInFooter{
	float:left;
	margin:15px 0px 0px 120px;
}
#contactInFooter p{
	font-size:12px;
	color:#FEE9D2;
	width:120px;
	margin-left:25px;
	line-height:16px
}
#contactInFooter a{
	font-size:12px;
	color:#FEE9D2;
	line-height:16px;
}

#contactInFooter a:hover{
	margin-top:0px;
}
.footerCopyright{
	clear:both;
	float:left;
	margin:15px 0 0 180px;
	width:300px;
}

#aboutDesc{
	float:left;
	width:500px;
	margin:0 40px 0 0;
}
#aboutImageRight{
	float:left;
	width:385px;
}
#contactLeft{
	float:left;
	width:450px;
	margin-top:40px;
}
#contactRight{
	float:left;
	width:450px;
	margin-left:30px;
}
.fieldclass {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px; 

border:1px solid #B59173;
font-family:GeoSans, Helvetica, sans-serif;
font-size:19px;
font-weight:normal;
line-height:22px;
letter-spacing:1px;
color:#B39172;
margin-bottom:20px;
padding:4px;
width:360px;
}

input.buttons {
	background: none no-repeat top left;
	border: none;
	cursor: pointer;
	display: block;
	float: left;
	height: 41px;
	overflow: hidden;
	padding: 0;
	margin: 0 2px 0 0;
	text-indent: -9999px;
	width: auto;
}
input.buttons:hover { background-position: 0 -41px; }
input.submit1 {
	
	
	background-image: url(../images/sendMessage.png); width: 168px; 
	
	}


.standardList{
	display:block;
	list-style:disc;
	margin:10px 0 0 0;
}
.standardList li{
	margin:10px 0px 10px 25px;
}

.finishesContainer{
	float:right;
	width:175px;
	margin-left:25px;
}
.finishesContainer p{
	margin:20px 0px 5px 0px;
	font-size:16px;
	text-align:center;
}

.accessory{
	width:230px;
	text-align:center;
	float:left;
}
.accessory h3{
	margin-bottom:5px;
}

#slider {
	position:relative;
	background:url(../images/loading.gif) no-repeat 50% 50%; 
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

.galleryItem{
	display:block;
	width:282px;
	float:left;
	margin:0 30px 20px 0;
	text-decoration:none;
}
.galleryItem:hover img{
	border:2px solid #B49172;
}
.galleryItem a{
	text-decoration:none;
}

.galleryItem span{
	position:relative;
	bottom:44px;
	left: 2px;
	color:#382621;
	text-align:center;
	background: #382621; /* for non-css3 browsers */
	border:#62564B 2px solid;
	padding:10px;
	color:#B49172;
	font-size:19px;
	font-family:GeoSans, Helvetica, sans-serif;
	background-color:rgba(56,38,33,0.8);
	*background-color:#382621;
	display:block;
	width:256px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	text-decoration:none;
}
