.title{

	font-size: 54px;
}

#indexheader{
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}

/* MENU BAR */
#menuBar{
	width: 100%;
	height: 75px;
	background: #FFFFFF url(../images/common/footerBackground.png) repeat-x left top;
	text-align: center;
	line-height: 70px;
	vertical-align: middle;
}

#menuBar a{
	font-size: 18px;
	color: #584318;
	font-weight: bold;
}

#menuBar a:hover{
	text-decoration: none;
}

#menuBar img{
	vertical-align: middle;	
}

/* PICTURE REGION */
#pictureRegion{
	width: 950px;
	padding-top: 15px;
	padding-left: 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative;
}

#pictureRegion img{
	float: left;
	border: 6px solid #000000;
	margin-right: 20px;
}

#pictureRegion img:hover{
	float: left;
	border: 6px solid #ACB28C;
}


/* PICTURE REGION 2 */
#pictureRegion2{
	width: 950px;
	padding-top: 5px;
	padding-left: 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative;
}

#pictureRegion2 img{
	float: left;
	border: 6px solid #000000;
	margin-right: 20px;
}

#pictureRegion2 img:hover{
	float: left;
	border: 6px solid #ACB28C;
}

/* FLOORING OPTIONS */
#flooringOptions {
	height: 121px;
	width: 950px;
	padding-left: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative;
}

#flooringOptions a {
	float: left;	
}

#flooringOptions a:hover {
	border: 1px solid #6D6968;	
}

#flooringOptions img {
	width: 115px;	
	height: 120px;
}


/* FLOORING OPTIONS */
#flooringLinks {
	height: 121px;
	width: 950px;
	padding-left: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative;
}








