﻿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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	height: 100%;
}
body {
	font: 14px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
	background:/* url(/pic/bg_body1.jpg) center top repeat #FBE6AA; */ url("/pic/paperbg2.jpg") repeat scroll 0 0 #FBE6AA;
}
a {
	color: #000000;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	min-width: 1000px;
	width:100%;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: url(/pic/bg_vrt.png) center top repeat-y;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	width:1000px;
	margin:0 auto;
	height: 360px;
}
.hd { background:url(/pic/bg_hd.png) left 25px no-repeat;
height:360px; position:relative;}
.logo {}
.slog { width:275px; margin-left:10px; text-align:center; font-size:15px; color:#790404; line-height:1.4; margin-top:-10px;margin-bottom: 18px;}
.phone { font-size:28px; font-family:Tahoma; color:#9f0808; padding-left:65px; width:210px; text-align:center; background:url(/pic/bg_phone.png) 10px center no-repeat;margin-bottom: 18px;}
.call { display:block; width:168px; height:43px; background:url(/pic/call.png) left top no-repeat; font-size:12px;  margin-left:117px; text-align:center; padding-top:7px; }
.call a {color:#FFFFFF; text-decoration:none;}
#header .menu { position:absolute; left:305px; top:45px;}
#header .menu li { display:inline-block; zoom:1; *display:inline; font-family:tahoma; font-size:15px; border-left:#dab979 1px solid; padding: 0 5px 0 6px;}
#header .menu li a {color:#9f734a; text-decoration:none;}
#header .menu li a:hover{ color:#820303;}
.menu li:first-child, .menu li.first-child {
border: none !important; padding-left:0 !important;
}
* html .menu li {
z-index: expression( runtimeStyle.zIndex = 1, this == parentNode.firstChild ? (className += " first-child") : 0 )
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 1000px;
	margin:0 auto;
	padding: 0 0 100px;
	height: 1%;
	position: relative;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	float: left;
    margin-left: 15px;
    width: 675px;
}

h1 { font-size:25px; font-family:Tahoma; color:#820303; font-weight:normal; margin-bottom:18px;}
h1 span { color:#9a6a41;}
#content p { line-height:1.4;}
h2 { color:#860505; font-size:25px; font-weight:normal; font-family:Tahoma; border-top:#e5cab9 2px solid; padding-top:15px; margin-bottom:18px; clear: both;}
.block2 li { display:inline-block; zoom:1; *display:inline; float:left; margin-left:17px; width:213px; text-align:center; margin-bottom:15px;}
.block2 li:first-child, .block2 li.first-child {
margin-left:0;
}
* html .block2 li {
z-index: expression( runtimeStyle.zIndex = 1, this == parentNode.firstChild ? (className += " first-child") : 0 )
}
.block2 li img.brd { border:#880606 2px solid; margin-bottom:10px;}

.navig { overflow:hidden; position:relative; zoom:1; color:#a07d54; margin-bottom:15px;}
.navig li { display: inline-block; zoom:1; *display:inline; padding-right:5px;}
.navig li span{
	//z-index: expression(runtimeStyle.zIndex = 1, this.innerHTML = "&rsaquo; " + this.innerHTML) 
}
.navig li span:before{
	content: "\203a  ";
}
.navig li:first-child, .navig li.first-child {

}
* html .navig li {
z-index: expression( runtimeStyle.zIndex = 1, this == parentNode.firstChild ? (className += " first-child") : 0 )
}
.navig li span { color:#860505;}
.navig li a { color:#a07d54; font-size: 11px;}


dd {
	margin-bottom: 40px;
	overflow: hidden;
}
.preview {
	overflow: hidden;
	float: left;
	margin-right: 20px;
}
.preview img {
border:#880606 2px solid;}

.desc {
	overflow: hidden;
	zoom: 1;
}

.tbl {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	behavior: url(PIE.htc);
	margin-bottom:35px;
	position:relative;
	overflow:hidden;
}
#content table {  margin-bottom:15px;}
#content th { padding:10px 20px; background-color:#dec7ab; border-left:#efe1c9 2px solid; font-weight:normal;}
#content th:first-child, #content  td.first-child {
border:none !important;
}
* html #content th {
z-index: expression( runtimeStyle.zIndex = 1, this == parentNode.firstChild ? (className += " first-child") : 0 )
}
#content td { padding:10px; vertical-align:middle; }

* html #content td {
z-index: expression( runtimeStyle.zIndex = 1, this == parentNode.firstChild ? (className += " first-child") : 0 )
}
#content td img { border:#dec7ab 2px solid;}
.row td { background-color:#eddcc2;}
.page { text-align:center; color:#880606; font-size:18px;}
.page a, .page span { margin:0 5px;}
.page a { color:#a3380d}

/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
    margin-left: 15px;
    position: relative;
    width: 275px;
}
.block {
	background:#890606 url(/pic/bg_block.gif) left bottom repeat-x;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	behavior: url(PIE.htc);
	margin-bottom:35px;
	position:relative;
}
.sub { padding:10px 25px 10px 15px;}
.sub li { display:block; background:url(/pic/sub_li.png) left 12px no-repeat; padding-left:25px;}
.sub li a { display:block; border-top:#ad5a4c 1px solid; text-decoration:none; color:#f6eacd; font-size:15px; padding:10px 0 0px 0; margin-bottom: 7px;}
.sub li a:hover { text-decoration: underline;}
.sub li:first-child a, .sub li.first-child a {
border: none !important;
}

.sub li ul{
    display: none;
    margin-top: 0px;
    margin-left: 7px;
    margin-bottom: 10px;
}
.sub li ul li {
     background:url(/pic/line_left_menu.png) left 7px no-repeat; 
     padding-left: 10px;
}
.sub li ul li a{
    font-size: 14px;
    padding: 0;
    border: none;
}
* html .sub li {
z-index: expression( runtimeStyle.zIndex = 1, this == parentNode.firstChild ? (className += " first-child") : 0 )
}
.block h4 { font-size:21px; color:#f6eacd; font-family:Tahoma; font-weight:normal; text-align:center; margin-bottom:20px;}
.block h4 span { display:inline-block; zoom:1; *display:inline; padding:0 0 0 40px; background:url(/pic/bg_h4.png) left center no-repeat; }
.block h4 span span { padding:0 40px 0 0; background:url(/pic/bg_h4.png) right center no-repeat;}
.block p { font-size:16px; color: #f6eacd; margin-bottom:0; padding-bottom:15px; line-height:1.4;}
.cont { padding:10px 25px 10px;}
.news { padding:10px 25px 10px;}
.news .news-date-time{
	color:#f4ece2;
	font:14px Arial;
	float:none;
	padding: 10px 0 5px;
}
.news a{
	margin:0px;
	color:#f4ece2;
	font:14px Arial;
	text-decoration:none;
}
.news hr{
	border:1px dashed;
	color:#ffffff;
	size:1;
}
.news div.name{
    float: left;
    padding-left: 5px;
    width: 160px;
	text-align:justify;
}
.news div.image{
    float: left;
    height: 50px;
    padding: 0 5px;
    width: 50px;
}
.news div.image img{
    min-height: 50px;
}

.news h4 { font-size:21px; color:#f6eacd; font-family:Tahoma; font-weight:normal; text-align:center; margin-bottom:5px !important;}
/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 1000px;
	margin: -90px auto 0;
	height: 90px;
	background: #e4caa4 url(/pic/bg_footer.gif) left top repeat-x;
	position: relative;
}
#footer a { color:#FFFFFF;}
.counter { float:left; padding:27px 15px 0 10px;}
.made { float:left; font-size:12px; color:#FFFFFF; padding:27px 0 0 0; margin-right:35px;}
#footer .menu { float:left; padding-top:15px; text-align: center; width: 1000px;}
#footer .menu li { display:inline-block; zoom:1; *display:inline; font-family:tahoma; font-size:15px; border-left: #FFFFFF 1px solid; padding:0 12px; }
#footer .menu li a {color: #FFFFFF; text-decoration:none;}

/*ДЕТАЛЬНАЯ СТРАНИЦА*/

.detail_text table{
    border-top:#dec7ab 2px solid;
    border-left:#dec7ab 2px solid;
    width: 655px;
}
.detail_text table td{
    border-right:#dec7ab 2px solid;
    border-bottom:#dec7ab 2px solid;
}

/* ФОРМА ОБРАТНОЙ СВЯЗИ */
.bg_fon_form{
    position: fixed;
    left: 0;
    top: 0;
    background: url(/pic/bg_form_black.png);
}

.back_form{
    background: none repeat scroll 0 0 #FFFFFF;
    left: 50%;
    margin-left: -100px;
    margin-top: -100px;
    padding: 10px;
    padding-top: 20px;
    position: fixed;
    top: 50%;
    width: 230px;
    z-index: 5;
    border: 2px solid #DEC7AB;
    display: none;
}
div.mf-name input, div.mf-email input {
    width: 220px !important;
}

.close_form{
    position: absolute;
    right: 10px;
    top:10px;
    color: #790404;
    cursor: pointer;
}

/* КАТАЛОГ */
.catalog-section-list ul li{
    line-height: 18px;
    margin-bottom: 15px;
}
.catalog-section-list ul ul{
    margin-left: 15px;
}
.catalog-section-list ul ul li{
    margin-left: 15px;
    margin-bottom: 0;
}
div.mf-message textarea {
    width: 220px !important;
}