@charset "UTF-8";
body  {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	background-image: url(../images/bg.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}
#container  {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* this overrides the text-align: center on the body element. */
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
} 
#tophead   {
	background-color: #FFFFFF;
	height: 90px;
	padding-top: 10px;
	text-align: left;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(../../images/vitalearthlogo.gif);
	background-repeat: no-repeat;
	background-position: left center;
} 
#topnavholder {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#mainheader2  {
	height: 463px;
	background-image: url(../images/mainheader.jpg);
	background-repeat: no-repeat;
	position: relative;
	padding-top: 15px;
	padding-left: 30px;
}
#mainheader2  p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 20px;
	margin-right: 530px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#mainheader2    a  {
	color: #808123;
	text-decoration: none;
}
#mainheader2  a:hover {
	color: #808123;
	text-decoration: none;
}
#mainheader2 h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 41px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	line-height: 41px;
}
#mainheader2 h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #1C54A7;
	font-size: 32px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: normal;
	padding-bottom: 10px;
	line-height: 32px;
}
#mainheader2 h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	line-height: 18px;
}
#retail #rightcontent {
	width: 230px;
	position: absolute;
	left: 655px;
	top: 18px;
	height: 225px;
	z-index: 10;
}
#mainContent  {
	margin: 0px;
	padding: 0px;
	height: 270px;
} 
#mainContent p {
	color: #333333;
}
#mainContent h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	padding: 00px;
	color: #FFF;
}
#sidebarleft    {
	width: 250px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
#sidebarleft h1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #1D50BD;
	text-decoration: none;
	padding-bottom: 15px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#topnav  {
	height: 66px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-color: #669900;
	background-image: url(../images/nav-bg.jpg);
	background-repeat: repeat-x;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	z-index: 30;
}
h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
p {
	margin: 0px;
	padding: 0px;
}
#contnav  {
	background:#DDDDDD;
	margin: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 82px;
}
#footer  {
	background-color: #DDDDDD;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: repeat-x;
	height: 120px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	position: relative;
} 
#footer  p  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
#footercontent {
	height: 100px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 100px;
	margin-right: auto;
	margin-left: auto;
	width: 930px;
}
.footnavcontent {
	float: left;
	padding-right: 30px;
}
.footnavcontentright {
	float: left;
	width: 220px;
	text-align: right;
}
.footnavcontentright p {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	color: #FFF;
}
.footnavcontent a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	color: #FFF;
	text-decoration: underline;
}
.footnavcontent p {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	color: #FFF;
}
.footnavcontent h1 {
	font-size: 15px;
	color: #636300;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#footercontent .footnavcontent h1 a {
	color: #636300;
	font-family: Arial, Helvetica, sans-serif;
}
.footnavcontent a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
}
#aboutnews {
	background-image: url(../images/soiladvice.jpg);
	height: 235px;
	background-repeat: no-repeat;
	width: 618px;
	float: right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#invessel {
	float: left;
	height: 58px;
	width: 175px;
	background-image: url(../images/invessel-panel.jpg);
	background-repeat: no-repeat;
	padding-right: 4px;
	padding-top: 209px;
	padding-left: 11px;
}
#different {
	float: left;
	height: 58px;
	width: 175px;
	background-image: url(../images/different-panel.jpg);
	background-repeat: no-repeat;
	padding-right: 4px;
	padding-top: 209px;
	padding-left: 11px;
}
#useful {
	float: left;
	height: 58px;
	width: 175px;
	background-image: url(../images/info-panel.jpg);
	background-repeat: no-repeat;
	padding-right: 4px;
	padding-top: 209px;
	padding-left: 11px;
}
#faqpanel {
	float: left;
	height: 58px;
	width: 175px;
	background-image: url(../images/faq-panel.jpg);
	background-repeat: no-repeat;
	padding-right: 4px;
	padding-top: 209px;
	padding-left: 11px;
}
#team {
	float: left;
	height: 58px;
	width: 175px;
	background-image: url(../images/team-panel.jpg);
	background-repeat: no-repeat;
	padding-top: 209px;
	padding-left: 11px;
}
#mainContent h4 a  {
	color: #FFF;
	text-decoration: none;
}
#mainContent h4 a:hover {
	text-decoration: underline;
}
#device {
	height: 486px;
	width: 533px;
	position: absolute;
	left: 414px;
	top: -20px;
	margin: 0px;
	padding: 0px;
}
#howdoitbody {
	background-repeat: no-repeat;
	width: 640px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(../images/aboutus/curve-bg.jpg);
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 265px;
}
#howdoitbody p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	padding-right: 10px;
	line-height: 18px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#howdoitbody h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #1D50BD;
	padding-top: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#howdoitbody h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #BDBD43;
	padding-top: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 18px;
}
#howdoitbody h2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #6C6F20;
}#howdoitbody ul li {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: square;
	padding-bottom: 10px;
	font-size: 14px;
	color: #1D50BD;
	padding-left: 0px;
	margin-left: 15px;
}
#howdoitbody ul li p {
	color: #333;
	font-size: 14px;
	font-weight: normal;
}
#howdoitbody h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	padding-top: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 18px;
}
#howdoitbody h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #1D50BD;
	padding-top: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
}
.team {
	background-image: url(../images/teambg.jpg);
	background-position: right;
	height: 208px;
	background-repeat: no-repeat;
	position: relative;
	margin-right: 50px;
	margin-left: 50px;
	padding-left: 270px;
	margin-bottom: 65px;
	padding-top: 10px;
}
.team .lefttext {
	float: left;
	width: 200px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	margin-right: 20px;
}
.team .righttext {
	margin-left: 20px;
	margin-right: 20px;
}
.team p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
}
.team p a {
	color: #2167B6;
	text-decoration: none;
}
.team h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #2167B6;
	margin: 0px;
	padding: 0px;
}
.team h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #EA7F37;
	margin: 0px;
	padding: 0px;
}
.steve {
	height: 270px;
	width: 255px;
	position: absolute;
	left: 0px;
	top: -35px;
}
#maz {
	height: 270px;
	width: 254px;
	position: absolute;
	left: 0px;
	top: -35px;
}
.mainbod {
	position: relative;
	margin-right: 50px;
	margin-left: 50px;
	margin-bottom: 20px;
	padding: 10px;
}

