html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline:0;
	font-size: 100%;	
	vertical-align: baseline;
	background:transparent;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body, html {
	height:100%;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, select {
    vertical-align:middle;
	outline:none;
	margin:0px;
	padding:0px;
}
textarea {
	outline:none;
	resize:vertical;
}

table {
	width:100%;
}
h1, h2, h3, h4, h5 {
	color:#2a589c;
	font-weight:bold;
}
h1 {
	color:#3f3f3f;
	font-size:30px;
	line-height:34px;
	padding-bottom:10px;
}
h2 {
	font-size:20px;
	line-height:28px;
	padding-bottom:10px;
}
h3 {
	font-size:20px;
	color:#3f3f3f;
	padding-bottom:22px;
}

/* typographic styles */
body {
	font: 14px/24px Verdana, Tahoma, Arial, sans-serif;
	height: 100%;
	color:#2f2f2f;
	background-color:#FFF;
}
p {
	padding:0 0 18px 0;
}

ul {
	padding-left:18px;
}
ul li {
	padding-left: 20px;
	color: #3a3a3a;
}
a {
	text-decoration:underline;
	color:#3f3f3f;
}
a:hover {
	text-decoration:none;
}
/* typographic styles end */



/* main blocks */
.wrapper {
	margin:0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: hidden;
	min-width:1000px;
}
.header {
	height: 180px;
	position:relative;
	z-index:2;
}
.content {
	padding: 0 0 150px 0;
	position:relative;
	z-index:3;
	overflow:hidden;	
}
.footer {
	margin: -100px auto 0;
	height: 100px;
	position: relative;
	z-index:3;
	overflow:hidden;
	text-align:center;
	color:#727272;
}
.max-wrap {
	width: 980px;
	padding:0 10px;
	margin: 0 auto;
}

.logo {
	width:355px;
	margin:20px auto 30px;
}
.abc-list {
	padding:0;
	margin:0;
	list-style-type:none;
	overflow:hidden;
	background:none;
	text-align:center;
}
.abc-list li {
	display:inline-block;
	padding:0 7px;
	margin:0;
	border-left:1px solid #636363;
}
.abc-list li:first-child {
	border-left:none;
}
.abc-list a {
	color:#ff6a00;
	font-size:18px;
}

.left-sb {
	float:left;
	width:295px;
	text-align:center;
}

.conteiner,
.article {overflow:hidden;}
.article {
	padding:27px 0;
	background:url(/images/border.png) right top no-repeat;
}
.article:first-child {
	padding-top:0;
	background:none;
}
.article figure {
	float:left;
	margin-right:30px;
}
.article h2 {
	line-height:24px;
	font-size:18px;
}
.article h2 a {
	color:#cd6a29;
	font-weight:normal;
}
.article h3 {
	line-height:24px;
	font-size:18px;
}
.article h3 a {
	color:#cd6a29;
	font-weight:normal;
}
.copyright {padding-top:40px;}
