@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-size: 12px;
	color: #3b1a0a;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}

body  {
	background-color: #A17D61;
	background-image: url(../images/back_body.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: center top;
	margin:0 auto;
	padding:0;
}
	



/* HomePage Structure */

#wrapper {
	margin:0 auto;
	width:900px;
	background-image:url(../images/back_repeat.jpg);
} 

	
#content {	
	background:url(../images/back_content.jpg);
	margin:0 auto;
	
}

#banner {
	background:url(../images/back_banner.jpg);
	height:274px;
}

.vendors {
	padding:10px;
}

.grid8 {
	display:inline;
	width: 520px;
	float:left;
	text-align:left;
}

.grid4 {
	display:inline;
	width: 380px;
	float:left;
	text-align:left;
}

.grid12 {
	display:inline;
	width:900px;
	text-align:left;
}

.text {
	line-height: 18px;		
	padding: 24px 40px 20px 60px;
	text-align:left;
	font-size:13px;
	color: #3b1a0a;
}

.text p {
	padding:0px;
}

.testimony {
	line-height: 18px;		
	padding: 0px 70px 20px 60px;
	text-align:left;
	font-size:13px;
	color: #3b1a0a;
}

.contactform {
	margin:0;
	padding:20px 0px;
	font-size:14px;
}

.contain {
	background-image:url(../images/back_contact.jpg);
	width:350px;
	margin:20px 0px 0px 4px;
}

.contact {	
	line-height: 22px;		
 	text-align:left;
	font-size:16px;
	padding:3px 15px 10px 36px;

}

#footer {
	font-family: "Trebuchet MS", Arial, sans serif;
	font-size:10px;
	text-align:left;
	color:#B3A085;
	padding:48px 0px 40px 0px;
	background-image: url(../images/back_footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #843517;
} 

#footer p {
	padding:30px 10px 0 80px;
}

#footer a:link {

	color:#DFC9B3; text-decoration:none;}

#footer a:visited {

	color:#DFC9B3; text-decoration:none;}
	

#footer a:hover {

	color:#fff; text-decoration:none;}
	
	
.rightfooter {
	text-align:right;
	padding-right:80px;
	margin-top:-20px;
}

.list {
	margin: 20px 0px 10px 0px;
}



/* Type Styles - General */	

.style1 {
	font-size: 14px;
	font-weight: bold;
}

.redbold {
	color: #843517;
	font-weight: bold;
}

a:link {

	color:#803715; text-decoration:underline;}

	

a:visited {
	color:#803715;
	text-decoration:none;
}

a:hover {

	color:#000000; text-decoration:none;}
	

a:active {

	color:#000000; text-decoration:none;}

	

img {border:none;}



h1 {
	margin: 0;
	padding: 0;
	color:#3b1a0a;
	font-size: 15px;
	font-weight:bold;
	}



h2 {
	margin: 12px 0px 8px 0px;
	padding: 0;
	color:#843517;
	font-size: 13px;
}

blockquote {	
	font-size:11px;
	margin: 5px 5px;

}

.product {
	margin: 0;
	padding: 0;
	color:#3b1a0a;
	font-size: 16px;
	}
	

/* Floats & Clears */

.fltrt {

	float: right; width:295px;}

	

.fltlft {
	float: left; 
	width:300px; 
	margin:10px 25px 10px 0px;
}

	

.clearfloat {

	clear:both; font-size: 1px; height:0; line-height: 0px; }
