@font-face {
    font-family: "oscl";
    src: url(../fonts/open_sans_condensed_light.eot);
    src: url(../fonts/open_sans_condensed_light.eot?#iefix) format('embedded-opentype'),
         url(../fonts/open_sans_condensed_light.woff) format('woff'),
         url(../fonts/open_sans_condensed_light.ttf) format('truetype'),
         url(../fonts/open_sans_condensed_light.svg#OpenSansCondensedLight) format('svg');
    font-weight: normal;
    font-style: normal;	
}

@font-face {
    font-family: 'OpenSans-Light';
    src: url(../fonts/opensans-light.eot);
    src: url(../fonts/opensans-light.eot?#iefix) format('embedded-opentype'),
         url(../fonts/opensans-light.woff) format('woff'),
         url(../fonts/opensans-light.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'OpenSans-Regular';
    src: url(../fonts/opensans-regular.eot);
    src: url(../fonts/opensans-regular.eot?#iefix) format('embedded-opentype'),
         url(../fonts/opensans-regular.woff) format('woff'),
         url(../fonts/opensans-regular.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;

}



* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body
{
    font: 13px/20px OpenSans-Regular;
    width: 100%;
    height: 100%;
	color:#413A39;
	background-image:url(../img/bg.jpg);
		
	
}


a {
	color:#fff;
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #88deff;
}


img {	
	border: none;
}

input {
	vertical-align: middle;
}

table {
	border-collapse: collapse;}
	
li {
	list-style:none;}
	


/* Header
-----------------------------------------------------------------------------*/

#wrapper {
	background-color:#f4f4f4;
	width:960px;
	margin:0 auto;	
	
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.89);
	-moz-box-shadow:    0px 0px 8px rgba(0, 0, 0, 0.89);
	box-shadow:         0px 0px 8px rgba(0, 0, 0, 0.89);}


	
#header-wrapp {
	background:url(../img/bg-header.jpg)  no-repeat #0c0709;
	height:220px;
	width:960px;
	margin:0 auto;
	margin-top:-22px; 
	}
	
#header-left {	
	margin-left:140px;	
	float:left;
	}

#header-left a {
	color:#9C6;
	font:46px/52px OpenSans-Regular;
	text-shadow: 3px 3px 3px rgba(255, 245, 218, 0.5);
	font-weight:bold;
	display: inline-block;
	padding-top: 20px;}

#header-menu li {
	height:51px;
	background:url(../img/menu-l.png)  no-repeat;
	display:inline-block;
	margin-left:20px;
	position:relative;
	
	-webkit-box-shadow: 5px 3px 7px rgba(228, 255, 182, 0.38);
	-moz-box-shadow:    5px 3px 7px rgba(228, 255, 182, 0.38);
	box-shadow:         5px 3px 7px rgba(228, 255, 182, 0.38);
	}
	
#header-menu li a {
	height:51px;
	background:url(../img/menu-r.png)  no-repeat right;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	padding: 0 24px 0 24px;
	font:20px OpenSans-Light;
	font-weight:bold;
	color:#000;
	text-shadow: 1px -1px 1px rgba(255, 255, 255, 0.7);
	}
	
#header-menu li a:hover {
	background: url(../img/menu-b.png)  no-repeat bottom center, url(../img/menu-r.png)  no-repeat right;
	color:#000; 
	text-shadow: 1px -1px 1px rgba(255, 255, 255, 1);}
	
#header-right {
	float:right;	
	color:#FFF;
	width:500px;
	height:100px;
	overflow:hidden;
	margin-right:20px;
	text-align:right;
	margin-top:20px;}
	
#header-right b{
	width:33px;
	height:32px;
	background: url(../img/tel.png)  no-repeat;
	display:inline-block;
	margin-right:20px;}
	
#header-right i{
	font:14px OpenSans-Light;}
	
#header-right p, #header-right p span{
	float:right;
	font:22px OpenSans-Light;
	text-align:left;
	}
	
#header-right p span{
	display:inline-block;
	margin-left:60px;}
	
#header-menu {
	float:right;
	margin-right:40px;
	}
	
#header-menu ul ul li, #header-menu ul ul li a{
	background:none;
	background-color:#996;
	height:30px;
	}

#header-menu ul ul {
	display:none;		
	position:absolute;
	left:-10px;
	top:51px;
	}
	
#header-menu ul ul li {
	background: url(../img/menu-li.png)  no-repeat rgba(185, 107, 47, 0.94);	
	}

#header-menu ul ul li a{
	color:#FFF;
	text-shadow: 1px -1px 1px rgba(0, 0, 0, 1);
	font:14px OpenSans-Light;
	font-weight:normal;	}
	
#header-menu ul ul li a:hover{
	color:#FFF;
	text-shadow: 1px -1px 1px rgba(0, 0, 0, 1)}
	
#header-menu ul li:hover ul {	
	background:none;
	display:block;	
	}
	
#header-menu ul li:hover ul li a {
	background:none;	
	}
	
