@charset "utf-8";
/* CSS Document */

h1 {
	margin: 0 0 15px 0;
	padding: 10px 0 4px 0;
	border-bottom: 1px solid #999999;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.currentPage {
	color: #87DF00;
}

#gallery {
	height: 480px;
	width: 100%;
	margin: 0 0 10px 0;
}

#gallery li {
	height: 120px;
	width: 138px;
	float: left;
}

#gallery img {
	margin: 10px 19px;
}

p#instruction {
	clear: both;
	margin: 0 0 0 19px;
}

div.gallery_row {
	height: 190px;
	margin: 30px;
	padding: 0;
	position: relative;
}

div.gallery_item {
	height: 190px;
	width: 190px;
	position: absolute;
	top: 0;
	left: 0;
	background: #000000;
	cursor: pointer;
}

div#wallcovering { left: 220px; }
div#newconstruction { left: 440px; }
div#remodeling { left: 220px; }
div#beforeafter { left: 440px; }

span.gallery_name {
	height: 28px;
	width: 178px;
	padding: 0 6px;
	background: #000000;
	display: block;
	line-height: 28px;
	font-size: 9pt;
	color: #999999;
	text-transform: uppercase;
}

div.gallery_item:hover span.gallery_name { color: #cccccc; }

div.gallery_image {
	height: 162px;
	width: 190px;
	margin: 0;
	padding: 0;
}

div#painting div.gallery_image { background: url('../images/gallery_thumbnails/painting.jpg') -190px 0px; }
div#painting:hover div.gallery_image { background: url('../images/gallery_thumbnails/painting.jpg') 0px 0px; }

div#wallcovering div.gallery_image { background: url('../images/gallery_thumbnails/wallcovering.jpg') -190px 0px; }
div#wallcovering:hover div.gallery_image { background: url('../images/gallery_thumbnails/wallcovering.jpg') 0px 0px; }

div#newconstruction div.gallery_image { background: url('../images/gallery_thumbnails/newconstruction.jpg') -190px 0px; }
div#newconstruction:hover div.gallery_image { background: url('../images/gallery_thumbnails/newconstruction.jpg') 0px 0px; }

div#restoration div.gallery_image { background: url('../images/gallery_thumbnails/restoration.jpg') -190px 0px; }
div#restoration:hover div.gallery_image { background: url('../images/gallery_thumbnails/restoration.jpg') 0px 0px; }

div#remodeling div.gallery_image { background: url('../images/gallery_thumbnails/remodeling.jpg') -190px 0px; }
div#remodeling:hover div.gallery_image { background: url('../images/gallery_thumbnails/remodeling.jpg') 0px 0px; }

div#beforeafter div.gallery_image { background: url('../images/gallery_thumbnails/beforeafter.jpg') -190px 0px; }
div#beforeafter:hover div.gallery_image { background: url('../images/gallery_thumbnails/beforeafter.jpg') 0px 0px; }
