
/*********************************BEGIN HEAD***********************************/

#head {
  border-bottom: 1px solid #ffffff;
}

div#logo {
  width: 160px;
  height: 31px;
  background: url("/template/img/logo_2.png");
  top: 34px;
  left: 10px;
  position: absolute;
}

div#town {
  display: none;
}

div#phone {
  font-family: gotham_reg, sans-serif;
  color: #282828;
  font-size: 14px;
  position: absolute;
  top: 88px;
  left: 10px;
  width: 200px;
}

div#head_product {
  position: absolute;
  width: 720px;
  height: 100px;
  left: 240px;
  top: 29px;
}

div#head_product span {
  display: block;
  text-align: center;
  color: #282828;
  font-size: 16px;
  font-family: gotham_promed, sans-serif;
}

div#head_product a.item_product {
  width: 234px;
  height: 62px;
  background: url("/template/img/bg_hed_product.png") top left;
  float: left;
  margin-right: 3px;
  margin-left: 3px;
  margin-top: 6px;
  display: block;
  line-height: 58px;
  color: #d0dde3;
}

div#head_product a.item_product:hover {
  background-position: left center;
}
/*
div#head_product a.item_product:active {
  background-position: left bottom;
}*/

div#head_product a.item_product span {
  color: #198db3 !important;
}


a.item_product:hover {
  text-decoration: underline !important;
}

span#active_item_product {
  width: 234px;
  height: 62px;
  background: url("/template/img/bg_hed_product.png") bottom left;
  float: left;
  margin-right: 3px;
  margin-left: 3px;
  margin-top: 6px;
  display: block;
  line-height: 58px;
  color: #282828;
}

div.item_product a {
  color: #d0dde3;
}

div.item_product a span {
  color: #198db3 !important;
  font-family: gotham_probold, sans-serif !important;
  font-size: 17px !important;
  margin-top: 14px;
}

/**********************************END HEAD************************************/
