/* CSS Document */
body{
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
margin-bottom: 0px;
background:#F1ECD8 url(images/back_corner.jpg) no-repeat left bottom;
cursor: url("images/ecofriendly_sm.gif");
}
body,html{
height: 100%;
}
#container{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 800px;
	background: #FFFFFF;
	border-right: 3px solid #897B58;
	border-left: 3px solid #897B58;
	min-height: 100%;
	height:auto !important;
  	height: 100%;
}
#footer{
	margin: 10px;
	font-size: 11px;
	padding-bottom: 10px;
}
#header{
	padding-top:10px;
	border-bottom: 1px solid #333333;
}
#header h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	margin-bottom:0px;
	margin-top: 0px;	
}
#header h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin-top:0px;
	font-style:italic;
	font-weight: normal;
}
#nav{
	background: #333333;
	margin-top: 1px;	
}
#nav a {
	display: block;
	padding: 4px 14px;
	color: #FFFFFF;
	text-decoration:none;
	float: left;
	background: #333333;
}
#nav a:hover{
	background: #666666;
}
#main{
	font-size:12px;
	color: #666666;
	margin: 10px;
}
.style2 {
font-size: 16px;
font-family: Georgia, "Times New Roman", Times, serif;
}
.clear{
	clear: both;
}
h1{
	font-size: 16px;
	color: #298F3B;
}
.product_class{
	float: left;
	width: 45%;
	border: thin dotted #298F3B;
	padding: 5px;
	margin: 5px;
}

/*******contact page*********/
.contact_field {
	float: left;
	width: 400px;
	height: 30px;
}
.contact_field_r {
	float: left;
	width: 400px;
	height: 30px;
	font-weight:bold;
}
.contact_title_r {
	float: left;
	width: 150px;
	font-weight:bold;
	height: 30px;
}
.contact_title {
	float: left;
	width: 150px;
	height: 30px;
}
.contact_title_h {
	float: left;
	width: 150px;
	height: 80px;
}
.contact_field_h {
	float: left;
	width: 400px;
	height: 80px;
}
.full_line {
	float: left;
	width: 600px;
	height: 30px;
}
#contact_form {
	width: 650px;
	}
#contact_form input.field {
	width: 300px;
	height: 18px;
	border: solid 1px #CCCCCC;
	}
#contact_form textarea {
	width: 300px;
	height: 70px;
	border: solid 1px #CCCCCC;
	}
#contact_form input.short_field {
	width: 70px;
}
#contact_form input.shorter_field {
	width: 200px;
}
form{
	margin-bottom:0px;
}