.nav {
	background: #e5e5e5;
	height: 35px;
	position: absolute;
	width: 1000px;
	top: 45px;
	z-index: 1000;
}
.nav ul {
	list-style-type: none;
	margin: 0 55px;
	position: absolute;
	padding: 0;
}
.nav li {
	float: left;
	padding: 5px 15px;
	margin: 0 16px;
	height: 25px;
	font-size: 12px;
	line-height: 1em;
}
.nav li.active {
	background: #84774D; /*A99979*/
	color: #fff;
}
.nav li.home, .nav li.contact {
	width: auto;
}
.nav-inside .active {
}
.nav #nav-inhouse.active {
	/*background: #D3BE96;*/
	background: #E3DCC0;
	color: #333;
}
.nav #nav-inhouse.active .active{
	/*background: #A99979;*/
	background: #D3BE96;
	color: #333;
}
.nav #nav-inhouse.active a {
	color: #333;
}
.nav #nav-inhouse .subnav {
	/*background: #D3BE96 ;*/
	background: #E3DCC0;
}
.nav #nav-outdoor.active {
	background: #aabdcb; 
	color: #fff;
}
.nav #nav-outdoor .subnav {
	color: #fff;
	background: #aabdcb repeat-x left bottom;
}
.subnav {
	width: 840px;
	/*background: #b40312 url(../img/bg-subnav.gif) repeat-x left bottom;*/
	color: #333;
	position: absolute;
	top: 35px;
	left: 18px;
	border: 1px solid #fff;
	border-top: none;
	display: none;
	z-index: 2000;
}
.subnav IFRAME
{
	display:none;/*sorry for IE5*/ 
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width:840px;/*must have for any big value*/
	height:480px;
}
.subnav .overview {
	margin-top: 15px;
	text-align: right;
}
.subnav .overview a {
	display: block;
	padding: 0 30px;
	font-weight: bold;
	text-transform: uppercase;
	background: #D3BE96;
	line-height: 30px;
	font-size: 11px;
}
.subnav .overview a:hover {
	background: #B7A37C;
}
.subnav .outdoor .overview a {
	background: #7C98AE;
}
.subnav .outdoor .overview a:hover {
	background: #7C98AE;
}
.subnav .overview p {
	margin: 0;
}
.nav-inside {
	margin: 18px 0px;
	margin-bottom: 0;
	overflow: hidden;
}
.subnav .column {
	float: left;
}
.subnav .inhouse .column {
	width: 218px;
	margin: 0 31px;
	margin-bottom: 18px;
	display: inline;
}
.subnav .outdoor .column {
	width: 160px;
	margin: 0 25px;
	display: inline;
}
.subnav .inhouse img {
	display: block;
}
.subnav .inhouse h1 {
	background: #D3BE96;
	color: #fff;
	line-height: 2em;
}
.subnav h1 {
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	margin: 0;
}
.subnav h2 {
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 14px;
	text-align: center;
	background: #DCCBAB;
	color: #444;
	margin: 0;
	margin-top: 1px;
	margin-bottom: 1em;
}
.subnav h2 a {
	color: #444;
	display: block;
	padding: 0.7em;
}
.subnav h2 a:hover {
	background: #B7A37C;
}
.subnav h1 img {
	display: block;
	margin-bottom: 2px;
}
.subnav ul {
	list-style-type: disc;
	position: relative;
	margin: auto;
	padding-left: 1.5em;
}
.subnav li {
	float: none;
	margin: 0.5em auto;
	padding: 0;
	height: auto;
	font-size: 11px;
	line-height: 14px;
}
.nav a {
	color: #333;
	text-decoration: none;
}
.nav .active a {
	color: #fff;
}
.active a {
	color: #333;
}
.subnav a {
	color: #333;
	height: auto;
}
.subnav a:hover {
	color: #fff;
}
.nav #nav-outdoor .subnav a {
	color: #fff;
}
.nav #nav-outdoor .subnav a:hover {
	color: #3E647E;
}
.subnav .outdoor h1 {
	margin-bottom: 1em;
}
