*{
    margin:0;
    /*padding:2;*/
}
html, body{
    width:100%;
    height:100%;
}

/* Каркас */
body{
	background: #fff;
	font: normal 14px 'Trebuchet MS';
	color: #333;
	line-height: 18px;
	text-align: left;
}
.main{
	margin: 0px auto;
	width: 1000px;
	position: relative;
	/* min-height: 100%; */
	height: auto !important;
  	height: 100%;

}

* body {	text-align: center;
}

* body div {
	text-align: left;
}

body div.main div.inner {	border-left: 1px solid #C1C1C1;
	border-right: 1px solid #C1C1C1;
}
body div.main div.spc4footer {	border-left: 1px solid #C1C1C1;
	border-right: 1px solid #C1C1C1;
}

img{
	border: none;
}
a{
	color: #536e92;
	text-decoration: underline;
}
h1{
	font: bold 16px 'Trebuchet MS';
	color: #000;
	margin-bottom: 30px;
	cursor: default;

}
h2{
	font: bold 14px 'Trebuchet MS';
	cursor: default;
}
h5{
	font: bold 14px 'Trebuchet MS';
	cursor: default;
}
p{
	margin-bottom: 11px;
}
strong{
	font-weight: normal;
}
.like_a{
	color: #536e92;
	text-decoration: underline;
	cursor: pointer;
}
.dashed{
	color: #536e92;
	border-bottom: 1px dashed #536e92;
	cursor: pointer;
}
.clear_l{clear: left;font-size: 0px;}
.clear_r{clear: right;font-size: 0px;}
.al_right{text-align: right;}

/* Верхняя полоска меню */
.top_line{
	text-align: right;
	width: 1000px;
	margin: 0px auto;
}
.mn_ico{
	margin: 0px 6px 0px 0px;
	display: inline;
	float: right;
}
.mn_ico img{
	margin: 0px 15px;
}

.mn_lang{
	float: right;
	margin-top: 0px;
	font-size: 13px;
	font-weight:bold;
}



.mn_lang a{
	/*color: #7f7f7f;*/
	margin: 0px 8px 13px 7px;
	text-decoration: none;
}

/* Шапка */
.header .inner{
	width: 1000px;
	height: 115px;
	position: relative;
	margin: 0px auto;
	z-index: 2;
}
.header{
	clear: right;
	/* background: #000 url('/images/decor_header1.jpg') no-repeat center top; */
	width: 100%;
	height: 108px;
}
.logo{
/*	width: 270px;*/
/*	height: 68px;*/
	position: absolute;
	left: 21px;
	top: 10px;
}
*html .logo{filter: expression(fixPng(this,'crop'));}

/* Главное меню */
.mn_main{
	/* padding: 85px 0px 0px 20px; */
	position:absolute;
	top:85px;
	width:978px;
	background-color:#424242;
	padding-left:20px
}
.mn_main .item, .mn_main .item_curr{
	float: left;
	position: relative;
	background: #424242;
	padding: 4px 13px 7px 13px;
	/*margin: 6px 0px 0px 1px;*/
	border-left: 1px solid #FFF;
	/*border-right: 1px solid #FFF;*/
}
.mn_main .item_curr {	color:#fff;
}
.mn_main .item a{
	color: #fff;
}
/*
.mn_main .item_curr{
	float: left;
	background: #fff;
	position: relative;
	padding: 10px 13px 8px 13px;
	color: #000;
	cursor: default;
}
*/
.mn_main .item_sel{
	float: left;
	position: relative;
	background: #5c5c5c;
	/*padding: 8px 13px 8px 14px;*/
	padding: 4px 13px 6px 14px;
	margin-top: 0px;
}
.mn_main .item_sel a{
	color: #dadada;
	text-decoration: none;
}
.mn_main .sub_mn{
	position: absolute;
	left: 0px;
	/*top: 34px;*/
	top: 28px;
	background: #5c5c5c;
	display: none;
	z-index:100;
}
.mn_main .mtop{
	height: 12px;
	font-size: 0px;
	line-height: 1px;
	background: #5c5c5c;
}
.mn_main .mtop img{width: 186px;height:1px;}
.mn_main .mbtm{
	height: 9px;
	font-size: 0px;
	line-height: 1px;
	background: #5c5c5c;
}
.mn_main .mbtm img{width: 100%;height:1px;}
.mn_main .sect{
	vertical-align: top;
	padding: 0px 12px 0px 12px;
	background: #5c5c5c url('/images/sub_mn_spl.gif') repeat-y left;
}
.mn_main .sect span{
	font-size: 13px;
	color: #cdcdcd;
	display: block;
	margin-bottom: 5px;
	white-space: nowrap;
}
.mn_main .sect a{
	display: block;
	color: #fff;
	text-decoration: underline;
	margin-bottom: 4px;
}

/* Контент */
.main .inner {
	width: 998px;
	_width: 1000px;
	margin: 0px auto;
	z-index: 1;
}

.content{
	float: left;
	margin: 20px 20px 0px 20px;
	display: inline;
	width: 699px;
	text-align:justify;
}
.folder{
	float: left;
	margin: 5px 22px 18px 0px;
	/*width: 326px;*/
	width: 336px;
}
.folder img{
	float: left;
	margin: 3px 9px 0px 0px;
	border: 1px solid #C1C1C1;
}
.folder p{
	font-size: 12px;
	line-height: 16px;
	margin-top: 3px;
	margin-bottom: 0;
	text-align: justify;
}
.nomarg{
	margin-right: 5px;
}
.product{
	padding-left: 0px;
	/*border-left: 3px solid #c1c1c1;*/
	/*margin-bottom: 28px;*/
}
.product a {
	font-weight: bold;
	text-decoration:none;
}
.product a:hover {	text-decoration:underline;
}
.product p{
font-size: 12px;
text-align:justify;
}
.product i{
font-size: 12px;
}
.product h2{
font-size: 12px;
margin-top: 5px;
}

