body{
	min-width: 1000px;
	font: normal 12px Verdana;
}

#wrapper{
	padding-top: 5px;
	width: 100%;
	height: 100%;	
}

.header{
	width: 1000px;
	min-width: 1000px;
	margin: auto;
}

#logo{
	display: inline-block;
	background-image: url("../img/logo.gif");
	width: 155px;
	height: 90px;
}

#lang_blk{
	position: absolute;
	display: inline-block;
	width: 830px;
	text-align: right;
}

#lang_blk a{
	color: #000;
	text-decoration: none;
	display: inline-block;
}

#search_blk{
	float: right;
	display: inline-block;
	margin-top: 37px;
}

.search-inpt{
	border: solid 1px #ccc;
	outline: none;
	border-radius: 5px;
	padding: 5px;
}

.search-inpt:focus{
	border: solid 1px #777777;
	outline: none;
	border-radius: 5px;
	padding: 5px;
}

.search-btn{
	position: absolute;
	display: inline-block;
	background: url(../img/search_btn.png) no-repeat;
	border: 0;
	width: 20px;
	height: 20px;
	overflow: hidden;
	cursor: pointer;
	margin-left: -23px;
	margin-top: 6px;
	/*top: 10px;
	padding-bottom: 8px;*/
	outline: none;
}

.menu{
	display: inline-block;
	margin-top: -36px;
	padding-bottom: 32px;
	padding-left: 50px;	
}

.menu li{
	display: inline;
	float: left;
}


.menu li a{
	text-decoration: none;
	padding: 20px 12px 35px 12px;
	color: #000000;
	font: bold 13px Verdana;
}

.menu li a:hover{
	border-bottom: 8px #b8b8b8 solid;
	z-index: 9999;	
}

.under_stripe{
	width: 100%;
	height: 8px;
	background-color: #efefef;
}

.bnr{
	width: 100%;
	height: 190px;
	background: #294960;
	background: radial-gradient(circle closest-corner, #5ea4e2, #075b81);
	padding: 10px 0 0 0;
	text-align: center;
}

.bnr_txt{
	font-family: Verdana;
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}

#bnr_img{
	margin: 20px 0 0 -300px;
	background-image: url("../img/bnr_schm.png");
	width:370px;
	height: 135px;
	display: inline-block;
}

.midle_content{
	margin-top: 15px;	
	text-align: center;
}

.content{
	display: inline-block;
	width: 1000px;
	text-align: left;
}

.content li{
	margin-left: 20px;	
	list-style-type:disc;
}

#tlgrm_chat{
	text-decoration: none;
    color: #ffffff;
    background-color: #589fdb;
    padding: 5px 11px 5px 27px;
    border-radius: 11px;
    font-weight: normal;
}

#tlgrm_chat:after{
	z-index:100000;
	left:-50px;
	top:10px;
	background-image: url(../img/t_logo.png);
}

#tlgrm_chat:hover{
	border-bottom: none;	
}

#tlgrm_chat img{
	position: absolute;
	margin: -5px 0 0 -30px;
}

.footer{
	position: relative;
	left: 0;
	bottom: 0;
	width: 100%;
	color: white;
	text-align: center;
	padding: 10px 0 10px 0;
	color: #000;
}