<style type="text/css">
<!--
  p.heading1  {  }
  
  p.heading1 a {
    padding: 0 5px;
    text-decoration: none;
	color: black;
	visited: "#444400";
	active: white;
  }

  p.heading1 a:hover {
    color: white;
    background: blue;
  }
  
  #heading3 {  }
  
  #heading3 a {
    padding: 0 5px;
    text-decoration: none;
	color: blue;
	visited: "#444400";
	active: white;
  }

  #heading3 a:hover {
    color: white;
    background: blue;
  }  

  #breadcrumb {
    position: absolute;
    left: 3px;
    top: 120px;
  }

  #breadcrumb a {
    text-decoration:none;
    color: blue;
  }  

  #breadcrumb  a:hover {
    color: white;
    background: blue;
  }
  
  
  p.side {
    position: relative;
    float:left;
    top: 25px;
    left: 5px;
    width: 115;
    background: #FFE;
    border: 1px solid #00F;
  }

  p.side a {
    display:block;
    float:left;
    width:110;
    text-decoration:none;
    padding: 0,4px;
  }
  p.side a:hover {
    color: #FFF;
    background: #00A;
  }

  #products ul {
    position: relative;
    width: 1000px;
    left: 20px;
    top: 10px;
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;    
  }
  #products li { 
    display: inline;
    float: left;
    text-align: center;
    width: 150px;  
    margin: 2px 4px 2px 0px;
    padding: 2px;    
    border: 1px solid #FFF;
    background-color: #F0F0F0;
    height: 205;
    overflow: hidden;
  }
  #products a {
    text-decoration:none;
  }

//-->
</style>