/*4 eliteHeader*/@charset "utf-8";
/* CSS Document */
    .nava{display: none;}
	
#top_head {
    background: none repeat scroll 0 0 #363636;
    border-bottom: 5px solid #4474D0;
    height: 35px;
}
#header{
	background:#ffffff;
	width:100%;
	height:127px;
}

.logo{
	/*background:url(../images/logo.jpg) no-repeat;*/
	width:273px;
	height:56px;
	position:absolute;
	top:33px;
	left:0;
}

.logo a{
	display:block;
	width:273px;
	height:56px;
	text-indent:-9999px;
}

#follower{
	position:absolute;
	top:10px;
	right:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#363636;
	font-size:16px;
	font-weight:bold;
	line-height:20px;
}

#follower .icn_active{
	float:left;
	background:url(/controller/themes/profile/images/icon_active_member.png) no-repeat left center;
	padding:5px 10px 5px 60px;
	width:210px;
}

#follower .icn_match{
	float:left;
	background:url(/controller/themes/profile/images/icon_match.png) no-repeat left center;
	padding:5px 10px 5px 60px;	
	width:90px;
}

#follower .icn_facebook{
	float:left;
	background:url(/controller/themes/profile/images/icon_fb.png) no-repeat left center;
	padding:5px 10px 5px 60px;	
	width:210px;
}

#follower .icn_tweet{
	float:left;
	background:url(/controller/themes/profile/images/icon_tweet.png) no-repeat left center;
	padding:5px 10px 5px 60px;
	width:90px;
}

#follower .icn_active span, #follower .icn_match span, #follower .icn_facebook span, #follower .icn_tweet span{
	display:block;
	color:#4474d0;
	line-height:normal;
}

.topmenu{
	position:relative;
	font-size:11px;
	color:#ffffff;
	/*font-family: 'Gotham-Medium';*/
    /*font-family: -webkit-pictograph;*/
    font-family: -webkit-body;
	padding:10px;
}

.topmenu.fright{
	background:#212121;
}

.topmenu ul{
	display:inline;
	line-height:none;
}

.topmenu ul li{
	list-style:none;
	float:left;
	margin:0 5px;
}

.topmenu ul li a{
	color:#ffffff;
	text-decoration:none
}

.topmenu ul li a:hover{
	color:#ffffff;
	text-decoration:underline;
}

.topmenu ul li.select_country{
	position:relative;
}

.topmenu ul li.select_country a{
	background:url(/controller/themes/profile/images/down_arrow.jpg) no-repeat 100% 3px;
	padding:0 15px 0 0;
	margin:0 5px 0 0;
}
	

.flag_icon{
	float:left;
	margin:0 0 0 5px;
}

.help{
	font-family: 'GothamBlack';
	font-size:16px;
	color:#ffffff;
	position:absolute;
	top:55px;
	right:190px;
}

#navigation{
	background:#010101;	
	padding:4px 0 0 0;
	height:38px;
	font-size:15px;
	color:#ffffff;
	/* font-family: 'GothamBold';*/
	font-family:Arial, Helvetica, sans-serif;
	font-weight:600;
	 display:inline-block;
	 position:static
}
#navigation .navli{float:left;display: inline;}
#navigation a{
	color:#ffffff;
	text-decoration:none;
	padding:9px 2px;
	position:relative;
	text-align:center;
}

#navigation a:last-child, #navigation a:first-child{
	/*padding:10px 0px;*/
}

#navigation a:hover, #navigation a.selected{
	color:#FFFFFF;
	background:#4474D0;
	display:inline-block;
}

#navigation span.mail_count{
	font-size:11px;
	position:absolute;
	left:45%;
	top:-12px;
	background:url(/controller/themes/profile/images/mail_icon.png) no-repeat;
	text-align:center;
	width:25px;
	height:21px;
	float:left;
	color:#ffffff;
	padding:1px 0 0 0;
	line-height:normal;
}



a.btn_upgrade span, a.btn_upgrade:hover span{
	background:url(/controller/themes/profile/images/btn_upgrade.jpg) no-repeat;
	width:115px;
	height:42px;
	position:absolute;
	top:0;
	right:0;
	padding:0;
	border-left:1px solid #ffffff;
}

a.btn_upgrade{
	float:right;
	text-indent:-9999px;
	padding:0
}

#newsletter{
	background:#4474D0;
	height:75px;
	text-align:center;
	padding:15px 0 0 0;
}

#newsletter .redtxt{
	color: #FFFFFF;
    font-family: 'GothamBlack';
    font-size: 21px;
    margin-bottom: 5px;
}

input.textbox{
	background:url(/controller/themes/profile/images/input_bg.jpg) repeat-x 0 0;
	font-family: 'GothamBook';
	font-size:13px;
	color:#000;
	padding:7px 5px;
	margin:0 3px;
	width:220px;
	border:1px solid #848383;
	float:left;
}

input.btn_submit{
	background:url(/controller/themes/profile/images/btn_submit.jpg) no-repeat;
	width:120px;
	height:31px;
	border:none;
	cursor:pointer;
	float:left;
}
#navigation ul{
	padding:0;
}

