body {
	margin:0px;
	padding:0px;
	text-align: left;
	font-family: Verdana, Arial Narrow, Arial, Helvetica;
	color: #ffffff;
	font-size: 13px;
	line-height: 18px;
}

.main {
	font-family: Verdana, Arial, Arial Narrow, Helvetica;
	font-size:13px;
	line-height:18px;	
	color: #ffffff;
	max-width:500px;
}

p {
	font-family: Verdana, Arial, Arial Narrow, Helvetica;
	font-size:13px;
	line-height:18px;
	color:#ffffff;
	max-width:500px;
}

H1 {
	font-family: Arial, Arial Narrow, Verdana, Helvetica;
	font-size:20px;
	line-height:12px;
	color:#3367aa;
	padding-top:4px;
}

H2 {
	font-family: Arial, Arial Narrow, Verdana, Helvetica;
	font-size:16px;
	line-height:0px;
	color:#fac92c;
	padding-top:8px;
}

#listcontainer {
	font-family: Verdana, Arial Narrow, Arial, Helvetica;
	font-size:12px;
	font-weight:bolder;
	line-height:30px;
	color: #ffffff;
}

ul {
	list-style: disc url(images/iconsun.gif) inside;
	margin-left:0;
	padding-left:4px;
}
	
.image_bluetab {
	border: none;
	margin-bottom: 50px;
	clear: both;
}

.image_logo {
	border: none;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: both;
}	

.image-products {
	border: 8px solid #95b224;
	float: left;
	margin-top: 0px;
	margin-right: 16px;
	margin-bottom: 32px;
	margin-left: 0px;
}

a:link { color: #ffffff; text-decoration: bold; }
a:visited { color: #ffffff; text-decoration: bold; }
a:hover { color: #ffffff; text-decoration: bold; }
a:active { color: #ffffff; text-decoration: bold; }

.deepgreen {color: #799022}
.rule-v {padding-top: 40px;}

/* HEADER NAV MENU STYLES */
.headerwrapper {
	width:100%;
	}

.headermenu{
font: 13px Arial;
width: 100%; /*leave this value as is in most cases*/
border-bottom: 6px solid #bcd323; /*bottom border*/
background: url(images/header_bg.jpg) center center repeat-x;
}

.headermenu ul{
margin: 0;
padding-right: 60;
float: left;
width: 100%; /*width of menu*/
background: url(images/header_bg.jpg) center center repeat-x;
}

.headermenu ul li{
display: inline;
}

.headermenu ul li a{
float: right;
color: white; /*text color*/
padding: 7px 18px;
text-decoration: none;
}

.headermenu ul li a:visited{
color: white;
}

.headermenu ul li a:hover{
color: white; /*text color of selected item*/
background: #9fc11c center center repeat-x;
}

.headermenu ul li .current{
color: white; /*text color of active item*/
background: #3367aa center center repeat-x;
}

/* FOOTER STYLES */
.copyright {
	margin-left: 70px;
	font: 10px Arial;
	color: #677a1b;
}

#footer, .footer {
	clear: both;
	bottom: 0px;
	width: 100%;
	height: 36px;
	text-align: center;
	padding-bottom: 0px;
	}
	
#footer_inner, .footer_inner { 
	position: relative;
	bottom:0px;
	width:100%;
	height:36px;
	text-align:center;
	display:block; 
	padding:18px;
	margin:0px auto;
	}

.footer_text {
	font: 13px Arial;
	color:#ffffff;
	}

a.footer_links:link { color: #ffffff; text-decoration: none; }
a.footer_links:visited { color: #ffffff; text-decoration: none; }
a.footer_links:hover { color: #ffffff; text-decoration: underline; }
a.footer_links:active { color: #ffffff; text-decoration: underline; }

