@charset "utf-8";

/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

html,body {
	width: 100%;
	height: 100%;
}

body {
	color: #616161;
	background: #fff;
	font-family:Arial,Helvetica,sans-serif;
}

a {
	color: #8c2c2c;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0;
}

ul,ol {
	list-style: none;
}

table {
	border-collapse: collapse;
}

p {
	margin: 0 0 15px;
}

#center_block_2 {
	background-color: #EDE2D2;
	margin-bottom: 20px;
	padding: 12px 7px 17px 20px;
}

.center_side_inner p,.center_side_inner table.spec,.center_side_inner h3,.center_side_inner div,p.two_column_text {
    margin: 0 0 15px 35px;
}

.center_side_inner h2, .center_side_inner h3, .center_side_inner h4 {
    margin-left: 50px;
}


h1 {
	font-size: 27px;
	font-weight: normal;
	margin: 0 0 20px 35px;
}

h2 {
    color: #8c2c2c;
    font-size: 17px;
    font-weight: bold;
    margin: 1.5em 0em 0.5em 0em;
}

h3 {
	color: #8c2c2c;
	font-size: 22px;
	font-weight: normal;
	margin: 0 0 20px 0px;
}

h4 {
	text-transform: uppercase;
	color: #333;
	font-weight: normal;
	font-size: 1em;
	margin-bottom: 8px;
}

h5 {
/*	font-size:0.83em;*/
font-size:80%;
}

h6 {color: #00438c;
	font-size: 11px;
	font-weight: bold;
	margin: 0.2em 0em;
	
}




#main {
/*	position: relative;*/
	min-width: 900px;
	max-width: 2000px;
	margin: 0 auto;
}

* html #main {
	width: expression(((         document .         compatMode &&          
		document . 
		    
		  compatMode ==    
		    'CSS1Compat') ?           document .         documentElement .
		     
		
		 clientWidth :      
		    document .         body .         clientWidth ) >           2000 ?
		       
		
		 "2000px" :       
		   (((         document .         compatMode &&           document .
		      
		 compatMode ==     
		   'CSS1Compat' ) ?           document .         documentElement .
		     
		
		 clientWidth :   
		       document .         body .         clientWidth ) <    
		      900 ?           "900px" :           "100%" ) );
}

/*header*/
#header {
	height: 344px;
	background: url(/img/header_bg.jpg) 100% 0 no-repeat;
/*	position: relative;*/
	//padding-top: 103px;
	margin-bottom: -39px;
}

#header.header_img1 {
	background: url(/img/header_bg-1.jpg) 100% 0 no-repeat;
}

#header.header_img2 {
	background: url(/img/header_bg-2.jpg) 100% 0 no-repeat;
}

#header.header_img3 {
	background: url(/img/header_bg-3.jpg) 100% 0 no-repeat;
    background-position-y: -2px;
}

.two_column #header {
	height: 27px;
	background-image: url(/img/header_bg_inner_page.jpg);
	background-size: 260px;
	margin-bottom: 34px;
}

#header #logo {
	display: inline-block;
	position: relative;
	left: 36px;
	top: 15px;
}
#header #call {
	position: absolute; 
	left: 280px; 
	top: 16px;
	
}

#header #main_menu {
	background: url(/img/main_menu_left_bg.jpg) 0 0 no-repeat;
	padding: 149px 0 67px 250px;
	margin-left: 20px;
}

#header #main_menu.main_menu_img1 {
    background: url(/img/main_menu_left_bg-1.jpg) 0 0 no-repeat;
}

#header #main_menu.main_menu_img2 {
    background: url(/img/main_menu_left_bg-2.jpg) 0 0 no-repeat;
}

#header #main_menu.main_menu_img3 {
    padding: 180px 0 67px 269px;
    margin-left: 0px;
    background: url(/img/main_menu_left_bg-3.jpg) 0 0 no-repeat;
background-position:bottom left;
}


.two_column #header #main_menu {
	padding: 0px;
	background: transparent;
}

#header #main_menu div {
	background: #8c2c2c;
	height: 24px;
	padding: 0 0 1px 0;
}

#header #main_menu ul {
	border-bottom: 1px solid #fff;
	overflow: hidden;
	zoom: 1;
	height: 23px;
	padding: 0 0 0 8px;
}

.two_column #header #main_menu ul {
	padding: 0;
}

#header #main_menu li {
	float: left;
	padding-right: 14px;
	vertical-align: middle;
}

#header #main_menu li.p_45 {
	padding-right: 25px
}

#header #main_menu a {
	color: #fff;
	display: block;
	text-transform: uppercase;
	padding: 5px 10px 4px;
	font-size: 11px;
	text-decoration: none;
}

#header #main_menu a:hover,#header #main_menu a.current {
	background-color: #333;
}

html * #header #main_menu a {
	padding: 6px 10px 5px; //
	padding: 5px 10px 4px;
}

