/* Header block */
div.header {
	border: 1px solid #acafb0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: white;
	background-image: url('../gfx/header_background.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	height: 33px;
	float: left;
	width: 992px;
	z-index: 10;
}

div.header * {
	float: left;
}

div.header #logo {
	background-image: url('../gfx/finalist_logo-trans.png');
	background-repeat: no-repeat;
	padding: 0;
	margin: 1px 3px 1px 16px;
	width: 110px;
	height: 31px;
	float: left;
}

div.header #logo a {
	text-indent: -1000px;
	overflow: hidden;
	width: 100%;
	height: 100%;
	display: block;
}

div.header h1 img {
	border: none;
}

/* Main navigation menu */
.menu {
	margin: 0;
	padding: 0;
	height: 33px;
	list-style: none;
	line-height: 12px;
	font-size: 11px;
}

.menu li {
	margin: 0;
	padding: 0;
	padding-left: 2px;
	background-image: url('../gfx/header.nav_separator.gif');
	background-repeat: no-repeat;
	background-position: left;
	position: relative;
	z-index: 11;
}

.menu div.spacer {
	background-image: url('../gfx/header.nav_separator.gif');
	background-repeat: no-repeat;
	background-position: left;
	position: relative;
	width: 5px;
	height: 33px;
}

.menu a {
	cursor: pointer;
}

.menu span {
	cursor: default;
}

.menu a,.menu span {
	padding: 9px 13px;
	height: 14px;
	color: #004e61;
}

.menu a:hover,.menu li.selected a,.menu span:hover,.menu li.selected span {
	color: #004e61;
	text-decoration: none;
	background-image: url('../gfx/header.nav.li_background.gif');
	background-position: bottom;
}

.menu li ul {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 32px;
	height: auto;
	line-height: 12px;
	background-color: #e4e5f0;
	background-image: url('../gfx/submenu_background.gif');
	background-repeat: repeat-x;
	border: 1px solid #767676;
	padding: 1px;
	margin: 0;
	z-index: 1000;
	-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.menu li:hover ul,.menu li.hover ul {
	visibility: visible;
}

.menu li ul li {
	float: none;
	display: block;
	position: relative;
	padding: 0px;
	background: none;
	white-space: nowrap;
	padding: 0;
}

.menu li ul li:hover,.menu li ul li.hover {
	background-color: red;
	background-image: url('../gfx/header.nav.li_background.gif');
	background-position: bottom;
}

.menu li ul li a,.menu li.selected ul li a {
	float: none;
	display: block;
	padding: 4px;
	height: auto;
	background: none;
	padding-right: 20px;
}

.menu li ul li a:hover {
	color: #004e61;
	text-decoration: none;
	background: none;
	margin: 0;
}

/* Language select area */
#languages {
	float: right;
}

ul#languages a {
	padding: 5px 13px;
	height: 23px;
}

ul#languages a img {
	height: 25px;
}

/* Site search */
#sitesearch {
	float: right;
}

form.search {
	padding: 6px;
	float: right;
	margin-right: 10px;
	position: relative;
}

form.search p {
	margin: 0;
}

form.search button {
	border: none;
	width: 18px;
	height: 19px;
	padding: 0px;
	text-indent: -1000px;
	background: none;
	background-image: url('../gfx/search_background.png');
	margin-left: 3px;
	text-indent: -10000px;
}

form.search button:active {
	background-position: -18px 0px;
}

form.search input {
	padding: 0 2px;
	width: 134px;
	height: 17px;
	margin: 0;
	position: relative;
	z-index: 1;
	background-color: white;
	border: 1px solid;
	border-color: #a5adb3 #dcdee3 #e6e9ed #e1e3eb;
	color: #7badb9;
	font-style: italic;
	font-size: 11px;
	left: 6px;
}