#header {
	clear: both;
	overflow: hidden;
	font-size: 11px;
	color: #333;
	float: left;

	background-image: url("/quel-search-engine/themes/atlantis/images/header/header_attention.png");
	background-position: 487px 5px;
	background-repeat: no-repeat;
}

#header input {
	color: #aaa;
	font-size: 1em;
}

#header button {
	cursor: pointer;
}

#header input.active-input {
	color: #333;
}

#header ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
			
#header ul li a {
	text-decoration: none;
	color: #333;
}

#header ul li a:hover {
	text-decoration: underline;
}

#header ul.tabs,
#header div.actionbar {
	float: left;
	width: 968px;
}

#header div.searchbar, 
#header div.sitemenu {
	float: right;
	width: 600px;
}

#header div.sitemenu {
	margin-top: 13px;
}

#header a.logo {
	float: left;
}

#header a.logo img {
	display: block;
}

#header ul.navigation {
	float: right;
	clear: both;
}

#header ul.navigation li {
	float: left;
	margin-left: 5px;
	line-height: 16px;
}

#header ul.navigation li img {
	display: block;
	margin-top: 2px;
}

#header ul.navigation li select {
	font-size: 90%;
	color: #333;
}

#header ul.tabs {
	margin-top: 5px;
}

#header ul.tabs li {
	float: left;
}

#header ul.tabs li a {
	display: block;
	width: 242px;
	height: 25px;
	text-indent: -2000px;
}

#tab-requests a { background-position: center -25px; }
#tab-companies a { background-position: center -75px; }
#tab-news a { background-position: center -125px; }
#tab-about a { background-position: center -175px; }

#tab-requests.activetab a, #tab-requests a:hover { background-position: center -0px; }
#tab-companies.activetab a, #tab-companies a:hover { background-position: center -50px; }
#tab-news.activetab a, #tab-news a:hover { background-position: center -100px; }
#tab-about.activetab a, #tab-about a:hover { background-position: center -150px; }

#header div.actionbar {
	height: 80px;
	background-image: url(/images/header/header_action_bg.png);
}

#header div.actionbar div.actionbox {
	width: 200px;
	height: 60px;
	margin: 10px 21px;
	float: left;
	display: inline;
	
}

#header div.actionbar div.actionbox a,
#button-newsletter {
	display: block;
	outline: none;
	height: 100%;
	text-indent: -10000px;
}


#button-request a { background-position: 0 0; }
#button-register a { background-position: 0 -120px; }
#button-contact a { background-position: 0 -240px; }
#button-newsletter { background-position: 0 -360px; }

#button-request a:hover { background-position: 0 -60px; }
#button-register a:hover { background-position: 0 -180px; }
#button-contact a:hover { background-position: 0 -300px; }

#header div.searchbox {
	float: right;
	width: 300px;
	height: 34px;
	line-height: 12px;
	background-image: url(/images/header/search_bg.png);
	padding: 8px 10px;
	margin-top: 6px;
	
}

#header div.searchbox ul li {
	float: left;
}

#header div.searchbox ul li a {
	display: block;
	padding: 0 10px;
	color: #20AFE6;
	outline: none;
}

#header div.searchbox ul li.active {
	background-image: url(/images/header/search_sel_left.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#header div.searchbox ul li.active a {
	background-image: url(/images/header/search_sel_right.png);
	background-repeat: no-repeat;
	background-position: right center;
	color: #444;
}


#header div.searchbox form {
	float: left;
	margin-top: 4px;
}

#header div.searchbox input {
	border: 1px solid #E2E3EA;
	border-top-color: #ABADB3;
	float: left;
	height: 14px;
	padding: 1px 3px;
	width: 215px;
}


#header div.searchbox button {
	text-indent: -8000px;
	width: 72px;
	height: 18px;
	background-color: transparent;
	border: none;
	float: left;
	margin-left: 5px;
	
}

#header div.searchbox button img {
	display: block;
}

#header #button-newsletter span {
	display: block;
}

#header #button-newsletter form {
	text-indent: 0;
	float: left;
	clear: both;
	margin: 18px 0 0 14px;
	display: inline;
}

#header #button-newsletter form input {
	border-color: #ABADB3 #E2E3EA #E2E3EA;
	border-width: 1px;
	border-style: solid;
	width: 117px;
	padding: 1px 3px 2px;
	float: left;
}	

#header #button-newsletter form input.error-state {
	background-color: #FCB1B1;
}

#header #button-newsletter form input.success-state {
	background-color: #B8FFA4;
}

#header #button-newsletter form input.loading-state {
	background: white url(/images/uploader/save-competence.gif) no-repeat center right;
}

#header #button-newsletter form button {
	float: left;
	margin-left: 3px;
	background-image: url(/images/header/button_ok.png);
	text-indent: -9999px;
	border: none;
	background-color: transparent;
	width: 44px;
	height: 18px;
}	

#header a.login {
	background-image: url(/images/header/button_login.png);
	background-repeat: no-repeat;
	padding-left: 18px;
	display: block;
}
