@charset "UTF-8";
/* CSS Document */

/* ----------------------------------- */
/* COMMON
/* ----------------------------------- */
body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
	}

body {
    background: #fff url(../images/bg_header.jpg) 0 0 repeat-x;
    text-align: center;
	}
	
p, div, li, td, input, select, textarea {
	font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333;
    line-height: 18px;
	}
	
ol {
	padding-left: 20px;
	}	
	
p, h4, #main ul, #main ol, #main table {
	margin: 10px 0 15px 0;
	font-weight: normal;
	}

h1 {
	margin: 5px 0 15px 0;
	font-weight: normal;
	color: #57841e;
	}

h2 {
	margin: 15px 0 10px 0;
	font-size: 18px;
	font-weight: normal;
	color: #885034;
	}

h3 {
	margin: 10px 0 10px 0;
	font-weight: normal;
	color: #57841e;
	}

a img, :link img, :visited img {
    border: none
	}

a:link, a:visited {
    color: #885034;
    text-decoration: none;
	}
	
a:hover, a:active {
    color: #885034;
    text-decoration: underline;
	}

.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
	}

.message {
	color: #57841e;
	text-align: center;
	}

.warning {
	color: #FF0000;
	}
	
#container {
	position:relative;
	padding: 10px 50px 10px 50px;
	min-height: 350px;
	}
	
#wrapper {
	width: 939px;
	margin: 0 auto;
	text-align: left;
	}

/* ----------------------------------- */
/* HEADER
/* ----------------------------------- */	
#top {
	height: 205px;
	width: 939px;
	background: #fff url(../images/header1.jpg) center top no-repeat;
	}	

#header_phone {
	background: url(../images/phone1.png) no-repeat left center;
	padding-left: 10px;
	text-align: right;
	font-size: 15px;
	font-weight: normal;
	line-height: 20px;
	color: #885034;
	float: right;
	display: inline;
	padding: 35px 75px 0 0;
	}

#header_email {
	background: url(../images/email1.png) no-repeat left center;
	padding-left: 18px;
	text-align: right;
	line-height: 20px;
	color: #885034;
	float: right;
	display: inline;
	padding: 0 75px 0 0;
	}

#header_phone span, #header_email span {
	margin: 0 0 0 10px;
	color: #885034;
	color: #333;
	font-weight: normal;
	font-size: 10px;
	}

.header_link, .header_link a, .header_link a:visited {
	color: #885034;
	font-weight: normal;
	font-size: 15px;
	}

/* ----------------------------------- */
/* MENU
/* ----------------------------------- */
#menu {
	height: 34px;
	padding: 40px 0 0 230px;
	background: transparent;
	}	
	
.menu { 
	height: 34px;
	position: relative;
	text-align: center;
	font-weight: normal;
	}	
	
#home #pmenu .home a, #education #pmenu .education a, #consultants #pmenu .consultants a, #information #pmenu .information a, #products #pmenu .products a, #contact #pmenu .contact a {
	background-color: #89A961; color:#fff;
	}
	
/* ----------------------------------- */
/* WELCOME
/* ----------------------------------- */
#welcome {
	width: 830px;
	}

#welcome_image1, #welcome_image2, #welcome_image3 {
	float: left;
	width: 31%;
	text-align: center;
	padding: 0 1% 0 1%;
	}
	
#welcome_image1 h1, #welcome_image2 h1, #welcome_image3 h1 {
	font-size: 14px;
	line-height: 14px;
	width: 255px;
	text-align: center;
	padding: 0;
	margin: 0;
	}

#welcome_image1 a.rollover {
	display: block;
	width: 254px;
	height: 179px;
	text-decoration: none;
	background: url(../images/bio_farming.jpg) no-repeat;
	}

#welcome_image2 a.rollover {
	display: block;
	width: 254px;
	height: 179px;
	text-decoration: none;
	background: url(../images/education.jpg) no-repeat;
	}

#welcome_image3 a.rollover {
	display: block;
	width: 254px;
	height: 179px;
	text-decoration: none;
	background: url(../images/consultants.jpg) no-repeat;
	}

#welcome_image1 a.rollover:hover, #welcome_image2 a.rollover:hover, #welcome_image3 a.rollover:hover {
	background-position: -254px 0;
	}

#welcome_image1 a.rollover:active, #welcome_image2 a.rollover:active, #welcome_image3 a.rollover:active {
	background-position: -508px 0;
	}