#header #main_menu a.home:hover {
	background-color: transparent;
}
.home_bg #header {
height:130px;
//padding-bottom:34px;

}
.home_bg #header #logo {
	left: 36px;
	top: 20px;
}
.home_bg #header #main_menu {
	padding:0px;
padding-top:10px;
}
.home_bg #header #call {
	position:relative;
	display:inline-block;
	left:90px;
}
/*******************************************/ /*container*/
.container {
	width: 100%;
	clear: both;
	overflow: hidden;
/*	position: relative;*/
	z-index: 10
}

.home_bg {
	background: url(/img/inner_home.jpg) 0 100% no-repeat;
}

.content {
	width: 100%;
	float: left;
}
.content table button {
	padding:3px;
	margin:2px;
}

.center_side_inner,.center_side {
	font-size:80%;
	margin: 0 212px 50px 280px;
}

.two_column .center_side_inner,.two_column .center_side {
	margin: 0 235px 50px 246px;
}
.right_column {
	float:right;
	padding:30px 0 50px 20px;
	width:210px;
}

.three_columns {
	zoom: 1;
}

.three_columns:after {
	content: "";
	clear: both;
	display: block;
}

.three_columns .column_1,.three_columns .column_2,.three_columns .column_3
	{
	float: left;
	width: 30%;
	margin-right: 4%;
}

.three_columns .column_3 {
	margin-right: 0;
}

.cpecial_offer {
	font-size: 11px;
}

.cpecial_offer span {
	display: block;
	margin-bottom: 10px;
	height: 60px;
	width: 100%;
	overflow: hidden;
}

.cpecial_offer p {
	padding-right: 10px;
}

/*pleats*/
.pleats {
	overflow: hidden;
	zoom: 1;
	margin-bottom: 25px;
}

.pleats .first_image {
	width: 40%;
	float: left;
	background: url(/img/pleats/big_img.jpg) 100% 0 no-repeat;
	border-right: 1px solid #fff;
	height: 120px;
	_margin-right: -3px;
}

.pleats .smals {
	overflow: hidden;
	zoom: 1;
}

.pleats .pl_2,.pleats .pl_3,.pleats .pl_4,.pleats .pl_5,.pleats .pl_6 {
	float: left;
	width: 19%;
	border-right: 1px solid #fff;
	height: 120px;
}

.pleats .pl_2 {
	background: url(/img/pleats/small_1.jpg) 50% 0 no-repeat;
}

.pleats .pl_3 {
	background: url(/img/pleats/small_2.jpg) 50% 0 no-repeat;
}

.pleats .pl_4 {
	background: url(/img/pleats/small_3.jpg) 50% 0 no-repeat;
}

.pleats .pl_5 {
	background: url(/img/pleats/small_4.jpg) 50% 0 no-repeat;
}

.pleats .pl_6 {
	background: url(/img/pleats/small_5.jpg) 50% 0 no-repeat;
}

.pleats a {
	display: block;
	width: 100%;
	height: 120px;
	background: url(/img/pleats/opacity_imitation.gif) 0 0 repeat;
}

.pleats a:hover {
	background: none;
}

/*****************/
.thema_block {
	border-top: 5px solid #d6a89b;
	width: 95%;
	overflow: hidden;
	margin-bottom: 25px;
}

.center_side_inner ul,.list_content {
	margin: 0 40px 1em 130px;
	list-style-type: square;
}

.center_side_inner ul li,.list_content li {
	margin-bottom: .5em
}

/******************************************/ /*side*/
.side {
	font-size:70%;
	float: left;
	width: 195px;
	padding: 36px 0 0 37px; //
	padding-top: 46px;
	margin: 23px 0 25px -100%;
}

.two_column .side {
	width: 209px;
	padding: 0px 0 200px 37px;
	margin: 23px 0 25px 0;
}

.producers {
	font-size: 10px;
	color: #616161;
}

.producers img {
	margin-bottom: 3px;
}

.producers div {
	margin-bottom: 27px;
}

.producers p {
	margin: 0;
}

input.submit {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

/*search*/
.search input {
	width: 85%;
	margin: 0 0 8px 0;
}

.search input.submit {
	margin: 0 11px 0 0;
	width: auto;
	font-size: 11px;
}

.search a {
	vertical-align: middle;
	font-size: 10px;
}

/********************/ /******************************************/
	/*extra*/
.extra {
	font-size:70%;
	float: left;
	width: 178px;
	margin-left: -188px;
	margin-bottom: 25px;
}

.banners img {
	margin-bottom: 3px;
}

.articles {
/*	font-size: 12px;*/
	padding-right: 20px;
}

.articles p {
	margin-bottom: 12px;
}

/******************************************/ /*footer*/
#footer {
	clear: both;
	border-top: 1px solid #8c2c2c;
	margin: 6px 218px 0 37px;
	font-size: 10px;
	color: #616161;
	zoom: 1;
	padding: 22px 0 22px 0;
/*	position: relative;*/
}

