a:link
{
	color:#ffffff;
	text-decoration: none;
}

a:visited
{
	color:#ffffff;
	text-decoration: none;
}

a:hover
{
	color:#8FBC8F;
	text-decoration: none;
	
}

body
{
	background-color:#036036;
	color: #ffffff;
	text-align: center;
	border-color:#eee;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: smaller;
}

h3
{
	color: #8FBC8F;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-color: #036036;
}

h4
{
	margin-top: 0px;
	padding-top: 0px;
	color: #ffffff;
	font-weight:bold;
	text-align:center;
}

img
{
	margin:0 0 0 0;
	border-style: none;
	border-width: 0;
}

td
{
	background-color:#036036;
	color: #ffffff;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: smaller;
	vertical-align:bottom;
}

td.tdproductcategory
{
	font-weight:bold;
	padding-top:15px;
}

td.centered
{
	text-align:center;
}

td.padcentered
{
	text-align:center;
	padding-left:4px;
	padding-right:4px;
}

#outer
{
	float: none;
	width:600px;
	border: solid 1px;
	text-align:justify;
	margin: auto;
}

#banner
{
	height:100px;
	width:600px;
	border-bottom: solid 1px;
	margin-bottom: 0px;
}

#navcontainer
{
	width: 160px;
	height: 400px;
	float:left;
	text-align:center;
	margin-bottom: 0;
}

#navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 0;
	list-style-type: none;
}

#navcontainer a
{
	display: block;
	padding: 3px;
	width: 160px;
	color: White;
	background-color: #036036;
	border-bottom: solid 1px;
}

#navcontainer a:link, #navlist a:visited
{
	color: #EEE;
	background-color: #036036;
	text-decoration: none;
}

#navcontainer a:hover
{
	background-color:#8FBC8F;
	color: #fff;
}

#main
{
	float: right;
	color: #ffffff;
	background-color:#036036;
	padding: 10px;
	margin: 0;
	border-left: solid 1px #ffffff;
	width: 300px;
}


#main ul
{
	padding-bottom: 0px;
}

#main li
{
	padding-top: 0px;
	padding-left: 15px;
	list-style-position:inside;
}

#footer
{
	padding: 0;
	text-align: center;
	font-size: smaller;

}

.centered
{
	text-align:center;
}
