body {
	margin: 20px 0px 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;	
	text-align: center;
	min-width: 737px;
}
#wrapper {
	margin: 0px auto; 
	text-align: left; 
	width: 737px;
}

a:link {
  color: #000;
  text-decoration: none;
}
a:visited {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #999;
  text-decoration: none;
}

p {
margin: 10px;
}

.title  
{
	margin: 0 0 15px 0;
	font-size: 18px;
	font-weight: bolder;
}

input
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

form {
	margin: 0px;
}

.header
{
	width: 737px;
	background-color: #666666;
	margin: 0px;
	padding: 0px;
}

.topmenu
{
	background-image: url(../images/bg_topmenu.gif);
	background-repeat: repeat;
	width: 737px;
	background-color: #666666;
	text-align: right;
	color: #FFFFFF;
	height: 20px;
	padding: 0px 20px;
}

.separator
{
	width: 737px;
	background-image: url(../images/bg_separator.gif);
	background-repeat: repeat;
	background-color: #CCCCCC;
	padding: 0px;
	margin: 0px;
	font-size: 1px;
	height: 6px;
}
.copyright
{	
	width: 737px; 
	height: 52px; 
	background-image: url(../images/bg_footer.gif); 
	background-color: #F2F2F2;
	}

.copyright td
{
	padding: 10px 0px 0px 10px;
	margin: 0px;
	text-align: left;
	font-size: 10px;
	color: #999999;
}

.thesidemenu
{
	width: 213px;
	padding: 0px;
	margin: 0px;
	background-color: #F2F2F2;
	vertical-align: top;
}

.sidemenutop
{
	width: 213px;
	background-image: url(../images/bg_sidemenu_top.gif);
	background-repeat: no-repeat;
	background-color: #F2F2F2;
	padding: 0px;
	margin: 0px;
	font-size: 1px;
	height: 8px;
}

.sidemenu td
{
	width: 213px;
	padding: 0px 20px 10px 17px;
	margin: 0px;	
	background-image: url(../images/bg_sidemenu.gif);
	background-repeat: repeat-y;
	background-color: #F2F2F2;
}

.sidemenu td a:link {
  color: #000;
  text-decoration: none;
}
.sidemenu td a:visited {
  color: #000;
  text-decoration: none;
}
.sidemenu td a:hover {
  color: #999;
  background-color: #CCCCCC;
  text-decoration: none;
}

.sidemenubottom
{
	width: 213px;
	background-image: url(../images/bg_sidemenu_bottom.gif);
	background-repeat: no-repeat;
	background-color: #F2F2F2;
	padding: 0px;
	margin: 0px;
	font-size: 1px;
	height: 13px;
}

.sidemenupromo
{
	width: 213px;
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
}

.sidemenutree 
{
	width: 213px;
	/*padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 17px;*/
	margin: 0px;
	background-color: #F2F2F2;
	background-image: url(../images/bg_sidemenu.gif);
	background-repeat: repeat-y;
}

.sidemenutree2
{
	width: 176px;
	padding: 0px 20px 0px 17px;
}

.sidemenutree3 
{
	width: 176px;
	padding: 0px 20px 0px 17px;
	margin: 0px;
}

.thebody
{
	width: 737px;
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat;
	background-color: #F2F2F2;
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	vertical-align: top;
}

.content{
	width: 494px;
	padding: 10px 20px 20px 10px;
	vertical-align:top;
}

.content a:link {
  color: #000;
  text-decoration: underline;
}
.content a:visited {
  color: #000;
  text-decoration: underline;
}
.content a:hover {
  color: #999;
  text-decoration: underline;
}

.content ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.content li {
	margin: 1px 0 1px 0;
	padding: 0 0 0 10px;
	background-image: url(../images/list_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
}

.simplelink a:link, a:visited {
  color: #000;
  text-decoration: none;
}
.simplelink a:hover {
  color: #999;
  text-decoration: underline;
}

.error{
	color: #FF0000;
	font-weight: bold;
}

.link1 a:link {
  color: #000;
  text-decoration: none;
}
.link1 a:visited {
  color: #000;
  text-decoration: none;
}
.link1 a:hover {
  color: #999;
  text-decoration: none;
}

#navcontainer { width: 175px; padding: 0px; }

#navcontainer ul
{
	margin: 0px;
	padding: 2px 0px 10px 0px;
	list-style-type: none;
}

#navcontainer a
{
	display: block;
	padding: 1px 0px 1px 10px;
	width: 165px;
	background-color: #F2F2F2;
}

#navcontainer a:link, #navlist a:visited
{
	color: #000000;
	text-decoration: none;
}

#navcontainer a:hover
{
	background-color: #CCCCCC;
	color: #000000;
}

/* Rounded corners wht-bg */
.bl {background: url(bl.gif) 0 100% no-repeat; background-color: #FFFFFF;}
.br {background: url(br.gif) 100% 100% no-repeat; padding: 0;}
.tl {background: url(tl.gif) 0 0 no-repeat;}
.tr {background: url(tr.gif) 100% 0 no-repeat; padding: 15px} 

/* Rounded corners with border wht-bg */
.t2 {background: url(dot2.gif) 0 0 repeat-x; background-color: #FFFFFF;}
.b2 {background: url(dot2.gif) 0 100% repeat-x}
.l2 {background: url(dot2.gif) 0 0 repeat-y}
.r2 {background: url(dot2.gif) 100% 0 repeat-y}
.bl2 {background: url(bl2.gif) 0 100% no-repeat;}
.br2 {background: url(br2.gif) 100% 100% no-repeat}
.tl2 {background: url(tl2.gif) 0 0 no-repeat}
.tr2 {background: url(tr2.gif) 100% 0 no-repeat; padding: 15px} 

/* Rounded corners with border lgray-bg */
.t3 {background: url(dot2.gif) 0 0 repeat-x; background-color: #F2F2F2;}
.b3 {background: url(dot2.gif) 0 100% repeat-x}
.l3 {background: url(dot2.gif) 0 0 repeat-y}
.r3 {background: url(dot2.gif) 100% 0 repeat-y}
.bl3 {background: url(bl3.gif) 0 100% no-repeat;}
.br3 {background: url(br3.gif) 100% 100% no-repeat}
.tl3 {background: url(tl3.gif) 0 0 no-repeat}
.tr3 {background: url(tr3.gif) 100% 0 no-repeat; padding: 15px} 

.bgwht { background-color: #FFFFFF;}
.bglgray { background-color: #F2F2F2;}


@media print
	{
		#divHead {display: none;}
		#divTopMenu {display: none;}
		#divSeparator {display: none;}
		#divSideMenu {display: none;}
		#divBottom {display: none;}
		#logo {display:block;}
	}

#prodinfostyle
{
    
}
#prodinfostyle p
{
    margin: 0px;
    padding: 0px;
}



