*{
    margin:0;
    padding:0;
}
html, body{
    width:100%;
    height:100%;
}
body{
	width:auto;
    color:#000;
	font:62.5%/1.4 Arial, sans-serif;
	background:#fff;
	padding:0 25px;
	min-width:950px;
	max-width:1250px;
}
* html body{
margin:0 auto;
padding:0;
}
/*---------
	COMMON STYLES
-----------*/
a{
	color:#00f;
	outline:none;
}
a:hover{
	text-decoration:none;
}
a img{
	border:none;
}
img{
	color:#000;
	font-weight:bold;
}
.clear{
	clear:both;
	height:1px;
	font-size:1px;
}
.line{
	width:100%;
	overflow:hidden;
}
table{
	border-collapse:collapse;
	width:100%;
}
table td{
	padding:3px 5px;
}
ul,
ol{
	list-style:none;
}
#content ul, #content  ol, #content  p{
	margin:0 0 20px;
}
#content ul{
	margin:0 0 20px 30px;
}
#content ul li{
	padding:0 0 0 20px;
	background:url(i/li.gif) no-repeat 0 9px;
}
#content ol{
	list-style:decimal;
	margin:0 0 20px 50px;
}
/*-------------*/
#main{
	font-size:1.3em;
	padding-left:9px;
	background:url(i/m_bg_left.gif) repeat-y;
}
#main .main_in{
	padding-right:9px;
	background:url(i/m_bg_right.gif) repeat-y 100% 0;
}

#header{
	position:relative;
	height:119px;
	background:#EAAE57 url(i/h_bg.gif) repeat-x;
	z-index:3;
	width:100%;
	float:left;
}

#header img{
	float:left;
	margin:28px 0 0 31px;
}
#header img.ban{margin:18px 0 0;}
#header .banner{margin:0 auto;width:300px;}
*+html #header .banner{position:absolute;top:0;left:50%;width:300px;margin-left:-150px;}
* html #header .banner{float:left;margin:0 0 0 15px;position:relative;width:240px;}
#header h2{
	text-align:right;
	padding:25px 11px 0 0;
	text-transform:uppercase;
	color:#0E3F82;
	font:bold 19px "Arial Narrow", Arial, sans-serif;
	background:url(i/header.gif) no-repeat 100% 8px;
	height:63px;
	white-space:nowrap;
}
#header h3{
	color:#fff;
	position:absolute;
	top:92px;
	right:11px;
/*	margin:0 0 0 -20em;*/
	font:13px Arial, sans-serif;
	text-align:right;
	width:42em;
}

.box{
	border:solid 1px #808080;
	border-width:0 1px;
	background:#fff url(i/box_bot_bg.gif) repeat-x 0 100%;
	padding:0 0 15px;
	margin:0 0 16px;
}
.box h3{
	color:#fff;
	background:#134777 url(i/box_h_bg.gif) repeat-x;
	font:13px Arial, sans-serif;
	padding:3px 0 0;
	height:22px;
	text-align:center;
	margin:0 0 10px;
}

#frame{
	background:#F2F8FD;
	width:100%;
}

#wrapper{
	float:left;
	width:100%;
}

#content{
	margin:0 201px;
 	background:#fff;
	border:dotted 1px #8F9396;
	border-width:0 1px;
	border-bottom:solid 1px #fff;
	padding:8px 10px 0;
	position:relative;
	min-height:1090px;
}
*html #content{
	height:850px;
}
/* *html #content{
	border-width:0 2px;
} */
#content.inside{
	padding:38px 20px 30px;
	min-height:800px;
}
#content #breadcrumb{
	position:absolute;
	top:5px;
	font-size:11px;
	left:20px;
	color:#333;
}
#breadcrumb a{
	color:#333;
}

h1{
	border-bottom:solid 2px #8D8D8D;
	font:bold 14px Arial, sans-serif;
	text-transform:uppercase;
	padding:0 0 8px;
	margin:0 0 25px;
}

#left_col{
	float:left;
	width:180px;
	margin:7px 0 0 -100%;
	padding-left:10px;
	z-index:100;
}
#menu{
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
	line-height:1.1;
}
#menu ul{
	background:url(i/menu_bg.jpg) no-repeat 100% 100%;
	padding:0 10px;
	width:158px;
}
#menu li{
	border:dotted 1px #999;
	border-width:1px 0;
	margin:-1px 0 0;
	background:url(i/ogr.gif) no-repeat 100% 100%;
}
/* *html #menu li{
	border-width:2px 0;
} */
#menu a,
#menu strong{
	text-decoration:none;
	color:#010101;
	display:block;
	padding:10px 0 10px 12px;
	background:url(i/menu.gif) no-repeat 0 50%;
}
#menu a:hover{
	color:#D7800C;
}
#menu .here a,
#menu .here strong{
	color:#D7800C;
}

#partners div{
	border:dotted 1px #999;
	border-width:1px 0;
	text-align:center;
	padding:9px 0;
	margin:-1px 10px 0;
}
/* *html #partners div{
	border-width:2px 0;
} */
#adr div{
	border:dotted 1px #999;
	border-width:1px 0;
	padding:9px 0;
	margin:-1px 10px 0;
	font-size:11px;
}
/* *html #adr div{
	border-width:2px 0;
} */
#adr div p{
	margin:0 0 8px;
}
#adr div a{
	color:#00f;
}
#adr div a:hover{
	color:#D7800C;
}


