@charset "utf-8";
/* CSS Document */
*{
	font-size: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}
body{
	margin:0;
	padding:0;
	background:#eff1f1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7c8283;
}
td{
	vertical-align:top;
	text-align:left;
}
h1{
	font-size:24px;
	font-weight:normal;
	color:#5c6566;
	display:block;
	background:url(/pics/text_header_bg.jpg) top left no-repeat;
	width:624px;
	height:62px;
	padding-top:15px;
	padding-left:20px;
	margin-top:20px;
}
ul{
	margin:0;
	padding:0;
	list-style:none;
	font-weight:bold;
}
a{
	color:#d71e1e;
}

.clearfloat{
	clear:both;
    height:0;
    font-size: 0px;
    line-height: 0px;
}

#measurer{
	position:absolute;
	left:0;
	top:-2em;
	width:100%;
	height: 1em;
	line-height:1em;
	background:white;
}

#container{
	width: 100%;
	min-width:1015px;
	overflow-x:hidden;
	margin:0 auto;
} 
* html #container{
	width: expression((document.getElementById('measurer').clientWidth < 1015) ? '1015px' : '99.9%');
	padding-right: 1px;
}
#sidebar{
	position: relative;
	float: left; 
	width: 30%;
	min-width:304px;
	background:url(/pics/inner/header_bg_left.jpg) top right no-repeat;
	height:auto !important;
	height:100%;
	text-align:right;
}
.logo_svatogor{
	margin-right:75px;
	margin-top:41px;
	margin-bottom:40px;
}
#icon{
	margin-left:51px;
	background:#fefefe;
	width:101px;
	height:30px;
	overflow:hidden;
}

#icon img{
	margin:10px 1px;
}
.conteiner{
	width:100%;
	height:auto !important;
	height:100%;
	margin:0 auto;
	overflow-x:hidden;
}
#mnu{
	background-image: url(/pics/menu_bg_left.jpg);
	background-position: right top;
	background-repeat:repeat-y;
}
.conteiner .icon_bg{
	width:315px;
	float: right;
	text-align:left;
}
.conteiner .menu_bg{
	padding-top:20px;
	padding-bottom:20px;
	position:relative;
	width:271px;
	float: right;
	text-align:left;
	background: url(/pics/menu_bg_right.jpg) top right repeat-y;
}
#menu_borderBottom_left{
	background:url(/pics/menu_borderBottom_left.jpg) top right no-repeat;
}
#menu_borderBottom_right{
	background:url(/pics/menu_borderBottom_right.jpg) top left no-repeat;
}
* html .conteiner .menu_bg{
	margin-right:17px;
}
.menu_bg a{
	color:#8d9394;
	text-decoration:none;
	text-transform: uppercase;
}
.menu_bg a:hover{
	text-decoration: underline;
}
.menu_bg ul{
	padding-left:40px;
	margin-top:10px;
	margin-bottom:10px;
}
.menu_bg li{
	padding-left:15px;
	padding-top:5px;
	padding-bottom:5px;
}
.menu_bg .sub_folders{
	text-transform: uppercase;
	color:#d71e1e;
	padding-top:5px;
	padding-bottom:5px;
}
.menu_bg .sub_folder{
	padding-left:25px;
	padding-top:0;
	padding-bottom:0;
	margin-right:20px;
	border-left:5px solid #dddddd;
}
.menu_bg .sub_folder a{
	text-transform: none;
	color:#5c6566;
}
.menu_bg .sub_folder li{
	padding-left:20px;
}
.menu_bg .sub_folder div{
	width: 185px;
	margin-left:-20px;
	padding:5px;
}

.menu_bg .sub_folder_selected{
	padding-left:25px;
	padding-top:0;
	padding-bottom:0;
	margin-right:20px;
	border-left:5px solid #dddddd;
}
.menu_bg .sub_folder_selected li{
	padding-left:20px;
}
.menu_bg .sub_folder_selected div{
	background:#d71e1e;
	color:#ffffff;
	width: 185px;
	margin-left:-20px;
	padding:5px;
}
.menu_bg .selected{
	width:190px;
	padding:5px 10px;
	background:#d71e1e;
}
.menu_bg .selected div{
	margin-left:5px;
	text-decoration:none;
	text-transform: uppercase;
	color:#ffffff;
}


.banner_bg{
	position:relative;
	margin-right:34px;
	margin-top:30px;
}
#banner{
	width:265px;
	height:145px;
	overflow:hidden;
	border:1px solid #eaa9a9;
}
#key{
	position: relative;
	top:-35px;
	right:100px;
}
#mainContent{
	position:relative;
	float:left;
	width:70%;
	min-width:709px;
	background:url(/pics/inner/header_bg_right.jpg) top left no-repeat;
	height:417px;
	min-height:336px;
	height:auto !important;
	height:100%;
}
.copyright_header{
	margin-top:41px;
	margin-left:430px;
	margin-bottom:65px;
}
* html .copyright_header{
	margin-bottom:95px;
}
.copyright_header p{
	margin-top:10px;
	font-size:14px;

}
.text{
	width:624px;
	height:auto !important;
	height:100%;
	margin-left:42px;
	padding-top:15px;
	padding-bottom:20px;
}

#footer{
	background:#e1e5e5;
	height:70px;
	width:100%;
	min-width:1015px;
}
* html #footer{
	width: expression((document.getElementById('measurer').clientWidth < 1015) ? '1015px' : '100%');
}

#copyright{
	float:right;
	margin-top:20px;
}
.mail{
	text-decoration:none;
}
.copyright a{ text-decoration:none;	color:#7c8283;}
