BODY{
   background-color:red;
}
IMG{
  border:0
}
.header_links{
  text-decoration:none; font-family:'Helvetica'; font-weight:bold;  font-size:9pt; color:white;
}
.header_button, .header_button:link, .header_button:visited{
  width:109px; height:20px; position:absolute; bottom:0px; color:black; padding-top:9px;
  font-family:'Helvetica'; font-weight:bold; font-size:7pt; text-align:center; text-decoration:none;
	background-image:url('../images/button_green.gif')
}
* html .header_button{
  height:23px;
}
.header_button:hover{
  color:white; background-image:url('../images/button_red.gif');
}
 
.header_button_links{
  text-decoration:none; color:black; position:absolute; left:10px; top:10px;
}

.transpng {
  position:absolute; width:23px; height:22px;
  /* IE png code */ 
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/circle.png');
}

/* Moz png code */
.transpng[class]{
  background-image:url('../images/circle.png');
}
 
.productcat{
  text-decoration:none; color:black; font-size:8pt; padding-left:10px;
  font-family:'Helvetica'; font-weight:bold; 
  background-image:url('../images/ball_green_small.gif'); 
  background-repeat:no-repeat; background-position:left; 
}
.productcat:hover{
  color:red;
  background-image:url('../images/ball_orange_small.gif');
  background-repeat:no-repeat;
}
.sub_product{
  position:absolute; width:160px;
  background-color:#d2d6aa; border:none; 
  opacity:0.8; filter:alpha(opacity=80);
 	padding-left:5px; visibility:hidden;
}
/*Moz*/ 
* html .sub_product{
  width:165px;
}
.spot{
  position:absolute; color:white; 
  font-family:'Helvetica'; font-size:12pt; font-weight:bold; 
  visibility:hidden;
}
 