@charset "utf-8";
/* CSS Document */

body {
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100.1%;
	padding-bottom: 160px;
}
h1 {
	color: #82C043;
	font-size: 2.4em;
	font-weight: normal;
}
h2 {
	color: #82C043;
	font-size: 1.6em;
	font-weight: normal;
}
h3 {
	display: inline;
	margin: 0px;
	padding: 0px;
	color: #999;
}
h4 {
	padding: 5px;
	color: #666;
	background-repeat: repeat;
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #89D863;
	border-right-color: #89D863;
	border-bottom-color: #89D863;
	border-left-color: #89D863;
}
a {
	text-decoration: none;
	color: #82C043;
}
a:active {
	color: #000;
}
a:hover {
	color: #000;
}
a:focus {
	color: #000;
}
ul {
	margin-left: -5px;
	font-size: 1.2em;
}
li {
	list-style-type: circle;
}
div.container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
div.box {
}
div.header {
	height: 80px;
}
div.logo {
	height: 100px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
div.logo img {
	float: right;
	width: 127px;
	height: 152px;
	margin-top: -10px;
}
div.nav {
	margin-top: 60px;
}
div.nav table {
	padding-top: 20px;
	padding-bottom: 8px;
}

.nleft {
	text-align: left;
	width: 135px;
	margin-left: -2px;
}
.ncent {
	text-align: center;
	width: 210px;
}
.nrigt {
	text-align: right;
	width: 135px;
}
.nav a {
	color: #838383;
	padding-top: 25px;
	padding-right: 35px;
	padding-left: 2px;
	padding-bottom: 1px;
	font-weight: bold;
	letter-spacing: .2em;
}
.nav a:active {
	color: #FFF;
	text-decoration: none;
	background-color: #82C043;
}
.nav a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #82C043;
}
.nav a:focus {
	color: #FFF;
	text-decoration: none;
	background-color: #82C043;
}

div.mainc {
	width: 650px;
	float: left;
}
div.mainc li {
	font-size: .8em;
	font-weight: normal;
	margin-bottom: 10px;
	width: 580px;
}
div.mainc li a {
	font-weight: bold;
	font-size: .9em;
}
div.maincpics {
	width: 100%;
	padding-bottom: 40px;
}
div.maincpics a {
	font-weight: bold;
}
div.maincpics img {
	border: 2px solid #CCC;
}
div.mainpicl {
	float: left;
	margin-right: 35px;
	width: 250px;
}
div.mainpicm {
	float: left;
	margin-left: 40px;
	width: 250px;
}
div.mainpicr {
	float: right;
	width: 250px;
}
div.products {
	margin-top: 35px;
}
div.productsl {
	float: left;
	width: 400px;
	clear: right;
}
div.productsr img {
	margin-left: 45px;
	float: left;
	margin-top: 25px;
}
div.productsrimgr {
	float: right;
	margin-right: 2px;
}
div.productsr {
	margin-top: -2px;
}
div.maincform {
	width: 550px;
	float: left;
	padding-bottom: 70px;
}
div.maincrform {
	float: right;
	margin-top: 30px;
	text-align: right;
	font-size: .9em;
	border: 2px solid #CCC;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}
.smaller {
	font-size: .8em;
}
.address {
	clear: left;
	font-size: .9em;
	padding-top: 15px;
	float: left;
	margin-top: 0px;
}
div.logo2 {
	float: right;
}
div.clearer {
	clear: both;
}
div#footer{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:130px;
	background-image: url(../img/grass.gif);
	background-repeat: repeat-x;	
 }
 @media screen{
  body>div#footer{
   position: fixed;
  }
 }
 * html body{
  overflow:hidden;
 } 
 * html div#content{
  height:100%;
  overflow:auto;
 }
