@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700&subset=latin,cyrillic);
html, body {
    margin: 0;
    padding: 0;
    position: relative;
    height: auto !important;
    font-family: 'PT Sans', "Helvetica CY", "Nimbus Sans L", sans-serif;
    font-size: 14px;
    background: #FFF;
    /*background: -webkit-gradient(linear, 0 0, 0 bottom, from(#B4D9E9), to(#559FB8));
    background: -webkit-linear-gradient(#B4D9E9, #559FB8);
    background: -moz-linear-gradient(#B4D9E9, #559FB8);
    background: -ms-linear-gradient(#B4D9E9, #559FB8);
    background: -o-linear-gradient(#B4D9E9, #559FB8);
    background: linear-gradient(#B4D9E9, #559FB8);*/
}
a img {
    border: 0;
}
a {
    color: #1375B1;
}
a:hover {
    text-decoration: none;
}
.wraper {
    width: 100%;
    margin: 0 auto;
    background-image: url("/img/bg.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
	background-size: 100% auto;
    z-index: 100;
    position: relative;
}

.wrap {
    width: 980px;
    margin: 0 auto;
    z-index: 100;
}

/* шапка */
.header {
    background: url("/img/header.png") no-repeat scroll -20px 80px rgba(0, 0, 0, 0);
    height: 259px;
    padding-bottom: 50px;
    margin-bottom: 20px;
    position: relative;
    width: 980px;
    z-index: 0;
}
.logo{
    width: 400px;
    height: 207px;
    background: url("/img/logo.png") no-repeat;
    display: block;
    position: absolute;
	z-index: 1;	
    top: 120px;
}
.ball {
    position: absolute;
    background-image: url("/img/headerbg.png");
    background-repeat: no-repeat;
    height: 389px;
    left: 50%;
    right: 0;
    top: 80px;
}
.mainMenu {
    position: relative;
    padding-top: 10px;
    z-index: 50;
}

.mainMenu .lbackgrond {
    background-position: left center;
    height: 57px;
    left: 0;
    position: absolute;
    top: 25px;
    width: 23px;
}

.mainMenu div {
    background-image: url("/img/lrmenu.png");
    background-position: right center;
    height: 57px;
    position: absolute;
    right: 0;
    top: 25px;
    width: 23px;
}

ul#cssmenu {
    background-image: url("/img/menubg.png");
    background: url("/img/menubg.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border-image: none;
    background-color: transparent;
    float: right;
    height: 56px;
    list-style: none outside none;
    margin: 14px 13px 0 0;
    padding: 0;
    width: 954px;
    z-index: 120;

}
table td p{
    float: none !important;
}

ul#cssmenu li:first-child {
    border: none;
}

ul#cssmenu li {
    z-index: 9;
    border: 0 none;
    display: inline;
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
    background-position: right center;
    background-repeat: no-repeat;
    border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #ebd69e;
    border-image: none;
    border-style: none none none solid;
    border-width: 0 0 0 1px;
}

ul#cssmenu ul {
    border: 0 none;
    display: none;
    left: 0;
    list-style: none outside none;
    margin: 0;
    padding: 0 0 6px 0;
    position: absolute;
    top: 52px;
    width: 180px;
    background-color: #30780c;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 6px 6px rgba(1, 0, 0, 0.5);
    z-index: 100;
}

ul#cssmenu ul:after {
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

ul#cssmenu li ul li {
    display: block !important;
    float: none;
    background: none;
    border: none;
    overflow: hidden;
}

ul#cssmenu li:hover ul li,
ul#cssmenu li.iehover ul li {
    display: block;
}

ul#cssmenu li ul li:hover {
    background-image: none;
}

ul#cssmenu li a {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    color: #000;
    display: block;
    float: left !important;
    font-size: 13px;
    height: 16px;
    padding: 18px 10px 18px 10px;
    text-align: center;
    text-decoration: none;
}
#cssmenu > li:nth-child(5) > a {
    color: red;
    font-weight: bold;
}
ul#cssmenu a:hover, ul#cssmenu li:hover a, ul#cssmenu li.iehover a {
    background: none repeat scroll 0 0;
    text-decoration: underline;
    background-repeat: repeat-x;
    background: #30780c /*url("/img/menubg_.png")*/;
	color: #fff;
}

ul#cssmenu li:hover li a, ul#cssmenu li.iehover li a {
    background: none repeat scroll 0 0;
    float: none;
    border: none;
    text-decoration: none;
    display: block;
    height: auto;
    float: none !important;
    padding: 7px 5px;
    border-bottom: 1px dashed #ffffff !important;
	color: #fff;
    font-size: 100%;
}

ul#cssmenu li:hover li a:hover, ul#cssmenu li:hover li:hover a, ul#cssmenu li.iehover li a:hover, ul#cssmenu li.iehover li.iehover a {
    background: none repeat scroll 0 0;
    border-radius: 0;
}

