*{
	margin:0;
	padding:0;
}
html{
	filter:expression(document.execCommand("BackgroundImageCache", false, true));
	height: 100%;
}
body{
	background:url(/images/body-bg.gif) repeat-x 0 0;
	font: 11px Tahoma;
	color:#333;
	text-align:center;
	min-height:100%;
	height: 100%;
}
.list {list-style: disc; margin-left: 10px}
.list li {padding-bottom:20px;}
h1{
	font:16px 'Arial Narrow';
	color:#6f6d6e;
	text-transform:uppercase
}
h2{
	font:13px Tahoma bold;
	color:#6f6d6e;
	text-transform:uppercase
}

h1 span{
	font-size: 27px;
	display: block;
}
p, h1{
	margin-bottom:13px
}
fieldset{
	border: none;
}
a{
	text-decoration:underline;
	color:#0085c2
}
a:hover{
	text-decoration:none
}
a img{
	border:none
}
.orange{
	color:#e87715;
}
.gray{
	color:#777
}
.clear:after{content: ".";display: block;height: 0;clear:both;visibility: hidden;}
.clear {display: inline-block;}
/* Hides from IE-mac */
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */
#m-width{
	min-width: 1000px;
	width: expression(((document.documentElement.clientWidth || document.body.clientWidth) < 1000)? "1000px" : "auto");
	height: auto !important;
	min-height:100%;
	height: 100%;
	text-align: left;
}
#header{
	background: url(/images/header-bg.gif) repeat-x 0 0;
}
#header-l{
	background: url(/images/header-l.gif) no-repeat 22px 100%;
	height: 146px;
	float: left;
}
.mainpage #header-r{
	background: url(/images/header-r-main.jpg) no-repeat 100% 0;
}
#header-r{
	background: url(/images/header-r.jpg) no-repeat 100% 0;
	width: 588px;
	float: right;
	height: 146px;
}
#logo{
	padding-left: 49px;
	padding-top: 53px;
}
#nav-bg{
	background: url(/images/nav-bg.jpg) repeat-x 0 0;
}
.mainpage #navbar{
	background: url(/images/nav-right-main.jpg) no-repeat 100% 0;
}
#navbar{
	background: url(/images/nav-right.jpg) no-repeat 100% 0;
	height: 108px;	
}
#navbar ul{
	list-style: none;
	z-index: 1;
}
#navbar ul ul{
	z-index: 2;
}
#navbar li{
	background: url(/images/menu_bg.gif) repeat-x 0 0;
	width: 102px;
	height: 22px;
	text-align: center;
	
}
#navbar li a{
	line-height: 20px;
	color: #fff;
	font-weight: bold;
	font-size:10px;
	text-decoration: none;
}
#navbar li.current{
	color: #89E3F6;
	border: 1px solid #89E3F6;
	margin-top: -1px;
}
#navbar li.current a{
	color: #89E3F6;
	font-size:10px;
}
/*#navbar li.current a{
	color: #89E3F6;
	font-size:10px;
}*/
/*.current li a{
	color: #FFFFFF;
	font-size:10px;
}*/
#lang{
	position: relative;
	top:17px;
	left: 40px;
	color: #7b7b7b;
	font: normal 12px arial;
}
#home{
	position: relative;
	left: 43px;
	top: 23px;
}
#contacts{
	position: relative;
	top: 23px;
	left: 66px;
}
#slogan{
	font: bold 20px 'arial narrow';
	color: #617094;
	position: absolute;
	margin-top: 100px;
	margin-left: -5px;
	text-transform: uppercase;
	letter-spacing: -1px;
}
#content{
	font: normal 11px arial;
	border-collapse: collapse;
}
* html #content{
	height: 550px;;
}
#content td{
	vertical-align: top;	
}
#left{
	width: 255px;
	border-left:1px solid #ccc;
	padding-top: 45px;
	padding-left:10px;
	padding-right:10px;
}
#left h1{
	color: #004896;
	background: url(/images/bullet01.gif) no-repeat 0 7px;
	padding-left: 10px;
	margin-left: 30px;
}
#left h1 span{
	font-size: 20px;
	font-weight: bold;
}
#left ol{
	width: 207px;
	border-top: 1px solid #e1e1e1;
	padding-top: 25px;
}
#left ol li{
	margin-left: 60px;
	margin-bottom: 15px;
	color: #/*577599*/01BAFE;
}
#left ol li a{
	color: #01BAFE;
}
#right{
	background: url(/images/right-bg.png) no-repeat 0 0 #F2F0F1;
	padding-top: 85px;
	padding-left: 78px;
}

