@import url(http://fonts.googleapis.com/css?family=Lobster&subset=cyrillic-ext,latin,cyrillic);
html,
button,
input,
select,
textarea {
    color: #222;
}

body{
    font: normal 12pt Tahoma;
    background: url('/images/bg.png') repeat;
}

h1{
    text-indent:1em;font-size:1.2em;text-align:center;font-weight:bold;font-family:Verdana,Arial,Times;;
}
p{
    text-indent:1em;text-align:justify;font-size:1em;font-family:Verdana, Times;
}
.page ul{
    text-indent:1em;text-align:justify;font-size:1em;font-family:Verdana, Times;
}
.page ul li{
    text-align:justify;font-size:1em;font-family:Verdana, Times;list-style-type:square;
}
.news_img{
    width:150px;height:100px;border:none;padding:5px;
}

.news_img_full{
    width:300px;height:200px;border:none;padding:5px;float:left;
}

.news_img_td{
    width:160px;height:110px;padding:5px;vertical-align:top;
}
.news_short{
    text-align:justify;text-indent:1em;font-family:Verdana,Arial,Times;
}

#centered{
    text-align:center;
    margin:0 auto;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

a {
    color: #023d80;
    text-decoration: underline;
}

a:hover {
    color: #023d80;
    text-decoration: none;
}

.header ul, ul li {
    list-style-type: none;
}

.reestr tr td{
   border:1px solid gray;  
   padding:3px;
}
.reestr thead{
   background-color:lightgray;
   text-align:center;
}

.centered{
   text-align:center;
}

/* ==========================================================================
   Примеры медиа-запроса
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

.wrapper {
    width: 1000px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 26px rgba(50, 50, 50, 0.52);
    -moz-box-shadow: 0px 0px 26px rgba(50, 50, 50, 0.52);
    box-shadow: 0px 0px 26px rgba(50, 50, 50, 0.52);
    margin-bottom: -20px;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 0;
    background-color: #fff;
}

.h_images {
    position: absolute;
    z-index: 1;
    margin-top: -16px;
    margin-left: 240px;
}

.slideshow {
    width: 707px;
    height: 175px;
}

.h_bg_left {
    position: absolute;
    z-index: 2;
    background: url('/images/h_bg_left.png') no-repeat;
    width: 543px;
    height: 175px;
}

.h_bg_right {
    position: absolute;
    z-index: 3;
    background: url('/images/h_bg_right.png') no-repeat;
    width: 359px;
    height: 175px;
    margin-left: 595px;
}

.header {
    position: relative;
    z-index: 4;
}

.logo {
    padding-top: 20px;
}
.h_right {
    position: absolute;
    margin-left: 310px;
    z-index: 5;
    margin-top: -50px;
}

.title_text {
    position:relative;
    top:26px;
    display: block;
    text-align:right;
    font-size: 16px;
    color: #c2c0ba;
    font-family: "Arial Black", Gadget, sans-serif;
    text-shadow: 0px 0px 0 rgb(137,135,129),
                 1px 1px 0 rgb(130,128,122),
                 2px 2px 0 rgb(123,121,115),
                 3px 3px 0 rgb(115,113,107),
                 2px 2px 0 rgb(108,106,100),
                 3px 3px 0 rgb(101,99,93),
                 4px 4px 0 rgb(94,92,86),
                 4px 4px  0 rgb(87,85,79),
                 5px 5px 3px rgba(0,0,0,0.57),
                 5px 5px 1px rgba(0,0,0,0.5),
                 0px 0px 3px rgba(0,0,0,.2);
}

.gov_logos {
    margin-left: 320px;
    margin-top: -10px;
}

.gov_logos ul li {
    float: left;
}

.h_right p {
    text-align: right;
    width: 560px;
    color: #fff;
    text-shadow: 2px 1px 0px rgba(0, 0, 0, 0.7);
    filter: glow(color=#0000ff, strength=3);
/* IE */
//alternativo
//filter: dropshadow(color=#ffff00,offX=5,offY=5);
    }

.h_title_1 {
    margin-bottom: -15px;
}

.h_title_2 {
    margin-bottom: -17px;
}

.h_title_3 {
    font-size: 14pt;
}

.main_menu {
    clear:left;
    margin-top:37px;
    width:1040px;
}

