/********************************************************************************* Generic Selectors */
body {
	color: #333;
	font-size:	100%;
	font-weight: normal;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	font-family: Myriad Web, Geneva, Arial, Helvetica, sans-serif;
}

p {
    width: 100%;
	line-height: 1.5;
	margin: 10px 0 10px 0;
}

li {
	margin:0 0 0 50px;
	padding:0;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	list-style:square;

}

h1 {
	color: #0072AA;
	font-family: Impact, Arial Black, Helvetica Black, sans-serif;
	font-size: 200%;
	font-weight: 400;
	font-style:	normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform:	none;
	margin: 10px 0 10px 0;
}

h2 {
	color: #0072AA;
	font-family: Arial Narrow, Helvetica Narrow, sans-serif;
	font-size: 150%;
	font-weight: 700;
	font-style:	normal;
	text-decoration: none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin: 10px 0 10px 0;

}

h3 {
	color: #0072AA;
	font-family: Arial Narrow, Helvetica Narrow, sans-serif;
	font-size:	130%;
	font-weight: 700;
	font-style:	normal;
	text-decoration: none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin: 10px 0 10px 0;

}

h4 {
	color: #0072AA;
	font-family: Arial Narrow, Helvetica Narrow, sans-serif;
	font-size:	130%;
	font-weight: 700;
	font-style:	normal;
	text-decoration: none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin: 10px 0 10px 0;

}

strong
{
	font-weight:bold;
}

.alignleft {
	text-align:left;
}

.alignright {
	text-align:right;
}

.aligncenter {
	text-align:center;
}

a:link {
    color: #97C943;
    text-decoration: underline;
    font-weight: normal;
}

a:visited {
    color: #97C943;
    text-decoration: underline;
    font-weight: normal;
}

a:hover {
    color: #66ccff;
    font-weight: normal;
    text-decoration: none;
}

a:active {
    color: #97C943;
    font-weight: normal;
}

/********************************************************************************* Core Aesthetics */

#header_container {
	width: 100%;
	background: #66ccff url(/images/header_bg.jpg) repeat-x;
	min-height: 107px;

}

#header {
	width: 950px;
	background: url(/images/header_logo.jpg);
	min-height: 30px;
	margin: auto;
	text-align:right;
	padding: 77px 0 0 0;

}

.primary_nav {
	margin-bottom:0;
	padding:0;
	list-style: none;
	margin: auto;
	width:950px;
	

}

.primary_nav li  {
	float:right;
	padding:0 15px 0 15px;
	border-right:#CCC solid 1px;
	list-style:none;
	margin:0;

}

.primary_nav li a:link, .primary_nav li a:active, .primary_nav li a:visited, .primary_nav li a:hover {
	color: #0066FF;
    text-decoration: none;
    font-weight: normal;
	list-style:none;
}
.primary_nav li a:hover {
	color: #97C943;
    text-decoration: none;
    font-weight: normal;
	list-style:none;
}
#main {
	background: #FAFAFA url(/images/main_bg.jpg) repeat-x;
}

#banner {
	width:950px;
	min-height:230px;
	background: #97C943 url(/images/banner_home.jpg);
	margin: auto;
	margin-bottom: 20px;
}

#title_area {
	width: 910px;
	font-size: 120%;
	background: #fff url(/images/title_bg.jpg) repeat-x;
	padding: 20px;
	border-top: solid 1px #d6d1ca;
	border-right: solid 1px #d6d1ca;
	border-bottom: none;
	border-left: solid 1px #d6d1ca;
	margin: auto;
}

#content {
	width: 910px;
	background-color: #fff;
	padding: 20px;
	border-top: solid 1px #d6d1ca;
	border-right: solid 1px #d6d1ca;
	border-bottom: none;
	border-left: solid 1px #d6d1ca;
	margin: auto;
	min-height:300px;
}

#footer_container {
	width: 100%;
	background: #66ccff url(/images/footer_bg.jpg) repeat-x;
	min-height: 200px;
	clear:both;
}

#footer_content {
	width: 950px;
	background: #66ccff url(/images/footer_content.jpg) repeat-x;
	min-height: 165px;
	padding: 35px 0 0 0;
	margin:auto;
	font-size: 70%;
	color: #fff;
}

#footer_content a {
	color: #fff;
}

/********************************************************************************* Body Styles */

/********************************************************************************* Contact Styles */
#contact_left
{
	float:left;
	width:75%;
}
#contact_left p
{
	clear:both;
}
#contact_left label
{
	float:left;
	width:140px;
}
#contact_left input, #contact_left textarea
{
	width:200px;
	border:solid 1px #DEDACF;
}
#contact_left input:hover, #contact_left textarea:hover
{
	background-color:#F8F7F3;
	border:solid 1px #DEDACF;
}
#contact_left #btnProcess, #contact_left #btnReset
{
	width:auto;
	background-color:none;
}
#contact_left #btnProcess:hover, #contact_left #btnReset:hover
{
	
}
#contact_left #buttons
{
	width:340px;
	text-align:right;
}
#contact_left #product
{
	width:90%;
	padding:10px;
	background-color:#FFF8DD;
	margin-bottom:10px;
}
#contact_left #product label
{
	width:auto;
	float:none;
}
#contact_left .product_radio
{
	width:50px;
}
#contact_right
{
	float:right;
	width:25%;
}



