#fpheadershadow {
  top: 191px; 
  left: 176px; 
  width: 640px;
  height: 5px;
  position: absolute;
  background: url(media/fax-product-header-shadow.gif) top left repeat-x;
}

#productnav {
  top: 531px;
  left: 176px;
  width: 640px;
  height: 134px;
  position: absolute;
  background: url(media/fax-product-nav-bg.jpg) top left no-repeat;
}

#undernav {
  top: 665px;
  left: 176px;
  width: 640px;
  height: 16px;
  position: absolute;
  background: url(media/fax-product-nav-under.gif) top left repeat-x;
}


/* opacity nav */

div.prodOFF {
  width: 210px;
  height: 64px;
  background-color: 00b9e4;
}

div.prodON {
  width: 210px; 
  height: 64px;
  background-color: #00b9e4;
  opacity:.30;filter: alpha(opacity=30); 
  -moz-opacity: 0.3;
}

div.prod30 {
  width: 210px;
  height: 64px;
  background-color: #00b9e4;
  opacity:.3;
  filter: alpha(opacity=30); 
  -moz-opacity: 0.3;
}

div.trans0 {
  width: 210px;
  height: 64px;
  background-color: #00b9e4;
  opacity:0;
  filter: alpha(opacity=0); 
  -moz-opacity: 0;
}
