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;
	vertical-align: baseline;
}
/* input[type="submit"] {border: 0;} */
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, header, aside {
	display: block;
}
body {
	line-height: 120%;
	color: #4C4C4C;
	background-color: #FFFFFF;
	font: 1em/1.2em Verdana, Tahoma, "Lucida Grande", Helvetica, Arial, sans-serif;
	width: 100%;
	min-width: 800px;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	color: #007CC5;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
h4 {font-size: 125%;}
.clear {clear: both;}

/* float: left  header #svg {float: left;}*/
/* float: right  aside#r_s #sidebar {float: right;}*/
/* clear: both; */ footer {clear: both;}

/* Градиент 1 */
nav a {
	background: #007CC5; /* Old browsers */
	background: -moz-linear-gradient(top, #FFFFFF 0%, #FFFFFF 7%, #007CC5 70%, #007CC5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6699ff), color-stop(43%,#2652a8), color-stop(53%,#03369a), color-stop(100%,#00225c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #6699ff 0%,#2652a8 43%,#03369a 53%,#00225c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #6699ff 0%,#2652a8 43%,#03369a 53%,#00225c 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #6699ff 0%,#2652a8 43%,#03369a 53%,#00225c 100%); /* IE10+ */
	background: linear-gradient(top, #6699ff 0%,#2652a8 43%,#03369a 53%,#00225c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6699ff', endColorstr='#00225c',GradientType=0 ); /* IE6-9 */}
/* Градиент 2 */
nav a:hover {
	background: #FF6600; /* Old browsers */
	background: -moz-linear-gradient(top, #FFFFFF 0%, #FFFFFF 7%, #FF6600 70%, #FF6600 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6699ff), color-stop(43%,#2652a8), color-stop(53%,#03369a), color-stop(100%,#00225c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #6699ff 0%,#2652a8 43%,#03369a 53%,#00225c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #6699ff 0%,#2652a8 43%,#03369a 53%,#00225c 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #6699ff 0%,#2652a8 43%,#03369a 53%,#00225c 100%); /* IE10+ */
	background: linear-gradient(top, #6699ff 0%,#2652a8 43%,#03369a 53%,#00225c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6699ff', endColorstr='#00225c',GradientType=0 ); /* IE6-9 */}
/* Тени CSS3 */
nav a {
	box-shadow: 1px 1px 1px #aaa;
	-webkit-box-shadow: 1px 1px 1px #aaa;
	-moz-box-shadow: 1px 1px 1px #aaa;
	-o-box-shadow: 1px 1px 1px #aaa;
	-khtml-box-shadow: 1px 1px 1px #aaa;
}
nav a {
	text-shadow: -1px -1px 1px #999;
	-webkit-text-shadow: -1px -1px 1px #999;
	-moz-text-shadow: -1px -1px 1px #999;
	-o-text-shadow: -1px -1px 1px #999;
	-khtml-text-shadow: -1px -1px 1px #999;
}
/* закругляем уголки */
nav a {
	border-radius: 0 0 1em 1em;
	-moz-border-radius: 0 0 1em 1em;
	-webkit-border-radius: 0 0 1em 1em;
	-khtml-border-radius: 0 0 1em 1em;
	-o-border-radius: 0 0 1em 1em;
}

/* Инпуты 
input[type="text"], input[type="password"]{
	border: 2px #D4D0C8 inset;
}*/

/* font-size: 75%; 
table.tablebg, #user, #search, #mod, .p_h span {
	font-size: 75%;
}*/
/* font-size: 90%; 
#mod select {
	font-size: 90%;
}*/
/* white-space: nowrap; 
table.tablebg th, .n_w {white-space: nowrap;}*/


header {
	height: 114px;
	
}
header #logo {
	float: left;
	margin: 20px 40px 10px;
}
header #tel {
	text-align: center;
	float: left;
	margin: 20px;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #007CC5;
}
header #tel span {
	font-size: 1.2em;
	font-weight: bold;
}
nav {
	margin-right: 250px;
	margin-left: 10px;
}
nav ul {
	list-style-type: none;
	display: table-row;
}
nav ul li {
	/*text-transform: uppercase;*/
	font-style:normal; 
	font-variant:normal;
	width: auto;
	display: table-cell;
	text-align: center;	
	vertical-align: bottom;
	/* для осла */
	_float: left;
	_padding: 0px 10px 0 10px;
	_line-height: 40px;
}
nav ul li a {
	height: 25px;
	text-decoration: none;
	width: 300px;
	/* height: 40px;
	font-weight:bold; */
	display: table-cell;
	vertical-align: middle;
	white-space: nowrap;
	cursor: pointer;
	font-size: .8em;
	padding: 5px 10px 0;
	color: #fff;
}
nav ul li a:hover {text-decoration: none;color:#fff;}


#novinki {
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg); /* IE 9 */
	-webkit-transform: rotate(-90deg); /* Safari and Chrome */
	-o-transform: rotate(-90deg); /* Opera */
	-moz-transform: rotate(-90deg); /* Firefox */
	
	border-radius: 2em 2em 0 0;
	
	background-color: #FF6600;
    color: #FFFFFF;
    height: 128px;
    text-align: center;
    width: 128px;
	z-index: -1;
    border: 1px solid #FF6600;
}
#slider2 {
    float: left;
    height: 128px;
    margin: 20px 10px;
	position: relative;
	z-index: 5;
}
#slider2 #carousel{
	margin-left: -65px;
	border-top: 1px solid #FF6600;
	border-bottom: 1px solid #FF6600;
}
#slider2 #carousel, .prev, .next {
	background: #007CC5; /* Old browsers */
	background: -moz-linear-gradient(top, #EEEEEE 0%, #FFFFFF 10%, #EEEEEE 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6699ff), color-stop(43%,#2652a8), color-stop(53%,#03369a), color-stop(100%,#00225c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #6699ff 0%,#2652a8 43%,#03369a 53%,#00225c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #6699ff 0%,#2652a8 43%,#03369a 53%,#00225c 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #6699ff 0%,#2652a8 43%,#03369a 53%,#00225c 100%); /* IE10+ */
	background: linear-gradient(top, #6699ff 0%,#2652a8 43%,#03369a 53%,#00225c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6699ff', endColorstr='#00225c',GradientType=0 ); /* IE6-9 */
	
	height: 128px;
}
.prev, .next  {
	cursor: pointer;
    font-weight: bold;
    line-height: 122px;
    text-align: center;
    width: 40px;
	color: #007CC5;
}
.prev {
	border-radius: 2em 0 0 2em;
	margin-left: -105px;
	border-top: 1px solid #FF6600;
	border-bottom: 1px solid #FF6600;
	border-left: 1px solid #FF6600;
}
.next {
	border-radius: 0 2em 2em 0;
	border-top: 1px solid #FF6600;
	border-bottom: 1px solid #FF6600;
	border-right: 1px solid #FF6600;
}
.prev:hover, .next:hover  {
	color: #FF6600;
}
#carousel li {
	padding: 5px 15px;
	font-size: 75%;
	line-height: 140%;
	border: 1px solid #EEE;
}

#slider2 div {float: left;}

#slider {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 6;
}

