@charset "UTF-8";
a:link {
	color: #009;
	text-decoration: none;
}
/* CSS Document */

#container {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	height: 100px;
	width: 940px;
	text-align: center;
}
#top {
	background-image: url(../art/bg_top.png);
	background-repeat: no-repeat;
	width: 290px;
	padding-left: 650px;
	padding-top: 28px;
	height: 40px;
}
#top_menu {
	width: 250px;
	height: 33px;
}
#mid {
	background-image: url(../art/bg_mid.png);
	background-repeat: repeat-y;
	width: 940px;
	padding-top: 20px;
}
#end {
	background-image: url(../art/bg_end.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 940px;
	text-align: center;
	font-size: 12px;
}
#ddc {
	text-align: center;
	height: 20px;
	width: 940px;
	font-size: 11px;
}
#ddc a:link, #ddc a:visited, #ddc a:active {
	color: #CCC;
}
#ddc a:hover {
	color: #0080c6;
}
#body {
	float: left;
	width: 550px;
	margin-left: 40px;
}
#body_home {
	float: left;
	width: 550px;
	margin-left: 40px;
	height: 250px;
}
#flash {
	float: left;
	width: 600px;
	background-color: #2d2d2c;
	height: 460px;
	color: #CCC;
}
#flash_home {
	float: left;
	width: 550px;
	background-color: #2d2d2c;
	height: 210px;
	color: #CCC;
	margin-left: 40px;
}
#clear_float {
	clear: both;
	height: 20px;
}
.no_border {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#portfolio {
	float: left;
	width: 250px;
	margin-left: 40px;
	background-color: #1c1c1b;
	display: inline;
	background-image: url(../art/portfolio.png);
	background-repeat: no-repeat;
	padding-top: 60px;
}
.menu_tab {
	float: left;
	height: 27px;
	padding-top: 6px;
}
.menu_tab a:link, .menu_tab a:visited, .menu_tab a:visited {
	color: #2d2d2c;
}
.menu_tab a:hover {
	color: #cd0908;
	padding-bottom: 2px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #2d2d2c;
	text-decoration: none;
}
.menu_divider {
	background-image: url(../art/divider.png);
	background-repeat: no-repeat;
	float: left;
	height: 33px;
	width: 33px;
	background-position: center;
}
a.kitchens {
	display: block;
	width: 250px;
	height: 97px;
	text-decoration: none;
	background-image: url(../art/kitchens.jpg);
}
a.kitchens_red {
	display: block;
	width: 250px;
	height: 97px;
	text-decoration: none;
	background-image: url(../art/kitchens_red.jpg);
}
a.bathrooms {
	display: block;
	width: 250px;
	height: 97px;
	text-decoration: none;
	background-image: url(../art/bathrooms.jpg);
}
a.bathrooms_red {
	display: block;
	width: 250px;
	height: 97px;
	text-decoration: none;
	background-image: url(../art/bathrooms_red.jpg);
}
a.entertainment {
	display: block;
	width: 250px;
	height: 97px;
	text-decoration: none;
	background-image: url(../art/entertainment.jpg);
}
a.entertainment_red {
	display: block;
	width: 250px;
	height: 97px;
	text-decoration: none;
	background-image: url(../art/entertainment_red.jpg);
}
a.furniture {
	display: block;
	width: 250px;
	height: 109px;
	text-decoration: none;
	background-image: url(../art/furniture.jpg);
}
a.furniture_red {
	display: block;
	width: 250px;
	height: 109px;
	text-decoration: none;
	background-image: url(../art/furniture_red.jpg);
}
a.kitchens:hover, a.bathrooms:hover, a.entertainment:hover, a.furniture:hover {
	background-position: -250px 0px;
}
a.kitchens:active, a.bathrooms:active, a.entertainment:active, a.furniture:active {
	background-position: -500px 0px;
}
a.kitchens_red:active, a.bathrooms_red:active, a.entertainment_red:active, a.furniture_red:active {
	background-position: -500px 0px;
}
#about_menu {
	height: 40px;
}
#about_menu a:link, #about_menu a:visited, #about_menu a:active {
	color: #2d2d2c;
}
#about_menu a:hover {
	color: #cd0908;
	padding-bottom: 2px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #2d2d2c;
	text-decoration: none;
}
a.kitchens_red:hover, a.bathrooms_red:hover, a.entertainment_red:hover, a.furniture_red:hover {
	background-position: -250px 0px;
}
