@charset "utf-8";

html, body {
	padding:0;
	margin:0;
	width:100%;
	height:100%;
	color: #384248;
	font: 12px/normal Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5 { }

h4 {
	font: normal 40px "Times New Roman", Times, serif;
	color: #202d34;
	margin: 0px;
	padding: 0px 0px 45px;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
}

p {
	margin:0px;
	padding:0px 0px 15px;
	text-align: justify;
}

a, a:visited {
	text-decoration:underline;
	color: #3e4853;
}

a:hover { text-decoration:none; }

table {
	padding:0;
	margin:0;
}

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

/*Основные стили*/
#layout {
	margin: 0px auto;
	width:1000px;
	min-height:100%;
	position: relative;
	padding: 0px;
	background: #d5eed5 url(../img/bg_body.png) no-repeat center top;
}

/*Стили заголовка*/
#header { height: 478px; }

#logo {
	height: 99px;
	width: 569px;
	background: url(../img/logo.png) no-repeat;
	float: left;
}

#Nav_Menu {
	width:250px;
	float:right;
	height:20px;
	padding:32px 0px 0px;
	margin: 0px;
}

#Nav_Menu ul {
	margin:0px;
	padding:0px;
	height:20px;
}

#Nav_Menu ul li {
	padding:0px 50px 0px 0px;
	height:20px;
	width:19px;
	list-style-type:none;
	margin: 0px;
	float: left;
}

#Nav_Menu ul li a {
	margin:0px;
	padding:0px;
	display:block;
	height:20px;
	width:19px;
	text-decoration:none;
}

#Nav_Menu ul li a:hover { text-decoration:none; }

#Nav_Menu ul .home a { background: url(../img/home.gif); }

#Nav_Menu ul .map a { background: url(../img/map.gif); }

#Nav_Menu ul .mail a { background: url(../img/mail.gif); }

#Nav_Menu ul .home a:hover { background: url(../img/home_hover.jpg); }

#Nav_Menu ul .map a:hover { background: url(../img/map_hover.jpg); }

#Nav_Menu ul .mail a:hover { background: url(../img/mail_hover.jpg); }

#image_header {
	height: 289px;
	width: 1000px;
	background: url(../img/image_header.jpg) no-repeat;
	margin: -15px 0px 0px;
	padding: 0px;
}

#content {
	width: 100%;
	padding:0px 0px 125px;
	margin: 0px;
	background: url(../img/bg_content.png) no-repeat center bottom;
}

#left_content {
	width: 460px;
	float: left;
	margin: 0px;
	padding: 0px 10px 0px 30px;
}

#right_content {
	padding-right: 20px;
	position: relative;
	float: right;
	width: 460px;
	padding-left: 20px;
}
.video_block {
	width: 445px;
	margin-bottom: 30px;
}
.top_corners { background: url(../img/corner_white_block_top.gif) no-repeat; }
.wight_block {
	background: #FFF;
	padding-left: 10px;
	color: #2365a3;
	font: 13px Arial, Helvetica, sans-serif;
	width: 425px;
	padding-right: 10px;
}
.bottom_corners { background: url(../img/corner_white_block_bottom.gif) no-repeat; }
#footer {
	position:absolute;
	bottom:0px;
	height: 125px;
	width: 100%;
	background: #FFF;
	display: table;
	font: 12px Tahoma, Geneva, sans-serif;
	color: #828282;
}
#left_footer {
	width: 460px;
	float: left;
	margin: 0px;
	padding: 30px 0px 0px 30px;
}
#right_footer {
	padding-right: 40px;
	position: relative;
	float: right;
	width: 460px;
	padding-top: 30px;
}
#copyrait {
	font: 12px Tahoma, Geneva, sans-serif;
	color: #828282;
	padding-bottom: 30px;
}
#copyrait span { color: #37454d; }
#vladarta { }
#vladarta a { color: #6eb93c; }
#footer_menu {
	margin: 0px;
	padding: 0px 0px 30px;
	float: right;
}
#footer_menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#footer_menu ul li { float: left; }
#footer_menu ul li a {
	text-decoration: none;
	font: 12px Tahoma, Geneva, sans-serif;
	color: #828282;
	margin: 0px;
	padding: 0px 0px 0px 12px;
}
#footer_menu ul li a:hover { text-decoration: underline; }
#banners {
	display: block;
	float: right;
}
.banner {
	border: 1px solid #bbb8b1;
	height: 32px;
	width: 89px;
	float: left;
	margin-left: 30px;
}

