* {
	margin: 0;
	padding: 0;
}
body {
	background: url(../images/body_bg.png) 50% 0 repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5e6982;
}
a {
	color: #4499d9;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 8px 0;
}
h1 {
	font-size: 18px;
	text-transform:uppercase;
	margin: 0 0 10px 0;
}
h2 {
	font-size: 17px;
	margin: 0 0 8px 0;
}
h3 {
	font-size: 14px;
	text-transform:uppercase;
	font-weight: normal;
	margin: 0 0 8px 0;
}
h4 {
	font-size: 14px;
	margin: 0 0 8px 0;
}
#bg {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	background: url(../images/sb_nav_bg.png) 0 0 repeat-y;
}
table {
	border-collapse: collapse;
	font-size: 14px;
	width: 100%;
	border-bottom: 2px solid #ddd;
	margin: 15px 0;
}
table th {
	font-weight: normal;
	padding: 5px 0;
	background:#ddd;
	border-bottom: 1px solid #fff;
}
table td {
	padding: 5px;
	border-bottom: 1px solid #fff;
	color: #444;
}
input[type="button"],input[type="submit"],input[type="reset"],button {
	color: #fff;
	background-color: #8990a5;
	border: 1px solid #636e86;
	padding: 3px 20px;
	margin: 0 10px 0 0;
	font-size: 14px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
header, article, nav, aside, footer, figure {
	display: block;
	position: relative;
}
/*Шапка*/
header {
	width: 1200px;
	background: #FFF url(../images/header_top_line.png) 0 0 repeat-x;
	padding: 4px 0 0 0;
	border-bottom: 4px solid #4499d9;
}
header .logo {
	float: left;
	diaplay: block;
	padding: 31px 0 0 20px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #5e6982;
}
header .logo p {
	margin: 0;
}
header .logo p:first-child {
	padding: 0 0 0 10px;
}
header .phones_email {
	height: 140px;
}
header .phones_email > div {
	float: right;
	padding: 25px 15px 0 40px;
	font-size: 16px;
	font-family:"Times New Roman", Times, serif
}
header .phones_email .email {
	height: 83px;
	background:url(../images/shadow_mail.png) 100% 0 no-repeat;
}
header .phones_email .email > a {
	padding: 0 5px 0 27px;
	float: right;
	background: url(../images/ico_mail.png) 0 2px no-repeat;
}
header .phones_email .email .query{
	height: 30px;
	text-align: right;
	line-height: 30px;
	border: 1px solid #a5a5a5;
	padding: 0 6px;
	margin: 10px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: none;
	float: right;
	clear: both;
}
header .phones_email .query a {
	padding: 3px 3px 4px 3px;
	border: 1px solid #cacaca;
	background: #efefef;
	border-radius: 2px;
	color: #444;
	text-decoration: none;
}
#query_window {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background:url(../images/image_hover_bg.png) 0 0 repeat;
	width: 100%;
	height: 100%;
	z-index: 3000;
	display: none;
}
#query_window .query_window {
	width: 780px;
	min-height: 100px;
	background:#fff;
	box-shadow: 0 0 3px #777;
	position: absolute;
	padding: 15px;
	top: -100%;
	left: 50%;
	margin: -100px 0 0 -405px;
}
#query_window .query_window h2 {
	color: #434343;
	margin: 0 0 15px 0;
}
#query_window .query_window table {
	border-collapse: collapse;
	font-size: 14px;
	width: 100%;
	border-bottom: 2px solid #ddd;
	margin: 0 0 15px;
}
#query_window .query_window table th {
	font-weight: normal;
	padding: 5px 0;
	background:#ddd;
	border-bottom: 1px solid #fff;
}
#query_window .query_window table td {
	text-align: center;
	padding: 5px;
	border-bottom: 1px solid #fff;
	color: #444;
}
#query_window .query_window table th.name,
#query_window .query_window table td.name {
	width: 160px;
	padding: 5px 30px 5px 5px;
	font-weight: bold;
}
#query_window .query_window table td.name {
	color: #444;
	text-align: left;
}
#query_window .query_window table td[rowspan] span {
	cursor: pointer;
}
#query_window .query_window td[rowspan] span.deleted {
	width: 23px;
	height: 23px;
	display: block;
	background:url(../images/querty_deleted.png) 50% 50% no-repeat;
	float: right;
	margin: 0 -23px 0 0;
	clear: left;
}
#query_window .query_window table tr:nth-child(2n) {
	background: #f2f2f2;
} 
#query_window .query_window table input {
	width: 70px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}
