﻿html {
	height:100%;
}

body {
	margin:0px;
	height:100%;
	font-family:Helvetica, Verdana, Arial, Tahoma, sans-serif; 
	font-size:12px;
	color:#4a4a4a;
	background:#ffffff url('../images/bg.jpg') repeat-x;
}

h1, h2, h3, h4, h5, h6 {
	color:#627a24;
	font-weight:normal;
}

a:focus, input:focus {
	outline:0px;
}

#wrapper {
	width:1014px;
	margin:0px auto;
	padding-top:9px;
}

#menu {
	float:left;
	padding-left:297px;
	width:717px;
	height:29px;
	background:url('../images/menu.jpg') no-repeat;
}

	#menu a {
		float:left;
		display:inline-block;
		width:110px;
		height:29px;
	}

		#menu .home {
			background:url('../images/mnHome.jpg');
		}
		
		#menu .tech {
			background:url('../images/mnTech.jpg');
		}
		
		#menu .benefit {
			background:url('../images/mnBenefits.jpg');
		}
		
		#menu .news {
			background:url('../images/mnNews.jpg');
		}
		
		#menu .contact {
			width:113px;
			background:url('../images/mnContact.jpg');
		}

		#menu a:hover {
			background-position:0 -29px;
		}
	
	#menu .Search {
		float:left;
		width:164px;
		height:29px;
		background:url('../images/mnSearch.jpg');
	}
	
	#menu .Search a {
		color:#627a24;
		margin-top:5px;
		text-decoration:none;
		text-transform:lowercase;
		font-weight:bold;
		margin-left:10px;
	}
	
	#menu .Search a:hover {
		text-decoration:underline;
	}

#header {
	float:left;
	width:1014px;
	height:86px;
	background:url('../images/header.jpg');
}

	#header img {
		margin-left:88px;
		border:0px;
		margin-top:-10px;
	}

	#header .buynow {
		position:relative;
		margin-left:270px;
		background:url('../images/order_now.png') no-repeat;
		top:40px;
	}
	
		#header .buynow a {
			display:inline-block;
			height:120px;
			width:120px;
		}

#leftCol {
	float:left;
	width:284px;
	padding:0px 40px;
	min-height:566px;
	padding-top:350px;
	background:url('../images/leftCol.jpg') no-repeat;
}

#leftCol .sub {
	color:#627a24;
	font-weight:bold;
}
#rightCol {
	float:left;
	width:650px;
	min-height:566px;
}

	#rightCol #flash {
		float:left;
		width:650px;
		height:259px;
		background:url('../images/flash.jpg') no-repeat;
	}
	
	#rightCol #content {
		float:left;
		width:650px;
		background:url('../images/content.jpg') no-repeat;
	}

	#rightCol #content .content {
		line-height:21px;
		margin-right:100px;
		margin-left:20px;
	}

#footer {
	float:left;
	width:1014px;
	height:75px;
	background:url('../images/footer.jpg') no-repeat;
}

	#footer .menu {
		float:left;
		margin-top:11px;
		margin-left:234px;
		width:576px;
	}
	
		#footer .menu .overview {
			display:inline-block;
			width:187px;
			height:31px;
			background:url('../images/ftMnOverview.jpg') no-repeat;
		}
		
		#footer .menu .latest {
			display:inline-block;
			width:197px;
			height:31px;
			background:url('../images/ftMnLatest.jpg') no-repeat;
		}
		
		#footer .menu .testimonials {
			display:inline-block;
			width:192px;
			height:31px;
			background:url('../images/ftMnTestimonials.jpg') no-repeat;
		}

		#footer .menu a:hover {
			background-position:0px -31px;
		}

	#footer .footer {
		clear:both;
		text-align:center;
		color:#688127;
		font-size:10px;
	}
	
		#footer .footer a {
			color:#688127;
			padding:0px 15px;
			text-decoration:none;
		}
		
			#footer .footer a:hover {
				text-decoration:underline;
			}