ul#cssmenu li:hover li a:hover, ul#cssmenu li.iehover li a:hover {
    text-decoration: underline;
}

ul#cssmenu ul ul {
    display: none;
    left: 170px;
    position: absolute;
    top: 0;
}

ul#cssmenu li:hover ul ul, ul#cssmenu li.iehover ul ul {
    display: none;
}

ul#cssmenu li:hover ul, ul#cssmenu ul li:hover ul, ul#cssmenu li.iehover ul, ul#cssmenu ul li.iehover ul {
    display: block;
}
.leftbg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin-right: 530px;
    right: 50%;
    background-image: url("/img/lbg.png");
    background-position: top right;
    background-repeat: no-repeat;
}
.rightbg {
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    height: 100%;
    margin-left: 530px;
    right: 0;
    background-image: url("/img/rbg.png");
    background-position: top left;
    background-repeat: no-repeat;
}
.header .name {
    color: #30780c;
    font: italic 19px 'PT Sans';
    width: 379px;
    height: 43px;
    padding: 20px 10px;
    margin-top: 20px;
    float: right;
    text-align: center;
    clear: both;
    margin-left: 15px;
    line-height: 27px;
    background: #fefefe;
	background: -moz-linear-gradient(top,  #fefefe 0%, #fbf5de 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#fbf5de));
	background: -webkit-linear-gradient(top,  #fefefe 0%,#fbf5de 100%);
	background: -o-linear-gradient(top,  #fefefe 0%,#fbf5de 100%);
	background: -ms-linear-gradient(top,  #fefefe 0%,#fbf5de 100%);
	background: linear-gradient(to bottom,  #fefefe 0%,#fbf5de 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#fbf5de',GradientType=0 );
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
}

.header .link {
    font-size: 16px;
    float: right;
    clear: both;
    font-style: italic;
    text-align: right;
    width: 379px;
    height: 68px;
    padding: 10px 20px 5px 0;
    color: #FFF;
    background: #30780c;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}

.header .link a {
    color: #FFF;
}

/* конец шапки */
/* контент */
.page-wrap {
    /*position: relative;*/    /* Уьрано для того, чтобы меню не перекрывалось */
    overflow: hidden;
    width: 100%;
    background: url("/img/page-wrap2.png") top repeat;
    display: inline-block;
    margin-top: -20px;
    border-radius: 15px;
}

.page {
    overflow: hidden;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 32px;
}

.content {
    float: right;
    width: 690px;
    padding: 0 15px 0 0;
    overflow: hidden;
    position: relative;
}

.content .text {
    overflow: hidden;
    padding: 0 0 20px;
    margin-left: 5px;
    color: #4A4A4A;
}

.content h1, .content h2, .content h3 {
    font-size: 24px;
    color: #30780c;
    font-style: italic;
    font-weight: normal;
    margin: 0 0 8px 0;
    padding: 0;
}

.content h3 {
    font-size: 16px;
    margin: 12px 0 0 0;
}

.content h1 span, .content h2 span, .content h3 span {
    border-bottom: #30780c dashed 1px;
    padding: 0 0 0 2px;
}

.content .text p {
    margin: 14px 0 0 0;
    padding: 0;
}

.news {
    padding: 0 0 27px 0 !important;
}

.news ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.news ul li {
    display: block;
    overflow: hidden;
}

.news li {
    overflow: hidden;
    padding: 8px 0;
}
.newslist {
    padding: 8px 0;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
    border-bottom: 1px dotted #F27033;
}
.news .date, .newslist .date {
    font-style: italic;
    color: white;
    background-color: #39a100;
    border-radius: 8px;
    font-size: 16px;
    float: left;
    padding: 3px 7px;
    margin-bottom: 6px;
    float: left;
}
.news li p, .newslist p {
    margin-top: 8px !important;
    clear: both;
    float: left;
}
.news li a{
    margin-left: 10px;
    float: left;
}
.news li a, .newslist a {
    font-size: 16px;
    font-style: italic;
    color: #39a100;
    display: block;
}

.botpanel {
    position: relative;
    overflow: hidden;
    padding: 25px 0 0;
}

.botpanel ul {
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
}

.botpanel ul li {
    display: inline-block;

}

.botpanel ul li a {
    display: block;
    background-image: url("/img/button2.png");
    background-position: center center;
    background-repeat: no-repeat;
    line-height: 43px;
    width: 31px;
    height: 43px;
    text-align: center;
    font-weight: bold;
    font-family: 'PT Sans', "Helvetica CY", "Nimbus Sans L", sans-serif;
    font-size: 16px;
    font-style: italic;
    text-decoration: none;
    color: #ffffff;
}
.botpanel ul li.leftb,
.botpanel ul li.rightb {
    margin-top: 0;
    margin-bottom: 0;
}
.botpanel ul li.leftb a {
    width: 18px;
    height: 43px;
    background-image: url("/img/button.gif");
    background-position: left center;
}

.botpanel ul li.rightb a {
    width: 18px;
    height: 43px;
    background-image: url("/img/button.gif");
    background-position: right center;
}

.botpanel ul li.select a {
    background-image: url("/img/button3.png");
}

.advertisements {
    padding: 0 0 0 24px !important;
    margin: 0 0 14px;
    color: #4a4a4a;
    background-color: #FFF;
    background-position: bottom;
    background-repeat: repeat-x;
    border-radius: 15px;
}

.advertisements .headline {
    height: 37px;
    background-color: #336e13;
    background-repeat: repeat-x;
    background-position: top;
    padding: 12px 0 0 0;
    margin: 0 0 0 -24px;
    border-radius: 15px 15px 0 0;
}

.advertisements .headline span {
    font-size: 24px;
    font-style: italic;
    color: white;
    margin: 0 0 0 24px;
    border-bottom: 1px dashed white;
}

.advertisements div, .ads {
    padding: 7px 0 11px 0;
}

.advertisements .date, .ads .date {
    font-size: 16px;
    font-style: italic;
    color: #9e9e9e;
    float: left;
}

.advertisements .link, .ads .link {
    font-size: 16px;
    font-style: italic;
    padding: 0 0 0 12px;
    color: #4a4a4a;
}

.advertisements p, .ads p {
    margin: 10px 0 0 0 !important;
}

.allinfo {
    font-style: italic;
    color: #61b331;
    padding: 0 0 18px 0;
    display: block;
}

.leftCol {
    width: 236px;
    padding: 0 0 0 23px;
    overflow: hidden;
}

.leftmenu {
    width: 236;
    padding: 6px 12px 22px;
    background-color: #30780c;
    border-radius: 14px;
}

.leftmenu .headline {
    font-size: 24px;
    font-style: italic;
    color: white;
}

.leftmenu .headline span {
    border-bottom: 1px dashed white;
    padding: 0 0 5px;
    display: block;
}

.leftmenu ul {
    padding: 8px 0 0 0;
    margin: 0;
    list-style: none;
}

.leftmenu ul li {
    border-bottom: 1px dotted white;
    padding: 0 0 4px;
}

.leftmenu ul li a {
    font-size: 17px;
    color: white;
    text-decoration: none;
}
.leftmenu ul li a:hover {
    text-decoration: underline;
}
.leftmenu ul li ul {
    margin: 0;
    padding: 0 0 0 12px;
}
.leftmenu ul li ul li {
    border-bottom: 0;
}
.leftmenu ul li ul li a {
    font-size: 14px;
}
.map {
    padding: 32px 0 0 0;
}

.map .headline, .photo .headline {
    color: #30780c;
    font-style: italic;
    font-size: 24px;
    padding: 0 0 8px 14px;
}

.map .headline span, .photo .headline span {
    border-bottom: #30780c dashed 1px;
}

.map .mini-map {
    margin: 9px 0 0 0;
    border: solid #efeff0 9px;
    border-radius: 14px;
    width: 217px;
    height: 275px;
}

.photo {
    padding: 35px 0 0 0;
    position: relative;
    overflow: hidden;
}

.photo .allinfo {
    padding: 10px 0 0 14px;
}

/* конец контента */
/* подвал */
.footer {
    position: relative;
    overflow: hidden;
    height: 117px;
    background-position: top;
    background-repeat: repeat-x;
    clear: both;
}

.botmenu {
    padding: 35px 0 0 54px;
    margin: 0;
    list-style: none;
}

.botmenu li {
    display: inline;
    padding: 0 7px 0 7px;
    border-left: 2px solid white;
}

.botmenu li:first-child {
    border: none;
}

.botmenu li a {
    font-size: 14px;
    color: white;
}

.footer p {
    padding: 13px 0 0 23px;
    color: #FFF;
    font-style: italic;
    font-size: 14px;
}

/* конец подвала */
/* Остальное */
#container_bd {
    height: 163px;
    width: 217px;
    position: relative;
    margin: 10px 0 0 0;
    border-radius: 14px;
    border: 9px solid #efeff0;
}

div.example_teni {
    height: 162px;
    left: 50%;
    margin-left: -109px;
    margin-top: -82px;
    position: absolute;
    top: 50%;
    width: 218px;
}

div.carusel_left, div.carusel_right, div.carusel_main {
    height: 200px;
    position: absolute;
}

div.carusel_left {
    background-repeat: no-repeat;
    left: 0;
    width: 3px;
}

div.carusel_right {
    background-position: right center;
    right: 0;
    width: 3px;
}

div.carusel_main {
    background-repeat: repeat-x;
    left: 0;
    position: absolute;
    right: 0;
}

#container_bd .carusel_light ul li img {
    border: 0 none;
    display: block;
    height: 163px;
    margin: 0;
    width: 218px;
}

.carusel_prev {
    background-image: url(/img/button4.png);
    background-position: left;
    cursor: pointer;
    display: block;
    height: 30px;
    left: 13px;
    position: absolute;
    top: 66px;
    width: 30px;
    z-index: 999;
}

.carusel_next {
    background-image: url(/img/button4.png);
    background-position: right;
    cursor: pointer;
    display: block;
    height: 30px;
    position: absolute;
    right: 13px;
    top: 66px;
    width: 30px;
    z-index: 999;
}

/* Конец остального */

.message {
    padding: 10px;
    background: rgba(175, 255, 88, 0.40);
    margin-top: 12px;
    border-radius: 6px;
    overflow: hidden;
}
.message-head {
    overflow: hidden;
}

.message-head strong {
    font-size: 16px;
}
.message-head span {
    font-size: 9px;
    margin-left: 10px;
}
.reply-button {
    font-size: 13px;
    background: #fdd303;
    float: right;
    padding: 3px 8px;
    border-radius: 3px;
}
.reply-button a {
    text-decoration: none;
    color: #373737;
}
.message-content, .reply-message-content {
    background: #ffffff;
    padding: 8px;
    margin-top: 8px;
    border-radius: 3px;
}
.reply-message-content {
    padding: 0 8px 8px;
}
.reply-message {
    background: #ffffff;
    margin-top: 8px;
    border-radius: 3px;
    padding: 8px;
    overflow: hidden;
}
.reply-message-head {
    overflow: hidden;
}
.reply-message-head .reply-button {
    background: #dad0bf;
}
.reply-message-head strong {
    font-size: 14px;
}
.reply-message-head span {
    font-size: 9px;
    margin-left: 10px;
}
.reply-text {
    font-size: 14px;
    padding: 8px;
}
.forms {
    margin-top: 12px;
    overflow: hidden;
    width: 450px;
}
.forms fieldset {
    padding: 8px;
    border-radius: 6px;
    border: 1px solid #afafaf;
}
.forms .text-field {
    padding: 2px;
    border: 1px solid #afafaf;
    border-radius: 3px;
    width: 220px;
    background: #fbf7ee;
}
.forms .text-field:focus,
.forms .area-text:focus {
    background: #ffffff;
}
.forms .area-text {
    padding: 2px;
    border: 1px solid #afafaf;
    border-radius: 3px;
    width: 350px;
    height: 130px;
    background: #fbf7ee;
    font-size: 14px;
}
.forms .captcha-feild {
    width: 140px;
    text-align: center;
}
.forms .captcha-img {
    margin-bottom: -4px;
    cursor: pointer;
    padding: 0;
}
.forms legend {
    font-size: 14px;
}
.forms label {
    cursor: pointer;
}
.button {
    padding: 5px 10px;
    background: #fdd303;
    border-radius: 6px;
    color: #373737;
    cursor: pointer;
    margin-top: 8px;
    text-decoration: none;
    border: 0;
}
.button:focus, .button:hover {
    background: #f8b106;
}
.hint {
    margin: 12px 0 0 12px;
    font-size: 14px;
}
.add {
    text-align: right;
}
.albums {
    padding: 10px 0;
    overflow: hidden;
    border-bottom: 1px dotted #99e04f;
}
.albums .thumb {
    width: 210px;
    float: left;
}
.albums .thumb a {
    display: block;
}
.albums .thumb img {
    border: 5px solid #afafaf;
}
.albums .description {
    float: right;
    width: 470px;
}
.albums .description a {
    display: block;
    font-size: 16px;
    font-style: italic;
    margin: 0 0 8px 0;
}
.albums .description .date {

}
.aphoto {
    padding: 14px 14px 0 0;
    display: inline-block;
}
.aphoto img {
    border: 5px solid #afafaf;
}
ul.breadcrumbs {
    font-size: 11px;
    margin: -8px 0 10px 0;
    padding: 4px 0 0;
}
ul.breadcrumbs li {
    background: none repeat scroll 0 0 transparent;
    display: inline;
    margin: 0;
    padding: 0;
}
ul.breadcrumbs li a {
    color: #1375B1;
}
.spec {
    position: relative;
    overflow: hidden;
    zoom: 1;
    padding: 5px 0;
}
.spec .pers {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    padding: 10px;
}
.spec .headline {
    font-style: italic;
    font-size: 130%;
}
.spec-page {
    overflow: hidden;
}
.spec-page .left {
    width: 260px;
    float: left;
    height: 380px;
}
.spec-page .right {
}
.spec-page .right ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
