html, body{
	height:100%;
	
}
body{
	background:  #ede7e3;
	color:#3e2d1c;
	font-size:14px;
	font-family: Arial, "Trebuchet MS", sans-serif;
	line-height:18px;
	}
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background:url(../img/key.png) no-repeat 0 120%;
}
#main {
	
	margin: 0 auto;
	margin-bottom: -60px;
	width: 980px;
	padding: 0 10px
}
#submain {
	overflow: hidden;
	padding-bottom: 100px;
}
#header {
	/*height:190px;*/
	overflow: hidden;
	position: relative;
	margin: 10px 0 15px;
}

#footer{
	overflow:hidden;
	height:40px;
	width: 980px;
	padding: 0 10px;
	margin: 0 auto;
}
.clear{
	clear:both;
}
/*====================== main elements ===========================*/
h1, h2, h3{
	color: #00455e;
	margin-bottom: 20px;
}
p{ 
	margin: 10px 0 15px;
}
a{
	color: #2b6686;
}
a:hover{
	opacity: 0.8;
	transition: 1s all ease;
}
/*====================== Logo ===========================*/
#logo{
	text-indent: -9999px;
	font-size:48px;
    background: url(../img/logo_intbud.jpg) no-repeat;
    height: 104px;
    width: 245px;
	/*background: url(../img/logo.png) no-repeat;
	height: 190px;
	width: 245px;*/
}

#logo a{
	display:block;
	height: 190px;
	width:245px;
}
/*======================Search ===========================*/
#search{
	position:absolute;
	right:0;
	bottom:0;
}
#search .search .input_search{
	color:#3e2d1c;
	height: 24px;
	text-indent:5px;
	line-height:24px;
	background: #e6ddd8;
	padding:0;
	float:left;
	overflow:hidden;
	
	-moz-border-radius: 8px;
	-webkit-border-radius:8px; 
	-khtml-border-radius: 8px; 
	border-radius: 8px;
	
	border-top: 1px solid #a19084;
	border-left: 1px solid #a19084;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

#search .search .submit_search{
	margin-left: -10px;
	float: left;
	display: inline-block;
	
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;

	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;

	height:25px;
	width: 49px;
	border:none;
	background: url(../img/search_btn.png) no-repeat;
	text-indent:-9999px;
	cursor:pointer;
}
/*====================== Main menu===========================*/
#main_menu{
	background: url(../img/main_menu.jpg) no-repeat;
	height: 59px;
    margin: 20px 0;
}
#main_menu ul{
	text-align: center;
}
#main_menu ul li{
/*	float:left;*/
	display: inline-block;
	line-height:43px;
}
#main_menu ul li a{
	display: block;
	text-shadow: 0px -1px 0px #473421;
	color:#fff;
	font-size:14px;
	padding: 0 20px;
	line-height:43px;
	text-transform:uppercase;
	text-decoration:none;
}
#main_menu ul li a:hover{
	color:#3e2d1c;
	text-shadow: 0px -1px 0px #000;
}
.active_menu{
	line-height:43px;
	color:#3e2d1c;
	text-shadow: 0px -1px 0px #000;
	display:block;
	text-transform:uppercase;
	text-decoration:none;
	font-size:14px;
}
/*======================  Slider ===========================*/
#slider{
	padding: 0 5px;
}


.slider .text{
	background: #fff;
	filter:alpha(opacity=80); 
	opacity:.8;
	width:288px;
	height: 120px;
	position:absolute;
	right: 50px; bottom: 20px;
	padding: 10px;
	z-index:1;
	overflow:hidden;
	display: none;
}
#slider .text .news_name a{
	color: #80217E;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0;
	text-decoration: underline;
}

