@charset "UTF-8";
/* CSS Document */
body{
	background-color:#000;
	font-family: "Lucida Grande","Lucida Sans Unicode", "Trebuchet MS", verdana, sans-serif;
	color: #999;
}
a img{
	border: 0px;
}
#popupcloser{
	position: absolute;
	left: 635px;
	cursor: pointer;
	z-index: 999;
}

#header{
	height: 80px;
	text-align: center;
	font-family: "Gill Sans","Geneva","Trebuchet MS", verdana, sans-serif;
}
#sidebar{
	position: absolute;
	left: 50%;
	margin-left: 485px;
	margin-top:43px;
}
div.clearer{
	clear: both;
}
a:link, a:visited{
	color: #CCC;
	text-decoration:none;
}
a:hover, a:active{
	color: #FFF;
	text-decoration:none;
}
a.arrowed:after{
	content: " >";
	color: #c00;
}
#maincontainer{
	width: 931px;
	margin: auto;
}
#topnav{
	margin: auto;
	padding-top: 20px;
	font-family: "Gill Sans","Geneva", "Trebuchet MS",verdana, sans-serif;
	font-size: 12px;
	display: table;
	width: 915px;
}
#topnav .element{
	padding-left: 12px;
	padding-right: 12px;
	height: 23px;
	border-right: 1px solid #424344;
	float: left;
	padding-top: 0px;
	letter-spacing: 1px;
	font-size: 13px;
	color: #FFF;
}
#topnav .last{
	border-right: none;	
}
#topnav .element a{
	position: relative;
	top: -1px;
}
#topnav a:link, #topnav a:visited{
	text-decoration: none;
	color: #FFF;
}
#topnav a:link, #topnav a:visited{
	text-decoration: none;
	color: #FFF;
}
#footer{
	margin-top: 9px;
	font-size: 12px;
	position: relative;
	left: -32px;
	width: 980px;
}
#twitterbox{
	float: left;
	width: 496px;
	height: 64px;
	background-image: url(images/twitterbox.png);
	background-repeat: no-repeat;
	font-size: 10px;
	color: #CCC;
}
#twitterbox .inner{
	padding: 13px 13px 13px 40px;
}
#twitterbox a{
	color: #44bbf1;
}
#twitterbox a.followlink{
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	padding-top: 3px;
}
#twitterbox .blue{
	color: #44bbf1;
}
#twitterbox .timestamp{
	font-size: 9px;
}
#contactbar{
	padding-top: 4px;
	text-align: left;
	margin-left: 10px;
	float: left;
	width: 450px;
}
input.loginform{
	background-image: url(images/bg_login_field.png);
	width: 139px;
	height: 12px;
	background-color: #000;
	border: none;
	font-size: 10px;
	padding: 4px;
}
input.loginsubmit{
	position: relative;
	left: -12px;
}


.languageSelect
{
	position: fixed;
	top: 87px;
	left:0px;
	margin:0px;
	padding: 10px;
	background-color: #000000;
	border-style: solid;
	border-left-style: none;
	border-color: #424344;
	border-width: 1px;
}

.languageSelect a
{
	text-decoration: none;
	color: #cccccc;
	font-family: "Gill Sans","Geneva", "Trebuchet MS",verdana, sans-serif;
	letter-spacing: 1px;
	font-size: 13px;
}

.languageSelect a:hover
{
	color: #ffffff;
}