body{
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana;
	font-size: 100%;
	line-height: 18px;
	color: #405867;
	text-align: center; 
	background: #405867;
}
body{
	text-align: -moz-center; 
}
.normal{
	font-size: 80%;
}
.title{
	line-height: 30px; 
	font-size: 110%;
	text-transform: uppercase; 
}
a:link {
	text-decoration: none;
	color: #FA6C15;
}
a:visited {
	text-decoration: none;
	color: #FA6C15;
}
a:hover {
	text-decoration: none;
	color: #FDB184;
}
.navdiv{
	line-height: 20px;
	border-bottom: 2px solid #FFFFFF;
	padding: 5px;
	text-transform: uppercase;
	font-size: 12px;
}
a:link.left_nav {
	color: #405867;
	text-decoration: none;
	font-weight: bold;
}
a:visited.left_nav {
	color: #405867;
	text-decoration: none;
	font-weight: bold;
}
a:hover.left_nav {
	background-color: #FA6C15;
	text-decoration: none;
	font-weight: bold;
	display: block;
}
h1{
	font-size: 14px;
	font-weight: bold;
}
.subcats{
	font-size: 110%;
	font-weight: bold;
}
.header {
	font-size: 110%;
	font-weight: bold;
}
.productpic{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#error{
	font-weight: bold;
	color: #C84215;
}
.error{
	font-weight: bold;
	color: #C84215;
}
ul li.subcat_menu{
	 list-style-type: none; 
	 border-bottom: 1px solid white;
	 font-size: 11px;
	 padding-left: 5px;
}