/*======================  Slider switcher ===========================*/
#slider_checker ul{
	height: 13px;
	width:80px;
	margin: 10px auto;

}
#slider_checker li{
	float:left;
}
#slider_checker a{
	background: url(../img/circle_inactive.png) no-repeat;
	text-indent: -9999px;
	display:block;
	height:13px;
	width:13px;
	
	margin: 0 3px;
}
#slider_checker a.current{
	background: url(../img/circle_active.png) no-repeat;
}
#slider_checker a:hover{
	background: url(../img/circle_active.png) no-repeat;
}
/*======================  Category menu===========================*/


#category_menu{
	margin: 15px 0 57px 0;
}
#category_menu ul{

	display:inline-table;
	margin-left:240px;
}
#category_menu ul li{
	display:table-cell;
	float:left;
	
	line-height:18px;
}
#category_menu ul li a{
	display:block;
	padding: 0 10px;
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
	font-family: "Trebuchet MS", Arial,  sans-serif;
	font-size:14px;
	color:#3e2d1c;
	font-weight:bold;
	text-decoration: underline;
	border-right: 1px solid #3e2d1c;
}
#category_menu .active_category{
	padding: 0 10px;
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-family: "Trebuchet MS", Arial,  sans-serif;
	font-size:14px;
	color:#3e2d1c;
	border-right: 1px solid #3e2d1c;
}
.last{
	border-right:0 !important;
	
}
#category_menu ul li a:hover{
	text-decoration:none;
}
/*======================  content_block ===========================*/
#content_block{
	position: relative;
	overflow: hidden;
}
#about{
	float:left;
	width: 630px;
}
#about .about_inner{
	padding: 0 15px 0 0;
}
#news_on_main{
	float:left;
	background: #ddd4d0;
	width: 350px;
	margin-bottom: 20px;
}
#about p{
	color:#402a22;
	line-height:18px;
	text-indent: 15px;
}
#about h2{
	font-size:28px;
	color: #00475d;
	font-family: Trebuchet MS, sans-serif;
	text-transform:uppercase;
	margin:20px 0;
	}
/*======================  News===========================*/
.news_block{
	padding: 10px 15px;
}
.news_block .block_header{
	font-size:28px;
	color:#8c8070;
	text-transform:uppercase;
	font-family: Trebuchet MS, sans-serif;
	margin:20px 0;
}
.news_block .news{
	position: relative;
	padding:5px 0;
	background: url(../img/line.gif) repeat-x;
}
.news_block .news_name a{	
/*	color: #80217E;*/
	color: #2b6686;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0;
	
}
.news_block .news_name a:hover{
	opacity: 0.8;
	transition: 1s all ease;
}
.news_block .news_date{
	font-weight:bold;
	color:#888075;
	font-size: 12px;
}
.news_block .news_anons p{
	height: 80px;
	overflow: hidden;
}
.news_block .news_img{
	float: left;
	width:80px;
	height:80px;
	margin: 10px 10px 0 0;
}
.news_block .news img{
	width: 100%;
	border: 3px solid #ffffff;
	-moz-border-radius: 8px;
	-webkit-border-radius:8px; 
	-khtml-border-radius: 8px; 
	border-radius: 8px;
	
	-moz-box-shadow: 1px 1px 2px #808080;
	-webkit-box-shadow: 1px 1px 2px #808080;
	box-shadow: 1px 1px 2px #808080;
}
.show_all{
	text-align: right;
	font-size: 12px;
}
.show_all a{
	color: #6a635a;
}

/*======================  Footer ===========================*/
#footer{
	filter:alpha(opacity=60); 
	opacity:.6;
	background: #4e3e37;
	
}
#footer ul{
	float:right;
	padding: 0 30px;
}
#footer ul li{
	float:left;
	
}
#footer ul li a{
	line-height:40px;
	display:block;
	margin: 0 10px;
	text-decoration:none;
	color:#fff;
}
#footer  .active_footer{
	line-height:40px;
	display: block;
	margin: 0 10px;
	text-decoration:underline;
	color:#fff;
}