.displace {
	position: absolute;
	left: -5000px;
	}

#video_wrap {
	margin-top: 10px;
	border-top: dashed #ccc 1px;
	}

#video {
	float: right;
	width: 230px;
	padding: 20px 10px 10px 10px;
	}
	
#video a {
	display:block;
	width: 230px;
	height: 147px;
	background: url(../images/turner_video.jpg) 0 0 no-repeat;
	text-decoration: none;
	}	
	
#video a:hover {
	background-position: -230px 0;
	}	
	
#video_text {
	float: left;
	padding: 0;
	width: 550px;
	}

#video_link {
	float:left;
	width: 450px;
	padding-top: 15px;
	}
	
#video_link_text {
	width:360px;
	float:left;
	padding-left: 15px;
	}	

/* ----------------------------------- */
/* EDUCATION INFORMATION
/* ----------------------------------- */
.info {
	width: 800px;
	margin-top: 0;
	float: left;
 	text-align: left;
	position: relative;
	border-top: #b5c99c dashed 1px;
	font-size: 20px;
	padding-left: 10px;
	}	
	
.info_img {
	float: right;
	padding: 0 0 30px 25px;
	}

.info_text {
	width: auto;
	padding: 0;
	margin: 0;
	}

.info h1 {
	padding-left: 0;
	}

.info h2 {
	padding: 0 0 0 0;
	}

/* ----------------------------------- */
/* TOPIC DETAILS
/* ----------------------------------- */
.topicDetails {
	width: 850px;
	margin-top: 0;
	float: left;
 	text-align: left;
	position: relative;
	border-top: #b5c99c dashed 1px;
	}	
	
.topicDetails_img {
	float: left;
	padding: 40px 25px 40px 0;
	}

.topicDetails_text {
	width: auto;
	padding: 0;
	margin: 0;
	padding: 10px 0 0 0;
	}

.title {
	font-size: 20px;
	padding-left: 10px;
	}

.topicDetails h1 {
	padding-left: 0;
	}

.topicDetails h2 {
	padding: 0;
	}
	
/* ----------------------------------- */
/* MEET THE CONSULTANTS
/* ----------------------------------- */
.consultant {
	width: 800px;
	margin-top: 0;
	float: left;
 	text-align: left;
	position: relative;
	border-top: #b5c99c dashed 1px;
	}	
	
.consultant_img {
	float: left;
	padding: 20px 25px 20px 0;
	}

.consultant_text {
	width: auto;
	padding: 5px 0 0 0;
	margin: 0;
	}

.title {
	font-size: 20px;
	line-height: 20px;
	}

.consultants h1 {
	padding-left: 0;
	}

.consultant h2 {
	padding: 0 0 0 10px;
	}

/* ----------------------------------- */
/* CONSULTANT DETAILS
/* ----------------------------------- */
.consultantDetails {
	width: 800px;
	margin-top: 0;
	float: left;
 	text-align: left;
	position: relative;
	border-top: #b5c99c dashed 1px;
	}	
	
.consultantDetails_img {
	float: left;
	padding: 40px 25px 20px 0;
	}

.consultantDetails_text {
	width: auto;
	padding: 0;
	margin: 0;
	padding: 10px 0 0 0;
	}

.title {
	font-size: 20px;
	padding-left: 10px;
	}

.consultantsDetails h1 {
	padding-left: 0;
	}

.consultantDetails h2 {
	padding: 0 0 0 10px;
	}

/* ----------------------------------- */
/* EVENTS
/* ----------------------------------- */
.event {
	width: 800px;
	margin-top: 0;
	float: left;
 	text-align: left;
	position: relative;
	border-top: #b5c99c dashed 1px;
	font-size: 20px;
	padding-left: 10px;
	}	
	
.event_img {
	float: right;
	padding: 20px 0 30px 25px;
	}

.event_text {
	width: auto;
	padding: 0;
	margin: 0;
	}

.event h1 {
	padding-left: 0;
	}

.event h2 {
	padding: 0 0 0 0;
	}

/* ----------------------------------- */
/* PRODUCTS
/* ----------------------------------- */
.product_range {
	float: left;
	width: 23%;
	text-align: center;
	padding: 0 1% 0 1%;
	border-top: #b5c99c dashed 1px;
	}

.product_range a:link, .product_range a:visited {
    color: #57841e;
    text-decoration: none;
	}
	
.product_range a:hover, .product_range a:active {
    color: #57841e;
    text-decoration: underline;
	}

