/* general */
body {
	margin: 0;
	padding:0;
	background:#d9d8d4 url(bg_main.jpg) top center repeat-x;	
}

table { border-collapse:collapse; }
img { border:0px; }

body, table {
	font:12px/20px normal Arial, Verdana, Helvetica, sans-serif;
	color:#333;
}

/* backgrounds */
.bgleft {
	background:url(bgleft.jpg) top right no-repeat;
}

.bgright {
	background:url(bgright.jpg) top left no-repeat;
}


/* links */
a {
	color:#448e28;
	text-decoration:none;
}

a:hover {
	color:#448e28;
	text-decoration:none;
}


/*  footer */
.footerNav ul {
	margin:0;
	padding:0;
}

.footerNav {
	background:url(bg_footer.jpg) top left no-repeat;
	padding:25px 0 35px 20px;
	font-size:11px;
	line-height:15px;
}

.footerNav, .footerNav a, .credits, .credits a {
	color:#fff;
}

.footerNav a {
	border-right:1px solid #fff;
	padding:0 10px;
}

.footerNav li {
	display:inline;
}

.credits, .credits a {
	color:#fff;
}

.credits {
	background:url(bg_footer.jpg) top right no-repeat;
	padding:24px 0 34px 20px;
}


/*****************************************************

					 TOP NAVIGATION

/*****************************************************/\
#mainnav { }

ul#nav { margin:0; padding:0; }
ul#nav li {  float:left; list-style-type:none; margin:0; padding:0; }
ul#nav li a { height:41px; display:block;  text-indent:-9999px; outline:none; }

li#aboutOff a, li#teamOff a, li#productsOff a, li#harvestingOff a, li#environmentOff a, li#contactOff a, li#aboutOn a, li#teamOn a, li#productsOn a, li#harvestingOn a, li#environmentOn a, li#contactOn a {
	background:url(nav.jpg); text-indent:-9999px;
}

/* home */
li#aboutOff a { background-position:-1px 0px; width:140px; }
li#aboutOff a:hover, li#aboutOn a { background-position:-1px -41px; width:140px; }

/* corporate */
li#teamOff a { background-position:-141px 0px; width:135px; }
li#teamOff a:hover, li#teamOn a { background-position:-141px -41px; width:135px; }

/* properties */
li#productsOff a { background-position:-276px 0px; width:132px; }
li#productsOff a:hover, li#productsOn a { background-position:-276px -41px; width:132px; }

/* harvesting */
li#harvestingOff a { background-position:-408px 0px; width:146px; }
li#harvestingOff a:hover, li#harvestingOn a { background-position:-408px -41px; width:146px; }

/* environment */
li#environmentOff a { background-position:-554px 0px; width:158px; }
li#environmentOff a:hover, li#environmentOn a { background-position:-554px -41px; width:158px; }

/* contact */
li#contactOff a { background-position:-712px 0px; width:142px; }
li#contactOff a:hover, li#contactOn a { background-position:-712px -41px; width:142px; }

/****************************************************************************************/

/*  headers  */
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}

.maincontent h1 {
	padding:6px 5px 18px 40px;
	font-size:18px;
	line-height:2px;
	background:url(bg_h1main.jpg) top left no-repeat;
	width:540px;
}


#maincontentArea {
	margin:20px 45px 40px 45px;
}

#leftArea {
	margin-left:12px;
}

.maincontent {
}

.leftcontent {
	background:url(bg_leftcolumn.jpg) top right repeat-y;
}

.backgroundmain {
	background:url(bg_centerbody.jpg) top right repeat-y;
}

/*	divs	*/
.toplinks {
	text-align:right;
}

.toplinks a {
	margin:5px 0;
}

/******************/

.logo {
	background:url(bg_logo.jpg) bottom right no-repeat;
	margin-top:2px;
}

#bnr {
	padding-top:10px;
}

#subfooter {
	text-align:center;
}

/*  form */
/*  sign up */
#contact form { margin:0 0 20px 0; padding:0; }

.emailSignup {
	padding-left:8px;
	margin:10px 0;
}

#contact label {
	display:block;
	font-size:10px;
}

#contact input {
	width:300px;
	display:block;
	font:11px normal Arial, Helvetica, sans-serif;
	margin-bottom:20px;
}

#contact #submitter {
	width:59px;
	margin-top:18px;
}

.signup_title {
	font-size:11px;
}

.signup_error {
	font-weight:bold;
	color:red;
	padding:10px;
	border:1px solid #ff0000;
	background:#FFE1E1;
}

#signup_error {
	margin-bottom:20px;
}

.signup_success {
	font-weight:bold;
	color:#090;
}

#signup_load {
	display:none;
	text-align:center;
	padding:40px 0;
}