/* CSS Document */

a				{ color: #666666; }
a:hover			{ color: #699626; }

body		  		{ background-color: #ffffff;
				  background-image: url("images/topbg.gif"); 
				  background-repeat: repeat-x;
				  color: #666666; 
				  font-family: arial, helvetica, verdana; 
				  font-size: 12px; 
				  line-height: 16px;
				  margin: 0;
				  text-align: center; }
				  
.clear			{ clear: both; }

#contactleft		{ float: left;
				  padding-left: 10px;
				  width: 230px; }

#contactright		{ float: left; 
				  width: 170px; }

#brandflash		{ float: left; 
				  left: 40px;
				  position: relative;
				  width: 436px; } 
				  
#container		{ margin-left: auto;
				  margin-right: auto;
				  text-align: left; 
				  width: 929px; }
				  
#flash			{ padding-top: 10px; }

#footer			{ background-color: #94C648; 
				  background-image: url("images/bottombg.gif"); 
				  background-repeat: repeat-x;
				  width: 100%; 
				  height: 200px;}

				  
#frontintro		{ float: left; 
				  left: 20px;
				  position: relative;
				  width: 432px; }

#navigation		{ }

		  
table			{ font-size: 12px; }

td				{ padding-top: 10px; }

.form			{ padding-top: 20px;
				  padding-bottom: 20px;
				  position: relative;
				  height: 256px; 
				  width: 415px;}
				  
input			{ background-color: #E4FEB6;
				  border: 1px solid #666666;
				  color: #666666;  
				  font-size: 12px;
				  width: 250px; }

input.button  		{ width: 100px; }

select			{ background-color: #E4FEB6;
				  border: 1px solid #666666;
				  color: #666666;  
				  font-size: 12px;
				  width: 250px; }
				  
textarea			{ background-color: #E4FEB6;
				  border: 1px solid #666666;
				  color: #666666;  
				  font-size: 12px;
				  width: 250px; }
				  

