/*********************************************************
**********************************************************

	Folder:	Theme206
	Name:	Racer
	Cat:	Sports

**********************************************************
*********************************************************/



/*------------------------------------
	GENERAL
------------------------------------*/

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#fff;
}

.sf_outer_wrapper{
	width: 900px;
	margin: auto;
}
.sf_wrapper{
	width: 900px;
}
.sf_header_wrapper{
	background-image:url(//img1.wsimg.com/isteam/ip/cb8edffb-2b51-4463-a775-7c56455eceae/legacy/header.jpg);
	background-repeat:no-repeat;
	sf_edit:true;
}
.sf_extra1{
	width: 900px;
	height: 20px !important; height: 20px;
	min-height: 20px;
}
.sf_extra2{
	background-image:url(//img1.wsimg.com/isteam/ip/cb8edffb-2b51-4463-a775-7c56455eceae/legacy/main_image.jpg);
	background-repeat:no-repeat;
	sf_edit:true;
}

a:link {
	color:#666;
}

a:visited {
	color:#666;
}

a:hover {
	color:#666;
}


/*------------------------------------
	NAVIGATION
------------------------------------*/
.sf_navigation_top{
	width: 900px;
	
	
}
.sf_navigation_top ul{
	margin: 0;
	padding: 0 0 0 80px;
	height: auto !important; height: 1%;
}
.sf_navigation_top ul:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
}
 
.sf_navigation_top ul {display: inline-block;}
 
/* Hides from IE-mac \*/
* html .sf_navigation_top ul {height: 1%;}
.sf_navigation_top ul {display: block;}
/* End hide from IE-mac */

.sf_navigation_top ul li{
	margin-top: 10px;
	list-style-type: none;
	float:left;	
}

.sf_navigation_top ul li a{
	white-space: nowrap;
	position: relative;
	padding: 0 10px 0 10px;
	padding-bottom:8px;
	display: block;
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	height: 30px;
	width:auto !important; 
	width: 1px;
}
.sf_navigation_top ul li a:hover{
}

/*------------------------------------
	Flyout menu
------------------------------------*/

#Nav1, 
#Nav1 ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;	
	line-height: 1;	
}

ul#Nav1 {padding-left:80px;}

#Nav1 a {	
	display:block;	
}

#Nav1 li { /* all list items */	
	float: left;		
}

#Nav1 li ul { /* second-level lists */
	position: absolute;	
	width: 160px;
	left: -999em;
	z-index: 1000;
	background-color: #28282A;
		margin-left: 10px;
}

#Nav1 li ul li { /* second-level lists */	
	width: 160px;
	margin: 0px;
}

#Nav1 li ul li a { /* second-level lists */	
	width: 160px;
	padding: 3px 0px 0px 3px;
	margin: 0px;
	height: 20px;
}


#Nav1 li:hover ul, 
#Nav1 li.sfhover ul { /* lists nested under hovered list items */
	left: auto;	
}

#Nav1 iframe {
	position: absolute;
	/* account for the border */
	left: -0.25em;
	top: -0.25em;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	margin-left: 3px;
}

.sf_navigation{
	display:none;
}
.sf_subnavigation {
	display:none;
}
.sf_subnavigation2 {
	display:none;
}

/*------------------------------------
	HEADER
------------------------------------*/

.sf_extra2{
	float: right;
	width: 500px;
	height: 200px;
}
.sf_header_wrapper{
	height: 200px;
	width: 900px;
}
.sf_main_header{
	font-size: 24px;
	text-align:center;
	width: 400px;
	padding-top: 80px;
	margin-bottom:5px;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 40px;
	overflow:hidden;
}
.sf_sub_header{
	width: 400px;
	font-size:16px;
	text-align:center;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	height: 25px;
	overflow:hidden;
}
.sf_sub_header p, .sf_main_header p{
	margin: 0;
	padding: 0;
}



/*------------------------------------
	CONTENT
------------------------------------*/
.sf_content:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	font-size: 1px;
}
.sf_pagetitle{
	width: 850px;
	min-height:32px;
	height:auto !important;
	height:32px;
	margin-top: 10px;
	font-size: 12px;
	font-weight: bold;
	padding-left: 50px;
	padding-top: 4px;
	font-family:Arial, Helvetica, sans-serif;
}
.sf_pagetitle h1{
	font-size: 12px;
	font-weight: bold;
	margin:0;
}
.sf_pagetitle p{
	margin:0px 0px 1em;
}
.sf_extra6{
	width: 900px;
	height:30px;
	clear:both;
}
.sf_content{
	width: 820px;
	min-height: 200px;
	height: auto !important; height: 200px;
	padding-left: 40px;
	padding-right: 40px;
}
.sf_footer{	
	clear: both;
	width: 800px;	
	padding: 10px 50px 30px 50px;
	font-size: 10px;
}


/*------------------------------------
	BANNER
------------------------------------*/
.sf_banner{
	color:#666;
	margin-bottom: 35px;
	padding-top: 80px;
	text-align: center;
	font-size: 10px
}
.sf_banner div#bannerLink{
	padding-top: 10px;
}

.sf_banner a{
	color:#666;
}
.sf_banner a:visited{
	color:#666;
}
.sf_banner a:hover{
	color:#666;
}

/**
 * Sticking flyout menu bug
 *
 * @bugfix
 * @affected ie7
 * @css-for ie7
 * @valid yes
 */
#Nav1 li:hover, #Nav1 li.hover {  
    position: static;  
} 