body {
    background-color: #F5F5EE;
    background: url(/images/site/back.png) fixed left top repeat;
    margin: 0;
    padding: 0;
    color:#000;
    font-family:Arial, Helvetica, sans-serif;
    font-size:10pt;
}

#top {
    background-color: black;
}

#wrapper {
    /*position: absolute;*/
    margin-right: auto;
    margin-left: auto;
    top: 0;
    width: 960px;
    
    /*background-color: #EEE;*/
}

#prize {
    position: relative;
    background-color: black;
    display: block;
    height: 400px;
}

#prize div {
    position:absolute;
    display: block;
}

#prize p {
    color: white;
    padding: 0px 0px 0px 480px;

}

#prize h1 {
    color: white;
    margin: 0;
    padding: 0;
    margin-left: 480px;
    margin-top: 20px;
    display: block;
}

#prize form {
    margin: 0 0 0 300px;
    padding: 0;
    color: white;
    display: block;
}

#prize .form_error {
    position: relative;
    font-size: x-small;
    color: brown;
    padding-left: 480px;
    padding-bottom: 10px;
}

#prize .form_error p {
    color: red;
}

#prize .form_error p {
    padding: 0;
    margin: 0;
}

#prize form label {
    display: block;
    width: 170px;
    float: left;
    padding-right: 10px;
    padding-top: 3px;
    text-align: right;
    clear: both;
}

#prize form input[type=text] {
    margin-bottom: 9px;
    width: 300px;
    display: block;
}

#prize form input[type=submit] {
    margin-top: 12px;
    margin-left: 180px;
    display: block;
    clear: both;
}

#prize img {
    position: absolute;
    display: block;
}

#prize a {
    color: yellow;
   
}

#prize a:visited {
    color: lightgrey;
}

/* FONTS */

@font-face {font-family: 'PT Serif'; 
            src: url('/css/fonts/ptf55f_w.eot'); 
            src: local('PT Serif'), url('/css/fonts/ptf55f_w.woff') format('woff'),url('/css/fonts/ptf55f_w.ttf') format('truetype'), url('/css/fonts/ptf55f_w.svg#PTSerif-Regular') format('svg');}

@font-face {font-family: 'PT Serif'; 
            font-style: italic;
            src: url('/css/fonts/ptf56f_w.eot'); 
            src: local('PT Serif Italic'), url('/css/fonts/ptf56f_w.woff') format('woff'),url('/css/fonts/ptf56f_w.ttf') format('truetype'), url('/css/fonts/ptf56f_w.svg#PTSerif-Italic') format('svg');}

@font-face {font-family: 'PT Serif';
            src: url('/css/fonts/ptf75f_w.eot');
            font-style: normal;
            font-weight: bold; 
            src: local('PT Serif Bold'), url('/css/fonts/ptf75f_w.woff') format('woff'),url('/css/fonts/ptf75f_w.ttf') format('truetype'), url('/css/fonts/ptf75f_w.svg#PTSerif-Bold') format('svg');}

@font-face {font-family: 'PT Serif';
            font-style: italic;
            font-weight: bold; 
            src: url('/css/fonts/ptf76f_w.eot'); 
            src: local('PT Serif Bold Italic'), url('/css/fonts/ptf76f_w.woff') format('woff'),url('/css/fonts/ptf76f_w.ttf') format('truetype'), url('/css/fonts/ptf76f_w.svg#PTSerif-BoldItalic') format('svg');}

@font-face {font-family: 'PT Serif Caption'; 
            src: url('/css/fonts/ptz55f_w.eot');
            src: local('PT Serif Caption'), url('/css/fonts/ptz55f_w.woff') format('woff'),url('/css/fonts/ptz55f_w.ttf') format('truetype'), url('/css/fonts/ptz55f_w.svg#PTSerif-Caption') format('svg');}