.black h1{
	color: #000;
	background: url(/images/bullet02.gif) no-repeat 0 6px;
	position: relative;
	left: -16px;
	padding-left: 16px;
}
.aqua h1{
	color: #00A8DF;
	background: url(/images/bullet03.gif) no-repeat 0 6px;
	padding-left: 16px;
}
.aqua, .black{
	border-bottom: 1px solid #ccc;
}
#right table td{
	font-size: 12px;
}
#news{
	margin: 15px 0 20px 0;
	padding-right: 20px;
	border-right: 1px solid #fff;
}
#news strong{
	color: #005FBB;
}
#news dt{
	color: #000;
}
#news dd{
	color: #6A6A6A;
	padding-bottom: 15px;
	padding-right: 15px;
}
#news dd div{
	margin-top: -15px;
	margin-right: -15px;
}

#news1{
	margin: 15px 0 20px 0;
	padding-right: 0px;
}
#news1 strong{
	color: #005FBB;
}
#news1 dt{
	color: #000;
}
#news1 dd{
	color: #6A6A6A;
	padding-bottom: 15px;
	padding-right: 15px;
}
#news1 dd div{
	margin-top: -15px;
	margin-right: -15px;
}
#press{
	padding-left: 25px;
	list-style: none;
	padding-right: 40px;
	margin-top: 30px;
	border-left: 1px solid #fff;
	position: relative;
	margin-left: -1px;
}
#press strong{
	color: #000057;
}
#press .arr{
	margin-top: -15px;
}
#press li{
	padding-bottom: 15px;	
}
#inner{
	padding: 25px 0;
	font-size: 12px;
}
#inner h1{
	border: 1px solid #e1e1e1;
	padding: 10px 60px 10px 40px;
	border-left-width: 0;
	float: left;
	color: #333;
	margin: 0;
	font: normal 16px arial;
}
#outer{
	clear: both;
	border-left: 1px solid #e1e1e1;
	border-bottom: 13px solid #e1e1e1;
	margin-left: 50px;
	padding: 5px 0 5px 5px;
}
#text{
	background: #f6f6f6;
	padding: 40px 50px 25px 20px;
	line-height: 18px;
}
#cont{
	background: #f6f6f6;
	/*padding: 40px 50px 25px 20px;*/
}
#footer_guarantor {
	height: 106px;
	clear: both;
}
#footer{
	background:url(/images/footer-bg.png) repeat-x 0 0 #1E4070;
	height:106px;
	margin-top:-106px;
	color:#fff;
	text-align:left;
	min-width: 1000px;
	width: expression(((document.documentElement.clientWidth || document.body.clientWidth) < 1000)? "1000px" : "auto");
}
#m-width #footer{
	margin-top:0px;
}
#footer-bg{
	background:url(/images/footer.jpg) no-repeat 0 0;
	padding-left: 40px;
	padding-top: 10px;
	height: 96px;
}
* html #footer-bg{
	height: 106px;
}
#footer ul{
	list-style: none;
}
#footer-menu{
	padding-bottom: 10px;
}
#footer-menu li{
	display: inline;
	padding-right: 10px;
}
#footer-menu a{
	color: #AFE7FA;
	text-decoration: none;
}
#footer-menu a:hover{
	color: #AFE7FA;
	text-decoration: underline;
}
#footer td{
	font-size: 11px;
}
#footer-contacts{
	float: left;
	width: 240px;
	color: #fff;
}
#footer-author{
	float: right;
	width: 211px;
	margin-left: 65px;
	color: #6B9ABB;
	padding-top: 18px;
}
#footer-author a{
	color: #6B9ABB;
}
.user-enter fieldset{
	border-top: 1px solid #A8BCD0;
	width: 340px;
	padding-left: 3px;
}
.user-enter label{
	display: block;
	font: bold 11px arial;
	color: #eee;
	line-height: 24px;
}
.user-enter input{
	width: 90px;
	height: 16px;
	border: 1px solid #D8D8D8;
	margin-right: 3px;
}
.user-enter ul{
	width: 150px;
	position: absolute;
	margin-top: -25px;
	margin-left: 195px;
}
.user-enter ul li{
	background: url(/images/footer-bullet.gif) no-repeat 0 7px;
	padding-left: 17px;
	color: #D1DBE5;
}
.user-enter ul li a{
	color: #D1DBE5;
}
#topbanner{
	position: absolute;
	width: 352px;
	height: 230px;
	top: -5px;
	margin-left: 199px;
}

.form{
	font: 11px Tahoma;
	color:#333;
}
.form table{
	margin-top: 0px;
	margin-bottom: 40px;
}
.form table td{
	font: 11px Tahoma;
	color:#333;
	vertical-align:top;
}
.form strong{
color: #005FBB;
}
form table td input, textarea{
width: 100%;
}
/*.form_tab td input, textarea{
width: 100%;
}*/
.itm{
text-align: right;
padding-right:5px;
}
.inp{
padding-top:5px;
padding-bottom:5px;
padding-left:5px;
}
.inp1{
padding-top:5px;
padding-bottom:5px;
}
td.tit{
text-align: center;
padding-bottom:15px;
}
.bord{
border-bottom: 1px solid #E1E1E1;
}
.info_ruk td input, textarea{
/*width: 150px;*/
}