body
{
	font-family: Arial, Halvetica, Verdana, sans-serif;
	font-size:12px;
	color:#999999;
	margin:0;
	padding:0;
	background-color:#cccccc;
	background-image:url(../images/bg.jpg);
}
b
{
	color:#22ad28;
}
img
{
	border:0;
	margin:0;
	padding:0;
}
a
{
	color:#999999;
	text-decoration:none;
	font-weight:bold;
}
a:hover
{
	color:#81bf40;
	text-decoration:none;
	font-weight:bold;
}
#warning
{
	border:1px solid #ff0000;
	color:#ff0000;
	background-color:#ffdddd;
	padding:3px;
	text-align:center;
}
#main
{
	position:relative;
	top:15px;
	width:995px;
	min-height:500px;
	height:500px auto;
	margin:0px auto;
	text-align:left;
	padding:0px;
	background-color:#ffffff;
	border-bottom: 3px solid #81bf40;
}
#header
{
	position:relative;
	left:0;
	top:0;
	background-image:url(../images/header.jpg);
	background-color:#ffffff;
	background-repeat: repeat-x;
	width:995px;
	height:150px;
}
#admin
{
	width:10px;
	height:10px;
	position:absolute;
	top:0;
	left:0;
	z-index:1000;
	display:block;
}
#legend
{
	position:relative;
	left:7px;
	top:5px;	
	width:981px;
	margin-bottom:10px;
	border:1px solid #999999;
}
#navi
{
	background-image:url(../images/navbg.jpg);
	background-color:#ffffff;
	background-repeat: repeat-x;
	height:23px;
	position:relative;
	top:0;
	left:643px;
	width:345px;
}
#navi a
{
	position:relative;
	top:-8px;
}
#adminnavi
{
	background-image:url(../images/navbg.jpg);
	background-color:#ffffff;
	background-repeat: repeat-x;
	height:23px;
	position:relative;
	top:0;
	left:384px;
	width:603px;
}
#adminnavi a
{
	position:relative;
	top:-8px;
}
#contentarea
{
	position:relative;
	left:0;
	top:10px;
	width:995px;
}
#contentarea a
{
	color:#999999;
	text-decoration:none;
	font-weight:bold;
}
#contentarea a:hover
{
	color:#81bf40;
	text-decoration:none;
	font-weight:bold;
}
.image
{
	float:left;
	padding-right:5px;
	padding-bottom:5px;
}
#contentarea #content div
{
	clear:both;
}
#productcats
{
	width:240px;
}
#productcats ul
{
	list-style-image: url(../images/arrow.jpg);
}
#productcats ul li a
{
	color:#999999;
	text-decoration:none;
	font-weight:bold;
}
#productcats ul li a:hover
{
	color:#81bf40;
	text-decoration:none;
	font-weight:bold;
}
#content
{
	float:right;
	width:745px;
}
#pageclear
{
	position:relative;
	top:10px;
	height:30px;	
	clear:both;
}
.pageclear
{
	clear:both;
}
.headline
{
	color:#aaaaaa;
	font-weight:bold;
	background-color:#ffffff;
	border-bottom:1px dashed #cccccc;
	padding-bottom:2px;
	width:676px;
	display:block;
	margin-bottom:12px;
}
.hl_green
{
	color:#22ad28;
	font-weight:bold;
}
.hl_admin
{
	color:#FF0000;
	font-weight:bold;
}
.fileform
{
	width:235px;
	margin-bottom:2px;
}
.greenborder
{
	border:2px solid #81bf40;
}