#header-menu ul li ul li:hover {
	background:none;
	background: url(../img/menu-li.png)  no-repeat #934201;
	}
	
#header-menu ul ul li {
	display:list-item;}
	
.razdel {
	background-color:#FFF;}

.shad-bott {
	background: url(../img/shad1px.png) repeat-x;
	height:10px; 
	}
	
.shad-top {
	background: url(../img/shad2px.png) repeat-x;
	height:10px;
	margin-top:10px; 
	}
	
#wrapp-content {
	padding-left:10px;
	padding-right:10px;
	}
	
#left-content {
	float:left;
	width:230px;	
	}
	
#left-content a{
	font: 16px/24px oscl;    
	color:#413A39;	
	width:100%;	
	transition:all linear 0.2s;
	}
	
#left-content a:hover{
	padding-left:15px;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 1);
	
	}

.menu-left-zag {
	margin-right:10px;
	background: url(../img/menu-left.png) no-repeat right bottom;
	height:51px;	
	}
	
#left-content h3{
	padding-top:15px;
	
	}

#left-content h4{
	margin-right:10px;
	border-bottom: 1px dotted #CCC;}

#left-content h4 span{
	float:right;
	display:inline-block;
	color:#090;}
	
.margin-left15 {margin-left:15px;}

#right-content {
	float:right;
	width:700px;
	padding-top:20px;
	padding-left:10px;
	padding-bottom:30px;
	background: url(../img/shad-g1px.png) repeat-y left;
	margin-bottom:-20px;
	min-height:1300px;	
	}
	
#right-content p{
	margin-bottom:1em;}
	
	
.clear {
	clear:both;}
	
.door {
	float:left;
	border: 1px solid #CCC;
	width:146px;
	text-align:center;
	margin:20px 13px 10px 13px;
	transition: all ease-out 0.2s;
	background-color:#FFF; }
	
.door a{
	display:block;}

.door:hover {	
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 0px 5px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 0px 5px rgba(0, 0, 0, 0.5);}
	
.door-name {
	background: rgb(105, 31, 44);
	background: -moz-linear-gradient(270deg, rgb(105, 31, 44) 0%, rgb(161, 31, 44) 70%);
	background: -webkit-linear-gradient(270deg, rgb(105, 31, 44) 0%, rgb(161, 31, 44) 70%);
	background: -o-linear-gradient(270deg, rgb(105, 31, 44) 0%, rgb(161, 31, 44) 70%);
	background: -ms-linear-gradient(270deg, rgb(105, 31, 44) 0%, rgb(161, 31, 44) 70%);
	background: linear-gradient(0deg, rgb(105, 31, 44) 0%, rgb(161, 31, 44) 70%);
		
	font: 15px/17px oscl;
	height:36px;
	overflow:hidden;	
	margin-bottom:16px;
	padding-top:3px;
	padding-left:3px;
	padding-right:3px;}
	
.door-name:hover {	
	background: rgb(71, 31, 44);
	background: -moz-linear-gradient(270deg, rgb(61, 31, 44) 0%, rgb(130, 31, 44) 70%);
	background: -webkit-linear-gradient(270deg, rgb(61, 31, 44) 0%, rgb(130, 31, 44) 70%);
	background: -o-linear-gradient(270deg, rgb(61, 31, 44) 0%, rgb(130, 31, 44) 70%);
	background: -ms-linear-gradient(270deg, rgb(61, 31, 44) 0%, rgb(130, 31, 44) 70%);
	background: linear-gradient(0deg, rgb(61, 31, 44) 0%, rgb(130, 31, 44) 70%);
	}


.door-name a {	
	color:#FFF;
	height:100%;
	width:100%;
	}
	
.door-img {
	height:250px;}

.door-podrob {	
	background: rgb(105, 31, 44);
	background: -moz-linear-gradient(270deg, rgb(105, 31, 44) 0%, rgb(161, 31, 44) 70%);
	background: -webkit-linear-gradient(270deg, rgb(105, 31, 44) 0%, rgb(161, 31, 44) 70%);
	background: -o-linear-gradient(270deg, rgb(105, 31, 44) 0%, rgb(161, 31, 44) 70%);
	background: -ms-linear-gradient(270deg, rgb(105, 31, 44) 0%, rgb(161, 31, 44) 70%);
	background: linear-gradient(0deg, rgb(105, 31, 44) 0%, rgb(161, 31, 44) 70%);
	
	margin-top:16px;
	padding-bottom:5px;
	padding-top:5px;
	}

.door-podrob a {	
	color:#fff;}
	
.door-podrob:hover {
	background: rgb(71, 31, 44);
	background: -moz-linear-gradient(270deg, rgb(61, 31, 44) 0%, rgb(130, 31, 44) 70%);
	background: -webkit-linear-gradient(270deg, rgb(61, 31, 44) 0%, rgb(130, 31, 44) 70%);
	background: -o-linear-gradient(270deg, rgb(61, 31, 44) 0%, rgb(130, 31, 44) 70%);
	background: -ms-linear-gradient(270deg, rgb(61, 31, 44) 0%, rgb(130, 31, 44) 70%);
	background: linear-gradient(0deg, rgb(61, 31, 44) 0%, rgb(130, 31, 44) 70%);
	}
	
.door-podrob:hover a{
	color:#FFF;}
	
.door-price {
	background-color:#FA975F;
	padding-bottom:6px;
	padding-top:4px;
	font:16px/18px OpenSans-Light;
	color:#030;}
	
.door-price span{
	text-shadow: 1px 1px 1px rgba(53, 58, 56, 1);}
	
.pstrnav {
	text-align:center;
	margin-top:25px;}

.pstrnav a, .pstrnav b {
	color:#403527;
	border: 2px solid #999;
	border-radius:4px;	
	display:inline-block;
	text-align:center;
	vertical-align:middle;
	min-width:8px;
	padding-left:4px;
	padding-right:4px;
	margin-right:2px;	
	}

.pstrnav a:hover {
	background-color:#f3bf7c;
	text-shadow: 1px 0px 1px rgba(255, 255, 255, 0.8);
	}
	
.pstrnav b {
	background-color:#d0a46b;
	text-shadow: 1px 0px 1px rgba(255, 255, 255, 0.8);}	
	
#door-view h2 {
	text-align:center;
	margin-bottom:20px;}
	
#door-view-img {
	float:left;	
	margin-left:18px;	
	padding:33px 25px 33px 25px;
	text-align:center;
	background-color:#FFF;
	border-radius:4px;
	
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
	-moz-box-shadow:    0px 0px 5px rgba(0, 0, 0, 0.35);
	box-shadow:         0px 0px 5px rgba(0, 0, 0, 0.35);;
	}
	
#door-view-left {
	width:500px;
	float:right;
	}

#door-view table {	
	border: 1px solid #CCC;
	
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
	-moz-box-shadow:    0px 0px 5px rgba(0, 0, 0, 0.35);
	box-shadow:         0px 0px 5px rgba(0, 0, 0, 0.35);}
	
