body, html {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
	height: 100%;
	background: #f6f6f6;
	background-position: top left;
	background-repeat: repeat-x;
	background-image: url(top_text.jpg);
	color: #333;
}
#wrap {
	position: relative;
	min-width: 975px;
	min-height: 100%;
}
table {
	border-collapse:collapse;
	border-spacing: 0;
}
td {
	padding: 0;
}
h1,h2,h3,h4 {
	margin: 1em 0 0.3em;
	padding: 0;
	font-weight: normal;
}
h2 {
	color: #48627f;
	font-size: 16px;
	font-weight: bold;
}
h3 {
	font-size: 15px;
	margin-bottom: 1em;
}
p {
	margin: 0 0 1em;
	padding: 0;
}
a {
	color: #1e609d;
}
a:hover {
	color: #11cfff;	
}
a:active, .red {
	color: #ff0500;
}
.grey {
	color: #999;
}
ul {
	margin: 0 0 1em;
	padding: 0;
	margin-left: 2em;
}
li {
	padding: 0;
	margin: 0;
}
li {
	margin-bottom: 0.5em;
}
.nobr {
	white-space: nowrap;
}

/*********MENU************/
#top2_table a, #top2_table span  {
	background-position: top left;
	background-repeat: no-repeat;
	background-image: none;
}

#menu1 a:hover {
	background-image: url(menu1h00.gif);
}
#menu1 a:active {
	background-image: url(menu1a00.gif);
}
#menu1 span {
	background-image: url(menu1s00.gif);
}

#menu2 a:hover {
	background-image: url(menu2h00.gif);
}
#menu2 a:active {
	background-image: url(menu2a00.gif);
}
#menu2 span {
	background-image: url(menu2s00.gif);
}

#menu3 a:hover {
	background-image: url(menu3h00.gif);
}
#menu3 a:active {
	background-image: url(menu3a00.gif);
}
#menu3 span {
	background-image: url(menu3s00.gif);
}

#menu4 a:hover {
	background-image: url(menu4h00.gif);
}
#menu4 a:active {
	background-image: url(menu4a00.gif);
}
#menu4 span {
	background-image: url(menu4s00.gif);
}




/*************************/
#top1 {
	height: 62px;
	width: 100%;
	height: 62px;
	background: url(top_text.png) top left repeat-x;
	margin-bottom: -39px;
}
	#top_zakladka {
		width: 102px;
		height: 42px;
		background: url(top_zakl.png) top left no-repeat;
		padding-left: 23px;
		padding-top: 20px;
		float: right;
	}
		#top_zakladka a {
			color: #666;
			font-size: 11px;
		}
#top2 {
	background: url(top2_bg0.jpg) 0px 39px repeat-x;
	height: 249px;
	margin-bottom: -44px;
	padding-top: 1px;
}
	#top2_shadow {
		width: 111px;
		padding-left: 45px;
		padding-top: 13px;
		height: 153px;
		background: url(top2_sha.png) top left no-repeat;
		float: left;
	}
		#top2_shadow img {
			border: 0;
		}
	#top2_table {
		margin-left: 215px;
	}
	#top2 table {
		margin-top: 58px;
	}
		#top2 table a {
			font-size: 22px;
		}
		#top2 table span {
			color: #999;
			font-size: 22px;
		}
		#top2 table td {
			white-space: nowrap;
		}
		#top2 table td.sp {
			width: 25%;
		}
h1 {
	font-size: 30px;
	color: #48627f;
	margin: 0 0 50px 305px;
	position: relative;
}
#left {
	float: left;
	width: 205px;
	margin-right: 55px;
	padding-left: 45px;
}
	#left ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#left li {
		margin: 0;
		padding: 0;
		margin-bottom: 10px;
		padding-bottom: 1px;
	}
		#left li span, #left li a {
			display: block;
			padding-left: 20px;
			background-repeat: no-repeat;
			background-position: 0 8px;			
		}
		#left li a {
			background-image: url(left_ul0.gif);
		}
		#left li a:hover {
			background-image: url(left_ul2.gif);
		}
		#left li a:active {
			background-image: url(left_ul3.gif);
		}
		#left li span {
			color: #ccc;
			background-image: url(left_ul4.gif);
		}

#main {
	margin-left: 305px;
	position: relative;
}
	#content {
		width: 85%;
		padding-right: 30px;
		margin-bottom: 50px;
	}
	#content ol.big {
		margin: 0;
		padding: 0;
		list-style: none;
	}
		#content ol.big li {
			background-position: top left;
			background-repeat: no-repeat;
			min-height: 30px;
			padding-left: 39px;
			margin-bottom: 10px;
		}
	#content table {
		margin-top: 1em;
		width: 100%;
		margin-bottom: 3em;
	}
		#content table td {
			padding: 3px;
			padding-right: 15px;
		}
			#content table thead td {
				font-size: 14px;
				font-weight: bold;
				color: #48627f;
				border-bottom: 2px solid #666;
			}
			#content table thead tr.hr td {
				border-bottom: none;
				height: 10px;
				font-size: 1px;
				background: url(table_li.gif) 25px 0 no-repeat;
			}
		#content table tbody {
			color: #666;
		}
			#content table tbody td {
				background-color: #e5eef2;
				vertical-align: middle;
			}
			#content table tbody tr.odd td {
				background-color: transparent;
			}
			#content table tbody tr.hr td {
				border-bottom: 1px solid #dedede;
			}
	#content table.form td {
		padding-right: 10px;
		background-color: transparent !important;
		vertical-align: top;
	}
		#content table.form input, #content table.form textarea {
			width: 400px;
			border: 1px solid #666;
			padding: 2px;
			margin: 0;
			color: #666;
			font-size: 12px;
			font-family: Arial, Helvetica, sans-serif;
		}
		#content table.form input.button {
			background-color: #eee;
			width: auto;
		}
		#content table.form textarea {
			height: 70px;
		}
		#content table.form td.r1, table.form td.r1 {
			text-align: right;
			width: auto;
			white-space: nowrap;
			line-height: 20px;
		}
		#content table.form td.r2 {
			width: 100%;
		}
		#content table.form td.nd {
			padding: 0;
			line-height: 30px;
		}
span.date {
	color: #666;
}
h2.news {
	margin-bottom: 0;
	margin-top: 2em;
}

#prefooter {
	clear: both;
	height: 210px;
}
#footer {
	position: absolute;
	bottom: -184px;
	width: 100%;
	height: 205px;
	background: url(footer_b.jpg) bottom left repeat-x;
	left: 77px;
}
	#footer_zayavka {
		position: absolute;
		right: 116px;
		bottom: 125px;
	}
	#footer_mail {
		position: absolute;
		right: 0;
		height: 145px;
		width: 433px;
		background-repeat: no-repeat;
		background-position: right bottom;
		padding-left: 28px;
		padding-top: 60px;
	}
	#footer_copy {
		position: absolute;
		left: 285px;
		bottom: 83px;
		color: #999;
		height: 36px;
	}
		#footer_copy img {
			margin-right: 9px;
			vertical-align: middle;
			float: left;
		}
	#footer_counter {
		position: absolute;
		left: 335px;
		bottom: 60px;
	}
	#footer_vmd {
		position: absolute;
		left: 47px;
		bottom: 75px;
		height: 40px;
		padding-left: 47px;
		padding-top: 4px;
		background: url(vmd00000.gif) top left no-repeat;
	}


.style1 {
	color: #A90E0C;
	font-size: 24px;
	font-weight: bold;
}
