﻿body{
	background-color: white;
	text-align: left;
	border: 0px;
	border-top: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	font-family: "Verdana", "Helvetica CE", sans-serif;
	background-image: url('images/body_bg.gif');
	background-repeat: repeat-x;
}		

a, a:visited
{
	text-decoration: none;
	color: #004F09;
}

a:hover, a:active
{
	text-decoration: underline;
}

p, td
{
	font-size: 10px;
	color: black;
}

li
{
	font-size: 10px;
	color: black;
	list-style: none;
}

h1, h2, h3
{
	color: #178323;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
		line-height: 100%;
}

.splash_text
{
	font-size: 10px;
	color: black;
	text-align: center;
	padding-top: 10px;
}

h1
{
	font-size: 20px;
	margin-bottom: 10px;
}

h2
{
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 16px;
}

h3
{
	font-size: 14px;
}

strong
{
	color: #178323;
}



#content
{
	border-right: 1px solid white;
	padding: 25px;
	line-height: 150%;
}

#foot
{
	font-size: 9px;
	color: #A4C2A8;
	font-weight: bold;
	margin-bottom: 10px;
}

#foot a
{
	font-weight: bold;
	font-size: 9px;
	color: #A4C2A8;
}

#foot_splash
{
	border-top: 1px solid #D2E0D4;
	border-bottom: 1px solid #D2E0D4;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 9px;
	color: #015900;
	margin-bottom: 10px;
	background: #EBF6EC;
}

#foot_splash a
{
	font-weight: bold;
	font-size: 9px;
	color: #074C0F;
}

#horizontal_nav
{
	background-color: #009011;
	font-size: 10px;
	color: white;
	font-weight: bold;
}

#horizontal_nav a
{
	font-weight: bold;
	font-size: 10px;
	color: #E1F6E4;
}

#horizontal_nav strong, #horizontal_nav b
{
	font-weight: bold;
	font-size: 10px;
	color: #004F09;
}

#menu
{
	font-weight: bold;
	font-size: 10px;
	color: #004F09;
	background: #d2efd6;
	padding: 5px;
/*	background-image: url('images/menu_bg_top.gif');
	background-repeat: norepeat;*/
}

#menu a, #menu a:visited
{
	font-weight: bold;
	text-decoration: none;
}

#menu a:hover, #menu a:active
{
	color: #009011;
	text-decoration: underline;
}

.menu_division
{
	height: 1px;
	background-image: url('images/menu_div.gif');
	padding: 0px;
	border: 0px;
	margin: 0px;
	background-repeat: repeat-x;
}

.menuitem_1, .menuitem_2, .menuitem_3, .menuitem_1_on, .menuitem_2_on, .menuitem_3_on
{
	padding-top: 2px;
	padding-bottom: 2px;
	border: 0px;
	margin: 0px;
}

.menuitem_2,  .menuitem_2_on
{
	padding-left: 10px;
}

#menu .menuitem_2 a,  #menu .menuitem_2_on a
{
	color: #206F29;
}

#menu .menuitem_3 a,  #menu .menuitem_3_on a
{
	color: #40964A;
}

.menuitem_3,  .menuitem_3_on
{
	padding-left: 15px;
}

#menu a.menu_selected, #menu a:visited.menu_selected
{
	color: black;
}

#content
{
	padding-top: 20px;
	padding-left: 20px;
	border: 0px;
	margin: 0px;
}

.thumb
{
	border-bottom: 4px solid #38A845;
	border-top: 1px solid #38A845;
}

.thumb_product
{
	border-bottom: 4px solid #38A845;
	border-top: 1px solid #38A845;
	margin-right: 10px;
	float: left;
}

.tbl_head
{
	background-color: #E4F7E6;
	font-weight: bold;
}

#content_table, #content_table2, #content_table3, #content_table4, #content_table5
{
	border-color: #178323;
    border-width: 0 0 1px 1px;
    border-style: solid;

}

#content_table td, #content_table2 td, #content_table3 td, #content_table4 td, #content_table5 td
{
 	border-color: #178323;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 5px;
}



