body.chairbg {
	background-image: url(backgrounds/chairbg.jpg);
}

body.tablebg {
	background-image: url(backgrounds/tablebg.jpg);
}

a {
	color: #ffffff;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

#main {
	width: 750px;
	position: relative;
	left: 50%;
	margin-left: -375px;
	height: 100%;
}

#title {
	font-family: Georgia;
	font-size: 51pt;
	/*position: absolute;
	width: 100%;
	height: 100px;*/
	top: 0px;
	left: 0px;
	border-bottom: 10px solid #a3d0a3;
}

#menu {
	/*position: absolute;
	top: 100px;
	left: 0px;*/
	width: 750px;
	height: 50px;
	padding: 5px 0px 5px 0px;
	background-color: #8fbc8f;
	border-bottom: 10px solid #a3d0a3;
	
}

#menulist {
	text-align: center;
	list-style-type: square;
	vertical-align: middle;
}

#menu li {
	margin: 0px 50px 0px 0px;
	display: inline;
	font-variant: small-caps;
}

#menu a {
	font-size: 20px;
	font-family: Arial;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
}
	
#menu a:link {
	color: #ffffff;
	text-decoration: none;
}

#menu a:visited {
	color: #ffffff;
	text-decoration: none;

}

#menu a:hover {
	color: #000000;
	text-decoration: underline;
}

#menu a:active {
	color: #000000;
	text-decoration: underline;
}

#furniture {
	/*position: absolute;
	top: 160px;*/
	background-color: #ffffff;
	width: 100%;
	height: 500px;
	border-bottom: 10px solid #a3d0a3;

}

#furniture a {
	/*position: absolute;*/
	width: 250px;
	height: 250px;
	background-repeat: no-repeat;
	text-decoration: none;
	text-align: center;
	font-family: Arial;
	font-weight: bold;
	color: #ffffff;
	font-size: 50px;
	filter:alpha(opacity=50);
	opacity: .5;
}

#furniture div {
	/*position: absolute;*/
	width: 250px;
	height: 250px;
	background-repeat: no-repeat;
	text-decoration: none;
	text-align: center;
	margin: 0px 0px 0px 0px;
}
	
#furniture a:hover {
	/*background-image: none;*/
	color: #000000;
	background-color: #8fbc8f;
	filter:alpha(opacity=100);
	opacity: 1;
}

#furniture div .fp_img_link {
	position: relative;
	color: #ffffff;
	font-size: 50px;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
	
}
/*
#custom_wrap {
	top: 0px;
	left: 0px;
	background-image: url(images/fp_custom.jpg);
	float: left;
}

#dining_wrap {
	top: 0px;
	left: 250px;
	background-image: url(images/fp_dining.jpg);
	float: left;
}

#living_wrap {
	top: 0px;
	left: 500px;
	background-image: url(images/fp_living.jpg);
	float: left;
}

#working_wrap {
	top: 250px;
	left: 0px;
	background-image: url(images/fp_working.jpg);
	float: left;
}

#bedroom_wrap {
	top: 250px;
	left: 250px;
	background-image: url(images/fp_bedroom.jpg);
	float: left;
}

#interiors_wrap {
	top: 250px;
	left: 500px;
	background-image: url(images/fp_interiors.jpg);
	float: left;
}
*/
#custom {
	background-image: url(images/fp_custom.jpg);
	float: left;
}

#dining {
	background-image: url(images/fp_dining.jpg);
	float: left;
}

#living {
	background-image: url(images/fp_living.jpg);
	float: left;
	clear: right;
}

#working {
	background-image: url(images/fp_working.jpg);
	float: left;
}

#bedroom {
	background-image: url(images/fp_bedroom.jpg);
	float: left;
}

#interiors {
	background-image: url(images/fp_interiors.jpg);
	float: left;
}

.subtitle {
	font-family: georgia;
	font-size: 30;
	font-weight: bold;
	color: #000000;
}

.textbox {
	font-family: arial;
	padding: 10px 20px 10px 20px;
	background-color: #8fbc8f;
	margin: 0px 0px 0px 0px;
}
	

	



	
	
