@charset "utf-8";
/* CSS Document */




/*
 * HEADER AND TOP NAVIGATION
 */

#header-wrap {
	width:			100%;
	height:			260px;
	background:		url(../../img/design/header/header-wrap.jpg) 0px 0px repeat-x;
}



#header {
	margin:			0 auto;
	background:		url(../../img/design/header/header-bg.jpg) top left no-repeat;
	width:			960px;
	height:			260px;
}



.header-overlay {
	position:		absolute;
	top:			30px;
	left:			50%;
	margin-left:	-480px;
	border:			0;
	outline:		none;
}



#admin-nav, 
#header-nav {
	margin:			0;
	padding:        0;
	line-height:	40px;
}

#admin-nav {
	float:			left;
	text-align:		left;
}

#admin-nav a, 
#admin-nav a:link, 
#admin-nav a:visited, 
#admin-nav a:hover {
	letter-spacing:	2px;
	color:			#779;
	display:		inline;
	text-decoration:none;
	font-size:		.8em;
}



#header-nav {
	float:			right;
	text-align:		right;
	font-weight:	bold;
	margin:			10px 0 0 0;
}

#header-nav ul, #header-nav li {
	list-style:		none;
	margin:			0;
	padding:        0;
	display:		inline;
}

#header-nav li {
	margin-left:	20px;
}

#header-nav a:link,
#header-nav a:visited,
#header-nav a:hover {
	letter-spacing:	2px;
	color:			white !important;
	display:		inline;
	text-decoration:none;
	font-weight:	bold;
}

#header-nav a:hover {
	color:			yellow !important;
}

#header-nav #here {
	border-bottom:	2px solid #00CCFF;
}