#right_col{
	float:left;
	width:180px;
	margin:7px 0 0 -190px;
	padding-right:10px;
}
#right_col span{
	color:#7E7E7E;
	font-weight:bold;
	font-size:11px;
	display:block;
	margin:0 0 3px;
}
#news div{
	padding:0 10px;
	background:url(i/news_bg.jpg) no-repeat 100% 100%;
}
#content #news div{
	background:none;
}
#news ul{
	border-top:dotted 1px #999;
	line-height:1.2;
	width:158px;
}
/* *html #news ul{
	border-width:2px 0;
} */
#news h2 a{
	color:#000;
}
#news li{
	border-bottom:dotted 1px #999;
	padding:9px 0;
}
#news p{
	margin:0 0 2px;
}
#news p a{
	text-decoration:none;
	color:#000;
}
#news p a:hover{
	text-decoration:underline;
}
#news a{
	color:#00f;
}

#form a{
	color:#00f;
}

#footer{
	background:url(i/bot_bg2.gif) repeat-x;
	clear:both;
	width:100%;
	font-size:11px;
position:relative;
	border:1px solid #144482;
	border-width:0 0 5px;
}
#footer a{
	display:inline;
	color:#000;
}
#copy_dev{
	padding:20px 0 0 30px;
	line-height:1.2;
	float:left;
	width:600px;
}
#footer .made{
	text-decoration:none;
}
#counts{
	float:right;
	padding:15px 10px 0 0;
}

.news{
	width:100%;
	overflow:hidden;
}
.news h2{
	font:bold 13px Arial, sans-serif;
	display:inline;
}
#content .news{
	margin-bottom:12px;
}
#content .news img{
	float:left;
	margin:0 20px 10px 0;
	border:solid 1px #000;
}
#content .news span{
	color:#7E7E7E;
	font-size:11px;
	font-weight:bold;
}
#content .news p{
	margin:3px 0 0;
}
#content .news p.one{
	margin:0;
}
#news .back_newslist a{
	text-decoration:underline;
}
#news .back_newslist a:hover{
	text-decoration:none;
}
#content .sublist li{
	margin:0 0 5px;
	background:none;
	padding:0;
}
.sublist li a{
	display:block;
	text-decoration:none;
	color:#000;
	background:url(i/list.gif) no-repeat 0 -41px;
	padding:6px 0 7px 11px;
	width:334px;
}
.sublist li a:hover{
	background:url(i/list.gif) no-repeat;
}

/*---------
	FORM
-----------*/
#form{
	padding:0 12px 23px 24px;
}
#form h3{
	font:bold 135% Arial, sans-serif;
	margin:0 0 10px;
}
#form .line{
	width:100%;
	overflow:hidden;
	margin:2px 0 12px;
}
#form .label{
	float:left;
	width:135px;
	display:block;
	margin-right:10px;
}
#form .formw{
	width:65%;
	display:block;
	float:left;
}
#form .formw .text,
#form .formw textarea{
	width:80%;
	font:100% Arial, sans-serif;
	border:solid 1px #999;
}
#form .formw .text{
	padding:3px;
}
#form .formw textarea{
	width:90%;
	height:112px;
	padding:3px;
}
#form .formw .submit{
	padding:1px 15px;
}
#form select{
	width:14.8em;
}
#form h2{margin:40px 0 15px 0; display:block; padding:0 0 4px 0; border-bottom:1px solid #999;  }
.red{
	color:#D4141B;
}
.err{
	color:#D4141B;
	font-size:95%;
}
hr{
	background:#999;
	border:0;
	color:#999;
	height:1px;
	margin:10px 0 10px;
	padding:0;
}
#content .txt img{margin:0 15px 15px 0;float:left;}
.pages{
	float:left;
	padding-bottom: 10px;
}
.pages{
	padding-bottom: 10px;
}
.pages a{
	display: block;
	float: left;
	background: #eee;
	color: #000;
	padding: 5px 7px;
	text-decoration: none;
	font-weight: bold;
	font-size: 93%;
	margin: 0 6px 0 0;
}
.pages a:hover{
	background: #aaa;
	color: #000;
}
.pages span{
	display: block;
	margin: 5px 8px 5px 1px;
	height: 10px;
	float: left;
	display: inline;
}
#faq_box{
width:100%;
overflow:hidden;
}
#faq_box h2{
	margin:0 0 13px;
}
.faq{
	background:#fff;
	padding-top:12px;
	line-height:1.3;
	color:#333;
	margin:0 0 21px;
	width:95%;
}
.faq .f_in{
	padding:0 16px 12px;
}
.faq p{
	margin:0;
}
.faq .ans{
	background:#F2F8FD;
	padding:11px 16px;
	margin:10px 0 0 20px;
}
#infobox{
	width:100%;
	overflow:hidden;
}
#infobox .line{
	margin:0 0 26px;
}
#phones{
	font:normal 14px/24px Arial, sans-serif;
}
#phones p{
	padding:0 10px;
	text-align:right;
	font-size:13px;
}
#lang{
	padding:5px 0 0 15px;
}
#lang .lng{
	float:left;
	width:55px;
	margin:-1px 10px 0 0;
}
#lang .lng img{
	margin:1px 5px 0 0;
}
#lang a{
	color:#fff;
	text-decoration:none;
	font-size:12px;
}
#lang a:hover{
	text-decoration:underline;
}
#footer .in_footer_bord{
	border:1px solid #c8d1e0;
	border-width:0 0 3px;
	overflow:hidden;
	padding:0 0 5px;
width:100%;
}