/****************************************************
  HEADER
****************************************************/
#header {
  height: 287px;
  background: url(../images/headers/products.jpg) no-repeat;
}


/****************************************************
  PRODUCT MENU
****************************************************/
#product-menu {
  width: 670px;
  margin-bottom: 30px;
}
#product-menu div.product-group {
  width: 198px;
  float: left;
  margin: 25px 20px 10px 0;
  padding-top: 99px;
  background:  url(../images/backgrounds/product-menu/water-saver.jpg) top left no-repeat;
}
#product-menu div.product-group h2 {
  color: #f26522;
  padding-bottom: 2px;
  margin-top: 0;
  border-bottom: 1px solid #119f49;
}
#product-menu div.product-group h2 a {
  color: #f26522;
  font-weight: bold;
  text-decoration: none;
  display: block;
}
#product-menu div.product-group h2 a:hover {
  color: #119f49;
}
#product-menu div.product-group p {
  height: 100px;
}
#product-menu div.product-group select {
  width: 198px;
}
#product-menu div.water-saver {
  background:  url(../images/backgrounds/product-menu/water-saver.jpg) top left no-repeat;
}
#product-menu div.lawn {
  background:  url(../images/backgrounds/product-menu/lawn.jpg) top left no-repeat;
}
#product-menu div.potting {
  background:  url(../images/backgrounds/product-menu/potting.jpg) top left no-repeat;
}
#product-menu div.pests-diseases-and-weeds {
  background:  url(../images/backgrounds/product-menu/pests-diseases-and-weeds.jpg) top left no-repeat;
}
#product-menu div.plant-food {
  background:  url(../images/backgrounds/product-menu/plant-food.jpg) top left no-repeat;
}


.product-details h1 {
  color: #f36324 !important;
  padding-bottom: 6px;
  border-bottom: 1px solid #119f49;
}
.product-details .product-image {
  text-align: center;
}
.product-details .product-image img {
  float: none;
  display: inline;
}

