body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	background-image: url(images/organic-trail-bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	margin: 0;
}
h1 {
	font-size: 1.3em;
	color: #4b752b;
}
h2 {
	font-size: 1.2em;
	color: #4b752b;
	margin-bottom: -15px;
}


#total {        
width: 954px;        
margin: 0 auto;    
}  

a {
	color: #4b752b;
	font-weight: bold;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

#navigation {
	height: 34px;
	background-image: url(images/organic-food-nav-bg.jpg);
	padding-top: 38px;
	padding-left: 2px;
	font-size: 15px;
	text-align: center;
	}

.navleaf {
	padding-left: 10px;
	padding-right: 10px;
	}
	
.productpic {
	border: 1px solid #4b752b;
	padding: 10px;
	display: block;
}

	.productpic a {
	background-color: #f0ffdd;
	}

	.productpic a:hover {
	background-color: #666666;
	}
		

.producttext {
	width: 130px;
	float: left;
	padding-left: 27px;
	font-size: 12px;
	font-weight: bold;
	color: #4b752b;
	text-align: center;
	height: 120px;
	}

.salespic {
	border: 1px solid #4b752b;
	padding: 10px;
	display: block;
	float: right;
	margin:5px;
}

#content {
	width: 927;
	padding-left: 27px;
	clear: both
	}
hr {
	color: #4b752b;
}


.clear {
	clear: both;
	}
	
#bodytext {
	width: 599px;
	float: left;
	line-height: 1.5em;
	margin-top: 15px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
	}
	
#images {
	width: 278px;
	float: right;
	margin-top: 25px;
	}

#footer {
	width: 927px;
	padding-left: 27px;
	height: 150px;
	font-size: .875em;
	font-weight: bold;
	text-align: center;
	}
/* fancyform styles */
label{margin-bottom:2px;margin-right:3px;padding-left:0.5em}

.products label{
	display:block;
	padding-left:36px;
	background-position:12px 12px;
	background-repeat:no-repeat;
	border:1px solid #4b752b;
	clear:both;
	cursor:pointer;
	padding-top: 6px;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	margin-bottom: 10px;
	min-height: 10px
}
.contactdetails {
	display:block;
	padding-left:6px;
	border:1px solid #4b752b;
	clear:both;
	cursor:pointer;
	padding-top: 6px;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	margin-bottom: 10px;
	min-height: 10px;
	vertical-align: top;
}
.contactdetails label{
	display:block;
	padding-left:6px;
	clear:both;
	cursor:pointer;
	padding-top: 6px;
	margin-bottom: 10px;
	min-height: 10px;
	vertical-align: top;
	top: 0px;
}
.checked{
	background-color:#dfecca;
	background-image:url(images/chk_on.png);
}
.unchecked{background-color:#f0ffdd;background-image:url(images/chk_off.png)}
.selected{background-color:#dfecca;background-image:url(images/rdo_on.png)}
.unselected{background-color:#f0ffdd;background-image:url(images/rdo_off.png)}
.leftcol{float:left;clear:left;width:50%}
.rightcol{float:left;clear:right;width:50%}
