/* =Navigation - Main
----------------------------------------------------------------------*/

#nav_main_wrap {
	background: url(../images/top_lines.gif) 0 5px repeat-x;
	width: 100%;
	height: 56px;
}

#nav_main {
	font-size: 14px;
	margin: -5px auto;
	width: 985px;
}


#nav_main li {
	float: left;
	list-style: none;
}

#nav_main a {
	color: #b1a68c;
	display: block;
	padding: 20px 16px;
	font-size: 13px;
	font-weight: bold;
	white-space: nowrap;
}

#nav_main a:hover {
	color: #fff;
	text-decoration: underline;
}

#nav_main li.current {
	color: #4f444a;
	position: relative;
	z-index:4;
	background: url(../images/zzz.gif) no-repeat left center;

}

#nav_main li.current a {
	color: #4f444a;
	text-decoration: underline;
	position: relative;
	z-index:0;
	background: url(../images/xxx.gif) no-repeat right center;
}

#submenu ul li {
	display: inline;
}

#submenu ul li.bull a {
	color: #f9f6fa;
	padding-right: 14px;
	padding-left: 8px;
	font-size: 13px;
	font-weight: 500;
	background: url(../images/bull.gif) right 7px no-repeat;
}

#submenu ul li.nobull a {
	color: #f9f6fa;
	padding-right: 14px;
	padding-left: 8px;
	font-size: 13px;
	font-weight: 500;
}

#submenu ul li.bull a:hover, #submenu ul li.nobull a:hover {
	text-decoration: underline;
}

/* = Right Links
----------------------------------------------------------------------*/

#header_wrap #header span a {
	font-size: 13px;
}

#header_wrap #header span a.active {
	text-decoration: underline;
}
/*
#content_wrap #content #panoramic span.header_text {
	color: #fff;
	position: relative;
	top: -55px;
	padding-left: 50px;
	border: 1px solid red;
}
*/

/*------------------------------ Search -----------------------------------------*/

#header #search form {
	position: absolute;
	z-index: 100;
	background: url(../images/search.gif) 15px 18px no-repeat;
	padding: 5px 0 0 7px;
	overflow: visible;
	top: 95px;
	right: 0;
	white-space: nowrap;
	width: 262px;
	height: 35px;
	border: none;
}

#hmenu-inArea {
	background: #fff  url(../images/find.png) no-repeat 0px 0px;
	position: relative;
	top: -6px;
	text-indent:20px;
	border:solid 1px #848388;
	font-size: 11px;
	margin-left: 28px;
	height: 18px;
	border: none;	
}

#search_button {
	margin: 14px 17px 0 0;
}	