#query_window .query_window table input[disabled] {
	background: none;
	border: none;
	color: #444;
}
#query_window .query_window form > input[type="submit"],
#query_window .query_window form > input[type="button"] {
	color: #fff;
	background-color: #8990a5;
	border: 1px solid #636e86;
	padding: 3px 20px;
	margin: 0 0 0 20px;
	font-size: 14px;
	float: right;
}
#query_window .query_window .query_close {
	position: absolute;
	top: 15px;
	right: 15px;
	height: 25px;
	width: 27px;
	background:url(../images/querty_close.png) no-repeat 0 0;
	cursor: pointer;
}
#query_window .query_window .block_edit {
	display: none;
}
header .phones_email .phones {
	text-align: right;
	line-height: 20px;
	background:url(../images/ico_phone.png) 12px 26px no-repeat;
}
header form {
	width: 170px;
	height: 30px;
	position: absolute;
	bottom: 113px;
	right: 15px;
	background: url(../images/search_bg.png) 0 0 no-repeat;
}
header form input[type="text"] {
	width: 110px;
	height: 18px;
	margin: 1px;
	padding: 5px;
	border: none;
	float: left;
}
header form input[type="submit"] {
	width: 28px;
	height: 28px;
	border: none;
	background: none;
	float: right;
	margin: 1px;
	cursor: pointer;
}
header nav#top_nav {
	border-bottom: 4px solid #4499d9;
	clear: both;
	height: 40px;
	width: 1170px;
	padding: 0 15px;
	background-color: #5e6982;
}
header nav#top_nav a {
	font-size: 16px;
	color: #fff;
	padding: 0 20px;
	line-height: 40px;
	display: block;
	text-decoration: none;
	float: left;
}
header nav#top_nav a:hover,
header nav#top_nav a.selected {
	background-color: #4499d9;
}
header .image_line {
	width: 1200px;
	height: 104px;
	background:url(../images/images_line_bg.jpg) 0 0 no-repeat;
}
.regim {
    color:#4499d9;
	margin:40px 0 0 30px;
}
/*--Шапка--*/
/*Меню каталога*/
nav#sb_nav {
	width: 253px;
	overflow: hidden;
	float: left;
}
nav#sb_nav h2 {
	color: #fff;
	padding: 20px 0;
	text-transform:uppercase;
	font-weight:normal;
	text-align: center;
	background-color: #808080;
}
nav#sb_nav a {
	color: #444;
	text-decoration: none;
}
nav#sb_nav > ul {
	padding: 10px 0 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #e1e1e1;
	list-style: none;
	overflow: hidden;
}
nav#sb_nav > ul > li {
	display: block;
	border-top: 1px solid #e1e1e1;
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	color: #444444;
	background:url(../images/sb_li_bg.png) 18px 10px no-repeat;
	position: relative;
}
nav#sb_nav > ul > li > a {
	padding: 8px 40px;
	display: block;
	cursor: pointer;
}
nav#sb_nav > ul > li.nest {
	background-image: url(../images/sb_linest_bg.png);
}
nav#sb_nav > ul > li.nest span.inside {
	width: 24px;
	text-align: right;
	border-radius: 2px;
	border: 1px solid #cacaca;
	position: absolute;
	top: 8px;
	right: 10px;
	height: 14px;
	line-height: 14px;
	background-color: #efefef;
	font-size: 14px;
	color: #777;
	padding: 2px;
}
nav#sb_nav > ul > li.nest.outside_open,
nav#sb_nav > ul > li.nest.inside_open {
	background-color: #e9e9e9;
	background-image:url(../images/sb_liopen_bg.png);
	margin: 0 1px 0 0;
	padding: 0 0 8px 0;
}
nav#sb_nav li.selected {
	background-color: #fff;
	z-index: 10;
	border-left: 4px solid #4499d9;
}
nav#sb_nav li.selected:hover {
	margin: 0;
}
nav#sb_nav li.selected span {
	position: absolute;
	right: 0;
	height: 6px;
	width: 48px;
	display: block;
}
nav#sb_nav li.selected span.shadow_top {
	top: -6px;
	background:url(../images/shadow_sb_selected.png) 100% 0 no-repeat;
}
nav#sb_nav li.selected span.shadow_bottom {
	bottom: -6px;
	background:url(../images/shadow_sb_selected.png) 100% 100% no-repeat;
	z-index: 1000;
}
nav#sb_nav > ul > li:hover {
	background-color: #fff;
	margin: 0 1px 0 0;
}
nav#sb_nav > ul > li:hover span.inside {
	right: 9px;
}
nav#sb_nav > ul > li.nest.outside_open:hover span.inside,
nav#sb_nav > ul > li.nest.inside_open:hover span.inside {
	right: 10px;
}
nav#sb_nav > ul > li.selected {
	background-position: 14px 10px;
}
nav#sb_nav > ul > li.selected a {
	padding-left: 36px;
}
nav#sb_nav > ul > li.nest ul {
	list-style: none;
	display: none;
	margin: 8px 0 0;
}
nav#sb_nav > ul > li.nest.outside_open ul {
	display: block;
}
nav#sb_nav > ul > li.nest.outside_open ul li,
nav#sb_nav > ul > li.nest.inside_open ul li {
	position: relative;
	color: #666;
	margin: 1px 0 0 20px;
}
nav#sb_nav > ul > li.nest.outside_open ul li a,
nav#sb_nav > ul > li.nest.inside_open ul li a {
	padding: 8px 40px 8px 20px;
	display: block;
	background: url(../images/nest_li_open_hover.png) 5px 13px no-repeat;
}
nav#sb_nav > ul > li.nest.outside_open ul li:hover,
nav#sb_nav > ul > li.nest.inside_open ul li:hover {
	margin: 1px 0 0 20px;
	background-color: #fff;
}
nav#sb_nav > ul > li.nest.outside_open ul li:hover a,
nav#sb_nav > ul > li.nest.inside_open ul li:hover a {
	padding: 8px 40px 8px 20px;
}
nav#sb_nav > ul > li.nest.outside_open ul li.selected,
nav#sb_nav > ul > li.nest.inside_open ul li.selected {
	margin: 1px -1px 0 16px;
}
nav#sb_nav > ul > li.nest.outside_open ul li.selected a,
nav#sb_nav > ul > li.nest.inside_open ul li.selected a {
	padding: 8px 41px 8px 20px;
	background: none;
}