@font-face {font-family: 'PT Serif Caption';
            font-style: italic; 
            src: url('/css/fonts/ptz56f_w.eot');
            src: local('PT Serif Caption Italic'), url('/css/fonts/ptz56f_w.woff') format('woff'),url('/css/fonts/ptz56f_w.ttf') format('truetype'), url('/css/fonts/ptz56f_w.svg#PTSerif-CaptionItalic') format('svg');}

/* --------------------------------------------------------------------------------*/

/*#logo {
    float: left;
    margin: 20px;
}*/

#facebook {
    float: right;
}

#facebook img {
    margin: 0;
    padding: 12px 6px 0 6px;
}

#search {
    float: right;
    padding: 11px 0;
}

#search img {
    padding: 0;
    margin: 0;
}

#search input {
    margin-left: 6px;
}

#content {
    margin-top: 20px;
    padding: 0;
    /*background-color: white;*/
}

#content h1 {
    font-size: 1.5em;
}

.article p {
    text-indent: 1.5em;
}

#content .zag {
    height: 22px;
    background-image: url(/images/site/content_h1.png);
    font-family: 'Myriad Pro', Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: yellow;
    margin: 0;
    padding: 5px 0px 0px 10px;
}

#content h2 {
    font-family: 'Myriad Pro', Arial, sans-serif;
    font-size: 18px;

}

#content div.bottom {
    clear: both;
    height: 4px;
    background-image: url(/images/site/content_bottom.png);
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

#content div.top {
    clear: both;
    height: 4px;
    background-image: url(/images/site/content_top.png);
}


/*#small_news {}

#small_news div {
    display: block;
    float: left;
    width: 32%;
    margin-right: 2%;
    background-color: white;

}

#small_news div.end {
    margin-right: 0;
}

#small_news div p {
    margin: 10px;
}*/

div.two_column {
    float: left;
    width: 460px;
    padding: 10px;
}

#content div.one_column {
    margin: 0;
    padding: 10px;
    background-color: white;
}

.hr {
    width: auto;
    clear: both;
    background-image: url(/images/site/hr_back.gif);
    background-repeat: repeat-x;
    height: 1px;
    margin: 20px 0 20px 0;

}

div.news_zag {
    font-size: 14px;
    font-weight: bold;
}

div.news_zag a {
    color: black;
    text-decoration: none;
}

div.news_zag a:hover {
    text-decoration: underline;
}

div.news_date {
    padding-top: 10px;
    display: block;
    width: 92px;
    height: 86px;
    font-family: 'Verdana', Arial, sans-serif;
    font-weight: bold;
    float:left;
    margin: 20px;
}

div.news_date div {
    padding-right: 45px;
    text-align: center;
    color: #D90000;
}

div.mainMenu {
    background-image: url(/images/site/menu-first-back.png);
    display: block;
    height: 47px;
    margin-top: 20px;
}

