/* index.css */



#whats-new {   /* whats-new field */
  float:right;
  width:450px;
}



#products {   /* products field */
  float:left;
  width:320px;
}
#products h2 {
/*  display:none;*/
}
#products ul {
  margin:0;
  padding:0;
  list-style-type:none;
}
#products ul li {
  margin:0 0 10px 0;
}
#products ul li a {
  display:block;
  width:100%;
  height:100%;
  text-indent:-999em;
}
/*\*/
#products ul li a {
  overflow:hidden;
}
/**/

#products ul li.led-lamp {
  width:320px;
  height:200px;
}
#products ul li.led-lamp a {
  background:url(../products/img/Grassy-LeDio.jpg) no-repeat left top;
}
#products ul li.metalhalide-lamp {
  width:320px;
  height:200px;
}
#products ul li.metalhalide-lamp a {
  background:url(../products/img/Grassy-glow.jpg) no-repeat left top;
}