ul.menu {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
    height:40px;
    margin-left: -20px;
    background: rgb(218, 218, 218); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(218, 218, 218, 1) 0%, rgba(151, 153, 155, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(218, 218, 218, 1)), color-stop(100%, rgba(151, 153, 155, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(218, 218, 218, 1) 0%, rgba(151, 153, 155, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(218, 218, 218, 1) 0%, rgba(151, 153, 155, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(218, 218, 218, 1) 0%, rgba(151, 153, 155, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(218, 218, 218, 1) 0%, rgba(151, 153, 155, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dadada', endColorstr='#97999b', GradientType=0); /* IE6-9 */
}

ul.menu li.mmenu {
    float: left;
    list-style: none;
    position: relative;
    width:200px;
    line-height:40px;
}

ul.menu li {
    float: left;
    list-style: none;
    position: relative;
    line-height:30px;
    min-width:200px;
}

ul.menu li.first {
    width:40px;
    min-width:40px;
}

ul.menu li a {
    color: #045d90;
    display: block;
    text-align:center;
    text-decoration: none;
    border-right: 1px solid #aaacad;
    text-shadow: 1px 1px 0px #ddd;
    font-weight: bold;
}

ul.menu li a:hover {
    color: #f55e60;
}

ul.menu li:first-child a:hover {
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
}

/*Выпадающее меню*/
ul.menu li ul {
    display: none;
    font-size: 10pt;
    text-align:left;
    min-width:200px;
}

ul.menu li:hover ul {
    display: block;
    position: absolute;
    top: 24px;
    background-color: #5e879f;
    z-index: 2000;
    text-align:left;
}

ul.menu li:hover ul li {
    float: none;
    border-right: none;
    margin-left: -40px;
}

ul.menu li:hover ul li a {
    border-right: none;
    text-shadow: none;
    color: white;
    text-align:left;
    padding: 2px 10px 2px 10px;
}

ul.menu li:hover ul li a:hover {
    background-color: transparent;
    color: #c1deff;
    text-decoration: none;
}

ul.menu li:hover ul li:first-child a:hover {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.content {
    width: 680px;
    min-height: 500px;
    float: left;
    padding-right: 20px;
    padding-top: 20px;
}

.content_main {
    width: 1000px;
    min-height: 500px;
    float: left;
    padding-right: 20px;
    padding-top: 20px;
}

.news {
    margin-bottom: 40px;
    clear: left;
}

.one_item {
    margin-top: 40px;
    font-size: 11pt;
}

.n_title {
    background: rgb(218, 218, 218); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(218, 218, 218, 1) 0%, rgba(151, 153, 155, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(218, 218, 218, 1)), color-stop(100%, rgba(151, 153, 155, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(218, 218, 218, 1) 0%, rgba(151, 153, 155, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(218, 218, 218, 1) 0%, rgba(151, 153, 155, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(218, 218, 218, 1) 0%, rgba(151, 153, 155, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(218, 218, 218, 1) 0%, rgba(151, 153, 155, 1) 100%); /* W3C */
    width: 320px;
    padding: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 20px;
}

.n_title a {
    color: #ee3537;
    text-decoration: none;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
    font-weight: bold;
}

.n_title a:hover {
    color: #f55e60;
    text-decoration: none;
}

.item_image {
    float: left;
    padding-right: 20px;
    padding-bottom: 20px;
}

.item_right {
    padding-left: 170px;
    min-height: 100px;
}

.item_title {
    margin: 1em 0 -10px 0;
}

.item_shortcontent {
    margin: 1em 0 -10px 0;
}

.sidebar {
    width: 280px;
    float: right;
    padding-left: 20px;
}

.s_title {
    background: rgb(218, 218, 218); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(218, 218, 218, 1) 0%, rgba(151, 153, 155, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(218, 218, 218, 1)), color-stop(100%, rgba(151, 153, 155, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(218, 218, 218, 1) 0%, rgba(151, 153, 155, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(218, 218, 218, 1) 0%, rgba(151, 153, 155, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(218, 218, 218, 1) 0%, rgba(151, 153, 155, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(218, 218, 218, 1) 0%, rgba(151, 153, 155, 1) 100%); /* W3C */
    width: 275px;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 20px;
    color: #ee3537;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
    padding-left: 5px;
}

.banner {
    margin-bottom: 10px;
    width: 290px;
}

.aside {
    clear: left;
}

.weare {
    float: left;
    margin-left: 310px;
}

.weare p {
    font-size: 14pt;
    color: #004973;
    font-style: italic;
    margin: 1em 0 1em 0;
    text-align:center;
}

.allmap {
    height: 325px;
    width: 1040px;
    margin-left: -20px;
    background-color: #90b8cf;
    margin-top: 100px;
    clear: left;
}

.m_image {
    background: url('/images/map.png') no-repeat;
    width: 251px;
    height: 408px;
    position: absolute;
    margin-top: -90px;
    z-index: 7;
    margin-left: 20px;
}

.map {
    width: 260px;
    float: left;
    position: relative;
    z-index: 8;
}

.map a {
    background: url('/images/m_link.png') no-repeat;
    width: 11px;
    height: 11px;
    padding-left: 14px;
    background-position: left center;
    font-size: 10pt;
    text-decoration: none;
    color: #fff;
}

.map a:hover {
    background: url('/images/m_link_hover.png') no-repeat;
    width: 11px;
    height: 11px;
    padding-left: 14px;
    background-position: left center;
    font-size: 10pt;
    text-decoration: none;
    color: #004973;
}

.mariinsk {
    position: absolute;
    margin-top: -57px;
    margin-left: 160px;
}

.verhchebula {
    position: absolute;
    margin-top: -34px;
    margin-left: 155px;
}

.taiga {
    position: absolute;
    margin-top: -30px;
    margin-left: 40px;
}

.anjerosudjensk {
    position: absolute;
    margin-top: -10px;
    margin-left: 100px;
}

.yaya {
    position: absolute;
    margin-top: -60px;
    margin-left: 120px;
}

.yurga {
    position: absolute;
    margin-top: 0;
    margin-left: 35px;
}

.berezovskiy {
    position: absolute;
    margin-top: 10px;
    margin-left: 90px;
}

.kemerovo {
    position: absolute;
    margin-top: 25px;
    margin-left: 85px;
}

.topki {
    position: absolute;
    margin-top: 40px;
    margin-left: 50px;
}

.leninsk {
    position: absolute;
    margin-top: 85px;
    margin-left: 80px;
}

.polisaevo {
    position: absolute;
    margin-top: 96px;
    margin-left: 95px;
}

.belovo {
    position: absolute;
    margin-top: 110px;
    margin-left: 100px;
}

.krasnobrodskiy {
    position: absolute;
    margin-top: 130px;
    margin-left: 103px;
}

.gurievsk {
    position: absolute;
    margin-top: 120px;
    margin-left: 70px;
}

.kiselevsk {
    position: absolute;
    margin-top: 140px;
    margin-left: 105px;
}

.prokopievsk {
    position: absolute;
    margin-top: 155px;
    margin-left: 125px;
}

.novokuznets {
    position: absolute;
    margin-top: 170px;
    margin-left: 145px;
}

.osinniki {
    position: absolute;
    margin-top: 180px;
    margin-left: 155px;
}

.kaltan {
    position: absolute;
    margin-top: 190px;
    margin-left: 150px;
}

.mezhdurechensk {
    position: absolute;
    margin-top: 205px;
    margin-left: 170px;
}

.tjgin{
    position: absolute;
    margin-top: -45px;
    margin-left: 171px;
}
.tisul{
    position: absolute;
    margin-top: -21px;
    margin-left: 167px;
}

.tashtagol {
    position: absolute;
    margin-top: 240px;
    margin-left: 175px;
}

.m_title {
    margin-left: 280px;
    padding-top: 20px;
    font-weight: bold;
    font-size: 15pt;
}

.m_content {
    margin-left: 300px;
    overflow-y: auto;
    height: 240px;
    width: 720px;
    margin-top: -10px;
}

.footer {
    clear: left;
    padding-bottom: 20px;
}

.one_adr {
    padding-bottom: 20px;
}

.one_adr p {
    margin: 1em 0 -10px 0;
}

.allmap div.tabs {
    display: none;
}

.allmap a.active {
    cursor: default;
    background: url('/images/m_link_hover.png') no-repeat;
    width: 11px;
    height: 11px;
    padding-left: 14px;
    background-position: left center;
    font-size: 10pt;
    text-decoration: none;
    color: #004973;
}

.allmap div.active {
    display: block;
    width: 100%;
}

.search {
    padding-left: 720px;
    padding-top: 20px;
    margin-bottom: -100px;
}

#find {
    background: url('/images/search.png') no-repeat 0 0;
    width: 282px;
    height: 44px;
    text-indent: 20px;
    border: 0;
}

.f_date {
    color: #004973;
}

.content h1 {
    color: #004973;
    font-size: 14pt;
    font-weight: normal;
}

.f_c_image {
    padding-right: 20px;
    padding-bottom: 20px;
    float: left;
    width: 300px;
    height: 200px;
}

.content ul li {
    list-style-type: circle;
    margin-bottom: 10px;
}

.source {
    text-align: right;
    width: 680px;
    margin-top: 20px;
}

.com_one {
    background-color: #f1f1f1;
    border: 1px solid #6296ba;
    clear: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    margin-top: 15px;
}

.user_name {
    width: 300px;
    float: left;
    color: #004973;
}

.com_date {
    width: 350px;
    float: left;
    text-align: right;
    color: #747474;
}

.com_content {
    padding-top: 15px;
}

.com_add input, .com_add textarea {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #afafaf;
}

#com_add {
    height: 25px;
    width: 300px;
    text-indent: 10px;
}

.com_add textarea {
    clear: left;
    float: left;
    padding-right: 20px;
    width: 480px;
    margin-top: 10px;
    height: 142px;
}

.robot {
    padding-left: 525px;
    margin-top: 10px;
}

#rob {
    width: 156px;
    height: 45 x;
}

#com_send {
    clear: left;
    width: 100px;
    height: 40px;
}

.cal_content {
    padding-bottom: 20px;
}

.calendar {
    width: 230px;
    float: left;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 20px;
    height: 230px;
}

.cal_image {
    width: 150px;
    padding-right: 20px;
    padding-bottom: 20px;
    float: left;
}

p.ev_anon, p.ev_anon a {
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

p.ev_anon a:hover {
    text-decoration: underline;
}

.pbr {
    margin-left: -40px;
}

ul.pagebar li {
    list-style-type: none;
    float: left;
    padding: 5px;
}
