@charset "windows-1251";
* {
	margin: 0;
	padding: 0;
}
html {
	width: 100%;
}
body {
	font-family: Tahoma;
	font-size: 11px;
	width: 100%;
	background-color: #000;
	min-width: 900px;
	color: #aeaeae;
}
img {
	border: 0;
}
a {
	color: #bebebe;
	text-decoration: none;
}

#all {min-width: 900px; max-width: 1400px;}
* html #all {width:expression(document.body.clientWidth < 1003? "1002px": "auto" );}

#head_logo {
	height: 105px;
	background-image: url(/images/head_bg.jpg);
}
#head_logo #logotype {
	position: absolute;
	left: 50%;
	width: 386px;
	margin-left: -193px;
}
#head_logo #logotype #left {
	float: left;
	width: 86px;
	height: 102px;
}
#head_logo #logotype #right {
	float: right;
	height: 50px;
	width: 234px;
	margin: 28px 20px 0 0;
}
#head_logo #map {
	height: 10px;
	position: absolute;
	top: 15px;
	right: 0px;
}
#head_logo #map img {
	margin-right: 20px;
}


#main_menu {
	height: 55px;
	background-image: url(/images/main_menu_bg.jpg);
	border-bottom: 2px solid #000;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding: 0 15px;
}
#main_menu  #menu {
	width: 100%;
	position: relative;
	top: 15px;
}
#main_menu #menu a {
	color: #5c5c5c;
}
#main_menu  #menu  a:hover {
	color: #000;
}

#main_menu #menu a.active {
	color: #ff3600;
	text-decoration: none;
}
.br {
	height: 25px;
}

#center_content {
	width: 90%;
	position: relative;
	left: 50%;
	margin-left: -41%;
}
#center_content #left_text {
	float: left;
	width: 50%;
}
#center_content #left_text #heading_page {
	border-bottom: 1px solid #d59c00;
}
#center_content #left_text #heading_page h1 {
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	margin: 20px 0 14px 0;
}
#center_content #left_text #all_news {
}
#center_content #left_text #all_news h2 {
	margin: 2px 0 5px 0;

}


#center_content #left_text #all_news h3 {
	font-size: 11px;
	font-weight: normal;
	margin: 0 0 20px 0;

}
#center_content  #left_text  #all_news  .span   {
	color: #d59c00;
	font-size: 11px;
}
#center_content  #left_text  #all_news  a   {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}

#center_content #left_text #page_number {
	text-align: left;
	clear: both;
}
#center_content #left_text #page_number p {
	float: left;
	margin: 5px 0 0 0;
	font-size: 13px;
}



#center_content #left_text #page_number td {
	background-color: #5c5c5c;
	color: #fff;
	border: 4px solid #000;
}

#center_content  #left_text #page_number  td:hover {
	background-color: #999999;
	color: #fff;
}

#center_content #left_text #page_number table {
	margin: 0;
}
#center_content #left_text #page_number a {
	color: #ffffff;
	display: block;
	padding: 1px 5px;
}

#center_content #left_text #page_number .page_active {
	color: #000000;
	background-color: #FFFFFF;
}
#center_content #left_text #page_number .page_active a {
	color: #000000;
}














#center_content #right_img {
	float: left;
	width: 49.9%;
	text-align: center;
	padding-top: 0px;
}
#center_content   #right_img   li  {
	display: inline;
	font-size: 13px;
	padding-left: 10px;
}
#center_content #right_img a {
	color: #fff8e7;
	margin-left: 5px;
}
#center_content  #right_img  a:hover {
	color: #d59c00;
}
#center_content #right_img #align_center img {
	margin-top: 140px;
}
.br_t {
	clear: both;
	height: 60px;
}





















#footer {
	clear: both;
	height: 30px;
	background-image: url(/images/footer_bg.jpg);
}
#footer #footer_copyright {
	position: relative;
	top: 10px;
	float: left;
	left: 38px;
	font-size: 11px;

}
#footer #footer_copyright #nord_link {
	color: #d36d00;
}
#footer #footer_copyright #client_link {
	color: #14b4ff;
}
#footer #banners {
	padding-left: 350px;
}
#footer #banners img {
	margin-right: 40px;
}
#footer #footer_copyright #client_link .client {
	color: #AEAEAE;
	text-decoration: none;
}