﻿@charset "utf-8";
/* CSS Reset browsers */
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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

* { margin: 0; padding: 0; }

body {
	margin: 0;
	padding: 0;
	font: 12px/19px Verdana, Arial normal;
	text-align: justify;
	text-decoration: none;
	background: url(../img/bg-2.png) no-repeat center top #eeeeee;
	background-size: cover;
	color: #686868;
}

.wrapper {
	width: 940px;
	margin: 40px auto auto auto;
	padding: 0;
	overflow: hidden;
}

header {
	height: 66px;
	margin: 0;
	padding: 0;
	overflow:hidden;
	background: url(../img/menu-bg.png) no-repeat top left;
}

h1 { font: 27px/30px Arial normal; padding: 0 0 10px 0;}
h2 { font: 16px/30px Arial normal; padding: 5px 0; font-weight: bold; width: 500px; border-bottom: 1px solid #E8E8E8;}
a { text-decoration: none;  color: #1e1e1e;}
a:hover { text-decoration: underline;}
ul { padding: 0 40px; }
span { color: #024b9a; }
p { padding: 8px 0;}
.clearer { clear: both; }
p.data { padding: 5px 0; }
span.info { font-weight: bold; text-decoration: underline; }

figure#logo { float: left; margin: 0; padding: 0;}
nav { float: right; margin: 0; padding: 0;}
nav ul { list-style: none; margin: 0; padding: 0 50px; overflow: hidden; }
nav ul li { float: left;  text-transform: uppercase;  margin: 18px 0 0 10px; }
nav ul li a { text-decoration: none; color: #FFFFFF; display: block; padding: 7px 10px; font-weight: bold; }
nav ul li a:hover, nav ul li a.current { background: #FFFFFF; color: #024b9a; border-radius: 5px; text-decoration: none; }
#slide-show { height: 500px; background: #FFFFFF; border: 1px solid #E8E8E8; border-radius: 0 0 8px 8px; }
#slider { margin: 0 auto; width: 900px; }
#content { width: 900px; height: auto; margin: 20px auto; padding: 20px 19px; background: #FFFFFF; border: 1px solid #E8E8E8; border-radius: 8px; }
article#page { width: 100%; height: 100%; margin: 0; padding: 0; }
article#about, article#privacy, article#contacts {
	width: 600px; float: left; height: auto; padding: 0 15px 0 0; border-right: 1px solid #E8E8E8;
}
aside#ads { width: 240px; float: left; height: auto;  padding: 0; margin: 0 0 0 20px; }
#footbg {width: 100%; height: 46px; background: url(../img/h2.gif) repeat-x top left; }
footer { width: 940px; height: 46px; margin: 0 auto; padding: 0; color: #FFFFFF; text-align: center; line-height: 30px; font-weight: bold; }
footer a { color: #FFFFFF; }

form { padding: 10px 0 0 0; }
label { width: 100px; float: left; clear: left; height: 35px; line-height: 35px; font-weight: bold; color: #686868;  }
input { padding: 3px 8px; margin: 5px 0; float: left; width: 250px; border: 1px solid #d2d2d2; color: #686868;  }
textarea { margin: 10px 0 0 0; float: left; padding: 3px 8px; color: #686868; border: 1px solid #d2d2d2; min-width: 480px; max-width: 480px; min-height: 200px; max-height: 200px; }
input[type=submit], input[type=reset] { width: 100px; margin: 10px 0 0 106px; background: #FFFFFF; border-radius: 4px; font-weight: bold;}	