#content-zone {
  padding-bottom: 30px;
}

#commercial-home-menu {
  float: left;
  height: 300px; 
  width: 725px;
}
#commercial-home-menu ul {
  display: block;
  margin: 0;
  list-style: none;
  padding: 45px 0 0 0;
  height: 255px; 
  width: 725px;
  background: url('../images/templates/commercial/home/home-bg.jpg');
}
#commercial-home-menu ul.horticulture {
  background: url('../images/templates/commercial/home/home-bg-horticulture.jpg');
}
#commercial-home-menu ul.forestry {
  background: url('../images/templates/commercial/home/home-bg-forestry.jpg');
}
#commercial-home-menu ul.landscaping {
  background: url('../images/templates/commercial/home/home-bg-landscaping.jpg');
}
#commercial-home-menu ul.agriculture {
  background: url('../images/templates/commercial/home/home-bg-agriculture.jpg');
}

#commercial-home-menu ul li a {
  display: block;
  height: 53px;
  text-indent: -999em;
  overflow: hidden;
}

#commercial-home-submenu {
  height: 300px; 
  width: 195px;
  float: left;
  background: #bbbdbf url('../images/templates/commercial/home/side-bg.gif') bottom no-repeat;
}
#commercial-home-submenu div {
  margin-left: 13px;
}
#commercial-home-submenu h3 {
  text-indent: -999em;
  margin-bottom: 10px;
}
#commercial-home-submenu .whats-new h3 {
  width: 148px;
  height: 24px;
  background: url('../images/templates/commercial/home/whats-new-text.png') no-repeat;
}
#commercial-home-submenu ul {
  margin: 0 0 0 35px;
  padding: 0;
}
#commercial-home-submenu ul li {
  line-height: 18px;
}
#commercial-home-submenu ul li a {
  color: #6d6e70;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
}
#commercial-home-submenu ul li a:hover {
  color: #929497;
}
#commercial-home-submenu .products h3 {
  width: 148px;
  height: 20px;
  background: url('../images/templates/commercial/home/products-text.png') no-repeat;
}

.clear {
  clear: both;
}