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;
}


hr{ border: 1px dashed #0e5daa; width: 766px; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
.editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6 {
	color: #297AA3;
	margin-bottom: 0.5em;
	font-weight: 300;
}
.editor h1 {
	font-size: 2em;
	margin-bottom: 0.25em;
	line-height: 1.3em;
}
.editor h2 {
	font-size: 1.571em;
}
.editor h3 {
	font-size: 1.429em;
}
.editor h4 {
	font-size: 1.286em;
	line-height: 1.2em;
}
.editor h5 {
	font-size: 1.214em;
}
.editor h6 {
	font-size: 1.143em;
}
.editor p, .editor ul, .editor ol, .editor table {
	margin-bottom: 0.5em;
	line-height: 1.5em;
}
.editor ul, .editor ol {
	margin-left: 2.5em;
}

#wrapper {
	width: 100%;
	margin: 0px;
	background-image: url(../img/mw_bg.png);
	background-repeat: repeat-x;
}
body {
	line-height: 1;
	margin: 0px;

}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong {
	font-weight: 600;
}

header.main, nav.main, section#main, footer.main {
	width:980px;
	margin: 0 auto;
	position: relative;
	overflow: auto;
}

header.main {
	text-align: center;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
}

header.main #logo {
	margin-top: 10px;
}

header.main form {
	float: right;
}

nav.main {
	color: #FFF;
	font-weight: bold;
	height: 40px;
	text-align: center;
}

nav.main ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: center;
}

nav.main ul li a {
	display:block;
	padding:10px 9px;
	color:#FFF;
	text-decoration: none;
}

nav.main ul li a:hover {
	text-decoration: underline;
}

nav.main ul ul {
	display:none;
}

section#main {
	padding:10px 0;
	font-family: Arial,Helvetica,sans-serif;
}

section#main #content {
	float: none;
	width: 95%;
	margin-right: auto;
	text-align: center;
	margin-left: auto;
}
.red {
	font-size: 16px;
	color: #C30;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 30px;
}

footer.main {
	border-top: 1px solid #CCC;
	clear: both;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	text-align: center;
}

footer.main nav {
	float:left;
}

footer.main nav ul li {
	display:block;
	float:left;
}

footer.main nav ul li a {
	display:block;
	padding-right: 10px;
	margin-right:10px;
	border-right: 1px solid #CCC;
	color:#3399CC;
}

footer.main nav ul li:last-child a {
	border-right: 0;
}

footer.main nav ul li a:hover {
	color:#297AA3;
}

footer.main nav ul ul {
	display:none;
}

footer.main .legal {
	float:right;
}
.contacts {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}
.centre {
	text-align: center;
}
.editor p {
	text-align: justify;
}
.sale_catalogue {
	border: 1px solid #145EAA;
	padding: 20px 0 20px 0;
	margin:	10px 0 20px 0;
	border-radius: 10px;
}
.sale_catalogue h1 a {
	color: #297AA3;
    font-weight: 300;
    margin: 25px 0 5px 0;
}

