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




/**********************************************************
/	About ( about.php )
**********************************************************/
.about .lower img{
	border-bottom:solid #fff 1px;
	border-right:solid #fff 1px;
	float:left;
	margin:0 10px 0 0;
}

.about .lower p{
	font-size:12px;
	padding:10px 10px 0 0;
}




/**********************************************************
/	Client List ( client-list.php )
**********************************************************/
.client-list ul{
	color:#8d402c;
	margin:20px 0 0 0;
}




/**********************************************************
/	Contact ( contact.php )
**********************************************************/
.contact ul{
	margin:20px 0 0 0;
}




/**********************************************************
/	Gallery ( gallery.php )
**********************************************************/
.gallery ul{
	margin:20px 0 0 0;
}

.gallery .panel img{
	margin:0 auto;
}

.gallery ul.filmstrip{
	margin:0px;
}

	.gallery ul.filmstrip li{
		width:115px;
	}

		.gallery ul.filmstrip li span{
			background-color:#FFF;
			border:solid white 1px;
			display:block;
			margin:0 auto;
		}

		.gallery ul.filmstrip li img:hover{
			opacity:.5;
			filter:alpha(opacity='50'); 
		}
		
		
		
		
/**********************************************************
/	Index ( index.php )
**********************************************************/
#slideshow img{
	border-bottom:solid #fff 1px;
	position:absolute;
}

	#slideshow img.active{
		z-index:10;
	}
	
	#slideshow img.last-active{
		z-index:9;
	}
	
	
	
	
/**********************************************************
/	Services ( services.php )
**********************************************************/
.services ul{
	border-bottom:solid #8d402c 1px;
	border-top:solid #8d402c 1px;
	margin:10px 43px 0 0;
	padding:0 0 10px 55px;
}

	.services ul li{
		color:#886b50;
		font-weight:bold;
		margin:10px 0 0 0;
	}

	.services ul ul{
		border:none;
		list-style-type:disc;
		margin:0 0 0 15px;
		padding:0px;
	}

		.services ul ul li{
			color:#000;
			margin:0px;
		}
		
		
		
		
/**********************************************************
/	Testimonials ( testimonials.php )
**********************************************************/
.testimonials #row_wrapper{
	border-bottom:solid #8d402c 1px;
	border-top:solid #8d402c 1px;
	margin:0 43px 0 0;
	min-height:69px;
	height:auto !important;
	height:69px;
	padding:8px 0;
}

	.testimonials #row_wrapper .row{
		border-bottom:solid #8D402C 1px;
		margin:4px 0;
		padding:8px 0;
	}

	.testimonials #row_wrapper .row:last-child{
		border:none;
	}

		.testimonials #row_wrapper .row .picture{
			float:left;
			margin:0 12px 0 0;
			padding:3px 0 0 0;
			width:120px;
		}

		.testimonials #row_wrapper .description{
			float:left;
			width:413px;
		}

			.testimonials #row_wrapper .description span{
				font-weight:bold;
			}
			
			
			
			
/**********************************************************
/	Why Wood Floors ( why-wood-floors.php )
**********************************************************/
.wood-floors ul{
	color:#8d402c;
	font-size:20px;
	font-weight:bold;
	list-style:disc;
	margin:20px 0 0 15px;
}




/**********************************************************
/	Wood and Finishes ( wood-and-finishes.php )
**********************************************************/
.finishes #row_wrapper{
	border-bottom:solid #8d402c 1px;
	border-top:solid #8d402c 1px;
	margin:0 43px 0 0;
	min-height:69px;
	height:auto !important;
	height:69px;
	padding:8px 0;
}

	.finishes #row_wrapper .row{
		margin:8px 0;
	}

		.finishes #row_wrapper .row .picture{
			float:left;
			margin:0 12px 0 0;
			padding:3px 0 0 0;
			width:93px;
		}

			.finishes #row_wrapper .row .picture img{
				border:solid #fff 1px;
			}

		.finishes #row_wrapper .description{
			float:left;
			width:440px;
		}

			.finishes #row_wrapper .description h2{
				color:#886b50;
				font-size:14px;
			}
		
.finishes .notify{
	font-weight:bold;
	position:absolute;
	top:60px;
	left:320px;
}
