﻿body {
  margin:0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: #E2E3E4;
  font-family: Arial;
  position: relative;
}
a img {border: 0px;}
p {
  padding: 0px;
  margin: 0px;
}
form, ul, li {
  margin: 0px;
  padding: 0px;
}

.border {
  border: 3px solid #0F218B;
}
.top {
  width: 945px;
  margin: 0px auto;
  margin-top: 9px;
  height: 135px;
  background-image: url(../i/bg_top.jpg);
  position: relative;
  border-bottom: 0px;
}
.logo {
  position: absolute;
  top: 15px;
  left: 25px;
}
.top .contacts {
  position: absolute;
  top: 13px;
  right: 13px;
  color: #0F218B;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
}
.top_menu {
  position: absolute;
  right: 0px;
  bottom: 0px;
  font-size: 12px;
  color: #FFFFFF;
  text-align: right;
  background-image: url(../i/bg_top_menu.gif);
  background-repeat: no-repeat;
  width: 601px;
  height: 25px;
  padding: 9px 12px 0px 0px;
}
.top_menu a {
  color: #FFFFFF;
  padding: 0px 6px;
  text-decoration: none;
}
.top_menu a:hover {
  text-decoration: underline;
}
.slogan {
  height: 21px;
  background-color: #0F218B;
  width: 945px;
  padding: 7px 0px 0px 0px;
  margin: 0px auto;
  text-align: center;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0.5em;
  border-bottom: 0px;
  border-top: 0px;
}
.slider {
  width: 945px;
  margin: 0px auto;
/*  border-bottom: 6px solid #FF8700;
  border-top: 6px solid #FF8700;*/
  border-bottom: 0px;
  border-top: 0px;
  text-transform: uppercase;
}

table.menu {
  width: 951px;
  margin: 0px auto;
  border-bottom: 0px;
  border-top: 0px;
  text-transform: uppercase;
  font-size: 14px;
}
.menu td {
  width: 20%;
  border-right: 1px solid #6F777C;
  border-left: 1px solid #FFFFFF;
  border-bottom: 1px solid #6F777C;
}
.menu td.nbl {border-left: 0px;}
.menu td.nbr {border-right: 0px;}
.menu ul {
  width: 100%;
  list-style: none;
  text-align: center;
}
.menu li {
  vertical-align: top;
  text-align: center;
  margin: 0px;
  height: 72px;
  position: relative;
  border-right: 1px solid #BDBFC1;
  background-image: url(../i/bg_li.jpg);
  background-repeat: repeat-x;
}
.menu li a {
  color: #0F218B;
  text-decoration: none;
  display: block;
  vertical-align: middle;
  text-align: center;
  height: 40px;
  padding-top: 32px;
}
.menu td.c1 li {background-image:url(../i/bg_li_c1.jpg);}
.menu td.c2 li {background-image:url(../i/bg_li_c2.jpg);}
.menu td.c3 li {background-image:url(../i/bg_li_c3.jpg);}
.menu td.c4 li {background-image:url(../i/bg_li_c4.jpg);}
.menu td.c1 li#active, .menu td.c1 li:hover {background-image:url(../i/bg_li_c1_hover.jpg)}
.menu td.c2 li#active, .menu td.c2 li:hover {background-image:url(../i/bg_li_c2_hover.jpg)}
.menu td.c3 li#active, .menu td.c3 li:hover {background-image:url(../i/bg_li_c3_hover.jpg)}
.menu td.c4 li#active, .menu td.c4 li:hover {background-image:url(../i/bg_li_c4_hover.jpg)}
.menu li:hover, .menu li#active {
  background-image: url(../i/bg_li_hover.jpg);
}
.menu li a:hover, .menu li a#active, .menu li:hover a, .menu li#active a {
  color: #FFFFFF;
  font-weight: bold;
}
.menu li span {
  position: absolute;
  top: 72px;
  left: 0px;
  width: 100%;
  display: none;
  text-align: left;
  border-top: 1px solid #FFFFFF;
  z-index: 100;

}
.menu li:hover span {
  display: block;
}
.menu span table {
  border: 1px solid #666666;
  background-color: #E6E7E8;
}
.menu span td {
  padding: 0px;
  background-color: #E6E7E8;
  border: 2px solid #D6D7D8;
  border-left: 0px;
  border-right: 0px;
  text-align: left;
  padding: 5px 11px;
}
.menu li:hover span a, .menu li#active span a {
  display: inline;
  background-color: transparent;
  padding: 0px;
  width: 100%;
  color: #0F218B;
  font-weight: normal;
}
.menu li:hover span a:hover, .menu li:hover span a#active, .menu li#active span a:hover, .menu li#active span a#active {
  background-color: transparent;
  color: #0078FF;
  font-weight: normal;
}

