body {
	background: #4f546a url(../images/bg-gradient.png) top left repeat-x;
	margin: 0px auto 0px auto;
	text-align: center;
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	}

.feature {
	color: #d47800;
	font-weight: bold;
	font-size: 18px;
	}

.featured-product {
	/*background: transparent url(../images/content-top.png) top left no-repeat;*/
	width: 584px;
	height: 150px;
	overflow: hidden;
	margin: 0px;
	padding: 25px 0px 0px 200px;
	text-align: left;
	font-size: 15px;
	}

.featured-product h3 {
	margin: 0;
	padding: 0;
	color: #ff9300;
	font-weight: bold;
	font-size: 20px;
	}
.featured-product p {
	margin: 0;
	padding: 0;
	}

.featured-product ul {
	margin: 0 0 0 30px;
	padding: 0;
	}

.price {
	color: green;
	font-weight: bold;
	}

.product-links {
	padding: 3px 0px 0px 20px;
	width: 300px;
	}

.product-links a {
	text-decoration: none;
	font-weight: bold;
	color: #20933a;
	}

.product-links a:hover {
	color: #5bcb75;
	}

/* Hides from IE-mac \*/
* html .product-feature {height: 1%;}
/* End hide from IE-mac */

.product-feature {
	width: 100%;
	min-height: 100px;
	margin: 10px auto 10px auto;
	}

.product-feature-mouseover {
	width: 100%;
	min-height: 100px;
	margin: 10px auto 10px auto;
	background-color: #ceffcd;
/*	border: 1px solid silver; */
	}

.product-feature:after, .product-feature-mouseover:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

.product-feature-image {
	float: left;
	width: 150px;
	text-align: center;
	margin-right: 10px;
	clear: both;
	}

#container {
	background: #4f546a url(../images/content-back.png) top left repeat-y;
	margin: 0px auto 0px auto;
	text-align: center;
	width: 784px;
	}

#masthead {
	background: #4f546a url(../images/bg-gradient.png) top left repeat-x;
	padding: 20px 0px 0px 0px;
	margin: 0px auto 0px auto;
	text-align: center;
	height: 115px;
	width: 784px;
	overflow: hidden;
	}

#content-index {
	width: 784px;
	margin: 0px auto 0px auto;
	background: transparent url(../images/content-top.png) top left no-repeat;
	}

#content-index-acorn {
	width: 784px;
	margin: 0px auto 0px auto;
	background: transparent url(../images/content-top-acorn.png) top left no-repeat;
	}

#content {
	width: 784px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background: transparent url(../images/content-top-nonindex.png) top left no-repeat;
	}

#navigation {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 26px;
	width: 784px;
	overflow: hidden;
	text-align: center;
	}
	
#navigation a {
	color: #e9d494;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	}

#navigation a:hover {
	color: #ffffff;
	}

#navigation ul {
	margin: 0px;
	padding: 0px;
	}
	
#navigation li {
	list-style: none;
	display: inline;
	padding: 0px 10px 0px 10px;
	}

#bodytext {
	text-align: left;
	margin: 0px 20px 0px 20px;
	font-size: 15px;
	}

#bodytext a {
	color: #107118;
	border-bottom: 1px dotted #20933a;
	text-decoration: none;
	}

#bodytext a:hover {
	color: #5bcb75;
	}

#bodytext h1 {
	width: 400px;
	font-weight: bold;
	color: #ff9300;
	font-size: 28px;
	border: 0px solid #e9d389;
	border-width: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
	padding: 15px 0px 15px 20px;
	}

#bodytext h2 {
	width: 100%;
	font-weight: bold;
	color: #ff9300;
	font-size: 22px;
	border: 0px solid #e9d389;
	border-width: 0px 0px 2px 0px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	}

#bodytext h3 {
	color: #20933a;
	font-size: 22px;
	margin: 5px 0px 0px 0px;
	}

#bodytext h4 {
	margin: 20px 0px 0px 0px;
	/*color: #20933a;*/
	color: #107118;
	}

#bodytext p {
	padding: 0;
	margin: 3px 0px 17px 0px;
	}	

#copyright {
	background: #4f546a url(../images/content-bottom.png) top left no-repeat;
	width: 784px;
	padding: 44px 0px 0px 0px;
	color: #ffffff;
	}

#copyright p {
	margin: 0 0 10px 0;
	padding: 0;
	}
