/* CSS Document */
body {
	background-image: url(images2/page_background.jpg);
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

h1 {
    font-size:18px;
    color:#31602C;
    font-family: Arial, Helvetica, Sans-Serif;
}

a {
	text-decoration: none;
	color: #014d29;
}

a:hover {
	text-decoration: underline;
}

.site {
	background-image: url(images2/index_background.jpg);
	background-repeat: repeat-x;
}

.pagebody {	
	background-image: url(images2/body_background.jpg);
	background-repeat: repeat-y;
	text-align: left;
}

#header {
	background-image: url(images2/index_header2.jpg);
	background-repeat: no-repeat;
}

#text_scroller {
	background-image: url(images2/index_top_scroll2.jpg);
	background-repeat: no-repeat;
	color: #0D763C;
	text-transform: uppercase;
	padding-top: 10px;
	font-weight: bold;
}

.leftpanel {
	background-image: url(images2/index_leftShadow-.jpg);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #f0fbdd;
}


/* Start: Left Navigation Styles */
.mainnav {
	background-image: url(images2/index_Menu_Divider.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 5px;
	padding-bottom: 5px;	
}

.mainnav_selected {	
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px dotted #c7ed8a;
	border-bottom: 1px dotted #c7ed8a;
}

.mainnav_selected a {
	color: #233a04;
	text-decoration: none;
	font-weight: bold;
}

.mainnav a {
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	background-image: none;
}

.mainnav a:hover {
	color: #233a04;
	text-decoration: none;
}

.subnav {	
	padding: 0px;		
	padding-top: 2px;
	padding-bottom: 2px;	
	color:#ffffff;
}

.subnav a {
	color: #FFFFFF;
	text-transform: none;
	text-decoration: none;
	font-weight: normal;
	background-image: none;
}

.subnav a:hover {
	text-decoration: underline;
}

.subnav_selected {		
	padding: 0px;		
	padding-top: 2px;
	padding-bottom: 2px;	
}

.subnav_selected a {
	color: #233a04;
	text-decoration: underline;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	font-weight: normal;
}

.subnav2 a {
	color: #037619;
	text-transform: none;
	text-decoration: none;
	font-weight: normal;
	background-image: none;
}

.subnav2 a:hover {
    color: #037619;
	text-decoration: underline;
}
/* End: Left Navigation */

#menutop {
	background-image: url(images2/index_topNav.jpg);
	background-repeat: no-repeat;
}

.menutop_link {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

.mainpanel {
	background-image: url(images2/index_RightShadow.jpg);
	background-position: right;
	background-repeat: repeat-y;
	background-color: #f0fbdd;
}

.need_help {
	color: #5a8d26;
}

#newsletter {	
	background-image: url(images2/index_Newsletter.jpg);
	background-repeat: no-repeat;
}

#featured_products {
	background-image: url(images2/index_Featured_Middle.jpg);
	background-repeat: repeat-y;
}

#footerlinks {
	background-image: url(images2/index_greenbox_bottom-.jpg);
	background-repeat: no-repeat;
}

#footerlinks ul {
	margin: 0px;
	padding: 0px;
}

#footerlinks ul li {
	list-style-type: none;
	display: block;
	padding-bottom: 5px;
	color: #73b73c;
	font-size: 11px;
}

#footerlinks ul li a {
	color: #73b73c;
	font-size: 11px;
}


.footertext {
	color: #73b73c;
	font-size: 11px;
}

.textfield {
	background-color: #d4e6b2;
	border: 1px solid #8db85c;
	color: #125872;
	font-size: 12px;
}

.leftnav {
	background-image: url(images2/index_LeftNavBg.jpg);
	background-repeat: repeat-y;
	width: 225px;
}

.leftnav_top {
	background-image: url(images2/index_LeftNav_Top.jpg);
	background-repeat: no-repeat;
	min-height: 358px;
	width: 225px;
}


#leftnav li {line-height:1.2em; list-style:none; margin:0 0 6px;}
#leftnav ul ul{margin:6px 0 0 10px;}
#leftnav ul ul li{margin:0 0 4px;}
#leftnav ul ul li a{font-weight:normal;}
#leftnav ul ul ul{margin:6px 0 0 10px;}
.hide {display:none;}