html, body {
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	}
body {
	font-family: Arial, Verdana, Helvetica sans-serif;
	font-size: 14px;
	color: #49494a;
	background: #d4d4d4;
	margin: 0;
	padding: 0;
	overflow-y: scroll;
	}
img {
	border: 0;
	display: block;
	}
a {
/*	color: #649f7a;*/
	color:004d99;
	}
a:hover {
	color: #000;
	}
h1 {
	font-size: 21px;
	color: #49494a;
	margin-bottom: 26px;
	}
input, textarea {
	border: 1px solid #e2e5eb;
	}
#main {
	max-width: 1440px;
	min-width: 1060px;
	margin: 0 auto;
	overflow: hidden;
	background: #fff;
	}
#header {
	height: 436px;
	background: url(/images/main_bg.jpg) left top no-repeat;
	position: relative;
	}
#header_second {
	height: 130px;
	background: url(/images/header_second_bg.png) left top repeat-x;
	position: relative;
	}
#header_block {
	height: 150px;
	background: url(/images/header_block_bg.png) center top no-repeat;
	}
#header_block_second {
	height: 130px;
	background: url(/images/header_block_second_bg.png) center top no-repeat;
	}
#slogan {
	margin-top: 209px;
	height: 77px;
	background: url(/images/slogan_bg.png) left top repeat;
	}
#slogan div {
	width: 900px;
	margin: 0 auto;
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	padding-top: 16px;
	}
#logo_block {
	width: 900px;
	height: 103px;
	margin: 0 auto;
	padding-top: 27px;
	}
#logo {
	display: block;
	width: 190px;
	height: 76px;
	background: url(/images/logo.png) left top no-repeat;
	float: left;
	}
#info_block {
	height: 220px;
	background: url(/images/info_block_bg.png) left top repeat-x;
	}
#info_block_s {
	height: 9px;
	background: url(/images/info_block_s.png) center top no-repeat;
	}
#info_block_single {
	width: 160px;
	float: left;
	height: 188px;
	padding: 16px 11px 16px 11px;
	background: url(/images/info_block_sep.png) right center no-repeat;
	font-size: 11px;
	text-align: justify;
	}
#info_block_single a {
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 8px;
	font-style: italic;
	color: #004d99;
	font-size: 12px;
	}
a.prev, a.next {
	width: 9px;
	height: 19px;
	display: block;
	position: absolute;
	top: 90px;
	background: url(/images/arrows_hits.png) top left no-repeat;
}
a.prev { 
	left: -20px;
	}
a.next {
	right: -20px;
	background: url(/images/arrows_hits.png) top right no-repeat;
	}
a.prev span, a.next span {
	display: none;
	}



#content {
	width: 900px;
	margin: 0 auto;
	padding: 18px 0 24px 0;
	min-height: 600px;
	}
#footer {
	max-width: 1440px;
	margin: 0 auto;
	height: 119px;
	background: url(/images/footer_bg.png) left top repeat-x;
	}
#footer_block {
	width: 900px;
	margin: 0 auto;
	height: 90px;
	color: #9a9b9d;
	font-size: 11px;
	padding-top: 20px;
	}
#footer_block a {
	color: #9a9b9d;
	}
#footer_block span {
	color: #bebebe;
	}
/*---------- блок меню ----------*/
#menu_block {
	float: right;
	min-width: 454px;
	}
#nav {
	height: 38px;
	background: url(/images/menu_bg.png) top left repeat-x;
	clear: both;
	}
#nav a.first {
	display: block;
	height: 28px;
	float: left;
	padding: 10px 44px 0 44px;
	color: #fff;
	background: url(/images/menu_razd.png) right top no-repeat;
	font-size: 13px;
	text-decoration: none;
	position:relative;
	}
#nav a.first:hover, .selected {
	background: url(/images/menu_bg_over.png) right top repeat-x !important;
	}

/*---------- выпадающее меню ---------*/
#nav div.second {
	position:relative;
	float: left;
}	
#nav div.second div.pos {
	display: block;
	position:absolute;
	top:38px;
	left:-9999px;
	width:200px;
	z-index: 1000;
/*	background: #4f7b58;*/
	background: #247ad6;
	box-shadow: 0 5px 5px rgba(0,0,0,0.5);
}
#nav div.hover div.pos {
	left: 0;
}	
#nav ul {
	padding: 12px 0;
	margin:0;
	list-style:none;
	}
#nav div.second div.pos a {
	display: block;
	height: 26px;
	line-height: 210%;
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	text-transform: none;
	background: none;
	padding: 0 16px;
	text-align: left;
	}
#nav div.second div.pos a:hover {
/*	background: #355b3d;*/
	background: #004d99;
	color: #fff;
	}

#search_top {

	}
#search_top {
	float: right;
	}
.search_form {
	height: 18px;
	width: 250px;
	background: url(/images/form_bg.gif) top left repeat-x;
	border: 0;
	border-left: 1px solid #cbcbcb;
	font-size: 13px;
	font-family: Arial, Verdana, Helvetica sans-serif;
	color: #a9a8a8;
	padding: 3px 8px;
	}
#ico_mail {
	display: block;
	width: 14px;
	height: 13px;
	background: url(/images/ico_mail.png) top left no-repeat;
	float: left;
	margin-right: 18px;
	margin-top: 6px;
	}
#ico_map {
	display: block;
	width: 13px;
	height: 13px;
	background: url(/images/ico_map.png) top left no-repeat;
	float: left;
	margin-top: 6px;
	}
#lang {
	height: 13px;
	float: left;
	margin-top: 5px;
	margin-right: 36px;
	font-size: 12px;
	}
#lang a {
	color: #9a9b9d;
	text-decoration: none;
	}
#lang span {
	border: 1px solid #cccdc6;
	background: #fff;
	padding: 5px;
	}
a.lnk_pdf {
	padding: 1px 0px 2px 22px;
	background: url(/images/icons/pdf_ico.gif) no-repeat left 50%;
	text-decoration: none;
	}
a.lnk_xls {
	padding: 1px 0px 2px 22px;
	background: url('/images/icons/xls.png') no-repeat left 50%;
	text-decoration: none;
	}
.sitemap ul li {
	padding: 8px 0;
	}
.form_name {	
	margin: 8px 0 4px 0;
	}
#feedback_form div input, #feedback_form div textarea {	
	width: 400px;
	}
#product li {
	font-size: 16px;
	padding: 8px 0;
	}