div.mainMenu ul {
    display: block;
    float:left;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

div.mainMenu li {
    float: left;
}

div.mainMenu li a.active{
    background-image: url(/images/site/menu-first-back-active.png);
    color: yellow;
}

div.mainMenu li a {
    display: block;
    color: #A8A8AD;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Myriad Pro', Arial, sans-serif;
    text-decoration: none;
    padding-left: 8px;
    padding-right: 8px;
    height: 33px;
    padding-top: 14px
}

div.mainMenu li a:hover {
    background-image: url(/images/site/menu-first-back-active.png);
    color: yellow;
}

div.mainMenu img {
    display: block;
    float: left;
    border: 0;
    padding-left: 37px;
    padding-right: 37px;
    padding-top: 9px;

}

div.mainMenu a {
    display: block;
    float:left;
    
}


table.black_table {
    clear: both;
    width: 940px;
    border-collapse: collapse;

}

table.black_table tr, td {
    padding: 0px;
}

table.black_table a.detail {
    color: black;
    display: block;
    padding: 5px;
    text-decoration: none;
}

table.black_table a.detail:hover {
    text-decoration: underline;
}

table.black_table td.light_a, td.light_p, td.prizma_a, td.prizma_p, td.restriction_a, td.restriction_p {
    width: 20px;
    background-position: center center;
    background-repeat: no-repeat;
}

table.black_table tr.grey {
    background-color: #ECEFF2;
}

table.black_table tr.active_grey {
    background-color: black;
}

table.black_table tr.active_grey a {
    color: yellow;
}

table.black_table tr.active {
    background-color: black;
}

table.black_table tr.active a {
    color: yellow;
}


/* -------------------------------------------------------------------------*/

table.black_table tr td.light_a {
    background-image: url(/images/site/light_a_white.png);
}

table.black_table tr.grey td.light_a {
    background-image: url(/images/site/light_a_grey.png);
}

table.black_table tr.active_grey td.light_a {
    background-image: url(/images/site/light_a_black.png);
}

table.black_table tr.active td.light_a {
    background-image: url(/images/site/light_a_black.png);
}

table.black_table tr td.light_p {
    background-image: url(/images/site/light_p_white.png);
}

table.black_table tr.grey td.light_p {
    background-image: url(/images/site/light_p_grey.png);
}

table.black_table tr.active_grey td.light_p {
    background-image: url(/images/site/light_p_black.png);
}

table.black_table tr.active td.light_p {
    background-image: url(/images/site/light_p_black.png);
}




table.black_table tr td.prizma_a {
    background-image: url(/images/site/prizma_a_white.png);
}

table.black_table tr.grey td.prizma_a {
    background-image: url(/images/site/prizma_a_grey.png);
}

table.black_table tr.active_grey td.prizma_a {
    background-image: url(/images/site/prizma_a_black.png);
}

table.black_table tr.active td.prizma_a {
    background-image: url(/images/site/prizma_a_black.png);
}

table.black_table tr td.prizma_p {
    background-image: url(/images/site/prizma_p_white.png);
}

table.black_table tr.grey td.prizma_p {
    background-image: url(/images/site/prizma_p_grey.png);
}

table.black_table tr.active_grey td.prizma_p {
    background-image: url(/images/site/prizma_p_black.png);
}

table.black_table tr.active td.prizma_p {
    background-image: url(/images/site/prizma_p_black.png);
}




table.black_table tr td.restriction_a {
    background-image: url(/images/site/restriction_a_white.png);
}

table.black_table tr.grey td.restriction_a {
    background-image: url(/images/site/restriction_a_grey.png);
}

table.black_table tr.active_grey td.restriction_a {
    background-image: url(/images/site/restriction_a_black.png);
}

table.black_table tr.active td.restriction_a {
    background-image: url(/images/site/restriction_a_black.png);
}

table.black_table tr td.restriction_p {
    background-image: url(/images/site/restriction_p_white.png);
}

table.black_table tr.grey td.restriction_p {
    background-image: url(/images/site/restriction_p_grey.png);
}

table.black_table tr.active_grey td.restriction_p {
    background-image: url(/images/site/restriction_p_black.png);
}

table.black_table tr.active td.restriction_p {
    background-image: url(/images/site/restriction_p_black.png);
}

/* -------------------------------------------------------------------------*/

td.big {
    height: 100px;
    margin: 0;
    padding: 0;
}

td.small {
    height: 0px;
    visibility: hidden;
    margin: 0;
    padding: 0;
}

/* form ----------------------------------------------------------*/

form table td {
    vertical-align: top;
}

form div.column {
    float: left;
    display: block;
    padding: 10px;
    margin: 10px;
    width: 140px;
    background-color: #ECEFF2;

}

form div.column h3 {
    text-align: center;
    padding: 3px 0 0 0;
    margin: -10px 0 10px -10px;
    height: 22px;
    width: 160px;
    background-image: url(/images/site/column_back1.png); 
    color: yellow;
    font-size: 15px;
}

form .label {
    /*float: left;
    /*margin: 5px;
    clear: left;
    width: 100px;
    text-align: right;*/
}

form div.column select {
    margin-top: 5px;
    width: 173px;
}

form div.column input.form_text {
    margin-top: 5px;
    width: 170px;
}

form div.column hr {

    color: white;
    height: 0px;
    display: block;

    margin: 5px 0 5px 0;
}

form input.submit {
    margin-top: 5px;
    clear: both;
}

form div.column h2 {
    font-size: 1em;
    font-style: italic;
    text-align: center;
    margin-top: 0;
}

/* end form ------------------------------------------------------*/

/* feedback form -------------------------------------------------*/

form.feedback {
    padding: 10px;
}

form.feedback label.form_label {
    display: block;
    width: 170px;
    float: left;
    padding-right: 10px;
    padding-top: 12px;
    text-align: right;
}

form.feedback .form_text {
    display: block;
    width: 250px;
    margin-top: 10px;    
}

form.feedback input.form_submit {
    clear: both;
    margin-left: 180px;
    margin-top: 20px;
}

form.feedback img {
    display: block;
    clear: both;
    margin: 20px 0 0px 180px;
}

form.feedback .form_error {
    font-size: xx-small;
    color: brown;
    padding-left: 180px;
}

/* end feedback form ---------------------------------------------*/

/* Горизонтальное меню -----------------------------------------------------------------------------*/

div#menunav {
    /*width: 100%; /* задаем ширину для div */
    /*float: left;  /* добавляем список в div */
    /*border-top: 1px  solid  #000000;  /* рисуем линию поверх div */
    /*border-bottom: 1px solid #000000; /* рисуем линию снизу div */
    /*font-size: 11px;*/  /* задаем размер шрифта */
    /*background-color: #b3b3b3;*/  /* фоновый цвет div */
    padding: 0; /*0 0 0 30px;  /* отступ ul от края контейнера */
    /*font-family: 'Myriad Pro', Arial, sans-serif;*/

}
div#menunav ul {
    margin: 0;
    padding: 0;
    height: 0;
    display: block;
    color: yellow;
    z-index: 10000;
}

