/*######## Header #########*/
.headerContainer{
	background-image:url(http://cdn.exent.com/freeride_marketing/website/siteImages/channels/fashion/header/background.png);
	background-repeat:no-repeat;
	width:1000px;
	height:172px;
	margin-top:10px;
	margin-bottom:10px;
}

.frgLogo{
	width:182px;
	height:92px;
	float:left;
	text-align:left;
	background:url(http://cdn.exent.com/freeride_marketing/website/siteImages/channels/fashion/header/logo.png) 30px 0px no-repeat ;
	text-decoration:none;
	text-indent:-3000px;
	margin-top:-3px;
	_margin-left:15px;
}

.frgLogoLink{
	width:182px;
	height:92px;
	display:block;
}

.headerTitle
{
	width:100%;
	height:92px;
	clear:both;
}

/*search*/
.searchContainer
{
	float:right;
	width:380px;
	margin-top:18px;
	display:block;
}
.searchLeft{
	background-image:url(http://cdn.exent.com/freeride_marketing/website/siteImages/channels/fashion/header/searchBackgroundLeft.gif);
	width:31px;
	height:54px;
	float:left;
}

.searchMiddle{
	background-image:url(http://cdn.exent.com/freeride_marketing/website/siteImages/channels/fashion/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/fashion/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/fashion/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:7px;
	margin-bottom:6px;
	z-index:100;
}

.navMenu {
	float:left;
	width: 805px;
	height: 28px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.navMenu li {
	height: 28px;
	float: left;
	margin-left:2px;
}

.navMenu li a {
	display: block;
	height: 28px;
	overflow:hidden;
	background: url(http://cdn.exent.com/freeride_marketing/website/siteImages/header/navButtons.gif) 0px 0px;
	text-decoration:none;
	text-align:center;
	line-height:28px;
	font-family:verdana;
	font-size:11px;
}

.navMenu li a.home {
	width:96px;
	text-indent:5px;
	background-position: 0px 0px;
}

.navMenu li a.home:hover {
	background-position: 0px -31px;
}

.navMenu li a.allGames {
	width:144px;
	text-indent:5px;
	background-position: -112px 0px;
}

.navMenu li a.allGames:hover {
	background-position: -112px -31px;
}

.navMenu li a.newGames {
	width:118px;
	text-indent:7px;
	background-position: -269px 0px;
}

.navMenu li a.newGames:hover {
	background-position: -269px -31px;
}

.navMenu li a.hiddenObject {
	width:141px;
	text-indent:5px;
	background-position: -396px 0px;
}

.navMenu li a.hiddenObject:hover {
	background-position: -396px -31px;
}

.navMenu li a.matchThree {
	width:130px;
	text-indent:10px;
	background-position: -544px 0px;
}

.navMenu li a.matchThree:hover {
	background-position: -544px -31px;
}

.navMenu li a.timeManagement {
	width:160px;
	text-indent:7px;
	background-position: -680px 0px;
}

.navMenu li a.timeManagement:hover {
	background-position: -680px -31px;
}
/*###### more genres ######*/
.moreGenresContainer {
	width:160px;
	height:28px;
	float:left;
	position:relative;
   _position: absolute; /* IE 6 and below */
	_margin-left:-95px; /* IE 6 and below */
	overflow:hidden;
   background-image:url(http://cdn.exent.com/freeride_marketing/website/siteImages/header/dropDownBackground.png);
   _background-image:url(http://cdn.exent.com/freeride_marketing/website/siteImages/header/dropDownBackground.gif);	
	background-position:-5px 0px;
	#background-position:0px 0px;	
   background-repeat:no-repeat;
	display:block;
}

/*###### more genres button######*/
.moreGenresButton {
	background-image: url(http://cdn.exent.com/freeride_marketing/website/siteImages/header/navButtons.gif);
	width:151px;
	height:28px;	
	line-height:28px;
	background-position: -847px -0px;
	background-repeat:no-repeat;
	cursor:pointer;
}

.moreGenresButton:hover {
	background-position: -847px -31px;
}

/*###### more genres sub menu######*/
.moreGenresSubMenu{
	width:150px;
	margin-left:10px;
	margin-top:7px;
	padding:0px;
}

.moreGenresSubMenuItem{
	width:140px;
	height:20px;
	float:left;
	margin-left:10px;
	text-align:left;
	clear:both;
	list-style-type:none;
}

/*######### more genre link #########*/
a.moreGenresLink:link{
	color:#003366;
	text-decoration:none;
	display:block;
}

a.moreGenresLink:visited{
	color:#003366;
	text-decoration:none;	
}

a.moreGenresLink:hover{
	color:#660066;
	text-decoration:none;	
}

a.moreGenresLink:active{
	color:#660066;
	text-decoration:none;	
}

.moreGenresItemImage{
	margin-right:5px;
	width:16px;
	height:16px;
	overflow:hidden;
	border:0px;
}/*###### More Fun ######*/
.headerMoreFun
{
	float:left;
	width:850px;
	height:40px;
	overflow:hidden;
	clear:both;
	display:inline;
	margin-left:115px;
}
a.moreFunLink{
	text-decoration:none;
	font-size:12px;
	font-family:verdana;
	float:left;
	margin-top:13px
}
a.moreFunLink:link{
	color:#5b5b5b;
}

a.moreFunLink:visited{
	color:#5b5b5b;
}

a.moreFunLink:hover{
	color:#000000;
}

a.moreFunLink:active{
	color:#000000;
}
.moreFunLinkDevider{
	width:2px;
	height:40px;
	overflow:hidden;
	float:left;
	margin-left:8px;
	margin-right:8px;
	background-image: url(http://cdn.exent.com/freeride_marketing/website/siteImages/channels/fashion/header/devider.gif);
}
/* needHelpButton button */
a.needHelpButton{
   margin-top:10px;
   width: 91px;
   height: 20px;
	background: url(http://cdn.exent.com/freeride_marketing/website/siteImages/channels/fashion/header/needHelpButton.gif) 0px 0px;
   overflow:hidden;
   float:right; 
	cursor:pointer;   
}

a.needHelpButton{
	background-position: 0px 0px; 
}

a.needHelpButton:hover{
	background-position: 0px -20px;
}

/*######## 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;	
}