@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/background.gif);
	background-color: #16572a;
	background-repeat: no-repeat;
	font-size:0.8em;
	line-height: 1.4em;
}
.oneColFixCtr #container {
	width: 792px;
	margin: 0 auto;
	text-align: left;
}
.oneColFixCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: solid 6px black;
	position: relative;
}

.oneColFixCtr #bottom {
	border: solid 6px black;
	background-color: #000000;
	color: #CCCCCC;
	clear: both;
	text-align: center;
	font-size: .8em;
}

.indent {
padding-left:20px;
padding-right:20px;
}

#sidebar
	{
	line-height: 1.4em;
	width: 246px;
	font-size: 0.85em;
	color: #114320;
	float: right;
	}
#sidebar h4
	{
	padding-left: 10px;
	padding-right: 10px;
	}
#secContent h3
	{
	color:#663300;
	}

#feature
	{
	color: #16572A;
	background-color: #E4F1EB;
	}
#feature p
	{
	padding:10px;
	}
#cart, #multiplecart
	{
	border: solid 1px #CCCCCC;
	padding: 15px;
	font-size: 0.9em;
	color: #373E33;
	line-height: 1.4em;
	}
	#multiplecart form
	{
	border: solid 1px #CCCCCC;
	padding: 15px;
	font-size: 0.9em;
	color: #373E33;
	line-height: 1.4em;
	}
	
.featuretitle
	{
	background-color: #16572A;
	padding-top: 10px;
	padding-bottom: 4px;
	color:#FFFFFF;
	font-size: 14px;
	padding-left: 4px;
	letter-spacing: 1px;
	}
#sidebar p
	{
padding-left:10px;
padding-right:10px;
	}

#navContent {
	background-image: url(../images/white_bk.png);
	background-repeat: repeat;
	width: 780px;
	padding: 0px;
}
#homemainContent {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: bottom;
	width: 390px;
	color: #000000;
	float: left;
}
#homemainContentright h2 {
	font-size: 1.1em;
	color: #000000;
	padding-left: 20px;
	padding-bottom: 10px;
}
#secContent {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: bottom;
	width: 494px;
	color: #000000;
	float: left;
	padding: 20px;
}

#homemainContentright {
	float:right;
	color: #000000;
	width: 390px;
	text-align: left;
	background-color: #F5EDD8;
}
.tableback {
	background-color: #F5EDD8;

}
.tablebackwhite {
	background-color: #FFFFFF;

}
.split{
	font-size: 0.98em;
	color: #027339;
	font-weight: bold;
	text-transform: uppercase;
}
#homemainContent h2 {
	font-size: 1.1em;
	color: #663300;
	padding-left: 20px;
	padding-bottom: 10px;
}

.quote{
	font-size: 0.95em;
	font-weight: bold;
	font-style:italic;
	text-align: right;
	padding-right: 20px;
}
a {
	color:#16572a;
	font-weight:bold;
	text-decoration:none;
	}
a:hover {
	color:#12632b;
}
.quote{
	font-size: 1.1em;
	text-align: right;
	padding-left: 20px;
	color:#000000;
}
.smallPatent{
	font-size: 0.85em;
	padding-left: 20px;
	color:#666666;
}

.footer {
	color: #FFFFFF;
	font-size: 1em;
	text-transform: uppercase;
	line-height: 1.4em;
}
.tagline {
	color: #FFFFFF;
	font-size: 14px;
	font-weight:bold;
	text-transform: uppercase;
}

.footeraddress a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	}
.footeraddress a:hover {
	color:#FFFFFF;
	
	}
.footeraddress {
	color: #FFFFFF;
	margin-top: 0px;
	font-size: .8em;
	line-height:1.2em;
}
.red {
	color: #d80017;
	font-weight: bold;
}
.author {
	background-color: #F4DEA0;
}
