body, html, td, div {
  margin: 0;
  padding: 0;
  font-family: "Trebuchet MS", "Arial Unicode MS", "Palatino Linotype";
  font-size: 13px;
  color: #555555;
}
img {
  border: 0;
  margin: 0;
}
p {
  padding: 0;
  margin: 0;
}
a {
  color: #2392D9;
  text-decoration: none;
}
a:hover {
  color: #FF7F50;
  text-decoration: underline;
}
ul {
  list-style: none;
}
#main {
  width: 100%;
}
input, textarea {
  border: 1px solid #c4c4c4;
  backgrond: #f4f4f4;
  font: 11px verdana;
}
.error_message {
  color: red;
}

/* Хинт */

.hint { 
  background-color: #f5f5f5;
  line-height: 12px;
  color: #2f4f4f;
  font: "Trebuchet MS" 14px;
  width : auto;
  border-left : 5px solid #2392D9;
  margin : 0;
  padding : 8px;
  position : absolute;
  visibility : hidden;
}

/* Шапка */

#head {
  width: 100%;
  height: 185px;
}
.top {
  margin: 0;
  padding: 0;
  height: 185px;
  vertical-align: middle;
  background: url(../img/top_bg.jpg) repeat-x;
}
.l_top {
  margin: 0;
  padding: 0;
  width: 310px;
  background: url(../img/head_l.jpg) no-repeat left top;
}
.r_top {
  margin: 0;
  padding: 0;
  width: 310px;
  background: url(../img/head_r.jpg) no-repeat right top;
}

/* Верхнее меню */

#topmenu {
  margin: 0 0 -10px 0;
  padding: 5px 0;
  width: 100%;
  height: 30px;
  text-align: center;
  background: url(../img/topmenu_bg.jpg) repeat-x;
}
#topmenu li {
  padding: 5px 0;
  display: inline;
}
#topmenu li:hover {
}
#topmenu li a {
  margin: 0 5px;
  font-weight: bold;
  text-decoration: none;
}
#topmenu li a:hover {
  text-decoration: underline;
}

/* Левое меню */

.mbgt {
  margin-top: 20px;
  height: 20px;
  background: url(../img/mbgt.jpg) no-repeat left;
}
.mbg {
  background: url(../img/mbg.jpg) repeat-y left;
}
.mbgf {
  background: url(../img/mbgf.jpg) no-repeat left top;
  margin-bottom: 20px;
}
#menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
#menu li {
  text-align: left;
  padding:2px 0;
}
#menu li a {
  color: #2392D9;
  font: tahoma 10px;
  font-weight: bold;
  line-height: 0.9em;
  display: block;
  padding: 10px 0 10px 55px;
  text-decoration: none;
  margin:0 0;
  background: url(../img/li_bg.jpg) no-repeat left center;
}
#menu li a:hover {
  color: #FF7F50;
  background: url(../img/li_bgh.jpg) no-repeat left;
}

/* Дополнительные меню */

.dop_menu {
  width: 80%;
  border-left: 5px solid #2392D9;
  border-top: 1px solid #2392D9;
  margin-bottom: 20px;
  margin-right: -10px;
  margin-left: 5px;
  padding: 5px 0 5px 10px;
}
.dop_menu ul li a {
  font-weight: bold;
  margin-top: 0;
  padding-top: 0;
}

/* Содержание */

#content {
  width: 100%;
  height: 100%;
}
.colOne {
  width: 230px;
  height: 100%;
  background: url(../img/mbgall.gif) repeat-y left;
  margin: 0;
  padding: 0; 
  vertical-align: top; 
}
.colOne h2 {
  padding: 0 40px;
  margin: 10px 0;
  font-size: 16px; font-weight: bold;
}
.colCnt {
  height: 100%;
  margin: 0;
  padding: 0;
  vertical-align: top; 
}
.colTwo {
  width: 230px;
  height: 100%;
  background: url(../img/lbgall.jpg) repeat-y right;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.right {
  margin: 10px 0 10px 10px;
}
.right ul {
  margin: 10px 0;
  padding-left: 40px;
}
.right li {
}

/* Новости */

#news {
  background: url(../img/colCnt.gif) repeat-x top;
  padding-right: 10px;
  padding-left: 10px;
  margin-top: 1px;
}
/* #news a {
  color: #2392D9;
  text-decoration: none;
}
#news a:hover {
  color: #2392D9;
  text-decoration: underline;
} */
.news img {
  margin: 4px 10px 0 0;
  border: 3px double #c8c8c8;
}
.news img:hover {
  filter:Alpha(Opacity="90",FinishOpacity="60",Style="3");
}
.title {
  font-size: 14px;
  font-weight: bold;
  padding-top: 5px; 
}
.date {
  font-family: verdana;
  font-size: 10px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: #c4c4c4 dotted 1px;
}
.news {
  text-align: justify;
}
.more {
  font-family: verdana;
  font-size: 10px;
  text-align: ltft;
  margin: 10px 0;
  padding: 5px 0;
  border-top: #c4c4c4 dotted 1px;
}
.pages {
  text-align: center;
  padding: 0 5px;
}
.pages a {
  margin: 0 5px;
  padding: 2px 5px;
  text-decoration: none;
  border: 1px #DCDCDC solid;
}
.pages a:hover {
  text-decoration: none;
  border: 1px #c4c4c4 solid;
}

/* Валенки */

.footer {
   height: 70px;
   background: url(../img/foot_bg.jpg) repeat-x;
}