* html div#menunav ul {
    margin: 0;
    padding: 0;
    float: left;
    margin-left: 15px;  
}

div#menunav ul li {
    float: left;   /* располагаем список по горизонтали */
    position: relative;  /* контекст позиционирования для раскрывающегося меню с абсолютным позиционированием */   
    list-style-type: none;  /* удаляем маркеры */
    /*background-color: #ffebc6;*/  /* задаем фоновый цвет элементов меню */
    /*border-right: 1px solid #000000;*/  /* создаем разделительные линии между элементами li */
    /*border-bottom: 1px solid #000000;*/
    margin: 0 10px 0 0;

    /*margin-right: 10px;*/
    background-image: url(/images/site/city_menu_back.png);
    width: 280px;
    height: 20px;

    padding-top: 3px;
}

div#menunav li:first-child {
    padding-top: 3px;
    /*border-top: 1px solid #000000;
    border-left: 1px solid #000000;*/  /* первая вертикальная линия в меню */
}

div#menunav a {
    margin: 0;
    display: block;  /* пункты вложенного меню выделяются при наведении указателя */
    text-decoration: none;  /* удаляем подчеркивание ссылок */
    padding: 0px 10px 0px 10px;  /* создаем пространство с обеих сторон текста пункта меню */
    color: yellow;  /* задаем цвет шрифта */
}
div#menunav a:hover {
    color: #868600;
}

div#menunav ul li ul li a:hover {
    color: black;
}


div#menunav li:hover {
    background-color: yellow;  /* задает фон пунктов списка */
}

/* Раскрывающееся меню */

div#menunav ul li ul {
    margin: 0;
    padding: 0;
    position: absolute;  /* размещает выпадающий ul относительно родительского li */
    /*left: -1px;*/  /* выравнивает раскрывающееся меню */
    top:23px;
    width: 280px;
    /*float: left;*/

}
div#menunav ul li ul li  {
    width: 100%;  /* элементы списка заполняют контейнер (ul) */
    /*border-left: 1px solid #000000;*/  /* три стороны каждого пункта раскрывающегося меню */
    /*border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;*/
    background-image: none;
    background-color: black;
    height: auto;
    padding: 1px 0;
}
div#menunav ul li ul li:first-child {
    padding-top: 0;
    /*border-top: 1px solid #000000;*/  /* верхний край раскрывающегося меню */
}

