.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
{
  display: block;
  float: left;
  width: 351px;
  padding-right: 30px;
  height: 120px;
  background-position: top left;
  background-repeat: no-repeat;
  text-decoration: none;
  border: 1px solid #9A9A9A;
  padding-left: 100px;
  padding-top: 15px;
}

.product_page .menu_category
{
  height: 125px;
  padding-top: 10px;
}

.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-bottom: 5px;
  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;
  padding-top: 10px;
}

.menu_category .category_description a
{
  text-decoration: none;
  color: #1C1B1B;
}

.menu_category .category_description a:hover
{
  text-decoration: underline;
}