#footer ul li a:hover{
	text-decoration:underline;
}
#copy{
	display:block;
	margin:0;
	float:left;
	color:#fff;
	font-weight:normal;
	font-size:12px;
	line-height:40px;
	overflow:hidden;
	padding: 0 30px;
}
/*======================  Sidebar ===========================*/
#columns{
	position: relative;
	overflow: hidden;
}
#columns .content{
	float:left;
	width:730px;
}
#columns .content h1{
	line-height: 32px;
}
.content .content_inner{
	padding: 32px 0 0 0;
}
.path{
	margin-bottom: 10px;
}

/*======================  Sidebar ===========================*/
#sidebar{
	float:left;
	width:250px;
	margin-top: 32px;
	font-size: 14px;
	overflow:hidden;
}
#sidebar .sidebar_inner{
	padding-right: 20px;
}
#sidebar ul{
	margin-bottom:40px;
}
#sidebar ul li {
	margin-bottom: 3px;
}
#sidebar ul li a{
	color:#392514;
	text-transform: uppercase;
	text-decoration:none;
	display: block;
	line-height: 25px;
	
}
#sidebar ul li a:hover{
	text-decoration:underline;
}

.active_cat, .active_producer{
	color:#392514;
	text-transform: uppercase;
	text-decoration:underline;
}
.show_all{
	padding:10px 0;
	clear:both;
}
.active_1{
	font-weight:bold;
	color:#392514;
	text-transform: uppercase;
}
.active_2{
	margin-left:20px;
	font-weight:bold;
	color:#392514;
	text-transform: uppercase;
}
.menu_item_2{
	margin-left:20px;
}
/*======================  previous_next_links ===========================*/
.previous_next_links{
	clear:both;
	margin: 10px 0;
	position: relative;
	overflow: hidden;
}
.previous_link{
	float: left;
	display: block;
}
.next_link{
	float: right;
	display: block;
}
/*======================  shop_cat_link ===========================*/
.shop_cat_link{
	float:left;
	width:233px;
	margin-right:15px;
}
.shop_cat_link img{
	border: 5px solid #fff;
	
	-moz-box-shadow: 1px 1px 3px #888;
	-webkit-box-shadow: 1px 1px 3px #888;
	box-shadow: 1px 1px 3px #888;
  
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.shop_cat_img img{
	border: 5px solid #fff;
	
	-moz-box-shadow: 1px 1px 3px #888;
	-webkit-box-shadow: 1px 1px 3px #888;
	box-shadow: 1px 1px 3px #888;
  
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.shop_cat_link .cat_title{
	font-size:14px;
	color: #00455e;
	display:block;
	width:235px;
	line-height:25px;
	text-align:center;
	
	background:url(../img/title_bg.png) repeat-y;
	
}
.top{
	display:block;
	height: 26px;
	width:235px;
	background:url(../img/top.png) no-repeat;
	margin:0;
}
.bottom{
	display:block;
	height: 9px;
	width:235px;
	background:url(../img/bottom.png) no-repeat;
	margin:0;
	margin-bottom:20px;
}
/*======================  shop ===========================*/
.shop_sort{
	margin: 10px 15px;
}
.shop{
	float:left;
	margin: 0 20px 20px 0;
}
.shop .shop_img{
	height: 210px;
}
.shop .shop_img a{
	display: block;
	height: 210px;
	
}
.shop .shop_img img{
	max-height: 200px;
	min-height: 200px;
	width: auto;
	vertical-align: top;
	border: 5px solid #fff;
	
	-moz-box-shadow: 1px 1px 3px #888;
	-webkit-box-shadow: 1px 1px 3px #888;
	box-shadow: 1px 1px 3px #888;
  
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
}

.shop_list .cat_title{
	
	color: #00455e;
	display:block;
	width:235px;
	line-height:30px;
	text-align:center;
	text-decoration:none;
	background:url(../img/title_bg.png) repeat-y;
	
}

.shop_list .shop_name{
	margin: 7px 0;
	padding: 0 5px;
}
.shop_list .shop_name a{
	font-size: 16px;
}
.shop_list .shop_article{
	padding: 0 5px;
	font-weight: bold;
	font-size: 12px;
	
}
.cat_title_item{
	font-size:14px;
	color: #00455e;
	display:block;
	width:295px;
	line-height:25px;
	text-align:center;
	
	background:url(../img/middle2.png) repeat-y;
	
}

.shop_cat_link .cat_title{
	font-size:14px;
	color: #00455e;
	display:block;
	width:235px;
	line-height:25px;
	text-align:center;
	background:url(../img/title_bg.png) repeat-y;
	
}
/*======================  paginator ===========================*/
.paginator a,
.paginator .current_page{
	float:left;
	display: inline-block;
	height: 20px;
	width: 20px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	font-size:12px;
	background: url(../img/paginator.png) no-repeat;
	text-decoration: none;
	margin-right: 5px;
	
}
.pages{
	clear:both;
	padding-bottom:20px;
}
.paginator a:hover,
.paginator .current_page
{
	background-position: top right;
	transition: none;
}

/*======================  shop ===========================*/
.shop_id{
	position: relative;
	overflow: hidden;
	
}
.shop_id .shop_all_img{
	float:left;
	margin: 0 20px 20px 0;
}
.shop_preview_img{
	overflow: hidden;
}
.shop_preview_img img{
	margin-right: 10px;
}
.shop_id .shop_all_img img{
	border: 3px solid #fff;
	
	-moz-box-shadow: 1px 1px 3px #888;
	-webkit-box-shadow: 1px 1px 3px #888;
	box-shadow: 1px 1px 3px #888;
  
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.shop_id .shop_article span{
	font-weight: bold;
	font-size: 14px;
}
.shop_param{
	font-weight: bold;
	font-size: 14px;
	overflow: hidden;
	border-bottom: 1px dotted #888;
	padding: 5px;
}
.shop_param_value{
	font-weight: normal;
}
.rel_goods{
	clear:both;
}
.shop_rel .shop_name{
	background: #f0efea;
	border: 2px solid #fff;
	-moz-box-shadow: 1px 1px 3px #888;
	-webkit-box-shadow: 1px 1px 3px #888;
	box-shadow: 1px 1px 3px #888;
  
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 10px 0;
	line-height: 30px;
	text-align:center;
}
/*====================== Articles ===========================*/
.clauses{
	background: #f0efea;
	margin-bottom:15px;
	border: 2px solid #fff;
	-moz-box-shadow: 1px 1px 2px #888;
	-webkit-box-shadow: 1px 1px 2px #888;
	box-shadow: 1px 1px 2px #888;
	padding:10px;
	overflow:hidden;
}

.clauses_name a{color: #80217E;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0;
	}
	
.clauses_date{
	color: #000;
	font-weight: bold;
	margin: 10px 0;
}
.main_text, .clauses_img{
	float:left;
}
.clauses_img img{
	border: 2px solid #fff;
	-moz-box-shadow: 1px 1px 2px #888;
	-webkit-box-shadow: 1px 1px 2px #888;
	box-shadow: 1px 1px 2px #888;
}
.main_text{
	width:539px;
	padding-right:10px;
}
.clauses_all_img{
	float:left;
	margin: 10px 20px 10px 0;
}
.clauses_all_img img{
	border: 2px solid #fff;
	-moz-box-shadow: 1px 1px 2px #888;
	-webkit-box-shadow: 1px 1px 2px #888;
	box-shadow: 1px 1px 2px #888;
}
.clauses_text p{
	margin:10px 0;
	text-indent:15px;
}
.clauses_anons p{
	text-indent:15px;
}
/*====================== News ===========================*/

.news_list .news{
	background: #f0efea;
	margin-bottom:15px;
	border: 2px solid #fff;
	-moz-box-shadow: 1px 1px 2px #888;
	-webkit-box-shadow: 1px 1px 2px #888;
	box-shadow: 1px 1px 2px #888;
	padding:10px;
	overflow:hidden;
}

.news_name a{color: #80217E;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0;
	}
	
.news_date{
	color: #000;
	font-weight: bold;
	margin: 10px 0;
}
.main_text, .news_img{
	float:left;
}
.news_img img{
	border: 2px solid #fff;
	-moz-box-shadow: 1px 1px 2px #888;
	-webkit-box-shadow: 1px 1px 2px #888;
	box-shadow: 1px 1px 2px #888;
}
.main_text{
	width:539px;
	padding-right:10px;
}
.news_all_img{
	float:left;
	margin: 10px 20px 10px 0;
}
.news_all_img img{
	border: 2px solid #fff;
	-moz-box-shadow: 1px 1px 2px #888;
	-webkit-box-shadow: 1px 1px 2px #888;
	box-shadow: 1px 1px 2px #888;
}
.news_text p{
	margin:10px 0;
	text-indent:15px;
}
.news_anons p{
	text-indent:15px;
	}

#main_contacts{
	width:320px;
	padding: 0 10px;
}
#main_contacts .icon{
	overflow:hidden;
	height:60px;
	line-height:60px;
	font-size:18px;
	color:#00455e;
	background: url(../img/separator.png) repeat-x;
}
#last{
	height:2px;
	background: url(../img/separator.png) repeat-x;
}
#main_contacts, #contact_form{
	float:left;
}
#contact-form{
	overflow:hidden;
	width:662px;
	
}
#container{
	padding:32px 0 0 0;
}
.skype, .mobile_phone, .local_phone{
	text-indent: 115px;
}
.skype{
	display:block;
	
	background: url(../img/skype.png) no-repeat center left;
}
.skype:hover{
	background: url(../img/skype_h.png) no-repeat center left;
}
.mobile_phone{
	display:block;
	
	background: url(../img/Phone.png) no-repeat center left;
}
.mobile_phone:hover{
	background: url(../img/Phone_h.png) no-repeat center left;
}
.local_phone{
	display:block;
	
	background: url(../img/call.png) no-repeat center left;
}
.local_phone:hover{
	background: url(../img/call_h.png) no-repeat center left;
}

