body {
  background-image: url("../images/product-categories/bg.gif");
}

#logo {
  padding-bottom: 10px;
}

#content {
  padding-bottom: 60px;
  background-image: url("../images/content-bottom-tagline.gif");
  background-position: 100% 100%;
  background-repeat: no-repeat;
}

#description {
  float: left;
  width: 277px; /*305px;*/
  height: 142px; /*170px;*/
  padding: 14px;
  margin-left: 36px;
  background-image: url("../images/product-categories/description-bg.gif");
  background-repeat: no-repeat;
}

#description h2 {
  font-size: 14px;
  margin: 0px;
}

#description p {
  margin: 0px;
  line-height: 1.7em;
}

#feature {
  float: left;
  width: 581px; /*617px;*/
  height: 170px;
  margin-left: 7px;
  padding-left: 36px;
  background-image: url("../images/product-categories/feature-bg.gif");
  background-repeat: no-repeat;
}

#feature .feature-bg {
  background-repeat: no-repeat;
  background-position: 100% 0%;
  margin: -57px 0px 0px 0px;
  padding-top: 90px;
  height: 170px;
}

#feature h3 {
  font-size: 12px;
  margin: 0px;
}

#feature .product-name {
  width: 335px;
  font-size: 24px;
}

#feature .product-code {
  font-size: 14px;
  font-weight: bold;
}

#products {
  clear: left;
  margin-left: 38px;
  padding-top: 1px;
}

#products ul {
  list-style: none;
  padding-left: 0px;
  margin-left: 0px;
}

#products ul li {
  display: block;
  float: left;
  text-align: center;
  background-image: url("../images/product-categories/product-bg.gif");
  background-repeat: no-repeat;
  width: 304px;
  height: 211px;
  margin-left: 7px;
}

/*
#products ul li.first {
  margin-left: 0px;
}
*/

/* hardcode a suitably long list of leftmost products */
#products ul li.product-item-1,
#products ul li.product-item-4,
#products ul li.product-item-7,
#products ul li.product-item-10,
#products ul li.product-item-13,
#products ul li.product-item-16 {
  margin-left: 0px;
}

#products .product-name {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 177px;
}

#products .product-name a {
  color: #E02433;
  display: block;
  padding-top: 165px;
}

#products .product-code {
  color: #9C9A9A;
}
