#homepage {background: #fff url(../images/skin/bg/home/bg-main-top-home.png) center top repeat-x;}
#homepage .m-w2 {overflow: visible;}

#cycle-banner {
	width: 970px;
	height: 340px;
	margin-bottom: 20px;
	margin-left: 15px;
}
	.cycle-banner {display: none;}
	#cycle-button {
		z-index: 9999; 
		top: 312px; right: 0px; 
		position: absolute; 
		width: 162px; height: 18px; 
		background: url(../images/skin/bg/home/bg-cycle-btn.png) left top no-repeat;
		padding-top: 12px;
		padding-left: 33px;
	}
		#cycle-button ul {margin: 0px; padding: 0px;}
			#cycle-button ul li {float: left; list-style: none; margin-left: 6px; display: inline;}
				#cycle-button ul li a {
					display: block;
					width: 15px;
					height: 1px;
					padding-top: 14px;
					overflow: hidden;
					background: url(../images/skin/bg/home/btn-square.png) no-repeat;
				}
				
				#cycle-button ul li a:hover {background-position: 0 -15px;}
				#cycle-button ul li.activeSlide a {background-position: 0 -30px;}
				
#home-content {
	padding-left: 235px;
	padding-right: 35px;
	padding-top: 20px;
	width: 505px;
	float: left;
	/*min-height: 205px;
	_height: 205px;*/
}
	#home-content p {
		line-height: 20px;
		margin-bottom: 25px;
	}
		body #home-content a {text-decoration: underline;}
		body #home-content a:hover {text-decoration: none;}

			.home-title {
				display: block;
				font-size: 20px;
				color: #000000;
				text-transform: uppercase;
				line-height: 26px;
				margin-bottom: 10px;
				letter-spacing: .05em;
			}
				.home-gray {color: #999999;}
				.home-blue {color: #3399fd;}
			
	#home-catalogue {
		float: left;
		width: 184px;
		height: 183px;
		background:url(../images/skin/bg/home/bg-catalogue.png) left top no-repeat;
	}
		#btn-catalogue {
			display: block;
			width: 184px;
			height: 1px;
			padding-top: 182px;
			overflow: hidden;
			background:url(../images/skin/bg/home/bg-catalogue.jpg) left top no-repeat;
		}
		#btn-catalogue:hover {background-position: -184px 0px;}
	
#home-chair {
	background: url(../images/skin/bg/chairs/chair2.png) left top no-repeat;
	width: 306px;
	height: 412px;
	position: absolute;
	bottom: 156px;
	left: -105px;
	z-index: 9999;
}	

#homepage #footer {background: url(../images/skin/bg/home/bg-footer-extend-home.png) center bottom repeat-x; margin-top: -275px !important;}
	#homepage .f-w2 {background: url(../images/skin/bg/home/bg-footer-home.png) center bottom no-repeat;}
		#homepage #footer-join {
			bottom: 175px;
			left: 236px;
		}
		#homepage #footer-request {
			bottom: 175px;
			left: 478px;
		}
		#homepage #footer-our {
			bottom: 175px;
			left: 720px;
		}
		#homepage #bottomlinks {bottom: 25px;}
		
		
