body {
	background-color: #0f3e8d;
	min-width: 990px;
}

img {
	display: block;
}

a {
	color: #0e3985;
	text-decoration: underline;
}

a:hover, .main-menu-list li a:hover, a.h:hover {
	color: #000;
	text-decoration: underline;
}

.punct { /* Для блоков имеющих внизу пунктир */
	border-bottom: 1px dashed #e0e0e0;
}

#main {
	width: 988px;
	margin: 0 auto;
	background-color: #fff;
	background: url("../i/body.png") repeat-y;
}

/* Заголовок */

/* Заголовок */
#header {
	width: 100%;
	height: 371px;
	background: url("../i/header.gif") no-repeat top;
}

.header-wrap {
	width: 788px;
	float: left;
}

.header-link {
	width: 788px;
	height: 100px;
}

.main-menu {
	padding-left: 224px;
}

.main-menu ul {
	/*width: 564px;*/
}

.main-menu-list li, .footer-menu-list li {
	font-size: 1.2em;
	line-height: 1;
	float: left;
	padding-right: 1ex;
	margin-right: 1ex;
	border-right: 1px solid #000;
}

.main-menu-list li a {
	color: #0f3e8d;
	text-decoration: none;
}

li.main-menu-list_last, li.footer-menu-list_last {
	border: none;
	margin: 0;
	padding: 0;
}

div.main-menu-others {
	padding: 14px 0 0 10px;
	text-align: right;
}

input.search {
	font-size: 1.3em;
	background: transparent;
	border: 1px solid #7eaeff;
	color: #7eaeff;
}

ul.main-menu-links {
	font-size: 1.1em;
	margin-top: 1em;
	text-align: right;
	line-height: 2;
}

ul.main-menu-links li a {
	color: #7eaeff;
}

ul.main-menu-links li a:hover {
	color: #fff;
}

.submenu {
	position: absolute;
	padding: .8em;
	background-color: #e8e8e8;
	border: 1px solid #0f3e8d;
}

.sub-list li {
	font-size: 1em;
	border: none;
	margin-bottom: .4em;
	float: none;
}

li.submenu-hover {
	background-color: #0f3e8d;
}
/* /Заголовок */

/* Основной контент */
#content {
	margin-top: -251px;
}

.sidebar-left, .sidebar-right {
	width: 180px;
	padding: 0 10px 1em 10px;
	float: left;
	line-height: 1.2;
}

.sidebar-left, .sidebar-right  {
	padding-top: 40px;
}

.content-center {
	width: 568px;
	padding: 1em 10px;
	float: left;
}

a.h {
	font-size: 1.5em;
	font-weight: bold;
	color: #0e3b87;
}

.side-block {
	padding: 1em 0;
	font-size: 1.3em;
}

.side-block img:hover {
	opacity: 0.8;
}
/* /Основной контент */

#footer {
	width: 100%;
	height: 76px;
	text-align: center;
	color: #fff;
	background-image: url("../i/footer.gif");
}

.footer-wrap {
	width: 50%;
	margin-left: 50%;
	padding-top: 1.1em;
}

.footer-menu {
	margin-left: -50%;	
}

.footer-menu-list li a {
	color: #fff;
	text-decoration: none;
}

.footer-menu-list li a:hover {
	text-decoration: underline;
}

.copyright {
	width: 80%;
	margin: 1em 10%;
	text-align: center;
}