﻿

/*     TAGS & COLORS     */



a {
	color:#367300;
	text-decoration:none;
}

a:hover {
	color:#e68e00;
}

h1, h2 {
	color:#76a136;
}

h6 {
	font-size:8px;
	color:#62852d;
}



/*     ELEMENTS     */



#nav a:hover {
	color:#8ed523;
	background-color:#17171a;
}

#logo_bg {
	background:transparent url(../img/green/logo_bg.jpg) no-repeat right top;
	width:289px;
	height:114px;
	position:absolute;
	margin-left:641px;
	top:0;
}

#header {
	background:#6b9035 url(../img/green/header_bg.jpg) repeat-x center top;
	height:210px;
	padding-bottom:40px;
}

#mainheader {
	background:transparent url(../img/green/header.jpg) no-repeat left bottom;
	width:1000px;
	height:250px;
}

#footer {
	background:#538d29 url(../img/green/footer_bg.jpg) repeat-x center top;
	height:100%;
	padding-bottom:15px;
}

#mainfooter {
	background:transparent url(../img/green/footer_main.jpg) no-repeat left top;
	width:564px;
	height:290px;
	margin:0 0 0 42px;
}



/*     CONTACT FORM     */



.form input:hover, textarea:hover {
	border-color:#89ba34;
	background:#fff;
}

#button:hover {
	background:#f8ffe5;
}