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

#value_express {
	border: 1px solid #3D5660;
	text-align: left;
	min-height: 400px;
	color: #4D656F;
	margin: 1px auto;
}
#value_express h2 {text-align: left; font-size: 1.5em; color: #374F59; font-variant: small-caps;  }
#stationary_sofa {margin: 10px 5px; padding: 5px; border-bottom: 3px double #003; overflow: auto; }
#motion_sofa {margin: 10px 5px; padding: 5px; border-bottom: 3px double #003; overflow: auto; }
#dinette {margin: 10px 5px; padding: 5px; border-bottom: 3px double #003; overflow: auto; }
#bedroom {margin: 10px 5px; padding: 5px; border-bottom: 3px double #003; overflow: auto; }
#tables {margin: 10px 5px; padding: 5px; border-bottom: 3px double #003; overflow: auto; }
.furniture_box {
	margin-bottom: 5px;
	margin-right: 10px;
	float: left;
	width: 205px;
	height: 320px;
	border: 1px solid #CCC;
}
.furniture_box_top {
	text-align: center;
	margin: 0;
	padding: 0;
	height: 150px;
}
.furniture_box_body {
	padding: 0 5px;
}
.furniture_box_bottom {
	background: url(http://furniturebarnshowroom.com/images/Value-Express.png) bottom center no-repeat;
	margin-bottom: 5px;
	padding: 0;
	height: 44px;
}
