body,
html 
{
    margin:0;
    padding:0;
    background:#FFF;
    color:#000;
	 background-image: url(bg_body.gif);
	 background-position: top;
	 background-repeat: repeat-x;
}
body 
{
    min-width:770px;
	 font-family: Verdana, sans-serif;
	 font-size: 11px;
	 color: #555555;
}
p{
	margin-left: 10px;
	margin-top: 10px;
}
a {
	color: #EEEEEE;
	text-decoration: none;
}
h3 {
	color: #183904;
	width: 520px;
	border-bottom: solid 1px #183904;
}
ul.toc {
  float: left;
  width: 450px;
  margin: 0;
  padding: 0;
  color: #427A11;
  list-style: none;
}
ul.pagenum {
  float: left;
  width: 30px;	
  margin: 0;
  padding: 0;
  color: #427A11;
  list-style: none;
}
li.toc {
	height: 15px;
	font-size: 12px;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 5px;
	border-bottom: 1px solid #AEE57E;
}
li.inner {
	height: 15px;
	padding-left: 30px;
	color: #808080;
	font-size: 10px;
	font-weight: bold;
	border-bottom: 1px solid #FFF;
}
li._2 {
	padding-left: 50px;
}
li.pagenum {
	height: 15px;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	border-bottom: 1px solid #AEE57E;
}
li.pagenum_inner {
	height: 15px;
	font-size: 10px;
	font-weight: bold;
	color: #808080;
	text-align: right;
	padding-right: 5px;
	border-bottom: 1px solid #FFF;
}

a.textlink{
	color: #52AF00;
	font-weight: bold;
	text-decoration: none;
	background-color: #F5FFE0;
}

/* start PRODUCTS Navigation */
a.subcat {
	color: #183904;
}
a.maincat {
	text-decoration: none;
	font-weight: bold;
	color: #183904;
}
p.pbreak {
	page-break-after: always;
	margin-left: 0px;
	margin-bottom: 3px;
	background-image: url(../images/bg_navi_products.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-bottom: 6px;
}
p.subpbreak {
	page-break-after: always;
	padding-left: 10px;
}
/* end PRODUCTS Navigation */
.box {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F9FFF3;
	margin: 1px;
	border: 1px solid #52AF00;
}

.photos {
	float:left;
	width: 220px;
	padding-left: 10px;
	font-size: 10px;
	font-weight: bold;
	color: #357000;
}

.subtitles {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 10px;
	margin-left: 0px;
	padding: 0px;
	color: #357100;
}
.subtitles2 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #48880F;
}


#wrap 
{
    margin:0 auto;
    width:770px;
}
#masthead
{
	background: #FFF;
	background-image: url(../images/logo_770.gif);
	background-repeat: no-repeat;
	height: 90px;
}
#navi
{
	width: 770px;
}
#main
{
	float: left;
	width: 585px;
}
#side
{
	float: right;
	width: 175px;
}
#mainproducts{
	padding-top: 30px;
	float: right;
	width: 520px;
}
#naviproducts{
	padding-top: 30px;
	float: left;
	width: 250px;
}
#footer
{
	font-size: 10px;
	color: #FFF;
	height: 150px;
	background-image: url(bg_footer.gif);
	background-repeat: repeat-x;	
	background-position: bottom;
	padding-top: 20px;
	clear:both;
}