@CHARSET "UTF-8"; /*site design common template*/

/*basic elements styles*/
body{
	font-family: Arial, Verdana, Tahoma;
	height: 100%;
	
	font-size: 13px;
	color: #676767;
	min-width: 910px;
	padding: 0;
	margin: 0;
}

center{
	min-width: 910px;
}
a{
	color: #596d86;
	text-decoration: underline;
}
a:hover, .active{
	color: #f00;
	text-decoration: none;
}

h1{
	font-size: 30px;
	line-height: 100%;
	font-weight: normal;
	color: #55000c;
	margin-bottom: 15px;
}

h2, h2 a{
	font-size: 20px;
	line-height: 20px;
	color: #596d86;
	font-weight: bold;
	line-height: 24px;
}
h2 a:hover{
	color: #567583;
	text-decoration: underline;
}
h3{
	font-size: 18px;
	line-height: 18px;
	color: #596d86;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 22px;
}

h4{
	display: inline;
	font-weight: bold;
	font-size: 14px;
	color: #596d86;
}

strong{
	font-weight: bold;
}
em{
	font-style: italic;
}
/*common page layout*/
.basis{
   	display: block;
   	min-height: 100%;
   	width: 100%;
   	position: absolute;
   	top: 0px;
   	left: 0px;
   	z-index: 1;

/*   	background-color: #fff;*/
   	min-width: 910px;
   	background: #fff url("/images/basis_bg.png") top left repeat-x;
}

.header{
	width: 100%;/*required for side block*/
	position: absolute;/*required for side block*/
   	top: 0px;/*required for side block*/
   	left: 0px;/*required for side block*/
   	z-index: 2;/*required for side block*/
   	
/*   	padding-top: 23px;*/
	min-width: 910px;
}
.header .inside{
	display: table-cell;
	width: 910px;
   	height: 470px;
}

/*.main .header{
   	background: url("/images/main_header_bg.jpg") bottom left repeat-x;
   	background-color: #fff;
}*/
.main .header .inside{
   	height: /*360*/425px;
/*	background: url("/images/main_header_bg.png") top center no-repeat;*/
	text-align: right;
/*	padding: 0 20px 0 0;*/
}

.main .header .inside img{
	float: right;

}
.header .inside .topinfo{
	width: 600px;
	float: right;
	margin-bottom: 80px;
}
.main .header .inside .topinfo{
	margin-bottom: 35px;
}
.header .inside .topinfo .search{
	padding-left: 8px;
	text-align: left;
	float: left;
	margin-left: 30px;
	margin-top: 65px;
	width: 220px;
	height: 23px;
	background: url('/images/header_search.png') top left no-repeat;
}
.header .inside .topinfo .search input{
	width: 146px;
	height: 20px;
	border: none;
	padding: 0;
	margin-top: 1px;
	font-size: 16px;
	line-height: 20px;
}

.header .inside .topinfo .search input.submit{
	width: 60px;
	height: 20px;
	border: none;
	padding: 0;
	margin-left: 10px;
	color: #fff;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	background: none;
	cursor: pointer;
}

.header .inside .contacts{
	width: 250px;
/*	padding-right: 20px;*/
	float: right;
	margin-top: 55px;
	text-align: right;
	
	font-size: 13px;
	text-transform: uppercase;
	line-height: 24px;
/*	vertical-align: top;*/
	color: red;

}
.header .inside .contacts h2{
	color: red;
	font-size: 24px;
	font-weight: bold;
	display: inline;
}

.header .inside a.home{
	float: left;
	display: block;
	width: 200px;
	height: 100px;
	margin-top: 50px;
	text-align: center;
	text-transform: uppercase;
}
.main .header .inside a.home{
	width: 255px;
/*	height: 130px;*/
	height: auto;
	margin-top: 56px;
	padding-top: 150px;
	text-decoration: none;
}

.main .header .inside h3{
	font-size: 14px;
}

.header .toplang{
	float: left;
	margin-top: 65px;
	color: #fff;
}
.header .toplang a{
	font-weight: bold;
	color: #f00;
	padding: 8px;
}
.header .toplang a.active{
	color: #000;
	text-decoration: none;
}


