body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#202020;
		}
a, a:visited {
	color: #82754B;
	text-decoration: none;
}

a:hover {
	color: #E9E4DB;
	text-decoration: underline;
}

a.mainmnu, a.mainmnu:visited {
	color: #202020;
	font-size:9px;
	font-weight:bold;
	text-decoration: none;
}

a.mainmnu:hover {
	color: #E9E4DB;
	text-decoration: underline;
}

a.content, a.content:visited {
	color: #82754B;
	font-size:12px;
	font-weight:bold;
	text-decoration: underline;
}

a.content:hover {
	color: #202020;
	text-decoration: underline;
}
a.prodmnu, a.prodmnu:visited {
	color: #E9E4DB;
	font-size:10px;
	text-decoration: none;
}

a.prodmnu:hover {
	color: #202020;
	text-decoration: underline;
}

img.border {
background-color:white;
border-color:#DDDDDD #AAAAAA #AAAAAA #DDDDDD;
border-style:solid;
border-width:1px 2px 2px 1px;
display:block;
padding:8px;
}

.style4 {font-size: 9px; color: #666666;}
.style5 {font-size: 9px; color: #E9E4DB;}
.style6 {font-size: 12px; color: #202020;}
.style7 {font-weight: bold;}
.style8 {color:#202020; font-size: 10px; font-weight: bold;}
.style9 {color: #E9E4DB; font-weight: bold;}
.stylered {color: #ff0000; font-weight: bold; font-size: 12px;}
.style12 {color: #9B3C50; font-weight: bold; font-size: 12px;}
.style13 {color: #E9E4DB; font-weight: bold; font-size:10px}
.blckheader {color: #333333; font-weight: bold;}
.prodheader {color: #82754B; font-weight: bold;}
/* Jquery image rotater */
#slideshow {
    position:relative;
	float:right;
	width:300px;
    height:200px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    margin-left:10px;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

