html, body{
	height:99.99%;
	min-height:none;
	box-sizing:border-box;
}
#after_all{
	font-size:0;
	line-height:0;
	height:0;
}
#container{
	height:100%;
	position:relative;
	min-height:350px;
}
.limiter{
	width:980px;
	min-width:980px;
	padding:0;
}
#container #center{
	height:100%;
/*	padding-bottom:63px;*/
	padding: 0 10px 63px 10px;
	box-sizing:border-box;
}
#header_wrapper1{
	display:table;
	width:100%;
	height:100%;
	position: relative;
}
#header_wrapper2{
	display:table-cell;
	vertical-align: middle;
}
#header{
	position:relative;
	padding-top:20px;
	padding-bottom:110px;
}
#topbanner{
	position:absolute;
	bottom:0;
	left:0;
	width:728px;
	height:90px;
/*	background:#EEE;*/
}
#login_form{
	position:absolute;
	bottom:10px;
	right:0;
	width:230px;
	height:95px;
/*	background:#EEE;*/
}
#head{
	height:106px;
	background:#FFF url(/templates/mn.common/images/logos-red.png) no-repeat 496px 0px;
	position:relative;
}

#topmenu{
	display:block;
	width:537px;
	position:absolute;
	left:0;
	font-weight:normal;
	text-transform:uppercase;
	list-style:none;
	width:603px;
	text-align:left;
	font-size:14px;
	line-height:14px;
	color:#DDD;
	bottom:0;
}

#topmenu li{
	display:inline;
	margin:0 20px 0 0;
	background:none;
	padding:0;
}

#topmenu li:last-child{
	margin-right:0;
}
#topmenu li a, #topmenu li a:visited{
	background:#FFF;
	padding:0;
	color:#da251d;
	text-decoration:underline;
	display:inline-block;
}
#topmenu li a:hover{
	color:#222;
	text-decoration:none;
}



#head_search{
	width:622px;
	float:left;
	background:#FFF;
}

#search_form{
	margin:0;
	padding:16px 0 0;
}
#search_box{
	width:474px;
	padding:0 5px 2px 5px;
	border:2px solid #DDD;
	/*border-top-width:3px;*/
	border-left-width:5px;
	font-size:14px;
	height:22px;
}

#head_search_btn{
	line-height:16px;
	padding:20px 0 22px;
	width:59px;
	text-align:center;
	margin:0;
	float:right;
	display:block;
}

#h1{
	display:block;
	padding:15px 0 0;
	margin:0 0 0 636px;
/*	background:#EEE;*/
	height:45px;
	text-align:justify;
	font-weight:normal;
	font-size:12px;
	line-height:15px;
/*	overflow-y:hidden;*/
	color:#222;
}
#h1 > p{
	height:45px;
	overflow:hidden;
	margin:0;
	padding:0;
}
#h1 strong{
	color:#222;
	font-weight:normal;
}
#h1 a, #h1 a:visited, #h1 a:hover{
	color:#888;
	text-decoration:none;
}

#footer{
	position:absolute;
	bottom:0;
	width:100%;
	border-top:5px solid #DDD;
	background:#FCFCFC;
}
#footer .limiter{
	width:auto;
	padding:0 10px;
}
#choose_city_btn{
	text-transform:lowercase;
}
.country_flag_search{
	position:relative;
	top:-1px;
	width:45px;
	height:45px;
	float:left;
	margin-right:10px;
}