.plogos{
	margin-bottom: 51px;
}
.plogos img{
	margin: 24px 25px 0px 25px;
}

/* Правая колонка */
.right_col{
	float: left;
	width: 241px;
	margin: 14px 16px 6px 0px;
	display: inline;
}
.right_col h1{
	font-size: 14px;
	padding-left:13px; /**/
	margin-bottom: 3px;

}
.advert{
	float: right;
	width: 241px;
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 14px;
}
.advert img{
	float: right;
	position: relative;
	right: -20px;
}
.advert .desc{
	margin-top: 14px;
}
.ms_partner{
	display: block;
	margin-bottom: 22px;
}
.info_list{
	margin-bottom: 10px;
}
.info_list div{
	margin-top: 0px;
}
.info_list a{
	display: block;
	position: relative;
	/*left: -11px;*/
	left: 0px;
	padding-left: 11px;
	/* border-left: 2px solid #c1c1c1; */
	margin-bottom: 8px;
	font-size: 12px;
}

.info_list a img {	border: 1px solid #c1c1c1;
}

/* Футер */
.spc4footer{
	clear: left;
	height: 1px;
	padding-top: 2px;
}
.footer{
	/*width: 100%;*/
	height: 35px;
	/*background: #000;*/
	/*background: #424242;*/
	background:#FFF;
	margin-top: -35px;
	margin: 0px auto;
	width: 1000px;

}
.footer .inner{
	width: 998px;
	height: 30px;
	margin: 0px auto;
	position: relative;
	_width: 1000px;
	border-top: 1px solid #C1C1C1;
}
.footer .copyright{
	position: absolute;
	left: 20px;
	top: 7px;
	font-size: 12px;
	/*color: #fff;*/
}

.footer .copyright a {
	/*color: #fff;*/
}

.footer .mn_foot{
	position: absolute;
	left: 400px;
	top: 7px;
}
.footer .mn_foot a {
	font-size: 12px;
	text-decoration:none;
	/*color: #fff;*/
}
.footer .mn_foot a:hover {	text-decoration:underline;
}
.footer .mn_foot .spl{
	width: 1px;
	height: 10px;
	background: #818181;
	margin: 0px 14px;
}
.footer .contacts{
	position: absolute;
	top: 18px;
	left: 362px;
	font-size: 12px;
	color: #545454;
	padding-left: 6px;
	/*border-left: 2px solid #383838;*/
	border-left: 2px solid #c1c1c1;
	line-height: 13px;
}
.footer .contacts2{
	position: absolute;
	top: 18px;
	left: 565px;
	font-size: 12px;
	color: #545454;
	padding-left: 6px;
	/*border-left: 2px solid #383838;*/
	border-left: 2px solid #c1c1c1;
	line-height: 13px;
}
.footer .print_version{
	position: absolute;
	top: 7px;
	left: 755px;
}
.footer .print_version a{
	font-size: 11px;
	color: #a8a8a8;
	text-decoration:none;
}
.footer .print_version a:hover {
	text-decoration:underline;
}
.footer .print_version img{
	margin: 0px 5px -3px 0px;
}
.footer .corner{
	position: absolute;
	top: 0px;
	right: 247px;
}

ul {
margin-left:14px;
}

li {
margin-left:6px;
}

.folder h1
{
	margin-bottom: 3px;
}
.folder h1 a {	text-decoration:none;
}
.folder h1 a:hover {
	text-decoration:underline;
}

div#advisory a {
	padding:0;
	padding-bottom:3px;
}
div#advisory a {	_padding-bottom:12px;
}
*+html div#advisory a {
	padding-bottom:12px;
}
div#advisory a img {	padding:0;
	margin-bottom:5px;
}
div#advisory a img {
	_padding-top:12px;
}
*+html div#advisory a img {
	padding-top:5px;
}

form#search_frm {	float:left;
}

img#search_img {	padding-top:5px;
	padding-left:5px;
	float:left;
	cursor:pointer;
}
a.maintitles {	text-decoration:none;
}
a.maintitles:hover {
	text-decoration:underline;
}
div.info_list div#advisory a span {	text-decoration:none;
}
div.info_list div#advisory a:hover span {
	text-decoration:underline;
}
div.info_list div#advisory h1 a {
	text-decoration:none;
}
div.info_list div#advisory h1 a:hover {
	text-decoration:underline;
}
div.info_list div.glossary h1 a {
	text-decoration:none;
}
div.info_list div.glossary h1 a:hover {
	text-decoration:underline;
}
div.info_list div.glossary a {
	text-decoration:none;
}
div.info_list div.glossary a:hover {
	text-decoration:underline;
}
div.breadcrumbs {	margin-bottom:10px;
	font-size:12px;
	color:#808080;
}
div.breadcrumbs a {
	color:#808080;
}
div.pagelinks {	padding: 20px 18px 0px;
	border-left: 1px solid #C1C1C1;
	border-right: 1px solid #C1C1C1;
}
div.pagelinksfr {
	padding: 0 17px;
	border-left: 1px solid #C1C1C1;
	border-right: 1px solid #C1C1C1;
}
div.pagelinks a {	padding:0 3px;
}
div.pagelinks a, div.pagelinksfr a {	font-size:11px;
	text-decoration:none;
	color:#A8A8A8;
}
div.pagelinksfr a {	padding:0 2px;
}

div.pagelinks a:hover, div.pagelinksfr a:hover {	text-decoration:underline;}