﻿/* Базовый шаблон */
body {
    background: #f3f3f3;
}
#wrapper {
    width: 1000px;
    margin: 0 auto;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    background-color: #FFE3AD;
    box-shadow: 0 0 10px 3px #c9c9c9;
    border: 1px solid #203E4E;
   /* border-radius: 0 10px 10px 0;*/
}

#content {
    width: 780px;
    float: right;
    background-color: #FFE3AD;
}
#mainNav {
    width: 220px;
    float: left;
/*    background: #ffddaa url(/static/img/bg_left.gif) repeat-y;*/
}
#footer {
    clear: both;
    background-color: #8C9E9C;
    border-top: 1px solid #203E4E;
    line-height: 3em;
    font-size: 10px;
    padding-left: 30px;
}
.clr {
    content: ".";
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
}
/* Krom data */
/* lang menu */
#langMenu {
    margin: 0;
    padding: 0;
    display: table;
    width: 220px;
    list-style: none;
    background-color: #ffddaa;
}
#langMenu li {
    display: table-cell;
    text-align: center;
    border-left: 1px solid #E3C79A;
}
#langMenu li a  {
    display: block;
    line-height: 3em;
    text-decoration: none;
    color: black;
    font-size: 10px;
}
#langMenu li a:hover {
    display: block;
    text-decoration: underline;
    color: black;
}
/* mainManu */
ul#mainMenu {
    margin: 0;
    padding: 0;
    float: left;
    display: table;
    list-style: none;
    background: #FFDFAD  url(../img/bg_up_menu.gif) repeat-x;
    width: 780px;
    border-bottom: 1px solid #072636;
}
#mainMenu li {
    display: table-cell;
    border-left: 1px solid #E3C79A;
}
#mainMenu a  {
    width: 100%;
    height: 91px;
    display: block;
    float: left;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 8pt;
    text-align: center;
    background: transparent url(../img/b_down_p.gif) no-repeat center top;
}
#mainMenu a:hover {
    font-size: 8pt;
    background: transparent url(../img/b_down_a.gif) no-repeat center top;
}
#mainMenu p {
    margin-top: 70px;
    line-height: 1.9em;
    background-image: linear-gradient(to left, #0a3348, #082839);
    background-color: #082839;
}
a#at {
    background: transparent url(../img/b_down.gif) no-repeat center top;
}
/* left menu and submenu */
#leftMenu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-bottom: 1px solid #DFC69D;
}
#leftMenu li {
    border-top: 1px solid #DFC69D;
    font-size: 11px;
    font-weight: bold;
}
#leftMenu li a  {
    height: 30px;
    padding-left: 40px;
    padding-top: 9px;
    padding-right: 3px;
    display: block;
    text-decoration: none;
    color: black;
    background: transparent url(../img/menu_arrow_p.gif) no-repeat left top;
}
#leftMenu li a:hover {
    display: block;
    text-decoration: none;
    color: black;
    background: transparent url(../img/menu_arrow_a.gif) no-repeat left top;
}
/*#leftMenu li a:active {
    display: block;
    text-decoration: none;
    color: black;
    background: transparent url(/static/img/menu_arrow.gif) no-repeat left top;
}*/
#subMenu {
    list-style-type: none;
    padding-left: 35px;
}
#subMenu li {
    border-top: 1px solid #DFC69D;
    border-left: 1px solid #DFC69D;
    padding-left: 3px;
    font-weight: normal;
}
#subMenu li a  {
    padding-top: 5px;
    padding-left: 15px;
    height: 20px;
    display: block;
    text-decoration: none;
    color: black;
    background: transparent url(../img/marker.gif) no-repeat left center;
}
#subMenu li a:hover {
    display: block;
    text-decoration: underline;
    color: black;
    background: transparent url(../img/marker.gif) no-repeat left center;
}
/*#subMenu li a:active {
    display: block;
    text-decoration: none;
    color: black;
    background: transparent url(/static/img/menu_arrow.gif) no-repeat left top;
}*/
/* logo img */
#logo {
    box-shadow: 3px 0 10px 3px #c9c9c9;
    padding-top: 3px;
    border-radius: 0 10px 10px 0;
    width: 230px;
    height: 106px;
    background-color: #ffffff;
    z-index: 99;
}
#logo div {
    border-right: 1px solid #c9c9c9;
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    border-radius: 0 10px 10px 0;
    width: 226px;
    height: 100px;
    background-color: #ffffff;
}
#logo img {
    margin-top: 7px;
    margin-left: 40px;
}
/* mail and map block */
#mapEmailMenu {
    margin: 0;
    padding: 0;
    padding-top: 5px;
    background-color: #8C9E9C;
    display: table;
    list-style: none;
    width: 220px;
    height: 20px;
    border-bottom: 1px solid #203E4E;
    border-right: 1px solid #cfba96;

}
#mapEmailMenu li {
    display: table-cell;
}
#mapEmailMenu a  {
    margin-left: 15px;
    display: block;
    text-decoration: none;
    color: #07396a;
    font-size: 10px;
    text-align: center;
    background: transparent url(../img/i_map.gif) no-repeat left center;
}
#mapEmailMenu a[href^="mailto:"]  {
    display: block;
    text-decoration: none;
    color: #07396a;
    font-size: 10px;
    text-align: center;
    background: transparent url(../img/i_mail.gif) no-repeat left center;
}
#mapEmailMenu a:hover {
    color: #07396a;
    font-size: 10px;
    text-decoration: underline;
}
#mapEmailMenu a:active {
    color: black;
    font-size: 10px;
    text-decoration: underline;
}
/* path and title block */
#pathLogo {
    width: 780px;
    height: 72px;
    background-color: #8C9E9C;
    border-bottom: 1px solid #203E4E;
}
#pathLogoPath {
    padding-top: 5px;
    margin-left: 30px;
    font-size: 9pt;
}
#pathLogoPath a {
    text-decoration: none;
    color: black;
}
#pathLogoTitle {
    font-size: 15pt;
    margin-left: 30px;
    margin-top: -10px;
    color: #fff;
}
/* content */
#topic {
    width: 739px;
    min-height: 540px;
    border-left: 1px solid #203E4E;
    padding: 20px;
             padding-top:10;
    text-align: justify;
    font-size: 75%;
    background-color: #f5e7cc;
}
#topic ul {
    list-style-type: none;
    padding-left: 35px;
}
#topic ul li {
/*    padding-left: 3px;*/
    padding-top: 3px;
    padding-left: 18px;
    font-weight: normal;
    background: transparent url(../img/marker.gif) no-repeat left center;
}
ul#newsList {
    list-style-type: none;
}
ul#newsList li {
    padding-left: 5px;
    padding-right: 5px;
    line-height: 3em;
    border-bottom: 1px solid #dccfb7;
    background-image: url(/static/img/1.gif);
}
#newsList li a {
    text-decoration: none;
    color: #07396a;
}
#newsList li a b {
    color: black;
    padding-right: 10px;
}
#topic table {
    width: 735px;
    border-left: 1px solid #07396a;
    border-top: 1px solid #07396a;
    font-size: 12px;
}
#topic table tr th {
    background: #07396a;
    color: white;
    text-align: left;
    padding: 3px;
}
#topic table td {
    background-color: #ffddaa;
    border-right: 1px solid #07396a;
    border-bottom: 1px solid #07396a;
    padding: 3px;
}
#topic p#titleBlue {
    margin: 0;
    margin-top: 10px;
    width: 553px;
    font-size: 17pt;
    color: #fff;
    background: #07396a;
    padding: 5px;
}
#topic p#annotationBlue {
    text-align: left;
    margin: 0;
    margin-top: 3px;
    width: 553px;
    font-size: 8pt;
    line-height: 2em;
    color: #07396a;
    border-top: 1px solid #07396a;
    border-bottom: 1px solid #07396a;
    padding: 5px;
}
#topic p#titleBlueF {
    margin: 0;
    margin-top: 10px;
    width: 732px;
    font-size: 17pt;
    color: #fff;
    background: #07396a;
    padding: 5px;
}
#topic p#annotationBlueF {
    text-align: left;
    margin: 0;
    margin-top: 3px;
    width: 732px;
    font-size: 8pt;
    line-height: 2em;
    color: #07396a;
    border-top: 1px solid #07396a;
    border-bottom: 1px solid #07396a;
    padding: 5px;
}
#topic img#fotos {
    float: right;
    margin: 5px;
    margin-top: 10px;
    margin-left: 10px;
/*    border: 1px solid #07396a;*/
}
#topic img#cmap {
    margin-left: 150px;
}
#topic td a {
    text-decoration: none
}
table#contacts {
    border: 1px solid #07396a;
}
table#contacts tr {
    border: 0px;
}
table#contacts tr th {
    border: 0px;
}
table#contacts tr td {
    border: 0px;
}
/*#subMenu li a  {
    padding-top: 5px;
    padding-left: 15px;
    height: 20px;
    display: block;
    text-decoration: none;
    color: black;
}
#subMenu li a:hover {
    display: block;
    text-decoration: underline;
    color: black;
    background: transparent url(../img/marker.gif) no-repeat left center;
}
#subMenu li a:active {
    display: block;
    text-decoration: none;
    color: black;
    background: transparent url(/static/img/menu_arrow.gif) no-repeat left top;
}*/
