/* Main CSS Document */

/*=============================header=============================*/
div#preload { display: none; }

#header {
	width: 100%;
	height: 103px;
	background: #000;
}
.headerHolder {
	width: 947px;
	margin: 0 auto;
}
#header h1 {
	width: 340px;
	height: 103px;
	text-indent: -6000px;
	background: url(../images/logo-team-elite.gif) no-repeat;
	float: left;
	margin: 0;
	padding: 0;
}
#header ul {
	margin: 0;
	padding: 18px 0 0 0;
	float: right;
	font-weight: bold;
	font-size: 11px;
}
#header li {
	margin: 0 3px 0 3px;
	padding: 0;
	list-style-type: none;
	display: inline;
	color: #b8c5cc;
}
#header a {
	color: #b8c5cc;
	text-decoration: none;
}
#header a:hover {
	color: #fff;
}

/*=============================nav=============================*/
#nav {
	width: 100%;
	height: 39px;
	background: url(../images/bg-nav.gif) repeat-x;
}
#nav ul {
	width: 949px;
	margin: 0 auto;
}
#nav li {
	list-style-type: none;
	float: left;
	text-indent: -6000px;
}
a.why {
	display: block;
	width: 113px;
	height: 39px;
	background: url(../images/nav-why.gif) no-repeat;
}
a.why:hover {
	background: url(../images/nav-why-on.gif) no-repeat;
}
a.sports {
	display: block;
	width: 140px;
	height: 39px;
	background: url(../images/nav-sports2.gif) no-repeat;
}
a.sports:hover {
	background: url(../images/nav-sports2-on.gif) no-repeat;
}
a.personal {
	display: block;
	width: 165px;
	height: 39px;
	background: url(../images/nav-personal.gif) no-repeat;
}
a.personal:hover {
	background: url(../images/nav-personal-on.gif) no-repeat;
}
a.pricing {
	display: block;
	width: 65px;
	height: 39px;
	background: url(../images/nav-pricing.gif) no-repeat;
}
a.pricing:hover {
	background: url(../images/nav-pricing-on.gif) no-repeat;
}
a.birthday {
	display: block;
	width: 154px;
	height: 39px;
	background: url(../images/nav-birthday2.gif) no-repeat;
}
a.birthday:hover {
	background: url(../images/nav-birthday2-on.gif) no-repeat;
}
a.facility {
	display: block;
	width: 190px;
	height: 39px;
	background: url(../images/nav-facility.gif) no-repeat;
}
a.facility:hover {
	background: url(../images/nav-facility-on.gif) no-repeat;
}
a.team {
	display: block;
	width: 80px;
	height: 39px;
	background: url(../images/nav-team.gif) no-repeat;
}
a.team:hover {
	background: url(../images/nav-team-on.gif) no-repeat;
}
a.directions {
	display: block;
	width: 74px;
	height: 39px;
	background: url(../images/nav-directions.gif) no-repeat;
}
a.directions:hover {
	background: url(../images/nav-directions-on.gif) no-repeat;
}

/*=============================content=============================*/
#container {
	width: 100%;
	background: url(../images/bg-field.jpg);
	padding: 28px 0 10px 0;
}

#content {
	width: 936px;
	margin: 0 auto;
	background: #d6dfeb;
	padding: 5px 6px 0 5px;
}
.middlePhoto {
	padding: 0 0 22px 0;
}
.photo {
	float: left;
	padding: 0 28px 0 0;
	margin: 0;
}

.left {
	width: 563px;
	float: left;
	padding: 2px 0 44px 0;
}
.left p {
	padding: 0 0 10px 18px; 
}

.right {
	width: 331px;
	float: right;
	padding: 0 0 44px 0;
}
.video {
	width: 309px;
	background: url(../images/bg-video.gif) no-repeat bottom left #e7ebf0;
	border-bottom: 1px solid #9baabe;
	padding: 8px 10px 8px 11px;
}

/*=============================footer=============================*/
#footer {
	width: 100%;
	height: 160px;
	background: url(../images/bg-footer.gif) repeat-x;
}
.bottom {
	width: 924px;
	margin: 0 auto;
	height: 84px;
	color: #121a2f;
	padding: 30px 0 0 23px;
}
#footer span {
	font-size: 11px;
	color: #434e6b;
}
#footer p.bullet {
	padding: 0 0 0 20px;
	background: url(../images/bullet-footer.gif) no-repeat;
}
#footer a {
	text-decoration: none;
	color: #6d7ba0;
}
#footer a:hover {
	color: #fff;
}
.athlete {
	z-index: 10;
	position: relative;
	float: right;
	margin: -66px 0 0 0;
}
.footerHolder {
	width: 901px;
	margin: 0 auto;
	font-size: 11px;
	color: #6d7ba0;
}
.footerHolder p {
	width: 500px;
	float: left;
	padding: 6px 23px 0 23px;
}
.footerHolder ul {
	width: 300px;
	float: right;
	margin: 0;
	padding: 12px 23px 0 23px;
}
.footerHolder li {
	margin: 0 0 0 5px;
	padding: 0;
	list-style-type: none;
	display: inline;
	float: right;
}