/*
.header .toplang a{
	float: left;
	display: inline;
	width: 28px;
	height: 24px;
	padding-top: 5px;
	color: #000;
}
.header .toplang a:hover,.header .toplang a.active{
	color: #fff;
	text-decoration: none;
	background: url("/images/hover_lang.png") center center no-repeat;
}
*/
.menu{
	margin-top: 10px;
	height: 55px;
	width: 910px;
	background: url("/images/menu_bg.png") top left repeat-x;
}
.menu td{
	list-style: none;
	padding: 2px 0 1px 0;
	text-align: center;
}
.menu td a.first{
	padding-left: 0;
	border-left: none;
}
.menu td a.last{
	padding-right: 0;
	border-right: none;	
}
.menu td.edge{
	width: 10px;
	background-position: top left;
	background-repeat: no-repeat;
}
.menu td a{
	border-left: 1px solid #fff;
	border-right: 1px solid #c0cbd2;
	padding: 0 9px 0 9px;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	display: block;
	padding-top: 18px;
	height: 34px;
}
/*.menu td a.active, .menu td a:hover{
	color: #f00;
}*/
/*
.nav{
	padding-left: 30px;
	height: 40px;
	text-align:left;
	white-space: nowrap;
	clear:both;
	
	font-size: 11px;
	color: #567583;
}
*/
center{
	background-position: center top;
}

.content{
	margin-top: 90px; /*top block*/
	margin-bottom: 120px; /*bottom block*/
	
	width: 910px;
	text-align: left;
/*	background: url("/images/info_header.jpg") top center no-repeat;*/
}
.content .strong{
	color: #596d86;
}
.content .inside{
	padding: 400px 25px 20px 25px;
	height: auto !important;
/*	min-height: 300px;*/
}
.main .content{
	margin-top: 450px;
}
.main .content .inside{
	margin-left: 0px;
	padding: 0 25px 20px 25px;
}

.content .inside .info{
}
.content .inside .headlines{
	margin-top: 20px;
	border-bottom: 1px solid #ccc;
}
.content .inside .headlines img{
	float: left;
	margin: 3px 20px 0 0;
}	
.content .inside .headlines .item{
	border-top: 1px solid #ccc;
	/*padding: 20px 0;*/
	padding: 20px 0 10px 0;
	clear: both;
}
.content .inside .headlines .more{
	float: right;
}

.content .inside .feedback{
	float: left;
}
.content .inside .contacts{
	float: right;
	width: 650px;
}
#YMapsID{
	float: left;
	width: 545px;
	height: 495px;
	margin-right: 20px;
	margin-top: 9px;
}

/*
.inside a.btncontact{
	text-decoration: none;
	display: block;
	width: 224px;
	height: 66px; 
	background: url('/images/btn_contacts.png') top left no-repeat;
}
.inside .contactsdata{
	display: block;
	margin: 20px 0 0 80px;
}

.inside .pimage{
	float: left;
	width: 180px;
	margin-right: 20px;
}
*/
.bottom{
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
	display: block;
	z-index: 999;
	
	min-width: 910px;
	background: url("/images/bottom_bg.png") top left repeat-x;
}
.bottom .footer{
	width: 910px;
	display: table-cell;/*auto-height feature in case of floating content*/
	text-align: left;
	color: #000;
	line-height: 24px;
}
.bottom .footer .inside{
	padding: 10px 0 0 0;
/*	padding: 0 25px 0 25px;*/
	height: 100px;/*webkit height compliance*/
}

.bottom .footer .inside .copyright{
	float: left;
	width: 500px;
}
.bottom .footer .inside a{
	color: #596d86;
	text-decoration: none;
}
.bottom .footer .inside a.contacts{
	float: right;
	display: block;
	text-align: right;
	font-size: 12px;
	margin-top: 5px;
}
.bottom .footer .inside a:hover{
	color: #f00;
}
.bottom .footer .inside .madeby{
	float: left;
	clear: both;
	text-align: left;
	margin-top: 8px;
	width: 200px;
}
.bottom .footer .inside .madeby a{
	font-weight: bold;
}