#container{
	background: #FFF;
}


.iFrameContentWrapper{
	padding: 0px 0px 131px 0px;
}

/* header */
	.hsHeader{
		background: #FFF url(../images/bgHeader.jpg) 50% 0px no-repeat;
		height:365px
	}
	
	/* logo */
	.hsLogo{
		position: absolute;
		z-index:1;		
		left: 112px;
		top: 58px;
		background:url(../images/hsSportFit.jpg) 50% 0px no-repeat;
		width: 750px;
		height: 100px;
	}
	
	.hsLogo a{
		width: 750px;
		height: 100px;
		background:url(../images/hsSportFit.jpg) 0px 0px no-repeat;
	}
	
	
		/* top nav */
		ul.hsTopNav{
			background: #2475CE url(../images/bgTopNavLeft.gif) 0px 0px no-repeat;
		}
		
		ul.hsTopNav li{
			padding: 0px 7px 0px 7px;
			background: url(../images/sepTopNav.gif) 100% 50% no-repeat;
		}
		
		/* last link */
		ul.hsTopNav li.noBG{
			background: url(../images/bgTopNavRight.gif) 100% 100% no-repeat!important;
		}
		
		ul.hsTopNav a{
			color: #FFF;
			text-decoration: none
		}
		
		ul.hsTopNav a:hover{
			color: #FFF;
		}
	/* /header */
	
	.hsNavWrapper{
		top: 265px;
	}
/* /header */

.hsFooter {
	display: none;
}


