/*----------------------------------
		Theme #397_Extreme_Sports
		Cat Sports
----------------------------------*/

/*------------------------------------
	GENERAL
------------------------------------*/
body{
	margin: 50px 0 0 0;
	font-family: Verdana, Verdana, verdana, verdana;
	font-size: 1em;
}

.sf_outer_wrapper{
	background-color: #000000;
	position:relative;
	width: 800px;
	margin: 0 auto 0 auto;
}

.sf_extra7 {
	background-image: url('');
	background-repeat: no-repeat;
	width: 658px;
	height: 10px;
	margin-top: 15px;
	clear: both;		
}

.sf_main_header p, .sf_sub_header p {
	margin: 0;
	padding: 10px;
}

.sf_main_header {
	height: 84px;
	overflow: hidden;
}

.sf_sub_header {
	height: 86px;
	overflow: hidden;
}
/*------------------------------------
	HEADER
------------------------------------*/
.sf_header_wrapper{
}

/*------------------------------------
	NAVIGATION
------------------------------------*/

.sf_navigation {
	display: none;
}

.sf_subnavigation {
	display: none;
}

.sf_subnavigation2 {
	display: none;
}

.sf_navigation_top{
	clear:both;
	height: auto !important;
	width: 786px;
	padding: 8px;
	white-space: nowrap;
}

.sf_navigation_top ul{
	display: block;
	clear: both;
	margin: 0 0 0 0;
	width: 750px;
	padding: 0px;
	height: auto !important;
}

.sf_navigation_top ul:after{
	content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
}

.sf_navigation_top ul li {	
	text-align: center;
	padding-bottom: 0px;
	margin: 0 0 0 15px;
	font-size: .8em;
	float: left;
	text-align: right;
	list-style-type: none;
	font-weight: bold;
}

.sf_navigation_top ul li.sf_last_nav_item{
}

.sf_navigation_top ul li a {
	color: #777B84;
	padding-top: 40px;
	text-decoration: none;
	font-size: 1.2em;
	display: inline;
}

.sf_navigation_top ul li a:visited {
	color: #777B84;
}

*------------------------------------
	Flyout Menu	
------------------------------------*/

#Nav1 ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#Nav1 li { /* all list items */		
	float: left;
	text-align: left;				
}

#Nav1 li a { /* all list items */		
	display:block;	
	width: 1%;
}

#Nav1 li ul { /* second-level lists */
	position: absolute;	
	margin: 0px;
	width: 150px;
	left: -999em;
	z-index: 1000;
	background-color: #1D251C;
}

#Nav1 li ul li { /* second-level lists */	
	width: 150px;
	margin: 0;
	padding: 0;
}

#Nav1 li ul li a,
#Nav1 li ul li a:visited { /* second-level lists */		
	white-space: normal;
	width: auto;
	padding: 5px;
	font-size: 11px;
}

#Nav1 li ul li a:hover { /* second-level lists */		
	margin: 0px;	
}


#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;
}

#Nav1 li:hover, #Nav1 li.hover {  
    position: static;  
} 

/*------------------------------------
	PAGE TITLE
------------------------------------*/

.sf_pagetitle {
	clear: both;
	font-size: .9em;
	padding: 5px 22px;
}

/*------------------------------------
	PAGE CONTENT
------------------------------------*/

.sf_content {
	
	font-size: 12px;
	margin-left: 30px;
	margin-right: 30px;
	clear: both;
}

/*------------------------------------
	FOOTER
------------------------------------*/

.sf_footer {
	
	padding: 1px 3px 0  0;
	font-size: .6em;
	text-align: right;
}

.sf_banner {
	margin: 550px auto 0 auto;
	text-align: center;
	font-size: .7em;
}
/**
 * Sticking flyout menu bug
 *
 * @bugfix
 * @affected ie7
 * @css-for ie7
 * @valid yes
 */
#Nav1 li:hover, #Nav1 li.hover {  
    position: static;  
} 