#header {
	position: relative;
	margin: 0;
	z-index: 1;
}

/*******************************************************************************
 * Logo
 ******************************************************************************/
#header .logo {
	left: 10px;
	height: 65px;
	position: absolute;
	top: 30px;
	width: 200px;
	z-index: 1;
}

#header h1 {
	left: 10px;
	height: 65px;
	position: absolute;
	top: 50px;
	width: 200px;
	z-index: 1;
}

#header h1 a {
	color: #fff;
}

#header h1 span {
	background: url(../images/logo.png) no-repeat;
	display: block;
	height: 100%;
	position: absolute;
	left: 0;
	top: -20px;
	width: 100%;
}


/*******************************************************************************
 * Log-in/Log-out Links
 ******************************************************************************/
#head-top {
	color: #666;
	height: 40px;
	line-height: 40px;
	padding-right: 10px;
	text-align: right;
}

#head-top a {
	margin: 10px;
	font-weight: bold;
}


/*******************************************************************************
 * Main Navigation
 ******************************************************************************/
#head-bottom {
	height: 40px;
	position: relative;
}

#header .nav {
	float: right;
	font-size: 1.25em;
	font-weight: normal;
	line-height: 40px;
	height: 100%;
	/*	text-shadow: 0px 1px 2px #999;*/
	text-transform: uppercase;
}

#header .nav ul {
	height: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}

#header .nav li {
	border-left: 1px solid #e6e6e6;
	float: left;
	height: 100%;
	padding: 0px;
	position: relative;
}

#header .nav li a {
	-pie-background: linear-gradient(#eed, #fff);
	background: #fff;
	background: -moz-linear-gradient(#eed, #fff);
	background: -ms-linear-gradient(#eed, #fff);
	background: -o-linear-gradient(#eed, #fff);
	background: -webkit-gradient(linear, 0 0, 0 50%, from(#eed), to(#fff));
	behavior: url(PIE.htc);
	color: #444;
	display: block;
	height: 100%;
	padding: 0 20px;
	text-decoration: none;	
}

#header .nav li:hover a {
	background: #555;
	color: #fff;
}

#header .nav li a:hover {
/*	background: #fff;*/
	color: #09f;
}

#header .nav li ul {
	behavior: url(PIE.htc);
	background: #555;
	-moz-border-radius: 0 0 15px 15px;
	-webkit-border-radius: 0 0 15px 15px;
	border-radius: 0 0 15px 15px;
	display: none;
	font-size: 1em;
	height: auto;
	margin: 0;
	overflow: hidden;
	padding: 2px;
	position: absolute;
	right: 0;
	text-align: left;
	text-shadow: none;
	text-transform: none;
	width: 10em;
	z-index: 200;
}

#header .nav li:hover ul {
	display:block;
}

#header .nav li li ul {
	padding: 0;
	position: relative;
	width: auto;
}

#header .nav li li {
	border: none;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	display: block;
	float: none;
	margin: 0;
	padding: 0px;
}

#header .nav li li a {
	background: none;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	display: block;
	line-height: 30px;
	margin: 0;
	text-align: right;
}


#header .nav li li a:hover {
	background: #fff;
}

#header .nav li li li a {
	padding: 0 20px 0 40px;
}



#head-breadcrumbs {
	color: #666666;
	clear: left;
	float: left;
	font-size: 0.9em;
	margin: 0px 0 3px 148px;
	overflow: hidden;
	text-align: left;
}

#head-breadcrumbs a {
	text-decoration: none;
	color: #666666;
}

#head-breadcrumbs a:hover {
	text-decoration: underline;
}


/*******************************************************************************
 * Search Box and Region Select
 ******************************************************************************/
#head-widgets {
	background: url("../images/head-widgets.png") no-repeat 0 0;
	float: right;
	height: 20px;
	margin-bottom: 20px;
	width: 440px;
}

#head-search {
	margin: 10px 10px 0 25px;
}

#head-region {
	margin: 10px 0 0;
	position: relative;
	width: 190px;
}

#head-search .search-widget {
	background-color: #FFFFFF;
	behavior: url(PIE.htc);
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow: inset 0 1px 3px #333;
	height: 30px;
	line-height: 30px;
	padding: 0px 5px 0px 10px;
}

#head-search .search-widget input[type=text] {
	border: 0px;
	margin: 0px;
	width: 145px;
}

#head-search .search-widget input[type=image] {
	vertical-align: middle;
}




