h1,h2,h3,h4 {
	font-family: Verdana;
}
.page-wrapper {
	background: #fff;
	color: #000000;
	font-family: Verdana;
	font-size: 13px;
	line-height: 17px;
}
.page-wrapper h2 {
	color: #000;
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
	margin: 0;
	padding: 5px 0;
}
ul b {
	display: inline;
}

.center.site-path {
	width: 936px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.footer-padder {
	height: 457px;
}
.site-footer {
	background: url("../images/footer/footer.png") 0 0 repeat-x #353f4c;
	font-size: 13px;
	line-height: 20px;
	height: 353px;
}
.site-footer ul {width: 240px; margin: 0 !important;}
.site-footer ul li {
    padding: 0 12px 0 0;
}
.site-footer li.f-header {
	font-size: 13px;
	padding: 3px 0 9px;
}
.site-footer .footer-top {
	min-height: 135px;
	padding: 40px 0;
}
.site-footer .footer-bottom {
	background: none;
	color: #c1c8d1;
	font-size: 13px;
	line-height: 20px;
	padding: 30px 0 0;
	width: auto;
	margin: 0;
}
.site-footer .devider {
	background: url("../images/footer/footer-delim.png") 0 0 repeat-x transparent;
	border: 0;
	height: 2px;
	margin: 0;
}
.site-footer a, .site-footer a:hover{
	color: #c1c8d1;
}

.site-header,
.header-menu-line,
.site-footer {
	min-width: 960px;
}
.center {
	margin: 0 auto;
	width: 960px;
}

.m50 {
	padding-right: 50px;
}

/*Алерт для без-JS*/
.no-js-alert {
	background-color: #ff9;
	background-image: linear-gradient(to bottom, #ffc, #fd66);
	line-height: 25px;
	padding: 10px;
	font-size: 16px;
	text-align: center;
}
.js-on .no-js-alert {display: none;}