#signPost {
 background: url(/images/post.gif);
 height: 442px;
 width: 150px; padding:0;
 float:left;
 margin-right:20px;
 }
#signPost a{
 position:relative; 
 }
#signPost a:hover{
  left:20px; /*IE no like*/
  border-left: 5px  white;/*Modzila no like missing type "solid" but messes verticle when there*/
 }
#recomendedSign{
 position:relative; 
 left:10px;
 top:0px;
 }
#vendorSign{
 position:relative; 
 left:5px;
 top:13px;
 }
#productSign{
 position:relative; 
 left:5px;
 top:20px;
 }
#servicesSign{
 position:relative; 
 left:5px;
 top:28px;
 }
#bottomLinks {
font-family:Helvetica;
 padding-top:15px;
 text-align:center;
 }
#bottomLinks a{
 padding:3px;
 font-weight:bold;
 border: 4px #0000bf solid; 
 text-decoration:none;
 font-size:110%;
 background:url(images/recommendedBack.gif) white;
 }
#bottomLinks a:hover {
  background:blue;
  color:white;
  }  
#bottomLinks a:active {
  background:#6699FF;
  color:white;
  }  
#bottomLinks span {
 font-weight:bold;
 border: 4px #0000bf solid;
 text-decoration:none;
 padding:3px;
 font-size:110%;
 background:navy;
 color:white;
  }  
 #product{
 border: 2px solid Gray;
 padding: 5px;
 width: 690px;
 }
#product2{
 border: 2px solid Gray;
 text-align:center;
 }
#product2 p{
  padding: 5px;
  text-align:left;
  width: 690px;
  }
.linkBlock {
  font-size:80%;
  padding:5px;
  margin:5px;
  }
.linkBlockHeading {
  font-size:140%;
  font-weight: bold;
  }	
.bullDetails {
   font-size:80%;

	}