td, p, div {
  font-family: Verdana, Tahoma;
  font-size: 12px;
}
a {
  text-decoration: none;
  color: #77878D;
}
a:visited {
  color: #B2B2B2;
}
a:hover {
  color: #D42E24;
}
body {
  padding: 0px;
  margin: 0px;
  font-weight: normal;
  color: #000000;
  width: 100%;
  height: 100%;
  background-color: #D7D7D7;
  background-image: url(img/bg.png);
  background-position: top;
  background-repeat: repeat;
}
.left {
  width: 250px;
  padding-left: 30px;
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: #FFFFFF;
  background-image: url(img/left_bg.png);
  background-position: top left;
  background-repeat: repeat-y;
}
.right {
  background-color: #FFFFFF;
  background-image: url(img/middle_bg.png);
  background-position: left;
  background-repeat: repeat-y;
}
.fine {
  width: 30px;
  padding-top: 0px;
  background-color: #FFFFFF;
  background-image: url(img/right_bg.png);
  background-position: top right;
  background-repeat: repeat-y;
}
.contacts {
  padding-right: 8px;
}
.kpest {
  font-size: 18px;
  text-align: right;
  background-image: url(img/kpest.png);
  background-position: left;
  background-repeat: repeat-y;
}
.content {
  padding-top: 0px;
  padding-left: 3px;
  padding-right: 21px;
  padding-bottom: 4px;
  background-image: url(img/right_down_bg.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.box1 {
  border: 1px solid #B2B2B2;
  padding: 10px;
  height: 100%;
}
h1 {
  font-size: 16px;
  margin-bottom: 10px;
  font-family: Verdana, Tahoma;
  font-weight: normal;
  color: #77878D;
  text-transform: uppercase;
}
ul {
  margin-left: 14px;
  padding: 0px;
  line-height: 16px;
  list-style-image: url(/img/bullet.png);
}
li {
  margin-bottom: 7px;
}
.sm_menu
{
  padding-right: 22px;
  height: 30px;
  font-size: 10px;
}
h3 {
  font-size: 10px;
  font-family: Verdana, Tahoma;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 0px;
}
h3 a {
  text-decoration: none;
  color: #77878D;
}
h3 a:visited {
  color: #B2B2B2;
}
h3 a:hover {
  color: #D42E24;
}
.box2 {
  border: 1px dashed #B2B2B2;
  /*float: left;
  margin-right: 10px;*/
  margin-bottom: 10px;
  padding-left: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  /*width: 100%;*/
  /*height: 170px;*/
  background: #FFFFFF;
}
.box3 {
  border-top: 1px solid #B2B2B2;
  background-color: #EEEEEE;
  padding: 0px;
  height: 100%;
}
h2 {
  font-size: 14px;
  font-family: Verdana, Tahoma;
  font-weight: normal;
  color: #77878D;
  margin-top: 0px;
  margin-bottom: 0px;
}


.section {
	font-size: 18px;
	text-align: left;

}
.descrip_cat {
	color: fuchsia;
}