@import url('reset.css');
@font-face {
	font-family: 'my';
	src: url('myriadpro-regular-webfont.eot');
	src: local('Myriad Pro'), url('myriadpro-regular-webfont.woff') format('woff'), url('myriadpro-regular-webfont.ttf') format('truetype'), url('myriadpro-regular-webfont.svg#webfontn0UqP6PD') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'my';
	src: url('myriadpro-semibold-webfont.eot');
	src: local('Myriad Pro'), local('MyriadProSemibold'), url('myriadpro-semibold-webfont.woff') format('woff'), url('myriadpro-semibold-webfont.ttf') format('truetype'), url('myriadpro-semibold-webfont.svg#webfontm1EMKbvp') format('svg');
	font-weight: normal;
	font-style: normal;
}
.error:first-child {
	margin-top: -5px;
}
.error {
	color: red;
	position: absolute;
	font-size: 11px;
font-weight: normal;
margin-top: -3px;
display: block;
}
body {
	text-align: center;
	font-family: 'my';
	font-style: normal;
	font-size: 13px;
	color: #000;
	background: url('images/bg.jpg') top center no-repeat;
}
a {
	color: #000;
}
body > * {
	position: relative;
	width: 1024px;
	text-align: left;
	margin: 0 auto;
	clear: both;
}
body > header {
	height: 225px;
}
body > header > a img {
	margin: 3px 0px;
}
body > header > p {
	position: absolute;
        width: 266px;
        top: 44px;
        left: 130px;
        line-height: 19px;
        font-size: 20px;
}
body > header > p b {
	font-weight: normal;
	color: #ca1414;
}
body > header > address {
	width: 340px;
	position: absolute;
	top: 35px;
	left: 375px;
	height: 80px;
	font: normal 22px georgia, garamond, serif;
	background: url('images/contacts.gif') 225px 30px no-repeat;
}
body > header > address > b {
	font-weight: normal;
	font-size: 28px;
}
body > header > address:first-letter {
	font-size: 28px;
}
body > header > address a {
	font-size: 15px;
	position: absolute;
	left: 225px;
	top: 8px;
}
body > header > address > a[rel='noreferrer'] {
	color: #026eba;
	background: url('images/mail.gif') 5px 7px no-repeat;
	left: 25px;
	top: 35px;
	padding-left: 20px;
}
body > header > address sub,
body > header > address sup {
	position: absolute;
	top: 0px;
	font: normal 16px georgia, garamond, serif;
}
body > header > address sub {
	top: 3px;
	position: relative;
}
body > header > address > code {
	font: normal 28px sans-serif, tahoma, arial;
}
body > header > address > i {
	font-style: normal;
	text-decoration: none;
	position: absolute;
	left: 190px;
	top: 3px;
}
body > header > form {
	display: block;
	position: absolute;
	right: 40px;
	top: 48px;
}
body > header > form input {
	height: 23px;
	line-height: 23px;
	width: 190px;
	padding-left: 25px;
	font: normal 13px arial, tahoma, sans-serif;
	color: #bbb;
	background: #fff url('images/lupa.gif') 5px no-repeat;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px; 
}
body > header > form input:focus {
	-webkit-box-shadow: 0px 0px 5px 1px #ccc;
	-moz-box-shadow: 0px 0px 5px 1px #ccc;
	box-shadow: 0px 0px 5px 1px #ccc;
	border: 1px solid #bbb;
}
body > header > nav {
	position: absolute;
	left: 210px;
	top: 145px;
}
body > header > nav ul {
	list-style: none;
}
body > header > nav ul li {
	padding: 5px 5px 30px 5px;
	max-width: 150px;
	float: left;
	border-right: 1px solid #e7e8e8;
	text-align: center;
}
body > header > nav ul li a {
	font: normal 16px 'Times New Roman';
	color: #464462;
	text-transform: uppercase;
	text-align: left;
	display: block;
	padding: 2px 5px;
}