#door-view table th{
	border: 1px solid #CCC;
	background-color:#CCC;
	font-size:16px;
	padding-bottom:5px;
	padding-top:4px;}

#door-view table td{
	border: 1px solid #CCC;
	background-color:#FFF;
	padding:2px 8px 2px 10px;}
	
#door-view table td:nth-child(1){
	background-color:#eee;}
	
#door-view table tr:hover td {
	background-color:#ddd;
	color:#000;}
	
.door-view-h2, .subcategory-zag {
	text-align:center;}
	
.door-view-table-bott span {
	padding-left:12px;
	padding-top: 5px;
	display:inline-block;}

.door-view-price {
	margin-top:15px;
	text-align:center;
	font-size:14px;}
	
.door-view-price span{
	font-size:16px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
	border-bottom: 2px solid #630;
	}
	
.subcategory-zag p {
	text-align:left;}	

.door-view-h2 h2, .subcategory-zag h2{
	background:url(../img/bg-name-door-l.png) no-repeat left center, url(../img/bg-name-door-r.png) no-repeat right center;
	padding:5px 72px 5px 72px;
	display:inline-block;
	text-shadow: -2px -2px 2px rgba(60, 100, 0, 0.5);}
	
#footer {
	background-color:#f4e0c5;
	padding:20px 10px 30px 12px;}	

.footer-menu-razd {	
	float:left;
	width:19%;
	margin-right:9px;	
	}
	
.footer-menu-razd h3{
	font: 14px/20px OpenSans-Regular;
	margin-bottom:10px;
	font-weight:bold;}
	
.footer-menu-razd a {
	font: 14px/18px oscl;
	color:#2f2a29;
	background:url(../img/foot-menu-li.png) no-repeat left center;
	padding-left:22px;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);}  
	
.footer-menu-razd a:hover {	
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);}
	
.podscazca {
	display:none;
 	position:absolute; 
	top:0; 
	left:0; 
	padding:5px; 	 
	border: 1px solid #999;
	background-color:rgba(0,0,0,0.5);
	color:#FFF;
	border-radius:6px;}
	
.arrow-up {
	
	width:43px;
	height:60px;
	background:url(../img/arrow-up.jpg) no-repeat top;
	position:fixed;	
	bottom:10px;
	right:30px;
	opacity:0.5;
	-webkit-box-shadow: 0px 2px 14px rgba(50, 50, 50, 0.7);
	-moz-box-shadow:    0px 2px 14px rgba(50, 50, 50, 0.7);
	box-shadow:         0px 2px 14px rgba(50, 50, 50, 0.7);}
	
.arrow-up:hover {
	width:43px;
	height:60px;
	background:url(../img/arrow-up.jpg) no-repeat bottom;
	opacity:0.8;
	}
	
.arrow-up a{
	width:100%;
	height:100%;
	display:block;}
	
.margin1 {
	margin-bottom:30px;}
	
.width-322 {
	width: 322px;
}