.clear
{
	clear:both;
}
/*######## Header #########*/
.headerContainer{
	background-image:url(http://cdn.exent.com/freeride_marketing/website/siteImages/channels/house/header/background.png);
	background-repeat:no-repeat;
	width:1000px;
	height:172px;
	margin-top:10px;
	margin-bottom:10px;
	z-index:99999;
	position:relative;
}

.frgLogo{
	width:236px;
	height:99px;
	overflow:hidden;
	float:left;
	text-align:left;
	background:url(http://cdn.exent.com/freeride_marketing/website/siteImages/channels/house/header/logo.png) no-repeat 30px 0px;
	text-decoration:none;
	text-indent:-3000px;
	margin-top:-10px;
	_margin-left:15px;
}

.frgLogoLink{
	width:206px;
	height:99px;;
	display:block;
}

.headerTitle
{
	width:100%;
	height:92px;
	clear:both;
}

/*search*/
.searchContainer
{
	float:right;
	width:380px;
	margin-top:18px;
	display:block;
	position:relative;
	z-index:999999;
}
.searchLeft{
	background-image:url(http://cdn.exent.com/freeride_marketing/website/siteImages/channels/house/header/searchBackgroundLeft.gif);
	width:31px;
	height:54px;
	float:left;
}

.searchMiddle{
	background-image:url(http://cdn.exent.com/freeride_marketing/website/siteImages/channels/house/header/searchBackgroundMiddle.gif);
	width:190px;
	height:54px;
	float:left;
	text-align:left;
}

.searchRight{
	background-image:url(http://cdn.exent.com/freeride_marketing/website/siteImages/channels/house/header/searchBackgroundRight.gif);
	width:116px;
	height:54px;
	float:left;
}

.searchInputUnselected{
	float:left;
	text-align:left;
	border:0px;
	width:190px;
	height:20px;
	margin-top:17px;
	font-family:verdana;
	font-size:14px;
	color:#666666;
	background-color:transparent;
}

.searchInputSelected{
	border:0px;
	width:190px;
	height:20px;
	margin-top:17px;
	font-family:verdana;
	font-size:14px;
	color:#000000;
	background-color:transparent;
}
/* search button */
a.searchButton
{
	margin-top:13px;		
	width: 100px;
	height: 28px;
	float:left;
	background: url(http://cdn.exent.com/freeride_marketing/website/siteImages/channels/house/header/searchButton.gif) 0px 0px;		
	cursor:pointer;
}

a.searchButton:link
{
	background-position: 0px 0px;
}

a.searchButton:hover 
{
	background-position: 0px -28px;
}

/*######## Header Navigation Menu Buttons #########*/
/* homeButton button */
/*######## Header Navigation Menu Buttons #########*/
.headerNavigationMenuContainer {
	width:100%;
	height:28px;
	float:left;
	padding-left:12px;
	clear:both;
	margin-top:12px;
	margin-bottom:6px;
	z-index:100;
	
}

.navMenu {
	float:left;
	width: 705px;
	height: 25px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.navMenu li {
	height: 28px;
	float: left;
	margin-left:2px;
}

.navMenu li a {
	display: block;
	height: 25px;
	overflow:hidden;
	background: url(http://dts.freeridegames.com/freeride_marketing/website/siteImages/channels/navButtons.gif) 0px 0px;
	text-decoration:none;
	text-align:center;
	line-height:25px;
	font-family:verdana;
	font-size:11px;
	color:#006699;
}

.navMenu li a.home {
	width:114px;
	text-indent:15px;
	background-position: 0px 0px;
}

.navMenu li a.home:hover {
	background-position: 0px -25px;
}

.navMenu li a.allGames {
	width:120px;
	text-indent:15px;
	background-position: -114px 0px;
}

.navMenu li a.allGames:hover {
	background-position: -114px -25px
}


.navMenu li a.hiddenObject {
	width:144px;
	text-indent:10px;
	background-position: -234px 0px;
}

.navMenu li a.hiddenObject:hover {
	background-position: -234px -25px
}

.navMenu li a.matchThree {
	width:155px;
	text-indent:13px;
	background-position: -378px 0px;
}

.navMenu li a.matchThree:hover {
	background-position: -378px -25px
}

.navMenu li a.timeManagement {
	width:162px;
	text-indent:10px;
	background-position: -533px 0px;
}

.navMenu li a.timeManagement:hover {
	background-position: -533px -25px
}
/*###### more genres ######*/
.moreGenresContainer {
	width:116px;
	height:25px;
	z-index:9;
	overflow:hidden;
   background:url(http://dts.freeridegames.com/freeride_marketing/website/siteImages/header/dropDownBackground.png) no-repeat;
	display:block;
	float:left;
	position:relative;
}

/*###### more genres button######*/
.moreGenresButton {
	background-image: url(http://dts.freeridegames.com/freeride_marketing/website/siteImages/channels/navButtons.gif);
	width:116px;
	height:25px;	
	line-height:25px;
	background-position: -695px -0px;
	background-repeat:no-repeat;
	cursor:pointer;
	color:#006699;
	float:left;
}

.moreGenresButton:hover {
	background-position: -695px -25px
}

/*###### more genres sub menu######*/
.moreGenresSubMenu{
	width:116px;
	margin-top:11px;
	padding:0px;
	vertical-align:text-bottom;
}

.moreGenresSubMenuItem{
	width:116px;
	height:20px;
	float:left;
	margin-left:5px;
	text-align:left;
	clear:both;
	list-style-type:none;
	vertical-align:text-bottom;
}

/*######### more genre link #########*/
a.moreGenresLink:link{
	color:#003366;
	text-decoration:none;
	width:116px;
	display:block;
	font:11px/16px arial;
	margin:3px 0px 0 5px;
}

a.moreGenresLink:visited{
	color:#003366;
	text-decoration:none;	
}

a.moreGenresLink:hover{
	color:#2898e5;
	text-decoration:none;	
}

a.moreGenresLink:active{
	color:#660066;
	text-decoration:none;	
}

.moreGenresItemImage{
	width:16px;
	height:16px;
	overflow:hidden;
	border:0px;
	display:inline-block;
	margin:0 5px 0 0px;
}
.premiumBut
{
	float:left;
	width:142px;
	height:25px;
	background: url(http://dts.freeridegames.com/freeride_marketing/website/siteImages/channels/navButtons.gif) no-repeat -815px -0px;
	line-height:25px;
	cursor:pointer;
}
.premiumBut:hover
{
	background-position: -815px -25px;
}

/*###### More Fun ######*/

.headerMoreFun {
	width:950px;
	height:30px;
	clear:both;
	display:block;
	margin:0px auto 0;
}
.headerMoreFun .first
{
	padding-left:0;
}
.headerMoreFun .last
{
	background:none;
}
.headerMoreFun UL
{
	padding:11px 0 0;
	margin:0;
	float:left;
}
.headerMoreFun .additionalButtons
{
	float:right;
	margin-top:12px;
}
.headerMoreFun li{
	float:left;
	list-style:none;
	background:url(http://dts.freeridegames.com/freeride_marketing/website/siteImages/header/topMenuDevider.gif) no-repeat right;
	height:100%;
	padding:0px 10px 0;
}
.headerMoreFun LI A
{
	color:#135889;
	text-decoration:none;
	font:bold 11px verdana;
}
.headerMoreFun LI A:hover
{
	text-decoration:underline;
}

/* needHelpButton button */

.sprite-needHelpButton { width: 14px; height: 14px; 
	background:url(http://dts.freeridegames.com/freeride_marketing/website/siteImages/header/headerIcons.png) no-repeat -11px -0px;
	margin:0px 3px 0 0;
	vertical-align:text-top;
	float:left;
 }
 .additionalButtons A
 {
	text-decoration:none;
	color:#135889;
	font:11px verdana;
	cursor:pointer;
	display:inline-block;
	margin-left:10px;
 }

.realyFree
{
	width: 11px; height: 14px; background:url(http://dts.freeridegames.com/freeride_marketing/website/siteImages/header/headerIcons.png) no-repeat left; 
	float:left;
	margin:0px 3px 0 0;
	vertical-align:text-top;
}
/*######## Header Ad ########*/
.headerAdContainer{
	width:728px;
	height:90px;
	overflow:hidden;
	text-align:center;
	display:inline;
	margin-left:auto;
	margin-right:auto;	
}

.headerAdBorder{
	width:728px;
	height:90px;
	padding:5px;
	border:1px dashed #ffccff;
	z-index:999;
	margin-left:auto;
	margin-right:auto;	
	z-index:999;	
}
div.upperMenuLink {
	text-decoration:none;
	font-size:11px;
	font-family:verdana;
	float:left;
	margin-top:7px;
	color: #333;
	}
	#newInFrg {
	width:200px;
	height:40px;
	top:0px;
	left:0px;
	padding-left:80px;
	padding-top:13px;
	position:absolute;
	display:block;
	}
	.newInFrg a {
	font-family:verdana;
	font-size:12px;
	text-decoration:none;
	padding:0px;
	margin:0px;
	color: #660099;
	}