body > header > nav ul li.last {
	border: none;
}
body > header > nav ul li.active,
body > header > nav ul li:hover {
	background: url('images/arrow.gif') 145px 60px no-repeat;
}
body > header > nav ul li.active a,
body > header > nav ul li:hover a,
body > header > nav ul a:hover {
	background: #c00000;
	color: #fff;
	text-decoration: none;
}
body > header .center {
	padding-left: 30px;
	padding-right: 50px;
}
body > section {
	padding: 10px 0px;
}
body > section > aside {
	float: right;
	width: 340px;
	padding: 15px 0px 20px 0px;
	background: url('images/sidebar.jpg') -3px 43px no-repeat;
}

ul {
font: normal 14px 'serif';
}

#msg {
	font: normal 14px 'my';
	margin-left: 9px;
	width: 258px;
	padding: 18px 20px 20px 18px;
	color: #fff;
}
#msg label,#msg input, #msg textarea {
	display: block;
	margin: 8px 0px 18px 0px;
	*margin-top: 18px;
	_margin-top: 18px;
	font: normal 14px 'my';	
}
#msg input {
	height: 29px;
	margin-left: 35px;
	width: 220px;
	border: none;
	background: none;
	line-height: 29px;
}
#msg button {
	position: absolute;
	background: #c00000;
	border: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
	text-transform: uppercase;
	padding: 3px;
	color: #fff;
	cursor: pointer;
	right: 40px;
	width: 86px;
	margin-top: -12px;
	font: normal 12px arial, tahoma, sans-serif;
}
#msg button:active {
	margin-top: -11px;
	right: 39px;
}
#msg button:hover {
	background: #464462;
}
#msg input[name='phone'] {
	margin-top: 14px;
}
#msg textarea {
	height: 150px;
	width: 255px;
	padding: 2px;
	color: #444;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #368fdf;
	font: normal 14px 'serif';
	margin-top: 12px;
}
#msg button {
	
}

body > section > aside h2{
	padding: 2px 0px 10px 5px;
	font: normal 17px 'Times New Roman';
	color: #464462;
	text-transform: uppercase;
	text-align: left;
	display: block;	
}
body > section > aside > nav ul {
	list-style: outside url('images/marker.jpg');
	margin-left: 45px;
}
body > section > aside > nav ul li {
	padding-top: 3px;
}	
body > section > article {
	margin-right: 330px;
	padding-left: 20px;
}
body > section > article h1 {
	font: normal 20px 'Times New Roman';
	margin: 0px 0px 15px 40px;
	text-transform: uppercase;
	color: #464462;
}
body > section > article p {
	margin-left: 40px;
	margin-top: 5px;
	font: normal 14px 'serif';
	padding-right: 20px;
}
body > footer {
	height: 100px;
	background: url('images/logo2.png') left no-repeat;
}
body > footer > ul {
	margin-left: 300px;
}
body > footer > ul li {
	width: 130px;
	height: 20px;
	margin-top: 35px;
	float: left;
	border-right: 1px solid #333436;
	text-align: center;
	display: block;
	line-height: 18px;
	
}
body > footer > ul li:first-child {
	border-left: 1px solid #333436;
}
body > footer > ul li a {
	font: normal 13px 'my';
	color: #333436;
	text-align: center;
	display: block;
	padding: 2px 5px;
}
body > footer > a {
	position: absolute;
	right: 30px;
	top: 30px;
}
.home_big {
	height: 361px;
	width: 638px;
	background: url('../images/home_big.jpg') no-repeat;
}
.home_big ul {
	position: absolute;
	top: 177px;
	left: 450px;
	list-style: none;
}
.home_big ul li {
	padding: 5px 0px;
}
.home_big ul li a {
	text-decoration: none;
	font: bold 14px arial, tahoma, sans-serif;
	color: #fff;
}

.pageList li {
display: inline;
padding-left: 5px;
}

.pageList {
padding-top: 10px;
}

.pageList .active {
color: blue;
}

.button_box a{
	color: #026eba;
	background: url('images/mail.gif') 5px 7px no-repeat;
	left: 25px;
	top: 35px;
	padding-left: 20px;
}

#fade { 
	display: none; /* Скрыто по умолчанию */
	//background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
#zakrit { 
position: absolute;
left: 327px;
top: 0px;
}