@charset "iso-8859-1";
/* CSS Document */

body {
	padding				: 0;
	margin				: 0;
	text-align			: center;
	
	background			: url(img/bg.jpg) repeat-x #e1e1e1;
	
	font-family			: Calibri, "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size			: 12px;
}

.container {
	width				: 800px;
	text-align			: left;
	margin				: 0 auto;
	position			: relative;
}

.header {
	height				: 90px;
	position			: relative;
	background			: url(img/headerBg.jpg) no-repeat;
}

.corporate {margin-left:-800px;}


/* NAVIGATION */

.mainNav{
	margin				: 0;
	padding				: 0;
	height				: 40px;
	overflow			: hidden;
	background			: #2a5d00;
	width				: 500px;
	position			: absolute;

	top					: 22px;
	right				: 0;
	padding-left		: 20px;
	border-left			: #54ba00 solid 4px;
}

.mainNav ul{
	margin				: 0;
	padding				: 0;
	list-style			: none;

	height				: 40px;
	right				: 0;
}

.mainNav li {
	float				: left;
}

.mainNav li a {
/*	display				: block;*/
	line-height			: 40px;
	height				: 40px;
	color				: #FFF;
	padding				: 0 15px;
	font-size			: 1.1em;
	text-decoration		: none;
}

.mainNav li a:hover, .mainNav .selected{
	color				: #54ba00;
}

.subNav ul{
	margin				: 0;
	padding				: 0;
	width				: 160px;
	float				: left;
	
	list-style			: none;
	padding-top			: 42px;
	margin-right		: 20px;
}

.subNav li a {
	line-height			: 30px;
	color				: #000;
	text-decoration		: none;
	display				: block;
}

.subNav li a:hover {color:#55b901;}

.subNav .selected {color:#55b901;}

/* END NAVIGATION */

.mainContent {
	background			: #FFF;
	margin-top			: 1px;
	padding				: 50px 30px 70px 30px;
	color				: #333;
}

.contentArea {
	border-left			: #e5e5e5 solid 1px;
	
	min-height			: 260px;
	height				: auto !important;
	height				: 260px;

	float				: left;

	width				: 450px;
	padding-left		: 30px;
	
	color				: #333;
	line-height			: 18px;
	
	color:#000;
	text-align:justify;
}

.contentArea h1 {
	color				: #2a5d00;
	margin				: 0;
	padding				: 0;
	font-weight			: normal;
	margin-bottom		: 20px;
	line-height			: 26px;
	font-size			: 24px;
}

.mainHome {
	height				: 465px;
	overflow			: hidden;
	background			: url(img/homepage.jpg) no-repeat;
	position			: relative;
}

.contactUs {
	position			: absolute;
	bottom				: 40px;
	right				: 0;
	width				: 375px;
	height				: 100px;
	background			: url(img/callus.jpg) no-repeat;
	overflow			: hidden;
}

.introText {
	position			: absolute;
	width				: 280px;
	left				: 0;
	padding				: 10px 20px 10px 30px;
	bottom				: 40px;
	border-right		: #54ba00 solid 0px;
	background			: #2a5d00;
	color				: #fff;
}

.introText a {
	color				: #fff;
	text-decoration		: none;
	line-height			: 1.3em;
}

.introText h2 {
	color				: #FFF;
	padding				: 0;
	margin				: 0;
	font-weight			: normal;
	font-size			: 24px;
}

.introText p {
	padding				: 0;
	margin				: 5px 0;
	font-size			: 14px;
}

.slogan {
	background			: url(img/slogan.jpg) no-repeat;
	width				: 500px;
	height				: 125px;
	position			: absolute;
	top					: 80px;
	left				: 0;
}

.footer {
	height				: 90px;
	background			: #676767 url(img/footerBg.jpg) repeat-x;
	margin-top			: 1px;
	position			: relative;
}

.footer .address {
	position			: absolute;
	top					: 26px;
	left				: 26px;
	color				: #999;
}

.footer .links {
	position			: absolute;
	top					: 44px;
	left				: 26px;
	color				: #999;
}

.footer .telephone {
	position			: absolute;
	top					: 22px;
	right				: 26px;
	color				: #fff;
}

.footer .telephone strong {
	font-weight			: normal;
	font-size			: 18px;
}

.footer .email {
	position			: absolute;
	top					: 46px;
	right				: 26px;
	color				: #999;
}