                                                   /*12.02.2015_style_sheet_author: Vladimir Kovtunenko*/


@font-face {
    font-family: 'lobster';
    src: url('/fonts/lobster.eot');
    src: url('/fonts/lobster.eot?#iefix') format('embedded-opentype'),
         url('/fonts/lobster.woff') format('woff'),
         url('/fonts/lobster.ttf') format('truetype'),
         url('/fonts/lobster.svg#lobster') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    background: #4F502D
}

body {
    min-width: 260px;
    margin: 0;
    padding: 0 0 0;
    text-align: center;
    font-size: 14px;
    font-family: Arial, sans-serif;
    color: #222;
    /*line-height: 1em;
    background: #fff*/
}
header, footer, section, article, audio, aside, nav, video, detalies, summary, figure  {
    display: block
}
meter, mark, time {
    display: inline-block;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,dl, dt, dd,fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
ul, li {
    padding: 0;
    margin: 0
}
h1, h2, h3, h4 {
    font-family: 'lobster';
    color: #2c3a14
}
h1 {
    /*padding-bottom: 5px;*/
    margin-bottom: 25px;
    font-size: 34px;
    /*border-bottom: 2px solid #2c3a14*/
}
h2 {
    margin-bottom: 15px;
    font-size: 30px
}
h3 {
    margin-bottom: 15px;
    font-size: 20px
}
h4 {
    margin-bottom: 15px;
    font-size: 18px
}
p, em {
    margin-bottom: 12px
}
li p{
    margin: 0px;
}
/*#bloxk_1 p, #bloxk_2 p, em {
    text-indent: 50px
}*/
a {
   text-decoration: none 
}
input:focus, select:focus, textarea:focus {
    outline: none
}
ul {
    padding: 0;
    margin: 0;
    list-style: none
}
img {
    border: none
}
figure img {
    margin-bottom: 10px
}
.box {
    position: relative;
    max-width: 960px;
    margin: 0 auto 0
}
.left {
    float: left
}
.right {
    float: right
}
img.left {
    margin: 0 20px 5px 0;
}
img.center {
    margin: 5px auto 5px;
}
img.right {
    margin: 0 0 5px 20px;
}
.clearfix:after { 
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
} 
.clearfix {
    display: inline-block;
}
.clearfix {
    display: block;
}

/*================================================================= HEADER ========================================================*/
#header {
    position: relative;
    width: 960px;
    /*height: 150px;*/
    padding: 10px 0 5px 0;
    margin: 0 auto 0;
    z-index: 100;
}
.logo, .logo img {
     width: 438px;
    height: 98px;  
}
.logo {
    display: block;
    float: left;
    /*margin-top: 15px*/
}

.boxPhone {
    float: right;
    color: #d1cfbe;
    line-height: 24px;
    text-align: left;
    font-size: 16px
}
.boxPhone strong {
    font-size: 24px;
    margin-right: 10px
}
.boxPhone p {
    display: block;
    font-size: 14px;
	margin:0;
}

/*=================================================================== CONTAINER =================================================*/
#container {
    position: relative;
    width: 993px;
    padding: 0 0 160px;
    padding: 0;
    margin: 0 auto 0;
    background: url(/img/container_bg.jpg) repeat-y left 5px
    
}
/*#container:before {
    position: absolute;
    display: block;
    content: '';
    width: 993px;
    height: 100%;
    top: 10px;
    left: 0;
    background: url(/img/container_bottom.jpg) no-repeat center bottom
}
#container:after {
    position: absolute;
    display: block;
    content: '';
    width: 964px;
    height: 103px;
    bottom: -25px;
    left: 50%;
    margin-left: -482px;
    background: url(/img/box_content.png) no-repeat right top
}*/

#container:before {
    position: absolute;
    display: block;
    content: '';
    width: 993px;
    height: 100%;
    top: 10px;
    left: 0;
    background: url(/img/container_bottom.jpg) no-repeat center bottom
}
#container:after {
    position: absolute;
    display: block;
    content: '';
    width: 964px;
    height: 103px;
    bottom: -25px;
    left: 50%;
    margin-left: -482px;
    background: url(/img/box_content.png) no-repeat right top
}

#container > .banner {
    position: relative;
    display: block;
    width: 993px;
    height: 192px;
    padding-top: 25px;
    margin: 0 auto 0;
    z-index: 10;
    background: url(/img/banner_top.jpg) no-repeat center top
}
#container > .banner img {
    position: relative;
    border: 3px solid #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    z-index: 10
}

/*===================================================================== MY MENU ==================================================*/
#myMenu {
    position: relative;
    width: 933px;
    height: 40px;
    margin: -10px auto 0;
    text-align: center;
    line-height: 45px;
    z-index: 1;
    border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -khtml-border-radius: 0 0 10px 10px;
    background: #455A21
}
#myMenu div {
    position: ;
}

#myMenu li {
    float: left;
    margin: 0 15px;
}
#myMenu a {
    position: relative;
    padding: 0 2px 5px;
    font: 20px 'lobster', sans-serif;
    text-transform: uppercase
}

