@charset "utf-8";
/*index*/
#index_flash_slideshow {
	position:relative;
	height:354px;
	width:970px;
	background:url(../../image/index-flash-dummy.jpg);
}
#index_gallery_buttons {
	height:153px;
	width:970px;
	margin:10px 0 10px 0;
	display:block;
}
#index_gallery_buttons ul {
	padding:0px;
	margin:0px;
	list-style:none;
}
#index_gallery_buttons li {
	display:inline;
	text-decoration:none;
	list-style: none;
	text-align: center;
}
#index_gallery_buttons li a {
	text-decoration: none;
	display:block;
	float:left;
	background:url(../../image/index-gallery.jpg) no-repeat;
}
li#index_commercial a {
	width:381px;
	height:153px;
	background-position:0 0;
	margin-right:6px;
}
li#index_commercial a:hover {
	background-position:0 -153px;
}
li#index_remodel a {
	width:270px;
	height:153px;
	margin-right:6px;
	background-position:-381px 0;
}
li#index_remodel a:hover {
	background-position:-381px -153px;
}
li#index_residential a {
	width:306px;
	height:153px;
	background-position:-651px 0;
}
li#index_residential a:hover {
	background-position:-651px -153px;
}
#index_copy {
	background-color:#1f1d41;
	color:#fff;
	width:970px;
	text-align:center;
	display:block;
	padding-bottom:20px;
}
#index_copy p {
	padding:10px;
	font-size:14px;
}