.page {
  width: 945px;
  margin: 0px auto;
  border-bottom: 0px;
  border-top: 0px;
  padding-top: 33px;
  padding-bottom: 50px;
  background-color: #FFFFFF;
}
h2 {
  font-size: 18px;
  color: #000000;
  padding: 0px 0px 11px 0px;
  margin: 0px 0px 23px 0px;
  text-align: center;
  border-bottom: 2px solid #CCCCCC;
}
.index .date {
  color: #666666;
  font-size: 12px;
  text-align: left;
}
.index .news_text {
  font-size: 12px;
  color: #000000;
  line-height: 18px;
}
.left .news_text a:link {
font-size: 12px;
  color: #000000;
  line-height: 18px;
  text-decoration:underline;
}
.left .news_text a:active{
font-size: 12px;
  color: #000000;
  line-height: 18px;
    text-decoration:underline;
  
}
.left .news_text a:hover {
  font-size: 12px;
  color: #000000;
  line-height: 18px;
 text-decoration:none;
}
.left .news_text a:visited {
font-size: 12px;
  color: #000000;
  line-height: 18px;
  text-decoration:underline;
}
.index .all, .index .all a {
  color: #0F218B;
  font-size: 14px;
  text-align: right;
  text-decoration: none;
}
.index .all a:hover {
  text-decoration: underline;
}
.index .left {
  width: 194px;
  padding: 0px 7px;
  vertical-align: top;
}
.index .right {
  padding: 0px 60px 0px 51px;
  font-size: 14px;
  color: #191919;
  vertical-align: top;
}
.news {
  width: 570px;
  margin: 0px auto;
  margin-bottom: 69px;
}
.news .date {
  font-size: 14px;
  color: #666666;
}
.news .news_text, .news .news_text a {
  color: #1E4880;
  font-size: 14px;
  text-decoration: none;
  line-height: 18px;
}
.news .news_text a:hover {
  text-decoration: underline;
}

.gallery {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
.gallery td{
  vertical-align: bottom;
  text-align: center;
  padding-bottom: 35px;
}
.gallery a img {
  border: 5px solid #DFDFE0;
  margin-bottom: 10px;
}
.gallery a {
  color: #0F218B;
  font-size: 14px;
  text-decoration: none;
}
.gallery a:hover {
  text-decoration: underline;
}


.barpage {
  text-align: center;
  color: #191919;
  font-size: 14px;
}
.barpage a {
  color: #0F218B;
  text-decoration: none;
  padding: 0px 3px;
}
.barpage a:hover {
  color: #4C4C4C;
  font-size: 14px;
}
.barpage a#active {
  font-weight: bold;
  color: #4C4C4C;
  font-size: 16px;
}
.barpage a.not, .barpage a.not:hover {
  color: #191919;
  font-size: 14px;
}


.footer {
  width: 933px;
  margin: 0px auto;
  border-top: 0px;
  background-color: #FFFFFF;
  height: 59px;
  position: relative;
  text-align: center;
  color: #0F218B;
  padding: 0px 6px 0px 6px;
}
.bor {
  border-bottom: 2px solid #CCCCCC;
  font-size: 1px;
  height: 1px;
  margin-bottom: 22px;
}
.footer a {
  color: #0F218B;
  padding: 0px 5px;
}
.footer a:hover {
  text-decoration: none;
}
.footer .copy {
  position: absolute;
  top: 13px;
  left: 12px;
  color: #333333;
  font-size: 12px;
  text-align: left;
  line-height: 18px;
}
.footer .copy a {
  padding: 0px;
  color: #003399;
}
.ygl {
  position: absolute;
  bottom: -3px;
  right: -3px;
}


