
/* @group Intro */
#intro {
	background: #422C16;
	padding: 25px;
	height: 400px;
}
/* @end */
#content {
	background: #E6E6D7;
}
/* @group Text */
#text {
	background: #E6E6D7;
	padding-bottom: 35px;
	width: 689px;
	float: left;
}
#text h1 {
	position: relative;
	top: -24px;
	width: 689px;
	margin-bottom: -10px;
}
#text p {
	width: 582px;
	margin-left: 46px;
}
#text h2 a {
	display: block;
	height: 14px;
	margin: 16px 0 0 46px;
	text-indent: -9999px;
	background: url(/images/layout/home/view_kitchens.gif) left top no-repeat;
	outline: none;
}
/* @end */
/* @group Menu */
ul#menu {
	float: right;
	background: #E6E6D7;
	margin: 10px 0;
}
ul#menu li {
	font-size: 12px;
	line-height: 1;
	margin: 0;
	padding: 8px 24px 4px 17px;
	list-style: none;
	border-top: 1px solid #C8C6B8;
	width: 200px;
	font-family: rotis_bold;
}
#menu li.first, #menu li:first-child {
	border-top: none;
}
#menu a {
	text-decoration: none;
	color: #A35F0C;
	display: block;
	height: 17px;
	background: url(/images/layout/menu/home.png) no-repeat;
	text-indent: -9999px;
	width: 206px;
	outline: none;
}
#menu #about_us a {
	background-position: left 0;
}
#menu #kitchens a {
	background-position: left -25px;
}
#menu #bathrooms_ a {
	background-position: left -52px;
}
#menu #custom_millwork a {
	background-position: left -78px;
}
#menu #for_the_multi_contractor a {
	background-position: left -103px;
}
#menu #contact a {
	background-position: left -130px;
}
/* @end */
/* @group View */
ul#view {
	height: 99px;
	background: #25160D url(../images/layout/home/script_bottom.gif) right top no-repeat;
	margin-bottom: 24px;
}
ul#view li {
	float: left;
	margin: 1px 1px 0 0;
	width: 300px;
	color: white;
	text-align: center;
	font-size: 16px;
	color: #a35f0c;
	opacity: 0.99;
}
ul#view li a {
	text-decoration: none;
	border: none;
	color: inherit;
}
ul#view li img, ul#view li p {
	margin-bottom: 5px;
}
ul#view li p img {
	margin-bottom: 0;
}
/* @end */