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

/*------------------------------------
	GENERAL
------------------------------------*/
body {
	margin: 30px 0 20px 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
}

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

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

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

.sf_main_header {
	height: 36px;
	overflow: hidden;
	font-size:18px;
	font-weight:bold;
	margin:5px 0 5px 20px;
}

.sf_sub_header {
	sf_edit: true;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:13px;
	font-weight: bold;
	color: #ffffff;
	margin: 0px 0 5px 20px;
	height: 14px;
	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: 7px;
	white-space: nowrap;
}

.sf_navigation_top ul {
	display: block;
	clear: both;
	margin: 0 5px 0 5px;
	width: 775px;
	padding: 0;
	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: 2px;
	margin: 0 10px;
	font-size: 0.83em;
	float: left;
	text-align: center;
	list-style-type: none;
	font-weight: bold;
}

.sf_navigation_top ul li.sf_last_nav_item {
}

.sf_navigation_top ul li a {
	color: #ffffff;
	padding-top: 4px;
	text-decoration: none;
	font-size: .8em;
	display: inline;
}

.sf_navigation_top ul li a:visited {
	color: #ffffff;
}
 *------------------------------------  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: #9AA2A9;
}

#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;
	margin-left: 20px;
	color: #ffffff;
	font-weight: bold;
	padding-top: 15px;
	margin-bottom: 10px;
	font-size:14px;
	padding: 5px 22px;
}

.sf_pagetitle h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}

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

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

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

.sf_footer {
	padding: 5px 10px 5px 10px;
	font-size:11px;
	text-align: right;
}

.sf_banner {
	margin: 40px 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;
}
