body {
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	background: #f5c077;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b0a03', endColorstr='#2b0a03');
	background: -webkit-linear-gradient(top, bottom, #2b0a03, #2b0a03);
	background: -webkit-gradient(linear, left top, left bottom, from(#2b0a03), to(#2b0a03));
	background: -moz-linear-gradient(top,  #2b0a03, #2b0a03);
	background: -o-linear-gradient(top,  #2b0a03, #2b0a03);
	background: -ms-linear-gradient(top,  #2b0a03, #2b0a03);
}
img, a img {
	border:0;
}
a, a:visited {
	color: #E5D9BE;
	text-decoration:none;
}
a:hover {
	color: #E5D9BE;
	text-decoration:underline;
}
#CONTAINER {
	width:978px;
	margin:0 auto;
	min-height:800px;
	background-color:#431708;	
}
#HEADER {
	height:376px;
	color: #f4b874;
	background-image:url(../img/header.png);
	background-position:top center;
	background-repeat:no-repeat;
}
#HEADER #header_title {
	height: 70px;
	position: absolute;
	top: 27px;
	width: 980px;
}
#HEADER #header_title:before {
	display: block;
	content: "";
	width: 115px;
	height: 115px;
	background: url('/application/views/lesenka/img/logo2.png') no-repeat center;
	background-size: contain;
	position: absolute;
	left: 5px;
	top: -25px;
}
#HEADER #header_title span {
	font-size:14px;
}
#HEADER #header_title h3 {
	font-size:28px;
	padding:0;
	margin:0;
	padding-left:80px;	
}

.header_logo {
	display: block;
	width: 201px;
	height: 53px;
	background: url('/application/views/lesenka/img/logo_name.png') no-repeat center;
	margin-left: 130px;
	margin-right: 20px;
}

/* SLIDER */
#header_slider {
	height:143px;
	width:546px;
	position:relative;
	top: 120px;
	left:50px;
}
#header_slider > table td {
	padding: 0;
}
#header_slider #bg {
	background-color: #0d0000;
	height:100%;
	width:455px;
	border-radius: 3px;
}
#header_slider .slider_left {
	width:19px;
	background-image:url(../img/slider_left_bg2.png);
	background-repeat:repeat-y;
}
#header_slider .slider_right {
	width:11px;
	background-image:url(../img/slider_right_bg2.png);
	background-repeat:repeat-y;
}
#header_slider .slider_body {
	height:111px;
}
.slider li {
	margin: 0 2px;
}


#header_phone {
	position:relative;
	border: 1px solid white;
	width:290px;
	height:110px;
	left: 684px;
	top: 156px;
	border:1px solid #cbbaa1;
	border-radius: 5px;
	background-color:#461c07;
	box-shadow: 0 0 5px;
	z-index:90;
	color:white;
	font-size:20px;
	font-weight:bold;

	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /* IE 5.5+*/
	-moz-opacity: 0.9; /* Mozilla 1.6 � ���� */
	-khtml-opacity: 0.9; /* Konqueror 3.1, Safari 1.1 */
	opacity: 0.9; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
}

#header_phone img {
	position:absolute;
	bottom:10px;
	z-index:100;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /* IE 5.5+*/
	-moz-opacity: 1; /* Mozilla 1.6 � ���� */
	-khtml-opacity: 1; /* Konqueror 3.1, Safari 1.1 */
	opacity: 1; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
}


#HEADER #header_title h4 {
	font-size:20px;
	padding:0;
	margin:0;
	padding-left:20px;	
	padding-right:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
#LEFT {
	float:left;
	width:240px;
	/*	border:1px solid green;*/
	min-height:450px;
	color: #e5d9be;
/*	background-color:#431708;*/	/* [disabled]padding-top: 10px; */
}