#slider2 ul {
	list-style-type: none;
}
#slider2 a {float: left; width: 126px; height: 126px;}

#login {
	border: 1px solid #007CC5;
	border-right: 0;
    float: left;
    height: 128px;
    position: relative;
    width: 545px;
	margin: 20px 0 10px -40px;
	z-index: 4;
}
#login div {
	margin: 10px 80px;
}


section {
	display: inline-block;
	width: 80%;
}
article {
	float: left;
	margin-bottom: 20px;
}
section#col_3 article {
	width: 33%;
}
section#col_2 article {
	width: 50%;
}
#col {
	position: fixed;
	top: 0;
	right: 0;
	background-color: #f0f;
	margin: 10px;
	padding: 10px;
	z-index: 99;
	cursor: pointer;
}
article h1 {
	font-size: 100%;
	margin: 15px 20px;
	line-height: 150%;
	display: block;
}
article img {
	float: left;
	margin: 15px;
}
article > a {
	font-size: 75%;
}

#sidebar {
	display: inline-block;
	width: 20%;
	vertical-align: top;
}
#sidebar div {
	border: 1px solid #eee;
	border-radius: .7em 0 0 .7em;
	margin: 10px;
}
#sidebar div span {
	background-color: #007CC5;
	display: block;
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding: 0 10px;
	border-radius: .7em 0 0 0;
	height: 26px;
	line-height: 26px;
}
#sidebar li, #sidebar form {
	list-style-type: none;
	font-size: 75%;
	margin: 10px;
}

footer {
	font-size: 80%;
    font-weight: bold;
    text-align: center;
}