@charset "UTF-8";
/* CSS Document */

body {
	background-color: #e3a823;
	background-image: url(images/background2color.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#4d291f;
	font-size:90%;
}

#homewrapper {
	background-image: url(images/homewrapper2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	}
#faqwrapper {
	background-image: url(images/faqwrapper.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	}
#aboutwrapper {
	background-image: url(images/aboutwrapper.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	}
#productwrapper {
	background-image: url(images/productswrapper.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	}
#wholesalewrapper {
	background-image: url(images/wholesalewrapper.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	}
	
a:link {
	color:#bf6336;
	text-decoration:underline;
	}
a:visited {
	color:#623d33;
	text-decoration:underline;
	}
a:active {
	color:#e3a823;
	text-decoration:underline;
	}
a:hover {
	color:#e3a823;
	text-decoration:underline;
	}
h2 {
	font-size:110%;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
h3 {
	
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#7e3d1e;
	}
.small {
	font-size:85%;
	}
.asterisk {
	font-size:80%;
	}
.formcells {
	background-color:#e6c6aa;
	font-size:90%;
	}

.lfttextcell {
	padding-left:85px;
	padding-right:105px;
	padding-top:8px;
	padding-bottom:15px;
	}
	
.rttextcell {
	padding-right:122px;
	padding-left:300px;
	padding-top:70px;
	padding-bottom:80px;
	}
.lftwidetextcell {
	padding-left:110px;
	padding-right:175px;
	padding-top:25px;
	padding-bottom:15px;
	}
.plaintextcell {
	padding-left:80px;
	padding-right:80px;
	padding-top:25px;
	padding-bottom:15px;
	}
.producttextcell {
	padding-left:35px;
	padding-right:350px;
	padding-top:8px;
	padding-bottom:25px;
	}