.feedback_form_param1 input, .feedback_form_param2 input{
	line-height:35px;
	padding:0 15px;
	border:0;
	display:block;
	height:35px;
	width:255px;
	background: url(../img/input.png) no-repeat;

	
}

.feedback_form_param3 textarea{
	
	line-height:20px;
	padding:10px 5px 10px 15px;
	display:block;
	height:130px;
	width:263px;
	max-width: 263px;
	max-height: 130px;
	border:none;
	background: url(../img/textarea.png) no-repeat;

}
.infofield, .inptext{
	float:left;
}
.feedback_form{
	position:relative;
	overflow:hidden;
	width:462px;
}
.feedback_form_param3{
	height:177px;
}
.feedback_form_param3 .infofield{
	height:100%;
}
.infofield{
	width: 165px;
	text-align:right;
	padding-right:10px;
	font-size:14px;
	color: #665a4d;
}
.feedback_form_param1, .feedback_form_param2, .feedback_form_param3{
	margin: 10px 0;
	overflow:hidden;
}
.feedback_form .button{
	float:right;
	display:block;
	height:35px;
	width:150px;
	color:#fff;
	line-height:35px;
	border:0;
	background: url(../img/send_btn.png) no-repeat;
}
.feedback_form .button:hover{
	background: url(../img/send_btn_h.png) no-repeat;
}
.button_wrap,
.required_field{
	clear: both;
	overflow: hidden;
}
.required_field{
	font-size: 12px;
}