
div.fe_header {
	clear: both;
	background-image: url(/i/fe-header/header-main-bg.png);
	background-repeat: repeat-x;
	height: 105px;
	margin-bottom: 1px;
}

div.header_info_links {
	float: right;
	margin-top: 6px;
	margin-right: 5px;
	font-size: 12px;
	color: white;
}

div.header_info_links a,
div.header_info_links a:hover,
div.header_info_links a:active {
	color: white;
}

div.header_search {
	clear: both;
	float: right;
	width: auto;
	margin-top: 30px;
	margin-right: 5px;
}

.trial_subscribe {
	font-size: 20px;
	font-family: "Century Gothic", Arial;
}

.trial_subscribe a,
.trial_subscribe a:hover,
.trial_subscribe a:active {
	color: white;
}

div.login_header_box {
	position: absolute;
	bottom: 0px;
	right: 0px;
	background-color: #5D5E60;
	background-image: url(/i/fe-header/login-main-bg.png);
	background-position: bottom;
	background-repeat: repeat-x;
	width: 400px;
	color: white;
}

div.login_header_box_tl {
	background-image: url(/i/fe-header/login-top-left.png);
	background-position: top left;
	background-repeat: no-repeat;
}

div.login_header_box_tr {
	background-image: url(/i/fe-header/login-top-right.png);
	background-position: top right;
	background-repeat: no-repeat;
}

/* GENERIC CLASSES FOR HEADER DROPDOWN MENUS */

div.headerdrop_btn {
	position: absolute;
	bottom: 0px;
	padding-left: 15px;
	cursor: pointer;
	background-image: url(/i/quicklinks_arrow.gif);
	background-repeat: no-repeat;
	background-position: 8px 55%;
	z-index: 2; /* above main nav buttons */
}

div.headerdrop_cont {
	position: absolute;
	display: none;
	z-index: 2; /* above main nav buttons */
	opacity: 0.95;
}

div.headerdrop_btn:hover div.headerdrop_cont {
	display: block;
}

div.headerdrop_cont a {
	display: block;
	white-space: nowrap;
	color: white;
	font-weight: bold;
	font-size: 12px;
	padding: 3px 0px;
}

div.headerdrop_cont a:hover {
	color: #FF9900;
	text-decoration: none;
}

/* QUICKLINKS MENU */

div.quicklinks_btn {
	right: 400px;
}

div.quicklinks_cont {
	right: 0px;
}

/* LANGUAGES MENU */

div.langmenu_btn {
	left: 40px;
}

div.langmenu_btn img.globe_img {
	position: absolute;
	left: -28px;
	bottom: 3px;
}

div.langmenu_cont {
	left: 0px;
	width: 150px;
}
