* {
	margin: 0;
	padding: 0;
}
html {height: 100%}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	text-align: justify; /* Выравнивание по ширине */
	width: 100%;
	height: 100%;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 4px; /* Расстояние между абзацами */
	text-indent: 1.5em; /* Отступ первой строки */

	line-height: 18px;
}
img {
	border: none;
}
input {vertical-align: middle}

#wrapper {
	width: 96%;
	min-width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 164px;
}

#top_menu {
	padding-top: 25px;
	height: 20px;
}
#top_head {
	float:left;
}

#top_right_menu {
	float: right;
	margin-right: 120px;	
}

#top_right_menu li {
	display: inline;	
}

#top_right_menu div.menu_item{
	margin-left: 5px;
	padding-left: 5px;
	float: left;	
	font-size: 11px;
	color: black;
}

#find {
	float: right;	
	margin-left: 20px;
	margin-right: 20px;
}

#top_head{
	margin-left: 40px;
}

#top_head a{
	font-family: "Arial";
	font-size: 11px;
	color: black;
	outline: none;
	text-decoration: none;
	float: left;
}

#logo {
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: 0% 0%;
	background-image: url("../images/bg_hat.gif");
	border-bottom-color: #ffffff;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	background-color: #3f5098;
	height: 68px;
}

#hat_left {
	float: left;
}

#hat_right {
	float: right;
} 
/* Главное меню
-----------------------------------------------------------------------------*/
#main_menu {
	height: 36px;
	width: 100%;
	background-color: #5da243;
	overflow: hidden;
	clear: both;
}

#main_menu ul {
	margin: 0 auto;
	left: 50%;
	float: left;
	position: relative;
}

#main_menu li {
	display: block;
	float: left;
	right: 50%;
	position: relative;
} 

#main_menu a {
	text-decoration: none;
	color: white;
}

#main_menu a:hover .menu_item {
	background-color: #408526;
}


#main_menu div.menu_item {
	display: table-cell;
	border-collapse: collapse;
	border-right: 1px solid white;
	border-left: 1px solid white;
	text-align: center;
	vertical-align: middle;
	padding: 0 2px;
	max-width: 125px;
	height: 36px;
}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 0px;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#breadcrumbs {
	overflow: hidden;
	margin-left: 32%;
	margin-right: 15%;
	margin-bottom: 12px;
}

#breadcrumbs a.pathway {
	color: #818080;
	text-decoration: none;
	
}

#content {
	padding: 0 15% 0 32%;
}

#component-contact .contentheading, .componentheading {
	font: 18px Arial, Tahoma, Verdana, sans-serif;
	color: #0c3d91;
	margin-bottom: 16px;
}

#content .contentheading, .componentheading_news {
	font-size: 140%;
	font-weight: bold;
	color: #0c3d91;
	height: 24px;
}

.componentheading_news {
	margin: 12px 0 -24px;
}

.contentpaneopen_news .contentheading_news{
	font-size: 110%;
	font-weight: normal;
	color: #0c3d91;
	margin: 0 0 12px;
}



/* Sidebar Left
-----------------------------------------------------------------------------*/
.sl {
	float: left;
	width: 30%;
	margin-left: -99%;
	position: relative;
	line-height: 24px;

}

.sl ul li {
	margin-left: 15px;
	margin-top: 12px;
	padding-left: 8px;
	display: block;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left 6px;
	background-image: url("../images/red_point.gif");	
	line-height: 12px;
	font-size: 12px;
	font-weight: bold;
}

.sl ul li a {				/*  Все ссылки в меню */
	outline: none;
	text-decoration: none;
	color: #0c3d91;
}

.sl ul li a:hover {			/*  Ссылки при наведении */
	color: #e83840;
}

.sl ul li.sublevel a.sublevel {		/*  Подпункты в меню */
	color: #818080;
}

.sl ul li.mainlevel_active li.sublevel_active li.sublevel a.sublevel,  .sl ul li.sublevel_current li.sublevel a.sublevel {	/*  Все ссылки в меню */
	color: black;
}

.sl ul li a#active_menu, .sl ul li.sublevel_active a.sublevel, .sl ul li.mainlevel_active a.mainlevel {
	color: #df5062;
}

.sl ul li ul li{
	background-image: url("../images/green_point.gif");	
}

.sl ul li ul li a{
	color: #9695a1;	
}

.sl ul li ul li ul li{
	background-image: url("../images/blank_point.gif");	
	background-position: left center;
	font-size: 90%;
	font-weight: normal;
}



/* Sidebar Right
-----------------------------------------------------------------------------*/
.sr {
	float: right;
	width: 170px;
	position: relative;
	margin-left: -100%;
	line-height: 24px;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	margin: 0 auto;
	margin-bottom: 20px;
	min-width: 960px;
	width: 96%;
	height: 40px;
	font-size: 80%;
	text-align: justify;
	line-height: 10px;
	border-style: solid;
	border-color: #acacac;
	border-width: 1px;
	border-right-color: #5da243;
	border-right-width: 20px;
	border-left-color: #5da243;
	border-left-width: 20px;
}

#left_footer {
	float: left;
	width: 360px;
	margin-left: 10px;
}
#right_footer {
	float: right;
}

#center_footer {
	float: left;
	padding-left: 20px;
	width: 500px;
	margin: 0 auto;
}

/* Контакты
-----------------------------------------------------------------------------*/

#component-contact div img {
	width: 300px;
	height: 225px;
}
