/* HEADER NAV */

#slogan {
	padding-left: 40px;	
	width: 890px;
	overflow: hidden;
}

#nav #nav_logo {
	margin-left:0px;
	margin-right:0px;
	display:inline-block;
}

body.tnel #nav {
	background-image:url(../shell/nav-tab-tnel.fr.gif);
	background-position:308px bottom;
}


body.wwd #nav {
	background-image:url(../shell/nav-tab-wwd.gif);
	background-position:484px bottom;
}

body.wycd #nav {
	background-image:url(../shell/nav-tab-wycd.fr.gif);
	background-position:634px bottom;
}

body.tl	#nav {
	background-image:url(../shell/nav-tab-tl.gif);
	background-position:799px bottom; 
}

body.faqs #nav {
	background-image:url(../shell/nav-tab-faqs.gif);
	background-position: 883px bottom;
}
	
body.aux #nav {
	border-bottom:	#5bcded solid 10px;
	margin-bottom:15px;
}







	
	
/* ---- HEADER SEARCH FIELD ---- */


#header_search {
	position:absolute;
	top:60px;
	width:338px;
	overflow:hidden;
	margin-left:619px;

}
	
#header_search	div.search_field {
	float:left;
	width:230px;
	height:20px;
	padding:2px 5px 1px 5px;
	display:block;
	background-image:url(../shell/search-bg.gif);
	background-repeat:no-repeat;
}
	
#header_search input.search_field {
	font-size:11px;
	width:223px;
	height:14px;
	border:0px;
	background-color:#ffffff;
}	
	
	
#header_search input.search_btn	{
	font-family:verdana, arial, helvetica, sans-serif;
	border:0px;
	color:#5a5a5a;
	padding:2px 0 2px 0;
	font-size:11px;
	letter-spacing:-1px;
	font-weight:bold;
	background-color:#ffffff;
	cursor:pointer;
	width:80px;
}




#header_search div.search_btn {
	width:80px;
	float:left;
	text-align:right;
	display:inline;
	background-color:yellow;

}