#date {
	overflow: auto;
	background: url(images/date_bg.png) repeat-x;
	height: 20px;
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
	padding: 0 15px;
}

#date ul li { float: left; display: inline; padding-top: 3px; }

#date ul li span { color: #b4d93c; }

#date ul.left {
	float: left;
}

#date ul.left li { margin-right: 25px; }

#date #first-date { margin-right: 90px; }

#date ul.right {
	float: right;
}

#date ul.right li { margin-left: 5px; }

#date ul.right li,
#date ul.right li a { color: #faa719; }
#date ul.right li a:hover { color: #fff; }

#header2 {
	background: url(images/header_bg.png) repeat-x;
	overflow: auto;
	height: 100px;
}

#header2 h1 { float: left; display: inline; margin: 0 0 0 15px; }

#header2 h1 a {
	background: url(images/Logo10thAnniversary.gif) no-repeat;
	display: block;
	width: 235px;
	height: 90px;
	text-indent: -9999px;
}

#header2 ins { float: left; }

#header2 a img, 
#header2 a object,
#header2 div, 
#header2 a iframe { float: right; margin: 5px; }

#panelheader {
	background: url(images/main_bg.png) repeat-x;
	overflow: hidden;
	margin-top: 1px;
	padding-left: 1px;
	height: 45px;
}

#panelheader li {
	background: url(images/main_li_bg.png) repeat-x bottom #eeeff1;
	margin: 1px 1px 1px 0;
	float: left;
	display: inline;
}

	#panelheader li#sponsor {
		padding: 5px 15px;
		width: 131px;
	}

	#panelheader li#latest {
		width: 485px;
		padding: 15px 10px;
		font-size: 11px;
	}
	
	#panelheader li#latest a { font-weight: bold; }
	
	#panelheader li#search {
		padding: 14px 10px;
	}
	
	#panelheader li#search input {
		border: 1px solid #C3C3C3;
		border-top-color: #7C7C7C;
		border-bottom-color: #DDD;
		background: url(images/bg-input.gif) 0 0 repeat-x #fff;
		width: 150px;
	}
	#panelheader li#search input#button {
		color: #0c1c3d;
		width: 15px;
		height: 15px;
		background: url(images/search.gif);
		border: none;
		margin-left: 5px;
	}

	#panelheader li#cpanel {
		width: 115px;
		padding: 5px 10px;
		height: 35px;
	}
	
	#panelheader li#cpanel img { margin-right: 10px; }
	
	#panelheader li#cpanel p {
		margin: 3px 0;
		font-size: 10px;
		text-transform: uppercase;
	}
	
ul#main {
	background: url(images/menu_bg.png) repeat-x;
	overflow: hidden;
	height: 25px;
	padding: 2px 10px 0;
	font-weight: bold;
	text-transform: uppercase;
}

ul#main li {
	float: left;
	display: inline;
	margin-right: 30px;
}

ul#main li a { color: #0c1c3e; }
ul#main li a:hover { color: #fff; }

ul#main li.last { margin-right: 0; }

ul#main li.active { border-bottom: 2px solid #0c1c3e; padding-bottom: 4px; display: block; }
/* LANGUAGE BOX */

#lang_box {
	background: url(http://cdn.fxstreet.com/images/lang_box_middle.png) repeat-x;
	position: relative;
	height: 39px;
}

#lang_box span.border-left {
	display: block;
	background: url(http://cdn.fxstreet.com/images/lang_box_left.png) no-repeat;
	width: 6px;
	height: 29px;
	position: absolute;
	left: 0;
	top: 0;
}

#lang_box span.border-right {
	display: block;
	background: url(http://cdn.fxstreet.com/images/lang_box_right.png) no-repeat;
	width: 6px;
	height: 29px;
	position: absolute;
	right: 0;
	top: 0;
}

#lang_box img.close {
	position: absolute;
	top: 8px;
	right: 10px;
}

#lang_box ul li {
	display: inline;
	margin: 0 10px;
	font-weight: normal;
}
#lang_box ul li a{
	border-right:1px solid #CCCCDD;
	float:left;
	padding:7px 10px 0 10px;
	display:block;
	height:22px;
}
#lang_box ul li a:hover{
	background:url(http://cdn.fxstreet.com/images/langboxBtn.gif) 0 1px repeat-x;
}