#myMenu li.selectedLava a {
    color: #fff;
}
#myMenu li.styleLast {
    margin-right: 0
}
#myMenu li.backLava {
    color: #FFF;
    border-bottom: 3px solid #fff;
    height: 37px !important;
    overflow: visible !important;
}
#myMenu .bottomLava {
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 5px 6px 5px;
    top: 28px;
    display: block;
    height: 0;
    left: 50%;
    width: 0;
    margin-left: -6px;
    position: absolute;
}

#myMenu a:before {
    position: absolute;
    display: block;
    content: '';
    width: 1px;
    height: 12px;
    top: 4px;
    left: -15px;
    background: #E4E3D7
}
#myMenu li.first a:before {
    background: none
}
.myMenu a {
    color: #fff;
}
.myMenu a:hover {
    color: #ccc
}

#boxContent {
    /*
	width: 935px;
	padding: 30px 0 100px;
	background: #DDD9CD;
	*/
	width: 960px;
    padding: 20px 0 100px;
    margin: 0 auto 0;
    text-align: left;
}

/*===================================================================== LEFT BAR ================================================*/
#leftBar {
    position: relative;
    /*width: 220px;*/
	width: 180px;
    float: left
}
#leftBar h3 {
    position: relative;
    /*padding: 5px 5px 5px 10px;*/
	padding: 5px;
    font: 20px 'lobster', sans-serif;
    color: #fff;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0;
    background: #455A21 
}
.menu_vert > li {
    border-bottom: 2px dotted #455A21
}
.menu_vert a {
    display: block;
}
.menu_vert > li > a {
    /*padding: 5px 0;*/
    font-size: 16px;
    font-size: 14px;
} 
.menu_vert a {
    /*padding: 10px 20px 10px 10px;*/
	padding: 8px 5px 8px 5px;
    color: #666;
    font: 13px/1.2em Arial, Helvetica, sans-serif; 
    position:relative 
}

.menu_vert a:hover { 
	color:#000; 
	text-decoration:none; 
	text-shadow:0 1px 0 #fff;
}
.menu_vert .active { 
	 
	color:#000;
}

.menu_vert .subMenu {
    display: none;
    padding-left: 20px
}
.menu_vert .subMenu li {
    padding-right: 5px;
    border-top: 1px solid #999
}
.menu_vert .subMenu li:first-child {
    border: none
}
.menu_vert .subMenu a {
    padding: 5px 10px 7px
}
.menu_vert .subMenu li:first-child a {
    padding-top: 0
}
.menu_vert .subMenu li:hover {
    background: #cecece
}
.menu_vert a:hover { 
	text-decoration:none; 
	text-shadow:0 1px 0 #fff
}
.menu_vert #cat_sel_url > a{
	color:#000000;
	font-weight:bold;
}

/*===================================================================== CONTENT ==================================================*/
#content {
    position: relative;
	float: left;
    /*width: 680px;
    margin-left: 30px;
	*/
	width: 765px;
    margin-left: 10px;
}
.sub_menu{
	margin-left: 0px !important;
	width: 933px !important;
}
#content ul {
    padding: 0 30px 0 20px;
    margin: 30px 0
}
#content li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 6px;
}
#content li:before {
    position: absolute;
    display: block;
    content: '';
    width: 15px;
    height: 16px;
    top: 0;
    left: 0;
    border-radius: 50%;
    background: url(/img/list.png) no-repeat
}
.post {
	font-size: 16px;
}
.post p {
	text-indent: 20px;
}
.post li p, .post table p{
	text-indent: 0;
}
.post a {
    font-weight: bold;
    color: #0000ff;/*455A21;*/
    text-decoration: underline
}
.post a:hover {
    text-decoration: none
}
/*.post > strong {
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
    color: #000;
    line-height: 1.2em
}
.list_1 {
    margin: 25px 0 30px;
    font-size: 14px;
}
.list_1 dt {
    padding-left: 25px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    background: url("/img/open.png") no-repeat 0  10%;
}
.list_1 dt.close_otvet {
    background-image: url("/img/close.png");
}
.list_1 dd {
    padding-left: 45px;
    margin: -10px 0 25px
}*/
strong.styleStrong {
    color: #c00;
    text-align: center
}


#counter {
    position: absolute;
    left: 30px;
    bottom: 25px;
    z-index: 200;
}
#counter, #counter img {
    width: 31px;
    height: 31px;
}

.color_Red{
	color:#FF0000;
	font-size:x-large;
}

.table-border, .table-border-dotted{
	border-collapse: collapse;
}
.table-border-dotted td{
	border-bottom: 1px dashed #939598;
}
.table-border td{
	border:1px solid #939598;
	padding:2px 4px;
	/*border-bottom: 1px solid #E2E2E3;*/
}
.table-valign-middle td{
	vertical-align:middle;
}
.table-valign-top td{
	vertical-align:top;
}

.fancy-one, .fancy-group1, .fancy-group2, .fancy-group3{
	padding: 0 10px 0 0;
}

/*.fancy-group1 {
	border: none !important;
	text-decoration:none !important;
	padding:3px;
}*/
.a img{
	border: none !important;
	text-decoration:none !important;
}