#product_nav {
	clear: both;
	float: left;
	width: 170px;
	height: 500px;
	border-top: #b5c99c dashed 1px;
	text-align: right;
	padding: 5px 10px 0 0;
	}

#product_nav li {
	list-style-type: none;
	margin: 10px 10px 10px 0;
	}

.product {
	width: 630px;
	padding: 0 0 0 20px;
	float: left;
 	text-align: left;
	position: relative;
	border-top: #b5c99c dashed 1px;
	border-left: #b5c99c dashed 1px;
	}	
	
.product_img {
	float: left;
	padding: 15px 15px 20px 0;
	height: 185px;
	}

.add_button {
	text-align: center;
	padding-top: 0;
	float: none;
	}

.product_text {
	width: auto;
	padding: 0;
	margin: 0;
	}

.product_text a:link, .product_text a:visited {
    color: #57841e;
    text-decoration: underline;
	}
	
.product_text a:hover, .product_text a:active {
    color: #57841e;
    text-decoration: underline;
	}

.product h1 {
	padding-left: 0;
	}

.product h2 {
	padding: 0 0 0 10px;
	}

/* ----------------------------------- */
/* PRODUCT DETAILS
/* ----------------------------------- */
.productDetails {
	width: 800px;
	margin-top: 0;
	float: left;
 	text-align: left;
	position: relative;
	border-top: #b5c99c dashed 1px;
	}	
	
.productDetails_img {
	float: left;
	padding: 30px 25px 40px 0;
	}

.productDetails_text {
	width: auto;
	padding: 0;
	margin: 0;
	padding: 10px 0 0 0;
	}

.title {
	font-size: 20px;
	padding-left: 10px;
	}

.productsDetails h1 {
	padding-left: 0;
	}

.productDetails h2 {
	padding: 0 0 0 10px;
	}

/* ----------------------------------- */
/* CONTACT
/* ----------------------------------- */
#contact h1 {
	margin-left: 10px;
	}

#address {
	float: left;
	width: 310px;
	padding: 0 30px 0 10px;
	border-right: #b5c99c dashed 1px;
	}	

#address a:link, #address a:visited {
    color: #57841e;
    text-decoration: none;
	font-size: 14px;
	}

#address a:hover, #address a:active {
    text-decoration: underline;
	}

#message {
	float: left;
	width: 380px;
	padding: 0 20px 0 50px;
	position:relative;
	}

#message h1, #address h1 {
	font-size: 20px;
	margin: 5px 0 20px 0;
	color: #57841e;
	}

.contact_label {
	color: #57841e;
	font-size: 14px;
	}

form label {
 	line-height: 16px;
 	display: inline;
	color: #57841e;
	font-size: 14px;
	}

.form_left {
	position: relative;
	float: left;
	width: 42%;
	overflow: hidden;
	margin-right: 1px;
	}

.form_right {
	position: relative;
	float: right;
	width: 55%;
	overflow: hidden;											
	}

.text_box{
	display: block;	
	position: relative;
	overflow: hidden;
 	height: 24px;
	background: #fff;
	border: solid 1px #b5c99c;
}

.text_area{
	display: block;	
	position: relative;
	overflow: hidden;
 	height: 100px;
	background: #fff;
	border: solid 1px #b5c99c;
}

.text_inner {
	line-height: 24px;
	}

.text_box input, .text_area textarea{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	border:none;
	background:#fff;
	top:0px;
	left:0px;
}

.form_bottom {
	position:relative;
	float:left;
	width:100%;
	}	

#send {
	color: #57841e;
	}	

/* ----------------------------------- */
/* BOTTOM
/* ----------------------------------- */
#page_bottom {
	height: 182px;
	background: #fff url(../images/footer2.jpg) right bottom repeat-x;
	}		
	
/* ----------------------------------- */
/* FOOTER
/* ----------------------------------- */	
#footer {
	margin: 0 auto;
 	width: 900px;
 	text-align: left;
 	clear: both;
 	}

.footer {
	font-size: 10px;
	color: #fff;
	}
	
.footer a, .footer a:visited {
	color: #fff;
	}
	
.footer a:hover, .footer a:active {
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
	}

.footerLink, .footerLink a, .footerLink a:visited {
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	}
	
.footerLink a:hover {
	text-decoration: underline;
	}

#footerLeft {
	margin: 155px 0 0 30px;
 	float: left;
	}

#footerRight {
	margin: 155px 50px 0 0;
 	float: right;
 	}