.menu_categories h2
{
  background: url('../images/design/company/page_title.jpg') no-repeat left top;
  color: #42413F;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  height: 21px;
  padding: 13px 0px 0px 40px;
  text-transform: uppercase;
  width: 926px;
  margin-left: 1px;
}

.menu_category
{
  background-repeat: no-repeat;
  background-position: top left;
  border-left: 1px solid #BCBCBC;
  border-bottom: 1px solid #BCBCBC;
  float: left;
  height: 110px;
  padding-left: 75px;
  padding-top: 25px;
  text-decoration: none;
  width: 246px;
}

.product_page .menu_category
{
  height: 135px;
  padding-top: 0px;
}

.menu_category_last
{
  border-right: 1px solid #BCBCBC;
}

.menu_category:hover
{
  background-position: left -135px;
}

.menu_category .category_name
{
  display: block;
  font-family: Arial;
  font-weight: bold;
  font-size: 18px;
  color: #1C1B1B;
  margin-top: 0px;
  margin-bottom: 4px;
  text-decoration: none;
  margin-left: 10px;
}

.menu_category .category_description
{
  display: block;
  font-family: Tahoma;
  font-size: 12px;
  color: #000;
  margin-left: 10px;
  padding-right: 5px;
  line-height: 13px;
}

.menu_category .category_description a
{
  text-decoration: none;
  color: #1C1B1B;
}

.menu_category .category_description a:hover
{
  text-decoration: underline;
}

