@charset "utf-8";
body {
	font: 100% "Trebuchet MS";
	color: #536d43;
	background-image: url(../img/gradient-bg-v102.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #a0ae97;
	padding:0;
	margin:0;
}
#primaryContainer {
	margin: 0 auto;
	padding:0;
	width:782px;
	min-height:500px;
	}
#menuContainer {
	position:relative;
	overflow: hidden;
	margin-bottom: 30px;
	}
#logoContainer {
	position:relative;
	top:0px;
	left:0px;
	background-image:url(../img/tree-crops-logo.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	z-index:2;
	height: 220px;
	width: 424px;
	}
#footer{
	margin: 0 auto;
	padding: 30px 0;
	width: 782px;
	height: 150px;
	clear:both;
	font-size: 0.8em;
	text-align: center;

	}
/* ==================================== */
/* ---------- THE MENU SYSTEM --------- */
/* ==================================== */
#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 782px;
	height: 240px;
	background: url(../img/header.jpg) bottom left no-repeat;
	position: relative;
}
#menu span {
	display: none;
	position: absolute;
}
#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
/*	background-image: url(../img/menu-bg.gif);
*/}
#menu a:hover {
	background-position: left bottom;
}
#menu a:hover span{
	display: block;
}
#menu .home {
	width: 361px;
	height: 160px;
	background: url(../img/spacer.gif) no-repeat;
	left: 42px;
	top: 21px;
}
/*#menu .home span {
	width: 420px;
	height: 199px;
	background: url(../img/spacer.gif) no-repeat;
	left: 0px;
	top: 0px;
}
*/#menu .products {
	width: 160px;
	height: 28px;
	background: url(../img/our-products.gif) no-repeat;
	left: 216px;
	top: 212px;
}
/*#menu .products span {
	width: 160px;
	height: 28px;
	background: url(../img/our-products.gif) no-repeat;
	left: 44px;
	top: 54px;
}*/
#menu .services {
	width: 160px;
	height: 28px;
	background: url(../img/our-services.gif) no-repeat;
	left: 367px;
	top: 183px;
}
/*#menu .services span {
	width: 92px;
	height: 20px;
	background: url(../img/our-services.gif) no-repeat;
	left: 26px;
	top: -20px;
}
*/
#menu .approach {
	width: 160px;
	height: 28px;
	background: url(../img/our-approach.gif) no-repeat;
	left: 519px;
	top: 154px;
}
/*#menu .approachs span {
	width: 92px;
	height: 20px;
	background: url(../img/our-approach.gif) no-repeat;
	left: 26px;
	top: -20px;
}
*/
#menu .contact {
	width: 160px;
	height: 28px;
	background: url(../img/contact-us.gif) no-repeat;
	left: 622px;
	top: 110px;
}
/*#menu .contact span {
	width: 92px;
	height: 20px;
	background: url(../img/contact-us.gif) no-repeat;
	left: 26px;
	top: -20px;
}
*/
a {
	color:#8ac93e;
	text-decoration:none;
	}
a hover{
	color:#8ac93e;
	text-decoration: overline underline;
	}
a img { border:0;
	vertical-align:top;
}
hr {
height: 0;
border: 0;
border-top: 1px solid #ECECE0;
}
#footer p {
	margin-top: 1em;
	}
#footer a, #footer a:visited; {
color:#660000;
text-decoration:none;
}
#footer a:hover, #footer a:active; {
color: #669900;
text-decoration: underline;
}

#wildmercury {
	font-size: 0.65em;
	text-align: right;
	float:none;
	clear: both;
	margin-right: 0px;
	padding-top: 5px;
}
#wildmercury a, #wildmercury a:hover, #wildmercury a:visited , #wildmercury a:active{
	border:none;
}

.big-green-text{
	font-size:2em;
	color:#536d43;
	letter-spacing:0.1em;
	font-weight: bold;
	margin-top: 2em;
	}
.big-green-border{
	border: 8px solid #536d43;
	}
.float-right{
float:right;
margin: 0 0 10px 10px;
}
.float-left{
float:left;
margin: 0 10px 10px 0;
}
#primaryContainer table td {
	padding: 2px;
}
#contact-form {
	float: right;
	width: 310px;
	padding: 8px;
}