/*--Меню каталога--*/
/*Контент*/
article {
	width: 905px;
	padding: 0 15px 15px 0;
	float: right;
}
article h1 {
	padding: 15px 0 5px 0;
	border-bottom: 1px solid #dadada;
}
article h1 > span {
	border-bottom: 1px solid #5e6982;
	padding: 0 0 5px 0;
}
article .news {
	width: 410px;
	margin: -10px 0 0 0;
	padding: 15px 0 15px 40px;
	float: left;
	background: url(../images/news_left_line.png) 14px 0 repeat-y;
}
article .news h3 {
	margin: 0 0 0 -26px;
	padding: 4px 0 4px 26px;
	background: url(../images/news_head_bg.png) 0 0 no-repeat;
	font-weight: bold;
}
article .news h3 + time {
	margin: -5px 0 10px 0;
	display: block;
}
article .news h3 a {
	color: #5e6982;
	text-decoration: none;
}
article .news a.more {
	padding: 5px;
	margin: 10px 0 20px 0;
	display: inline-block;
	text-transform:uppercase;
	text-decoration: none;
	color: #5e6982;
	border: 1px solid #dadada;
}
article .news a.more:hover {
	color: #fff;
	background-color: #5e6982;
	border: 1px solid #475064;
}
/*Страница продукции*/
article ul.nav_to_page {
	list-style: none;
	overflow: hidden;
	margin: 15px 0 10px 0;
}
article ul.nav_to_page li {
	float: left;
	padding: 0 12px;
	border-left: 1px solid #5d5d5d;
	cursor: pointer;
	text-decoration: underline;
	margin: 0 0 10px 0;
}
article ul.nav_to_page li:first-child {
	border: none;
	padding: 0 12px 0 0;
}
article ul.nav_to_page li:hover {
	text-decoration: none;
}
article figure.product {
	display: block;
	padding: 15px;
	border-top: 5px solid #4499d9;
	background: #f5f5f5;
	overflow: hidden;
	margin: 0 0 15px 0;
}
article figure.product h2 {
	width: 700px;
	float: left;
	margin: 0 0 0 1px;
	color: #4499d9;
}
article figure.product hr {
	display: block;
	clear: both;
	color: #808080;
	height: 1px;
	background-color: #808080;
	margin: 0 0 15px 0;
}
article figure.product .param {
	float: right;
	width: 120px;
	height: 25px;
	border: 1px solid #dadada;
	margin: -5px 0 15px 0;
	line-height: 25px;
	padding: 0 0 0 10px;
	font-size: 14px;
	cursor: pointer;
}
article figure.product .param + .params {
	display: none;
}
article figure.product .param:hover {
	background:#5e6982;
	color: #fff;
	border: 1px solid #475064;
}
article figure.product .param.open_param {
	background: #f5f5f5;
	border: 1px solid #475064;
	border-bottom: none;
	z-index: 1000;
	position: relative;
}
/*article figure.product .param.open_param + .params {
	display: block;
}*/
article figure.product .param.open_param:hover {
	color: inherit;
}
article figure.product .params {
	display: block;
	border: 1px solid #475064;
	padding: 10px 40px;
	clear: both;
	position: relative;
	top: -16px;
	margin: 0 0 -1px 0;
	z-index: 100;
}
article figure.product .params ul {
	list-style: none;
	clear: both;
	display: block;
	overflow: hidden;
	margin: 0 0 10px 0;
}
article figure.product .params li {
	float: left;
	padding: 0 0 0 20px;
}
article figure.product .params li:first-child {
	padding: 0;
}
article figure.product .params label {
	font-size: 14px;
	height: 20px;
	display:block;
}
article figure.product .params li input {
	width: 128px;
	height: 23px;
}
article figure.product .params li input.button_add {
	width: 25px;
	height: 25px;
	margin: 20px 0 0 0;
	border: 1px solid #909090;
	background: url(../images/add_form_bg.png) 50% 50% no-repeat;
	cursor: pointer;
	padding: 0;
}
article figure.product .params li input.button_remove {
	width: 25px;
	height: 25px;
	border: 1px solid #909090;
	margin: 0;
	background: url(../images/remove_form_bg.png) 50% 50% no-repeat;
	cursor: pointer;
	padding: 0;
}
article figure.product .params > input[type="button"] {
	color: #fff;
	background-color: #8990a5;
	border: 1px solid #636e86;
	padding: 3px 20px;
	margin: 0 0 0 20px;
	font-size: 14px;
}
article figure.product .params > input.fch_class {
	margin: 0;
}
article figure.product .prod_img {
	width: 410px;
	float: left;
	text-align: center;
}
article figure.product .prod_img > a {
	color: #444;
	display: block;
	padding: 10px 0;
}
article figure.product .prod_img .image {
	width: 408px;
	border: 1px solid #808080;
	overflow: hidden;
	position: relative;
}
article figure.product .prod_img img {
	width: 408px;
}
article figure.product .image > a {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left:0 ;
	right: 0;
	bottom: 0;
	background:url(../images/image_hover_bg.png) 0 0 repeat;
	display: none;
}
article figure.product .image > a > span {
	width: 51px;
	height: 45px;
	background:url(../images/image_open_bg.png) 0 0 no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -22px 0 0 -25px;
}
article figure.product .image:hover > a {
	display: block;
}
article figure.product .prod_descript {
	width: 440px;
	float: right;
	color: #444;
}
article figure.product .prod_descript b {
	color: #000;
}
/*--Страница продукции--*/
/*Форма отправки запроса*/
table.cartPositionRows td {
	text-align: center;
}
table.finish_qery {
	border: none;
}
table.finish_qery td,
table.finish_qery th {
	background: none !important;
}
table.finish_qery th {
	width: 35%;
	text-align: right;
}
table.finish_qery td {
	text-align: left;
}
table.finish_qery td[colspan] {
	text-align: center;
}