div#menunav ul li ul {
    display: none;
    background-color: black;
}

div#menunav ul li:hover ul, div#menunav ul li ul:hover {
    display: block;

}
* html div#menunav ul li ul {  /* добавляет верхнюю границу раскрывающегося меню для IE */
    /*border-top: 1px solid #000000;*/
    border-left: 0;  /* устраняет наследование границ ul раскрывающимся меню */
} 

/* -------------------------------------------------------------------------------------------------*/

div .float_right {
    display: block;
    float: right;
}

div .float_left {
    display: block;
    float: left;
}

div.static_menu {
    display: block;
    position: fixed;
    top: 200px;
    right: 0px;
    width: 150px;
    padding: 0px;
}

div.legend {
    background-image: url(/images/site/hr_back.gif);
    background-repeat: repeat-x;
    padding-top: 15px;
    height: 35px;
    margin-top: 10px;
}

div.legend img {
    float: left;
    padding: 0;
    margin: 0;
    padding-left: 10px;
}

div.legend div {
    display: block;
    float:left;
    padding: 0 30px 0 10px;
    margin: 0;
}

/* first page ------------------------------------------------------ */

div #cityes {
    position: relative;
    height: 570px;
}

#cityes .first-page-city {
    position: absolute;
    display: block;
    margin: 0;
    width: 172px;
    background-color: #D2DADF;
}

.first-page-city .city-name {
    display: block;
    margin: 0;
    padding: 5px 0 0 10px;
    background-image: url(/images/site/city_name_back_small.gif);
    height: 32px;
    font-size: 24px;
    font-weight: normal;
    color: yellow;
    font-family: 'Myriad Pro', Arial, sans-serif;
}

.first-page-city img {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
}

.table {
    display: table;
}


.first-page-city .table {
    width: 152px;
    margin: 5px 10px;
    font-size: 12px;
}

.table .row {
    display: table-row;
}

.row .cell {
    display: table-cell;
    padding: 5px 0;
}

.first-page-city .city-bottom {
    width: 172px;
    height: 33px;
    background-image: url(/images/site/city_number_back_small.gif);
}

.first-page-city .city-bottom img {
    float:left;
    padding: 12px 0 0 15px; 
}

.first-page-city .city-bottom div {
    display: block;
    padding: 8px 0 0 15px;
    float:left;
    color: white;
    font-weight: bold;
}

.first-page-city a {
    padding: 0;
    margin: 0;
    display: block;
    text-decoration: none;
    color: black;
    border: 0;
}

.first-page-city .table a:hover {
    text-decoration: underline;
}

/* ------------------------------------------------------------------ */


div.constr {
    display: block;
    margin: 0;
    padding: 10px 0;
    background-image: url(/images/site/constr_back.png);
    background-position: top left;
    background-repeat: no-repeat;

}

.detail .constr {
    background-image: none;
}

div.constr_side {
    display: block;
    float: left;
    width: 410px;
    padding-left: 40px;
    margin-bottom: 30px;
}

div.constr_side_detail {
    display: block;
    float: none;
    width: 860px;
    padding-left: 40px;
    margin-bottom: 30px;
}

div.constr_side_detail img.side_photo {
    width: 860px;
}

div.constr_side img {
    /*display: inline;
    margin-right: 10px;*/
}

div.constr_side p {
    padding: 5px 0 0 0;
    margin: 0;
}

img.side_photo {
    display: block;
    width: 410px;
    margin-bottom: 5px;
}

div.yandex_map {
    clear: both;
    width: 860px;
    height: 575px;
    margin-left: 40px;
}

.yandex_constr {
    background-image: url('/images/site/constr.png');
    background-repeat: no-repeat;
    text-align: center;
    display:block;
    width: 36px;
    height: 40px;
    padding: 2px;
}

