@charset "UTF-8";

	/* 
		BROWN		: 		442A1A 
		BACKGROUND	:		EEDFC4
		RED			:		DB1737
		RED-BROWM	:		572700
		
	*/
	
	
body{
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	background:#EEDFC4;
	color:#black;
	
}
#header{
	margin-top:56px;	

}
#header a{
margin-left:-6px;
}
.dot_divider{
	height:3px;
	background:url(../img/images/dotted_border.png) no-repeat;
	width:100%;
		margin-top:6px;
		margin-bottom:6px;

}
.content p{
	font-size:11px;	
	width:251px;
}

a{
	outline:0;
	border:0;
	margin:0;
	padding:0;
}
img{
	outline:0;
	border:0;
	margin:0;
	padding:0
}


#wrapper{
	
	width:100%;
	height:100%;
}

#container{
	width:758px;
	margin:0px auto;
}

#content{
	background:white;
	border:1px solid #442A1A;

}

.content p{
	line-height:18px;
	
}

#content .left{
	width:400px;
	float:left;
	
}

#content .left .content{
	width:360px;
	margin:0px auto;
}

#content .right{
	
	float:right;
}
#content .right .content{
 margin-right:15px;
}

#footer{
	width:760px;
	height:40px;
	margin:0px auto;
	
}
#footer a{
	color:#572700;
	
}
	
#footer a:hover{
	color:#DB1737;	
}
#footer p{
	
	float:right;
	font-size:9px;
	color:#96745A;
}
#page_content .left{
	width:290px;
	
	
	
}
#page_content .left .content{
	margin-left:30px;
	margin-top:15px;
	}

#page_content .right .content{
	margin-top:15px;
	}

	
	
	
	#page_content .left .content p{
		margin-top:10px;
	}

#products {
}

#products .product{
}

#products .product h3{
	font-size:20px;
	padding:0;
	margin:0;
}
#products .product h4{
	font-weight:normal;
	font-size:16px;
	padding:0;
	margin:0;
}
#products .dot_divider{
	margin-left:10px;	
	width:730px;
	padding-bottom:10px;

}
#products .product img{
	float:left;
}


#products .product .body{
	font-size:11px;
	margin-top:-5px;
	width:700px;
	line-height:18px;
	
}

#page_content.home .dot_divider{
	margin-top:10px;
}

#page_content{
	height:451px;	
}
#page_content.home  {
	height:451px;
	padding-left:85px;
	margin-left:-99px;
	   background:url('../img/images/page_home_background.png') no-repeat;
}
#page_content.products{
	height:100%;
}

#page_content.home  .left .content p{
	padding-left:6px;
	padding-top:140px;
	width:250px;
	line-height:14px;
}

/* Fireffox hack  */


@-moz-document url-prefix(){
	
#page_content.home  .left .content p{
		padding-left:10px;
	padding-top:140px;
	width:240px;
	line-height:14px;
	width:240px;
}
}
.product_footnotes{
	font-size:9px;
}

a.presslink{
	color:#572700;
	text-decoration:none;
}	
a.presslink:hover{
	color:#DB1737;	
}
.italic {
	font-style: italic;
}


.q {
	float:left;
	font-style:italic;
	width:346px;
	margin:10px;
}
.a{
	width:346px;
	float:right;
	margin:10px;
}

.brown_txt{
	color:#AB650D;
}

.faq {
	clear:both;
	font-size:11px;
	font-weight:lighter;
	padding:0 10px;
}
.faq p{
	font-weight:bold;	
	text-align:center;
	padding-top:0px;
	padding-bottom:0px;
	font-size:12px;
}
.faq_header{
margin-top:31px;
margin-bottom:10px;
}
.faq_header .left{
float:left;
}
.clear{
	clear:both;
}