table.finish_qery td input[type="text"],
table.finish_qery td textarea {
	width: 250px;
}
/*--Форма отправки запроса--*/ 
/*--Контент--*/
/*Подвал*/
footer {
	width: 1170px;
	padding: 15px;
	clear: both;
	background: #484848 url(../images/footer_bg.jpg) 0 0 repeat;
	color: #fff;
	overflow: hidden;
}
footer h2 {
	font-size: 18px;
	text-transform:uppercase;
}
footer .nav {
	float: left;
}
footer .nav ul {
	list-style: none;
	width: 580px;
}
footer .nav li {
	width: 170px;
	float: left;
	font-size: 16px;
}
footer .nav li a {
	line-height: 30px;
	color: #fff;
	text-decoration: none;
}
footer .nav li.selected a,
footer .nav li a:hover {
	text-decoration: underline;
	color: #4499d9;
}
footer .contacts {
	float: right;
	width: 520px;
	min-height: 160px;
	background:url(../images/footer_map_bg.jpg) 100% 50% no-repeat;
}
footer .contacts p,
footer .contacts a {
	border-left: 1px solid #878fa5;
	padding: 0 10px 10px 10px;
	margin: 0;
}
footer .contacts a {
	text-decoration: none;
}
footer .contacts a:hover {
	text-decoration: underline;
}
footer .contacts .columns {
	width: 230px !important;
	overflow: hidden;
	float: left;
}
footer .columns > div {
	padding: 0 0 0 20px;
}
footer .columns > div.address {
	background: url(../images/footer_address.png) 0 0 no-repeat;
}
footer .columns > div.phones {
	background: url(../images/footer_phones.png) 0 2px no-repeat;
	color: #4499d9;
	font-weight: bold;
	font-size: 18px;
}
footer .columns > div.phones_fax {
	background: url(../images/footer_fax.png) 0 2px no-repeat;
	font-size: 14px;
}
footer .columns > div.email {
	background:url(../images/footer_mail.png) 0 3px no-repeat;
	margin: 0 0 10px 0;
}
footer .columns > div.website {
	background:url(../images/footer_website.png) 0 2px no-repeat;
	margin: 0 0 10px 0;
}

/*--Подвал--*/
/*разрешение меньше 1200*/
@media screen and (max-width: 1200px) {
	body {
		background: url(../images/body_bg_1000.png) 50% 0 repeat-y;
	}
	#bg {
		width: 1000px;
	}
	header {
		width: 1000px;
	}
	header .phones_email .email {
		padding-left: 0;
	}
	article {
		width: 705px;
	}
	article .news {
		width: 310px;
	}
	article figure.product h2 {
		width: 500px;
	}
	article figure.product .params li input {
		width: 88px;
	}
	article figure.product .prod_img {
		width: 310px;
	}
	article figure.product .prod_img .image {
		width: 308px;
	}
	article figure.product .prod_img img {
		width: 308px;
	}
	article figure.product .prod_descript {
		width: 340px;
	}
	footer {
		width: 970px;
	}
	footer .nav ul {
		width: 460px;
	}
	footer .nav li {
		width: 150px;
	}
	footer .contacts {
		width: 470px;
	}
}
/*--разрешение меньше 1200--*/
