/*********************************************************
**********************************************************

	Folder:	Theme207
	Name:	Shreded
	Cat:	Sports

**********************************************************
*********************************************************/

/*------------------------------------
	GENERAL
------------------------------------*/
body {
	color:#000000;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.sf_outer_wrapper {
	width: 900px;
	margin: 0 auto;
}

.sf_wrapper{
	width: 900px;
}

a:link {
	color:#000;
}

a:visited {
	color:#000;
}

a:hover {
	color:#000;
}

/*------------------------------------
	HEADER
------------------------------------*/
.sf_header_wrapper{
	margin-left: 544px;
	height: 250px;
}
.sf_main_header{
	text-align: center;
	padding-top: 100px;
	font-size: 20px;
	font-weight: bold;
	height: 40px;
	overflow: hidden;
}
.sf_sub_header{
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	height: 30px;
	overflow: hidden;
}

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

/*------------------------------------
	NAVIGATION
------------------------------------*/
.sf_navigation_top {
	display: none;
}

.sf_subnavigation, .sf_subnavigation2 {
	display:none;
}

.sf_navigation {
	height: 35px;
	height: auto !important;
	width: 900px;
	background-image:url(images/nav_bgb.jpg);
	background-repeat:repeat;
	background-position:0 0;
}

.sf_navigation ul {
	display: block;
	clear: both;
	list-style-type: none;
	margin:0;
	padding: 0;
}

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

.sf_navigation ul li{
	float: left;
	white-space:nowrap;
	font-size:10px;
	font-weight: bold;	
}

.sf_navigation ul{
	margin:0;
	height: auto !important; 
	height: 1%;
}


.sf_navigation ul li a{
	padding: 7px 12px 0px 12px;
	display: block;
	height: 20px;
	width: auto !important;
	width: 5px;
	text-decoration: none;
}

.sf_navigation ul li a:hover{
	background-image:url(images/roll_over_nav.jpg);
	background-repeat:no-repeat;
	background-position: 0 -5px;
}

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

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

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

#Nav1 li ul li a { /* second-level lists */	
	width: 160px;
	padding: 7px 0px 0px 3px;
	margin: 0px;
	height: 20px;
}

#Nav1 li ul li a:hover { /* second-level lists */	
	background-color: #313332;
	background-image: none;
}

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

/*------------------------------------
	CONTENT
------------------------------------*/
.sf_pagetitle{
	font-size: 11px;
	font-weight: bold;
	text-align:right;
	height: auto !important; 
	height: 40px;
	min-height: 40px;
	padding: 30px 20px 0px 0px;
}

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

.sf_content{
	width: 860px;
	padding: 0 20px;
	font-size: 12px;
	margin-bottom: 50px;
}

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

/*------------------------------------
	FOOTER
------------------------------------*/
.sf_footer{
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 0px 12px 50px;
	width: 850px
	line-height: 18px;
}
.sf_footer p{
	margin: 10px 0 0;
	padding: 0;
}
/*------------------------------------
	BANNER
------------------------------------*/
.sf_banner{
	color:#000;
	margin-bottom: 35px;
	padding-top: 80px;
	text-align: center;
	font-size: .8em;
}
.sf_banner div#bannerLink{
	padding-top: 10px;
}

.sf_banner a{
	color:#000;
}
.sf_banner a:visited{
	color:#000;
}
.sf_banner a:hover{
	color:#000;
}

/**
 * Sticking flyout menu bug
 *
 * @bugfix
 * @affected ie7
 * @css-for ie7
 * @valid yes
 */
#Nav1 li:hover, #Nav1 li.hover {  
    position: static;  
}