@charset "utf-8";
/* CSS Document */


.index h2 img{
	margin-bottom:-15px;
}
	
.overlay{
	font-size:20px;
	color:#fff;
	font-weight:bold;
	padding:40px 20px 0;
	line-height:200%;
	text-align:center;
}
/*-------*/

#business{
	width:332px;
	height:570px;
	overflow:hidden;
}
#business h2{
	background:#61a079;
}

#business .nav{
	background:#61a079;
	padding:18px;
	height:180px;
	font-size:90%;
}

#business .nav li{
	float:left;
	display:table;
	width:140px;
	height:35px;
	padding-left:5px;
}
#business .nav li a, #business .nav li a:visited{
	color:#FFF;
}

#business .mosaic-block {
	position:relative;
	overflow:hidden;
	height:200px;
}

#business .mosaic-backdrop {
		display:none;
		position:absolute;
		top:0;
		height:100%;
		width:100%;
	}
	
#business .mosaic-overlay {
		display:none;
		z-index:5;
		position:absolute;
		top:-200px;
		left:0;
		width:100%;
		height:220px;
		background:url(../images/business_imgover.png) right no-repeat;
	}


/*------*/

#works{
	width:332px;
	height:570px;
	overflow:hidden;
}
#works h2{
	background:#b68841;
}

#works .nav{
	background:#b68841;
	padding:18px;
	height:180px;
	color:#fff;
	font-size:90%;
}

#works .nav li{
	float:left;
	display:table;
	height:35px;
	padding-left:5px;
}
#works .nav li a, #works .nav li a:visited{
	color:#FFF;
}

#works .mosaic-block {
	position:relative;
	overflow:hidden;
	height:200px;
}

#works .mosaic-backdrop {
		display:none;
		position:absolute;
		top:0;
		height:100%;
		width:100%;
	}
	
#works .mosaic-overlay {
		display:none;
		z-index:5;
		position:absolute;
		top:-200px;
		left:0;
		width:100%;
		height:220px;
		background:url(../images/works_imgover.png) right no-repeat;
	}


/*------*/

#estimate{
	width:332px;
	height:570px;
	overflow:hidden;
}
#estimate h2{
	background:#618fb1;
}

#estimate .nav{
	background:#618fb1;
	padding:18px;
	height:180px;
	font-size:90%;
}

#estimate .nav li{
	float:left;
	display:table;
	width:140px;
	height:35px;
	padding-left:5px;
}
#estimate .nav li a, #estimate .nav li a:visited{
	color:#FFF;
}

#estimate .mosaic-block {
	position:relative;
	overflow:hidden;
	height:200px;
}

#estimate .mosaic-backdrop {
		display:none;
		position:absolute;
		top:0;
		height:100%;
		width:100%;
	}
	
#estimate .mosaic-overlay {
		display:none;
		z-index:5;
		position:absolute;
		top:-200px;
		left:0;
		width:100%;
		height:220px;
		background:url(../images/estimate_imgover.png) right no-repeat;
	}


/*------*/

