body{
background-color:#59635d;
}
H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #3f7506;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	}

H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #4ca20b;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 3px 0px;
	}

H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #4ca20b;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 3px 0px;
	}
	
H4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4ca20b;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 3px 0px;
	}
	
th{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4ca20b;
	font-weight: bold;
	}	
	
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4D4D4D;
	font-weight: normal;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
	
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4D4D4D;
	font-weight: normal;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	margin-left: 50px;
	}
	
	li.tradeLinksLi {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #4D4D4D;
		font-weight: normal;
		line-height: 18px;
		margin: 0px;
		padding: 0px 0px 3px 0px;
		margin-left: 25px;
	}
	
a:link, a:active, a:visited {
	color: #00599A;
	text-decoration: underline;
	}
	
	a:hover {
		color: #0495FF;
		}	

img{
border:none;
}
#main{
width:1000px;

margin-left:auto;
margin-right:auto;

}

#header{
background-image:url(/system/application/images/header_image.png);
width:990px;
height:90px;
}
	#login_box{
	float:right;
	}

#farmland{
background-image:url(/system/application/images/farm_land.png);
background-repeat:no-repeat;
width:990px;
height:125px;

text-align:right;

}
	.farmland_text{
		color:white;
		font-size:22px;
		font-weight:bold;
		padding:10px;
		font-family:"Times New Roman", Times, serif
	}



.center_info{
width:1000px;
float:left;
padding-bottom:5px;
}
.middle_text{
color: white;
float: left;
font-family: 'Times New Roman', Times, serif;
font-size: 30px;
font-weight: bold;
margin-left: 5px;
margin-right: 5px;
margin-top: 25px;
padding: 5px;
text-align: center;
width: 460px;
}

#left_col{
background:#d4ddd8;
width:245px;
height:700px;
float:left;
padding:5px;
}
	#left_col a{
	color:#000000;
	font-size:15px;
}
#center_col{
background:#d4ddd8;
width:460px;
height:700px;
float:left;
margin-left:5px;
margin-right:5px;
padding:5px;
font-weight:bold;
}

#right_col{
background:#d4ddd8;
width:245px;
height:700px;
float:left;
padding:5px;
}
	#right_col a{
	color:#000000;
	font-size:15px;
}

#reg_login_box{
background-color: #ebf8dd;
	border: 1px solid #93d72e;

height: 125px;
margin-left: auto;
margin-right: auto;
text-align: center;
width: 450px;
}
	.login_box_error{
		color:red;
		font-size:16px;
		text-align:center;
	}
#westlink_box{
	background: white;
border: 1px solid black;
height: 85px;
margin-top: 10px;
padding-top: 25px;
text-align: center;
width: 460px;
}
#footer{
background:#5c5040;
width:990px;
height:30px;
float:left;
margin-top:5px;
color:white;
text-align:center;
font-weight:bold;
font-size:12px;
padding-top:10px;
}
.inside_content{
background:#d4ddd8;
width:970px;
padding:10px;
float:left;
}
h2.manu_link{
background:#666633;
border-top:black 1px solid;

}
.manu_link :hover{
background:#00FF00;
}
#product_parts{
	margin-top:20px;
	width:100%;
	float:left;
}
#productTableTitleTable{
background-color:#D4DDD8;

}
#productTableTitleTable{
width:970px;
}
#productTable{
	font-size:12px;	
}
#cart{
width:250px;
float:right;
text-align:center;
background:white;
margin-left:10px;
}
#cart_items{
text-align:center;
font-size:10px;
}
#shopping_cart_container{
	margin-left:auto;
	margin-right:auto;
	width:100%;
	border:1px solid black;
	margin-bottom:20px;
	padding:5px;
}
.item_container{
padding-left:30px;
}
.TextBox 
{
	width:275px;
}
  
	.TextBoxError 
	{
		background: #f8dbdb;
		border-color: #e77776;
	}

/***********************************************************************************************************************
 * Error handling css for form validation.
 * Suggested guidelines for using the below CSS
   -> A head div to display correct error/success message to the user 
      => Give this div the following attributes id='message' and class='Error'	
************************************************************************************************************************/	
.Error{
	margin-bottom: 20px;
	background-color: #f8dbdb;
	border: 1px solid #e77776;
}
  .Error ul{
	  list-style: square;
	  padding: 5px;
	  font-size: 11px;
	  color: #e46c6e;
  }
	.Error ul li{
		list-style-position: inside;
		line-height: 1.6em;
	}
	  .Error ul li strong{
		  color: #e46c6d;
	  }

.Valid{
	margin-bottom: 20px;
	background-color: #ebf8dd;
	border: 1px solid #93d72e;	
}
	.Valid ul{
		list-style: square;
	    padding: 5px;
	    font-size: 11px;
    	color: #549311;
	}
		.Valid ul li {
			list-style-position: inside;
			line-height: 1.6em;
		}
			.Valid ul li strong {
				color: #a8e46c;	
			}
.adminPeople {
	 width:100%;
	 padding: 0px 0px 3px 3px;
}
			
.adminContact{
	 font-size:10px;
}
.adminGeneral {
	font-size:12px;
	text-align:left;
}

.adminPhoto{
	text-align:right; 
	border:1px solid #000;
	width:50px;
	height:65px;
}
.agronomy_section{
	width:75%;
	margin-top:30px;
	margin-left:75px;
	float:left;
	border-bottom:1px #009933 solid;
}
.ag_companies{
	float:left;
	padding:30px;
}
	.ag_companies_left{
		float:left;
		width:40%;
	}
	.ag_companies_right{
		float:left;
		width:40%;
	}

	