/* ALL CSS for the header*/
#header{
	position:relative;
	z-index:1;
}
#headerimage{
	top:0px;
	left:179px;
}
#navigation{
	left:179px;
	top:109px;
	background-color:#FF0000;
	background-image: url(../img/gradient2.gif);
	height:26px;
	width:416px;
	z-index:1000;
}
#logo{
	border-right:4px solid #AEACA5;
	width:175px;
	height:135px;
}
#login {
	right:0px;
	top:0px;
	width:155px;
	height:94px;
	border-bottom:4px solid #AEACA5;
}
.loginTxt {
	color:#FFF;
	font-size:9px;
	line-height:11px;
}
#language{
	width:119px;
	padding:5px 28px;
	right:0px;
	top:105px;
	background-color:#E7E5DF;
	border-bottom:4px solid #AEACA5;
	border-top:4px solid #AEACA5;
}
#languagepreview{
	width:175px;
	height:11px;
	padding-top:8px;
	padding-bottom:7px;
	padding-left:0px;
	padding-right:0px;
	text-align:center;
	right:0px;
	left:591px;
	top:109px;
	background-color:#E7E5DF;
	border-left:4px solid #AEACA5;
}
#headerimage, #navigation, #login, #language, #languagepreview{
	position:absolute;

}
#headerimage{border-bottom:4px solid #AEACA5;}
#language, #login{border-left:4px solid #AEACA5;}

#tabs {
	width:30px;
	position:absolute;
	margin-left:-23px;
	margin-top:4px;
}