#footer .calc {
	float: right;
	margin: 7px 8px 0 0;
}

#footer span.empty_color_line {
	background: #8c2c2c;
	display: block;
	position: absolute;
	top: -7px;
	left: -37px;
	width: 280px;
	height: 5px;
	font-size: 0;
	line-height: 0;
}

/******************************************/
TABLE#DynamicPhotoGallery {
	width: 92%;
	height: 120px;
	white-space: nowrap;
}

#DynamicPhotoGallery TD {
	border: 1px solid white;
	background-repeat: no-repeat;
	padding: 0px;
}

#DynamicPhotoGallery .OpenImage {
	background-color: silver;
	width: 30%;
	background-position: center center;
}

#DynamicPhotoGallery .CloseImage {
	background-color: gray;
	width: 10%;
	background-position: center center;
	cursor: pointer;
}

#DynamicPhotoGallery .CloseImageFlash {
	background-color: gray;
	width: 10%;
	background-position: center center;
	cursor: pointer;
}

#DynamicPhotoGallery .CloseImage DIV {
	display: block;
	width: 100%;
	height: 120px;
	background-image: url('/img/pleats/opacity_imitation.gif');
}

#DynamicPhotoGallery .CloseImageFlash DIV {
	display: block;
	width: 100%;
	height: 120px;
	background-image: url('none');
}

#DynamicPhotoGallery .OpenImage DIV DIV {
	width: 200px;
}

#DynamicPhotoGallery .CloseImageFlash DIV DIV {
	width: 10px;
}

#DynamicPhotoGallery .CloseImage DIV DIV {
	width: 10px;
}

.PhotoDescrOff {
	display: none;
	font-size: 90%;
}

.PhotoDescrOn {
	display: block;
	font-size: 90%;
}

#SubMenu {
	margin: 7px 20px 0px 0px;
	font-size: 110%;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	line-height: 1.2em;
	font-size: 110%;
}

ul#SubMenu li {
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0;
	padding: 0;
}

ul#SubMenu a {
	text-decoration: none;
}

#search {
	margin: 42px 0px 50px 0px;
}

ul#SubMenu ul li {
	font-weight: normal;
	margin: 3px 0px;
}

ul#SubMenu ul {
	font-size: 90%;
	margin-left: 20px;
	list-style-type: square;
}

ul#SubMenu a.active {
	color: #616161;
}

ul#SubMenu a:not([href]) {
	font-weight:bold;
	font-size:110%;
}

.contentPage {
	margin: 0px 40px 15px 50px;
	width: 86%;
}

.contentPage ul, .contentPage p, .contentPage table.spec, .contentPage h3, .contentPage div, .contentPage h2, .contentPage h3, .contentPage h4 {
    margin-left: 0px;
}

.contentPage table.spec {
    margin-left: 0px;
}

.contentPage ul {
    margin-top: 1em;
    margin-left: 20px;
}

.contentPage hr {
	margin: 6px 0px 6px 0px;
}

.contentPage h1 {
    color: #8c2c2c;
    margin:0px 0px 20px;
    font-weight:normal;
}

.contentPage h2 {
	  font-size: 18px;
}

.contentPage h3 {
	   font-size: 16px;
}


.article img {
    margin: 10px;
}

.contentPage table td {
    vertical-align: top;
}

.searchForm IMG {
    padding: 1px;
    margin: 2px;
    border: 6px solid #E8E8E8
}

.searchForm TD {
    padding: 0px 10px 0px 10px;
}

.searchForm TD TD {
    padding: 0px;
    line-height: 50%;    
}

.social {
 padding-bottom:10px;
}
.social div {
float:left;
}
.social div.mailru {
width:230px;
overflow:hidden;
}
.social div.twitter {
width:110px;
}
.social div.vklike {
width:140px;
}
.social div.fb {
width:130px;
}

.mSelect{border: 1px solid #a5acb2;z-index:10;height:20px;top: 4px;}
.home_bg #header .mSelect{border: 1px solid #a5acb2;z-index:10;height:20px;}
.mSelectText{
	background: #fff url(img/field-left.png) no-repeat left;
	height: 20px;
	color: #000;
	font-size: 16px;
	outline-width: 0;
	outline: none;
	float:left;
	line-height: 20px;
}
.mSelectText span{padding-left:10px;}
.mSelectOptions{
position:absolute;
	clear:both;
	background:#fff;
	color:white;
	padding:5px 0;
	font-size: 12px;
border: 1px solid #a5acb2;
}
.mOption{padding:2px 0 2px 10px;cursor:pointer;color: #000;}
.mOption.bold{font-weight:bold;}
.mOption.hover{background:#a5acb2;color: #fff;}
.mSelectButton{
	background:  #fff url(img/downArr.gif) no-repeat left;
	height: 20px;
	width: 20px;
	float:right;
	cursor:pointer;
}
.mSelectButton.opened{background: #fff url(img/upArr.gif) no-repeat left;}


