body{
	background-color: #ffffff;
	text-align: center;
	font-family: georgia;
	margin: 5px;
}
.header {
	background-image: url('../images/top_fade.jpg');
	background-repeat: repeat-x;
	height: 139px;
	width: 100%;
	margin-bottom: 10px;
}
.description {
	font-size: 11pt;
}
.description ul {
	list-style-type: square;
}
.description ul li {
	margin-left: -25px;
}

.header2 {
	width: 900px;
	height: 106px;
}

.header2 img {
	margin: 0px;
}

.container {
	width: 900px;
	padding: 8px;
}

.menu_holder {
	width: 240px;
	text-align: center;
	
}

.menu_top {
	width: 230px;
	height: 6px;
	background-image: url('../images/menu_top.jpg');
	background-repeat: no-repeat;
}

.menu_middle {
	width: 230px;
	background-image: url('../images/menu_middle.jpg');
	background-repeat: repeat-y;
	text-align: center;
}

.menu_bottom {
	width: 230px;
	height: 6px;
	background-image: url('../images/menu_bottom.jpg');
	background-repeat: no-repeat;
}

.body_holder {
	width: 690px;
	text-align: left;
	font-family: verdana;
	color: black;
	font-size: 10pt;
}

.body_holder h1 {
	color: #419639;
	font-size: 25pt;
	font-family: impact, georgia;
	font-weight: normal;
}

.body_holder h2 {
	color: #419639;
	font-size: 18pt;
	font-family: impact, georgia;
	font-weight: normal;
}


.home_table a {
	color: #419639;
	font-size: 12pt;
	font-family: georgia;
	text-decoration: none;
	font-weight: bold;
}


a.category:link  {color: #419639; font-size: 20pt; font-family: impact, georgia; font-weight: normal; text-decoration: underline;}
a.category:visited {color: #419639; font-size: 20pt; font-family: impact, georgia; font-weight: normal; text-decoration: underline;}
a.category:active {color: #419639; font-size: 20pt; font-family: impact, georgia; font-weight: normal; text-decoration: underline;} 
a.category:hover {color: #419639; font-size: 20pt; font-family: impact, georgia; font-weight: normal; text-decoration: underline;}

a.news:link  {color: #419639; font-size: 14pt; font-family: impact, georgia; font-weight: normal; text-decoration: underline;}
a.news:visited {color: #419639; font-size: 14pt; font-family: impact, georgia; font-weight: normal; text-decoration: underline;}
a.news:active {color: #419639; font-size: 14pt; font-family: impact, georgia; font-weight: normal; text-decoration: underline;} 
a.news:hover {color: #419639; font-size: 14pt; font-family: impact, georgia; font-weight: normal; text-decoration: underline;}

.feature_box {
	border: 2px solid #419639;
	color: #ffffff;
	font-size: 12pt;
	font-family: georgia;
}

.feature_box a {
	color: #ffffff;
	font-size: 12pt;
	font-family: georgia;
	text-decoration: none;
	font-weight: bold;
}

.table_listing {
	border: 2px solid #419639;
	width: 700px;
}
	
.tablehead {
	background-color: #419639;
	color: white;
	font-size: 8pt;
	font-family: georgia;
	font-weight: bold;
}

.row1 {
	background-color: #BBBBBB;
	color: black;
	font-size: 11pt;
	font-family: arial;
	font-weight: bold;
}

.product_view {
	line-height: 29px;
}

.row1 a {
	color: black;
	font-size: 11pt;
	font-family: arial;
	font-weight: bold;
}

.row2 {
	background-color: #dddddd;
	color: black;
	font-size: 11pt;
	font-family: arial;
	font-weight: bold;
}

.row2 a {
	color: black;
	font-size: 11pt;
	font-family: arial;
	font-weight: bold;
}

.green_head {
	width: 690px; 
	text-align: left;
	color: #419639;
	font-size: 25pt;
	font-family: impact, georgia;
	font-weight: normal;
}



.green_head2 {
	width: 690px; 
	text-align: left;
	color: #419639;
	font-size: 15pt;
	font-family: impact, georgia;
	font-weight: normal;
}
.green_head3{
	width: 690px; 
	text-align: left;
	color: #419639;
	font-size: 17pt;
	font-family: impact, georgia;
	font-weight: normal;
}


.footer {
	background-image: url('../images/bottom_fade.jpg');
	background-repeat: repeat-x;
	width: 100%;
	height: 51px;
	vertical-align: middle;
	color: white;
	font-size: 12pt;
	font-family: georgia;
	margin-top: 10px;
}

.footer a {
	color: white;
	font-size: 10pt;
	font-family: georgia;
	text-decoration: none;
	font-weight: bold;
}

#nav {
	width: 205px;
	font-size: 8pt;
	font-weight: bold;
	margin-left: 0px;
}

#nav, #nav ul, #nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	vertical-align: middle;
}

#nav a {
	display: block;
	height: 20px;
	width: 205px;
	padding: 2px;
	text-decoration: none;
	text-align: left;
	border: 1px solid #000000;
	vertical-align: middle;
	padding-top: 6px;
}

#nav a.span {
	color: #419639;
	background-color: #eeeeee;
	position: relative;
	vertical-align: middle;
}

#nav a.span:hover {
	color: black;
	background-color: #bbbbbb;
	vertical-align: middle;
}

#nav li {
	border: 0;
	clear: both;
	vertical-align: middle;
}

#nav li ul li {
	font-size: 8pt;
	border: none;
	vertical-align: middle;
}

#nav li ul li a {
	color: white;
	background-color: #419639;
	width: 18-px;
	vertical-align: middle;
}

#nav li ul li a:hover {
	color: black;
	background-color: #bbbbbb;
	vertical-align: middle;
}