.yandex_constr_big {
    background-image: url('/images/site/constr_big.png');
    background-repeat: no-repeat;
    text-align: center;
    display:block;
    width: 56px;
    height: 40px;
    padding: 2px;
}

div.static_menu .top_black {
    height: 3px;
    background-image: url(/images/site/static_menu_top.png);
    background-position: top left;
    background-repeat: no-repeat;
}

div.static_menu .bottom_black {
    background-image: url(/images/site/static_menu_bottom.png);
    background-position: bottom left;
    height: 3px;
    background-repeat: no-repeat;
}

div.static_menu .content_black {
    background-color: black;
    padding: 10px;
    color: yellow;
}

div.static_menu .content_black a {
    color: yellow;
}

div.static_menu .content_black p {
    margin: 0;
    padding: 2px 0;
}

div.static_menu .content_black img {
    margin-right: 5px;
    padding: 0;
    border: 0;
}

img.news {
    padding: 0 10px 10px 0;

}

table.news {
    border-collapse: collapse;

}

table.news tr, td {
    padding: 5px;
}

table.news tr.grey {
    background-color: #ECEFF2;
}

table.news a {
    color: black;
    text-decoration: none;
}

table.news a:hover {
    text-decoration: underline;
}

div.one_column div.people {
    margin: 40px 70px 20px 70px;
    font-family: "PT Serif";
    background-color: #ECEFF2;
    height: 280px; 
}

#content div.people h2 {
    padding-top: 0;
    margin-top: 0;
    font-size: 24px;
}

div.people div.image {
    float: left;
    display: block;
    border-style: solid;
    border-width: 0 20px 0 0;
    border-color: #FFF;
    height: 280px;
    width: 140px;
}

div.image img {
    border-style: solid;
    border-width: 0 0 5px 0;
    border-color: #ffff00;
}

div.image div {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 12px 5px 5px 7px;
}

div.people a {
    text-decoration: none;
    color: #000;
}

div.people p {
    font-size: 16px;
}

h3 {
    font-family: 'Myriad Pro', Arial, sans-serif;
    font-size: 20px;
    text-align: center;
}

#content h3 {
    font-family: 'Myriad Pro', Arial, sans-serif;
    font-size: 16px;
    text-align: left;
}

div.people_quote {
    margin-top: 30px;
    padding-top: 25px;
    background-image: url(/images/site/quote_top.png);
    background-position: top center;
    background-repeat: no-repeat;
}

div.people_quote p {
    font-family: 'Myriad Pro', Arial, sans-serif;
    font-size: 24px;
    text-align: center;
    padding-bottom: 50px;
    background-image: url(/images/site/quote_bottom.png);
    background-position: bottom center;
    background-repeat: no-repeat;
}

div.birthday {
    margin: 20px 0px 20px 70px;
    font-family: "PT Serif";

}

div.birthday img {
    float: left;
}

div.birthday div.text {
    margin-left: 30px;
    float: left;
    width: 550px;
}

div.birthday h2 {
    margin-top: 0px;
    margin-bottom: 10px;
}

div.map_side h3 {
    text-align: left;
    font-size: small;
}

img.map_photo {
    width: 400px;
}


#svg_table {
    display: block;
    height: 1600px;
}

/* ----------------------------------------------------- */

table.tt {
    width: 100%;
    border-collapse: collapse;
    border-top: 4px solid darkgray;
    border-bottom: 4px solid darkgray;
    text-align: left;
    background: #ECEFF2;
}

table.tt caption {
    padding: .5em;
    padding-top: 1.5em;
    text-align: left;
    font-size: 1.2em;
    font-weight: bold; 
    
}

table.tt th {
    background: black;
    color: yellow;
    padding: .5em;
}


table.tt td {
    padding: .5em;
}

table.tt tr:nth-child(2n) {
    background: white;
}

table.tt tr:hover {
    background: gray;
    color: white;
}



