/* this file must be present in the same directory as the html files */

body {
	margin: 0;
	padding: 0;
	background: #fff url('images/bkgd_body.jpg') repeat-x;
}
body, td, th {
	color: #333;
	font: 11px/15px Verdana, Geneva, sans-serif;
}
a {
	outline: 0;
	text-decoration: none;
}
td {
	vertical-align: top;
}
#wrapper {
	width: 1076px;
	height: 709px;
	margin: 0px auto 30px auto;
	padding: 80px 0px 0px 100px;
	background: transparent url('images/background.jpg') no-repeat;
}
#container {
	width: 953px;
	min-height: 500px;
	padding: 46px 0px 34px 37px;
	background: #e4e4e5;
}
#logo a {
	display: block;
	width: 274px;
	height: 68px;
	background: url('images/logo.jpg') no-repeat;
	text-indent: -9999px;
}
#menu {
	float: left;
	width: 150px;
	min-height: 342px;
	margin: 0px 0px -999px 0px;
	padding: 44px 0px 999px 0px;
	border-left: 2px solid #7c7866;
}
.overflow {
	overflow: hidden;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li {
	margin: 41px 0px 0px 0px;
	padding: 0;
	border-bottom: 1px solid #b1aea5;
}
#menu a {
	display: block;
	position: relative;
	margin: 0px 25px 0px 25px;
	padding: 3px 0px 4px 0px;
	background: #7c7866;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-khtml-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	color: #e4e4e5;
	font-size: 11px;
	line-height: 11px;
	text-align: center;
	text-decoration: none;
}
#menu a:hover {
	background-color: #4d4224;
}
.about #menu li.about a,
.products #menu li.products a,
.media #menu li.media a,
.projects #menu li.projects a,
.contact #menu li.contact a {
	background-color: #4d4224;
}
#content {
	float: left;
	position: relative;
	width: 612px;
	min-height: 408px;
	margin: 0;
	padding: 0;
	border-right: 19px solid #7c7866;
	border-bottom: 19px solid #7c7866;
	border-left: 19px solid #7c7866;
}
.about #content img {
	float: right;
	margin: 20px 20px 20px 20px;
}
.about #content p {
	margin: 20px;
}
.contact #content p {
	margin: 20px;
}
.kitchens #content {
	border-right: 19px solid #9ea0a1;
	border-bottom: 19px solid #9ea0a1;
	border-left: 19px solid #9ea0a1;
}
.bathrooms #content {
	border-right: 19px solid #ebaf2e;
	border-bottom: 19px solid #ebaf2e;
	border-left: 19px solid #ebaf2e;
}
.furniture #content {
	border-right: 19px solid #5d8270;
	border-bottom: 19px solid #5d8270;
	border-left: 19px solid #5d8270;
}
.doors #content {
	border-right: 19px solid #2e8596;
	border-bottom: 19px solid #2e8596;
	border-left: 19px solid #2e8596;
}
.products #product_menu a {
	display: inline-block;
	width: 153px;
	padding: 3px 0px 4px 0px;
	color: #fff;
	font-size: 11px;
	line-height: 11px;
	text-align: center;
}
.products #product_menu a#kitchens {
	background: #9ea0a1;
}
.products #product_menu a#bathrooms {
	background: #ebaf2e;
}
.products #product_menu #furniture {
	background: #5d8270;
}
.products #product_menu a#doors {
	background: #2e8596;
}

#footer {
	clear: both;
	width: 696px;
	padding: 6px 0px 7px 149px;
	border-bottom: 2px solid #7c7866;
	border-left: 2px solid #7c7866;
}
#tagline {
	float: right;
	width: 71px;
	height: 48px;
	margin: -48px 30px 0px 0px;
	background: url('images/tagline.gif') no-repeat;
	text-indent: -9999px;
}