body {
	margin: 0px;
	padding: 0px;
	background-color: #F9E8AB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#recipe-search-form h5 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 14px;
}

#main {
	background-image: url(../images/tile-main.gif);
	background-repeat: repeat-y;
}
#footer {
	background-image: url(../images/tile-footer.gif);
	background-repeat: repeat-y;
}
#footer-nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-left: 50px;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 18px;
}
#footer-nav a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
#footer-search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-left: 20px;
	text-align: left;
}
#spice-feature {
	padding-left: 20px;
	padding-bottom: 20px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #347B24;
}
 #product-list {
	padding-left: 20px;
	padding-bottom: 20px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #347B24;
}

#prod-description {
	background-image: url(../images/bg-product-description.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	vertical-align: top;
	padding-top: 40px;
	padding-left: 25px;
}
#prod-description a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.error {
	font-weight: bold;
	color: #FF0000;
}
#home-search input {
	font-size: 10px;
	margin-bottom: 5px;
}
#home-search select {
	font-size: 10px;
	margin-bottom: 5px;
}
h3 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}
h5 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}
#products li {
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
}


.ServingsHeader {
	font-weight: bold;
	text-decoration: underline;
}
#timeline td {
	padding-bottom: 30px;
	vertical-align: top;
}
#timeline img {
	padding-bottom: 30px;
}
#today td {
	padding-bottom: 30px;
	vertical-align: top;
}
#today img {
	padding-bottom: 10px;
}
#advantages td {
	padding-bottom: 30px;
	vertical-align: top;
}
#advantages img {
	padding-bottom: 30px;
}
#rd td {
	padding-bottom: 10px;
	vertical-align: top;
}
#rd img {
	padding-bottom: 5px;
}
#whatsnew td {
	padding-bottom: 15px;
	vertical-align: top;
}
#news td {
	padding-bottom: 15px;
	vertical-align: top;
}
h4 {
	margin: 0px;
	padding-bottom: 5px;
	font-size: 18px;
}
#contact-form td {
	padding-bottom: 10px;
}
a:link {
	color: #347B24;
}
a:visited {
	color: #347B24;
}
a:hover {
	color: #347B24;
}
#recipes-list {
	padding-right: 20px;
	padding-left: 20px;
}
#box-middle {
	background-image: url(../images/box-tile.gif);
	background-repeat: repeat-y;
	font-size: 10px;
}
#featured-product {
	background-image: url(../images/bg-featured-product.gif);
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-left: 25px;
	padding-right: 40px;
	text-align: justify;
	height: 145px;
	vertical-align: top;
}
#recipe-box img {
	border: 1px solid #347B24;
}

#featured-product h3 {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}
#featured-recipe {
	background-image: url(../images/bg-featured-recipe.gif);
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-left: 25px;
	padding-right: 25px;
	text-align: left;
	height: 140px;
	vertical-align: top;
}
#featured-recipe h3 {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}
ul.product-list {
	margin: 0;
	margin-top: 18px;
	padding: 0;
	list-style: square;
}
ul.product-list li {
	margin-left: 5px;
	padding-bottom: 5px;
}

ul.product-list2 {
	margin: 0;
	margin-left: 10px;
	margin-top: 5px;
	padding: 0;
	list-style: circle;
}
.featured-product-copy {
	width: 300px;
	text-align: justify;
	margin-left: 1em;
	border: solid 1px #339933;
	padding: 8px;
	background-color: #FCF4DA;
}
.product-description {
	text-align: justify;
	border: solid 1px #339933;
	padding: 8px;
	background-color: #FCF4DA;
	margin-bottom: 1em;
}
ul.recipe-list {
	margin: 0;
	margin-left: 2em;
	margin-top: 1em;
	padding: 0;
	list-style: square;
}
