html, body
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}
p, h1, h2{
	margin: 0px;
	padding: 0px;
}
a {
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.header
{
	float: left;
	height: 448px;
	width: 100%;
	position: relative;
	z-index: 18;
}
.header_main
{
	height: 465px;
	position: absolute;
	z-index: 19;
	left: 0px;
	top: 0px;
	right: 0px;

}
.inner_header
{
	float: left;
	height: 175px;
	width: 100%;
	position: relative;
	z-index: 18;
}

.nav
{
	height: 136px;
	position: absolute;
	z-index: 999;
	left: 0px;
	right: 0px;
	background-image: url(../images/nav_back.png);
	background-repeat: repeat;            /* Good browsers */
	bottom: 47px;
}
.inner_nav
{
	height: 136px;
	position: absolute;
	z-index: 999;
	left: 0px;
	top: 20px;
	right: 0px;
	background-color:#CCCCCC;

}
.top_container
{
	height: 136px;
	width: 992px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
            /* Good browsers */
}
.logo
{
	float: left;
	height: 126px;
	width: 213px;
	padding-top: 10px;
}

.nav ul
{
	display: inline;
	margin: 0px;
	padding: 0px;
	float: right;
	height: 136px;
	list-style-type: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DCBC73;
	font-size: 29px;
	line-height: 36px;
	font-weight: normal;
}
.nav ul li
{
	display: inline;
	margin: 0px;
	padding: 0px;
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DCBC73;
	list-style-type: none;
	height: 136px;
}
.nav ul li a
{
	color: #996600;
	text-decoration: none;
	float: left;
	height: 87px;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 49px;
}
.nav ul li a:hover, .nav ul li a.active{
	color: #996600;
	text-decoration: none;
	background-color: #bebcbb;
}
.inner_nav ul
{
	display: inline;
	margin: 0px;
	padding: 0px;
	float: right;
	height: 136px;
	list-style-type: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff;
	font-size: 29px;
	line-height: 36px;
	font-weight: normal;
}
.inner_nav ul li
{
	display: inline;
	margin: 0px;
	padding: 0px;
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #fff;
	list-style-type: none;
	height: 136px;
}
.inner_nav ul li a
{
	color: #996600;
	text-decoration: none;
	float: left;
	height: 87px;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 49px;
}
.inner_nav ul li a:hover, .inner_nav ul li a.active{
	color: #996600;
	text-decoration: none;
	background-color: #bebcbb;
}
.home_wrapper
{
	float: left;
	width: 100%;
	position: relative;
	z-index: 12;
}
.wrapper
{
	width: 992px;
	margin-right: auto;
	margin-left: auto;
}
.home_title
{
	float: left;
	width: 370px;
	padding-bottom: 80px;
	padding-top: 132px;
}
.home_title h1, .inner_title h1
{
	font-size: 77px;
	line-height: 66px;
	font-weight: normal;
	color: #B1B28C;
}
.home_title h1 span, .inner_title h1 span
{
	font-size: 55px;
	line-height: 55px;
}
.home_title h2
{
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
	color: #999999;
	font-style: italic;
	padding-top: 5px;
}
.home_product
{
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 622px;
	list-style-type: none;
}
.home_product li
{
	float: left;
	
}
.home_product li img
{
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;	
}
.home_product li:nth-child(1) img{border: 6px solid #dfbf5f; margin:0 8px 32px 0;}
.home_product li:nth-child(2) img{border: 6px solid #B2B2B2;margin:0 8px 32px 0;}
.home_product li:nth-child(3) img{border: 6px solid #B8A79F;}
.home_product li:nth-child(4) img{border: 6px solid #827974;margin:0 8px 0 0;}
.home_product li:nth-child(5) img{border: 6px solid #98B0D8;margin:0 8px 0 0;}
.home_product li:nth-child(6) img{border: 6px solid #978F7C;}
.home_product li:nth-child(1) {-webkit-animation-delay: 0s; /* Chrome, Safari, Opera */animation-delay: 0s;}
.home_product li:nth-child(2) {-webkit-animation-delay: .5s; /* Chrome, Safari, Opera */animation-delay: .5s;}
.home_product li:nth-child(3) {-webkit-animation-delay: 1s; /* Chrome, Safari, Opera */animation-delay: 1s;}
.home_product li:nth-child(4) {-webkit-animation-delay: 1.5s; /* Chrome, Safari, Opera */animation-delay: 1.5s;}
.home_product li:nth-child(5) {-webkit-animation-delay: 2s; /* Chrome, Safari, Opera */animation-delay: 2s;}
.home_product li:nth-child(6){-webkit-animation-delay: 2.5s; /* Chrome, Safari, Opera */animation-delay: 2.5s;}
.home_product li img:hover
{
	border-color: #B1B28D;
}
.footer
{
	float: left;
	width: 100%;
	position: relative;
	z-index: 19;
	padding-top: 30px;
}
.footer_line
{
	font-size: 1px;
	background-color: #b1b28c;
	height: 14px;
	position: absolute;
	z-index: 999;
	left: 0px;
	top: -14px;
	right: 0px;
}
.footer_line_inner
{
	font-size: 1px;
	background-color: #cccccc;
	height: 14px;
	position: absolute;
	z-index: 999;
	left: 0px;
	top: -14px;
	right: 0px;
}
.newsletter
{
	float: left;
	width: 430px;
	padding-top: 6px;
}
.input_block
{
	float: left;
	padding-right: 10px;
	position: relative;
}
.input
{
	font-size: 20px;
	color: #666666;
	background-color: #d2d2d2;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 250px;
	font-family: "Times New Roman", Times, serif;
	display: block;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	float: left;
}
.submit
{
	font-size: 20px;
	color: #FFF;
	background-color: #98B0D8;
	display: block;
	height: 60px;
	width: 51px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: hand;
	float: left;
	font-family: "Times New Roman", Times, serif;
}
.financing
{
	float: left;
	width: 305px;
}
.financing h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #747474;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #747474;
	line-height: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	max-width: 240px;
}
.financing img
{
	margin-right: 16px;
	border: 1px solid #747474;
	vertical-align:top;
}
.social
{
	display: inline;
	margin: 0px;
	float: right;
	width: 250px;
	list-style-type: none;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.social li
{
	display: inline;
	margin: 0px;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	list-style-type: none;
}
.copyright
{
	font-size: 10px;
	color: #666666;
	text-align: center;
	float: left;
	width: 992px;
	padding-top: 25px;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
/*product*/
.subnav
{
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 166px;
	list-style-type: none;
	font-size: 22px;
	line-height: 30px;
	font-weight: normal;
	width: 992px;
	text-align: center;
}
.subnav li
{
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	display: inline;
}
.subnav li a
{
	color: #FFF;
	text-decoration: none;
	float: left;
	width: 113px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.subnav li:nth-child(1) a {border: 6px solid #DFBF5F; background-color: #DFBF5F; margin-right: 48px; padding-top: 41px;height: 72px;}
.subnav li:nth-child(2) a {border: 6px solid #B3B3B3; background-color: #B3B3B3; margin-right: 48px; padding-top: 25px;height: 88px;}
.subnav li:nth-child(3) a {border: 6px solid #B8A79F; background-color: #B8A79F; margin-right: 48px; padding-top: 25px;height: 88px;}
.subnav li:nth-child(4) a {border: 6px solid #827974; background-color: #827974; margin-right: 48px; padding-top: 25px;height: 88px;}
.subnav li:nth-child(5) a {border: 6px solid #9EB4DA; background-color: #9EB4DA; margin-right: 48px; padding-top: 41px;height: 72px;}
.subnav li:nth-child(6) a {border: 6px solid #B1B28D; background-color: #B1B28D; margin-right:  0px; padding-top: 25px;height: 88px;}

.subnav li:nth-child(1) a:hover {border: 6px solid #DFBF5F; background-color: #F9F2DD; margin-right: 48px; padding-top: 41px;height: 72px; color:#666666;}
.subnav li:nth-child(2) a:hover {border: 6px solid #B3B3B3; background-color: #E5E5E5; margin-right: 48px; padding-top: 25px;height: 88px; color:#666666;}
.subnav li:nth-child(3) a:hover {border: 6px solid #B8A79F; background-color: #E9E3E0; margin-right: 48px; padding-top: 25px;height: 88px; color:#666666;}
.subnav li:nth-child(4) a:hover {border: 6px solid #827974; background-color: #CCC8C6; margin-right: 48px; padding-top: 25px;height: 88px; color:#666666;}
.subnav li:nth-child(5) a:hover {border: 6px solid #9EB4DA; background-color: #DFE7F2; margin-right: 48px; padding-top: 41px;height: 72px; color:#666666;}
.subnav li:nth-child(6) a:hover {border: 6px solid #B1B28D; background-color: #E2E2D6; margin-right:  0px; padding-top: 25px;height: 88px; color:#666666;}

.subnav li:nth-child(1) a.active {border: 6px solid #DFBF5F; background-color: #fff; margin-right: 48px; padding-top: 41px;height: 72px; color:#666666;}
.subnav li:nth-child(2) a.active {border: 6px solid #B3B3B3; background-color: #fff; margin-right: 48px; padding-top: 25px;height: 88px; color:#666666;}
.subnav li:nth-child(3) a.active {border: 6px solid #B8A79F; background-color: #fff; margin-right: 48px; padding-top: 25px;height: 88px; color:#666666;}
.subnav li:nth-child(4) a.active {border: 6px solid #827974; background-color: #fff; margin-right: 48px; padding-top: 25px;height: 88px; color:#666666;}
.subnav li:nth-child(5) a.active {border: 6px solid #9EB4DA; background-color: #fff; margin-right: 48px; padding-top: 41px;height: 72px; color:#666666;}
.subnav li:nth-child(6) a.active {border: 6px solid #B1B28D; background-color: #fff; margin-right:  0px; padding-top: 25px;height: 88px; color:#666666;}

.inner_title
{
	float: left;
	width: 992px;
	margin-bottom: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B2B2B2;
	padding-bottom: 5px;
}
.furniture_block
{
	float: left;
	width: 992px;
	padding-bottom: 25px;
	position: relative;
	font-size: 17px;
	line-height: 24px;
	color: #666666;
}
.furniture_wrap
{
	width: 284px;
	float: left;
	padding-bottom:25px;

}
.furniture_block .furniture_wrap:nth-child(2), .furniture_block .furniture_wrap:nth-child(5), .furniture_block .furniture_wrap:nth-child(8), .furniture_block .furniture_wrap:nth-child(11), .furniture_block .furniture_wrap:nth-child(14), .furniture_block .furniture_wrap:nth-child(17), .furniture_block .furniture_wrap:nth-child(20), .furniture_block .furniture_wrap:nth-child(23), .furniture_block .furniture_wrap:nth-child(26), .furniture_block .furniture_wrap:nth-child(29), .furniture_block .furniture_wrap:nth-child(32){ margin:0 70px 0 70px;}

.pdetails
{
	background-color: #CCC;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	padding: 12px 0 15px 15px;
}
.furniture_wrap a
{
	color: #666;
	text-decoration: none;
}
.furniture_wrap a:hover
{
	color: #996600;
}
.price
{
	color: #996600;
	font-style: italic;
}
/*contact*/
.contact_wrap
{
	background-image: url(../images/contact_back.jpg);
	background-repeat: no-repeat;
	background-position: left 130px;
	float: left;
	width: 512px;
	padding-top: 35px;
	padding-left: 480px;
	font-size: 20px;
	font-weight: normal;
	color: #666666;
	line-height: 24px;
	padding-bottom: 70px;
}
.address1, .address3
{
	float: left;
	width: 512px;
}
.contact_wrap h1, .contact_wrap h2, .contact_wrap h3{
	font-size: 29px;
	line-height: 32px;
	font-weight: normal;
	color: #B1B28C;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B1B28D;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.address2
{
	float: left;
	width: 320px;
	padding-left: 192px;
	padding-top: 50px;
	padding-bottom: 50px;
}
.address2 a
{
	color: #996600;
	text-decoration: underline;
}
.address2 a:hover
{
	color: #666666;
}
.address1 a, .address3 a
{
	color: #666666;
	text-decoration: none;
}
.address1 a:hover, .address3 a:hover
{
	color: #996600;
}
/*about*/
.about_wrap
{
	float: left;
	width: 700px;
	font-size: 15px;
	font-weight: normal;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #666666;
	text-align: center;
	line-height: 20px;
	z-index: 15;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B1B28D;
	position: relative;
	padding-right: 146px;
	padding-left: 146px;
}
.about_wrap h1
{
	font-size: 29px;
	font-weight: normal;
	color: #666666;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 36px;
}
.about_wrap h2
{
	font-size: 29px;
	font-weight: normal;
	color: #FFF;
	margin: 0px;
	height: 58px;
	width: 482px;
	position: absolute;
	line-height: 36px;
	left: 255px;
	bottom: -70px;
	background-color: #B1B28D;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.partner
{
	display: inline;
	margin: 0px;
	float: left;
	width: 992px;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
	list-style-type: none;
	z-index: 10;
}
.partner li
{
	height: 120px;
	width: 120px;
	border-top-width: 6px;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	float: left;
	margin-right: 11px;
	margin-bottom: 11px;
}
.partner li img
{
-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;	
}
.partner li:nth-child(7), .partner li:nth-child(14), .partner li:nth-child(21), .partner li:nth-child(28), .partner li:nth-child(35), .partner li:nth-child(42), .partner li:nth-child(49), .partner li:nth-child(56){margin-right: 0px;}
.partner li:nth-child(1){ background-color:#fff; border-color:#848484;}
.partner li:nth-child(2){ background-color:#343434; border-color:#343434;}
.partner li:nth-child(3){ background-color:#fff; border-color:#136796;}
.partner li:nth-child(4){ background-color:#fff; border-color:#97AD79;}
.partner li:nth-child(5){ background-color:#fff; border-color:#000;}
.partner li:nth-child(6){ background-color:#fff; border-color:#F68428;}
.partner li:nth-child(7){ background-color:#000; border-color:#000;}
.partner li:nth-child(8){ background-color:#fff; border-color:#948217;}
.partner li:nth-child(9){ background-color:#fff; border-color:#82212D;}
.partner li:nth-child(10){ background-color:#000; border-color:#000;}
.partner li:nth-child(11){ background-color:#fff; border-color:#8E1414;}
.partner li:nth-child(12){ background-color:#375794; border-color:#375794;}
.partner li:nth-child(13){ background-color:#fff; border-color:#90A13E;}
.partner li:nth-child(14){ background-color:#f4f4f4; border-color:#8D8E90;}
.partner li:nth-child(15){ background-color:#fff; border-color:#000;}
.partner li:nth-child(16){ background-color:#fff; border-color:#016D17;}
.partner li:nth-child(17){ background-color:#fff; border-color:#E47120;}
.partner li:nth-child(18){ background-color:#fff; border-color:#AA8F36;}
.partner li:nth-child(19){ background-color:#fff; border-color:#000;}
.partner li:nth-child(20){ background-color:#fff; border-color:#000;}
.partner li:nth-child(21){ background-color:#fff; border-color:#AC9179;}
.partner li:nth-child(22){ background-color:#fff; border-color:#ED1306;}
.partner li:nth-child(23){ background-color:#fff; border-color:#601F37;}
.partner li:nth-child(24){ background-color:#fff; border-color:#004F3D;}
.partner li:nth-child(25){ background-color:#fff; border-color:#7997D2;}
.partner li:nth-child(26){ background-color:#fff; border-color:#BDB8A4;}
.partner li:nth-child(27){ background-color:#fff; border-color:#00459F;}
.partner li:nth-child(28){ background-color:#fff; border-color:#95B24B;}
.partner li:nth-child(29){ background-color:#fff; border-color:#801040;}
.partner li:nth-child(30){ background-color:#fff; border-color:#15619A;}
.partner li:nth-child(31){ background-color:#fff; border-color:#D99A19;}
.partner li:nth-child(32){ background-color:#127060; border-color:#127060;}
.partner li:nth-child(33){ background-color:#fff; border-color:#000;}
.partner li:nth-child(34){ background-color:#fff; border-color:#4E80BD;}
.partner li:nth-child(35){ background-color:#DCD6B2; border-color:#DCD6B2;}
.partner li:nth-child(36){ background-color:#fff; border-color:#000;}
.partner li:nth-child(37){ background-color:#fff; border-color:#FEB811;}
.partner li:nth-child(38){ background-color:#000; border-color:#000;}
.partner li:nth-child(39){ background-color:#fff; border-color:#285494;}
.partner li:nth-child(40){ background-color:#fff; border-color:#848484;}
.partner li:nth-child(41){ background-color:#fff; border-color:#848484;}
.partner li:nth-child(42){ background-color:#fff; border-color:#848484;}
.partner li:nth-child(43){ background-color:#fff; border-color:#848484;}
.partner li:nth-child(44){ background-color:#fff; border-color:#848484;}
.partner li:nth-child(45){ background-color:#fff; border-color:#848484;}
.partner li:nth-child(46){ background-color:#fff; border-color:#848484;}
.partner li:nth-child(47){ background-color:#fff; border-color:#848484;}
.partner li:nth-child(48){ background-color:#fff; border-color:#848484;}
.partner li:nth-child(49){ background-color:#fff; border-color:#848484;}

/*popup*/
/*popup*/
#tinybox {
	position:absolute;
	display:none;
	z-index:9999;
	background-image: url(../images/preload.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	padding-bottom: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#tinymask {position:absolute; display:none; top:0; left:0; height:100%; width:100%; background:#fff; z-index:1500}
#tinycontent {}
.pop_main
{
	float: left;
	width: 992px;
	position: relative;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	line-height: 18px;
	background-color: #827974;
}
.pop_main h1, .pop_main h2, .pop_main h3
{
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 24px;
	color: #FFF;
	margin: 0px;
	font-weight: normal;
	padding: 0px;
}
.pop_main h3{
	font-style: italic;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.pop_part1
{
	float: left;
	width: 668px;
	position: relative;
	height: 501px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.pop_part2
{
	float: left;
	width: 270px;
	position: relative;
	padding-top: 110px;
	padding-left: 24px;
}
.close
{
	height: 53px;
	width: 53px;
	position: absolute;
	z-index: 99999999;
	top: 15px;
	right: 15px;
}
.pop_part2 a{ color:#FFF; text-decoration:none;}
.pop_part2 a:hover{text-decoration:underline;}
/*animation*/
.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.animated.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}


@media (min-width: 1920px) {
.header{height: 543px;}	
.header_main{
    height: 560px;
	background: url(../images/home_main_xl.jpg) no-repeat center top;
	-o-background-size: 100% 100%, auto;
    -moz-background-size: 100% 100%, auto;
    -webkit-background-size: 100% 100%, auto;
    background-size: 100% 100%, auto;
	}	
} 
@media (min-width: 1680px) and (max-width: 1919px) {
.header{height: 489px;}		
.header_main{
	height: 506px;
	background: url(../images/home_main_l.jpg) no-repeat center top;
	-o-background-size: 100% 100%, auto;
    -moz-background-size: 100% 100%, auto;
    -webkit-background-size: 100% 100%, auto;
    background-size: 100% 100%, auto;
	}		
}
@media (min-width: 1360px) and (max-width: 1679px) {
.header{height: 408px;}		
.header_main{
	height: 425px;
	background: url(../images/home_main_m.jpg) no-repeat center top;
	-o-background-size: 100% 100%, auto;
    -moz-background-size: 100% 100%, auto;
    -webkit-background-size: 100% 100%, auto;
    background-size: 100% 100%, auto;
	}		
}
@media (max-width: 1359px) {
.header_main{
	background: url(../images/home_main.jpg) no-repeat center top;
	-o-background-size: 100% 100%, auto;
    -moz-background-size: 100% 100%, auto;
    -webkit-background-size: 100% 100%, auto;
    background-size: 100% 100%, auto;
	}	
} 
.houzz{
	position: absolute;
	z-index: 99999;
	top: 5px;
	right: 6px;
}
@media (max-width: 1264px) {
.houzz{
	display:none
	
	
	}	
} 
.footer_block
{
	width: 992px;
	float: left;
	position: relative;
}
.warehouse{
	background-color: #FFF;
	width: 230px;
	position: absolute;
	z-index: 99;
	top: 56px;
	right: 0px;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #747474;
}
.warehouse a
{
	font-style: italic;
	text-decoration: underline;
	color: #996600;
}
.warehouse a:hover
{
	color: #747474;
	text-decoration: underline;
}