/* LEFT MENU */
#left_menu {
	list-style:none;
	padding-left:20px;
	margin-bottom:30px;
}
#left_menu .main_menu {
	display:block;
	min-height:30px;
	border-bottom:1px dotted #e5d9be;
	width:90%;
	padding-top:7px;
	padding-bottom: 3px;
	background:0 10px url(../img/arrow.png);
	background-repeat:no-repeat;
	font-size:16px;
}
#left_menu .main_menu a,
#left_menu .main_menu a:visited {
	text-decoration:none;
	padding-left:20px;
	color: #e5d9be;
	display: block;
}
#left_menu .main_menu a:hover {
	text-decoration:underline;
	color: white;
}
#left_menu .main_menu.bold {
	font-weight: bold;
}
#left_menu .sub_menu {
	border-bottom:1px dotted #e5d9be;
	background:20px 10px url(../img/arrow2.png);
	background-repeat:no-repeat;
	padding-left: 40px;
	width: 72%;
	height: 25px;
	padding-top: 5px;
	background-color: #b89b48;
	border-radius: 1px;
}
#left_menu .sub_menu a,
#left_menu .sub_menu a:visited {
	text-decoration:none;
	color: #431708;
}
#left_menu .sub_menu a:hover {
	text-decoration:underline;
	color: #431708;
}




#LEFT .block {
  background-color: #461C07;
  border: 1px solid #CBBAA1;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0 0 5px;
  color: white;
  font-weight: bold;
  min-height: 50px;
  width:85%;
  margin:10px auto;
}
#LEFT .block .block_top {
	padding:5px;
	padding-left:15px;
}
#LEFT .block .block_body {
	padding:5px;
	font-weight:normal;
	color: #E5D9BE;
}
#CONTENT {
	float:left;
	width:718px;
	/* [disabled]margin:0 7px; */
	/*	border:1px solid red;*/
	min-height:500px;
	color: #d6d6d6;
	background-color:#431708;
	line-height:18px;
	padding: 20px 10px;
}
#CONTENT h3, #CONTENT h2 {
	color: #e5d9be;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	line-height:22px;
	padding:10px;
	padding-top:5px;
	/*box-shadow: 0 0 5px;*/
}

#FOOTER {
	height:68px;
	padding-top: 10px;
	/* [disabled]margin-top:10px; */
	/*	border:1px solid blue;*/
	color: #411408;
	background-image:url(../img/footer_bg.png);
	background-repeat:repeat-x;
}
#FOOTER table {
	padding-top:10px;
	font-size:11px;
}
#FOOTER a, #FOOTER a:visited {
	color: #411408;
	text-decoration:none;
}
#FOOTER a:hover {
	text-decoration:underline;	
}

/* TOP MENU */
#TOPMENU {
	height:37px;
	background-image:url(../img/top_menu_bg.png);
	background-repeat:repeat-x;
	box-shadow: 0 0 5px;
	position: relative;
}
#TOPMENU .link {
/*	width:100px;*/
}
#TOPMENU .link:hover {
	background-color:#491f07;
	border-radius:3px;
}
#TOPMENU a {
	color:#FFF;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}
#TOPMENU table {
	height:100%;
	width:70%;
}

.article_front {
	margin: 10px 0;
	width: 90%;
	margin-left: 20px;
}
.article_front a,
.article_front a:visited {
	color: #E5D9BE;
	text-decoration:none;
	font-weight: bold;
}
.article_full {
	width: 90%;
}
#gallery_photo_table {
	width: 95%;
	margin:0 auto;
}
#gallery_photo_table td {
	padding-bottom: 10px;
}
#user_result_err,
#user_result_ok  {
	background: none !important;
	margin: 10px auto;
	border-radius: 3px;	
	width: 80%;
}
.gallery_photo_text {
	min-height: 30px;
	width: 95%;
	margin: 0 auto;
	font-size: 11px;
}
#calc input {
	font-size:12px;
	text-align:center;
}
#calc #calcresult {
	border:1px solid #060;
	color:#060;
	padding:3px 0;
	margin:3px auto;
	border-radius:5px;
	text-align:center;
	display:none;
	width: 95%;
}

.slider {
	overflow: hidden;
	height: 110px;
	width: 455px !important;
}
.slider li:first-child {
    margin-left: 0 !important;
}
.slider li:last-child {
    margin-left: 0 !important;
}

.YMaps {
    margin-bottom: 100px;
}
