body{font:13px/1.5 'Helvetica Neue',Arial,'Liberation Sans',FreeSans,sans-serif}a:focus{outline:1px dotted}hr{border:0 #ccc solid;border-top-width:1px;clear:both;height:0}h1{font-size:25px}h2{font-size:23px}h3{font-size:21px}h4{font-size:19px}h5{font-size:17px}h6{font-size:15px}ol{list-style:decimal}ul{list-style:disc}li{margin-left:30px}p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{margin-bottom:20px}

#horizontalnav {
	float: right;
	margin-bottom:5px;
	}

#horizontalnav a {
	font-size: 14pt;
	text-decoration: none;
}

.button a {	color: #215E21;
}

.button:hover a {color: #fff;}



.button:hover {
	padding: 2px 7px 2px 7px;
	border: 1px solid #335d14;
	background: url('../images/horizontalnavbg.png');
	  border-radius: 15px 15px 0 0;
	      border-radius: 15px 15px 0 0;
    box-shadow: 2px -1px 2px #444444;
}

.selected a {color:#fff;}

.selected {
    background: url("../images/horizontalnavbg.png") repeat scroll 0 0 transparent;
    border: 1px solid #335D14;
    border-radius: 15px 15px 0 0;
    box-shadow: 2px -1px 2px #444444;
    padding: 2px 7px;
}

#flashcontainer {
	position: relative;
	left: -11px;
}

#sidebarnav h2 {
	color: #fff;
}



h1 {
	font-size: 18px;
	color: #434242;
}

#googlemapping {
  height: 400px;
  width: 960px;
}

h2 {
	font-size: 17px;
}

#contentarea p {
	font-size: 12px;
	color: #000;
}

#contentarea a {
	color: #5e9d2c;
}

#contentarea strong {
	font-weight: 900;
	color: #000;
}

#contentarea ul {
  color: #222;
  list-style: outside url("../images/bullet.gif") disc;
}

#contentarea ol {
	color: #5e9d2c;
}

#contentarea li {
	font-size: 12px;
}

#companynamecontainer {
	color: #2e6612;
	font-size: 40px;
	font-weight: 900;
	z-index: 1;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
}

#companynameshadow {
	font-size: 40px;
	color: #a4d121;
	font-weight: 900;
	z-index: 0;
	margin: 12px 0px 0px 2px;
	padding: 0px 0px 0px 0px;
	position: absolute;
}

#phonecontainer {
	font-size: 20px;
	color: #a4d121;
	font-weight: 900;
	margin: 0 auto;
	width:960px;
	float:right;
}
#logocontainer {height:144px; margin-top:46px; width:500px;}


hr {
	color: #747c5f;
	background-color: #747c5f;
	height: 1px;
	border: none;
}

#buynow {
     font: 14px 'Helvetica Neue',Arial,'Liberation Sans',FreeSans,sans-serif;
     color: #fff;
     float: right;
     width: 150px;
     text-align: center;
     background: url('../images/buynow.png');
     border: 1px solid #69bef1;
     padding: 4px 0px 0px 0px;
     position: relative;
     top: 20px;
}

#buynow a {
     color: #fff;
     display: block;
     margin-bottom: 4px;
     font-weight: normal;
     text-decoration: none;
     text-shadow: none;
}

#buynow a:hover {
     text-decoration: underline;
}

#buynow p {
     font-size: 12px;
     margin-bottom: 3px;
     margin-top: 2px;
     text-shadow: none;
}

#buynow div a {
     font-weight: 800;
}


			
			
#contact_form input{
	width: 95%;
	padding: 5px;
	margin: 2px 0px;
	border:2px solid #fff;
}
#contact_form textarea{
	width: 95%;
	padding: 5px;
	margin: 2px 0px;
		border:2px solid #fff;
}

#contact_form input:hover, #contact_form textarea:hover{
		border:2px solid red;

}

#contact_form input.submitbutton{
	padding: 5px;
	margin: 2px 0px;
	width: 150px;
    cursor:pointer;
	background:#fff;

}


#contact_form input.submitbutton:hover{
	background:#B5B4B4;
	color:#000;
	border:2px solid #B5B4B4;
}
