/* basic stuff */

#specs {
  width: 585px;
}

#specs h4 {
 color: #990000;
 font-size: 10pt;
 text-transform: uppercase;
 letter-spacing: 0 em;
 word-spacing: 0.3em;
 border-bottom: #000 1px solid;
}

#specs h3 {
   color: #990000;
   font-size: 12pt;
   font-weight: bold;
   letter-spacing: 0 em;
   word-spacing: 0 em;

}


#gradient {
  height: 20px;
  background-image: url(../images/specs-bg.jpg);
  
}

#details {
  color: #33;
  float: left;
  background-image: url(../images/specs-bg.jpg);
  padding: 5px 5px 5px 5px;
  border: #000 1px solid;
  position: relative; 
  width: 575px;
}

#details p{
  color: #333;
  font-size: 12px;
}

#specs p{
  color: #333;
  font-size: 12px;
}

#images{
   float: right;
   position: relative; 
}

.contact {
   text-decoration: underline;
   font-size: 1.4em;
   color: #666;
}

/* ---------------- Remove this if it doesnt work -Nadeem 06/26/06 4:12pm ***********/
#recommendLinks{
color: #990000;
/*background-image: url(../images/specs-bg.jpg);
border: #000 1px solid; */
position:absolute;
width:200px;
top:243px;
left:355px;
}

#recommendLinks a{
font-size:9px;
}

#recommendLinks a:hover{
  font-size:9px;
}

#recommendLinks p{
  font-size: 12px;
  color: #990000;		
}

#downloads{

position:absolute;
width:270px;
top:auto;
left:-2px;

}

.txtStyle{
font-size:12px;
}

.prodspecs{
background-color:#cccccc; 
color:#990000; 
font-weight:bold;
}
