/*
 * Header
 */

.content-header {
	height: 85px;
}

.content-header-main {
	background: transparent url('images/header_background.png') repeat-x left top;
	height: 29px;
}

.content-header-logo {
	background: transparent url('images/header_logo.png') no-repeat left top;
	height: 29px;
}

.content-header-navigation {
	background: transparent url('images/header_navigation_bg.gif') repeat-x scroll left top;
	border-top: 1px solid #BDBDBD;
	border-bottom: 1px solid #BDBDBD;
	clear: right;
	height: 18px;
	line-height: 18px;
	width: 100%;
}

.content-header-quicklinks {
	border-bottom: 1px solid #BDBDBD;
	background: transparent url('images/header_quicklinks_bg.gif') repeat-x scroll left top;
	height: 18px;
	line-height: 18px;
	clear: right;
	width: 100%;
	position: absolute;
}

.content-header-quicklinks-container {
	position: absolute;
	width: 100%;
	height: 18px;
	overflow: hidden;
	clear: left;
}

.content-header-quicklinks ul {
	margin: 0;
	padding: 0;
	height: 18px;
}

.content-header-quicklinks li {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}

.content-header-quicklinks a {
	display: block;
	padding: 0 10px;
}

.content-header-quicklinks a:link,
.content-header-quicklinks a:visited,
.content-header-quicklinks a:focus,
.content-header-quicklinks a:hover,
.content-header-quicklinks a:active {
	color: #BDBDBD;
	text-decoration: none;
}

.content-header-quicklinks .active a {
	color: #A0A0A0;
	font-weight: bold;
}

.content-header-quicklinks a:focus,
.content-header-quicklinks a:hover,
.content-header-quicklinks a:active {
	background: #E9E9E9;
}
