@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}
body {
	background-color: #F1F1F1;
}
.img-pad {
	margin: 33px;
}




#main-wrap {
	background-color: #FCF;
	margin: auto;
	height: 1250px;
	width: 100%;
}

#upper-contain {
	background-color: #CFC;
	height: 100px;
	width: 100%;
	background-image: url(../images/hdr_elmnts/bg/bg.png);
	background-repeat: repeat-x;
}
#header-wrap {
	height: 50px;
	width: 900px;
	margin: auto;
	padding: 25px;
}
#logo-contain {
	height: 50px;
	width: 93px;
	background-image: url(../images/hdr_elmnts/logo/paramount_logo.png);
	background-repeat: no-repeat;
	float: left;
}
#nav-contain {
	height: 50px;
	width: 767px;
	float: right;
}

/* NAVIGATION ELEMENTS */

#programs {
	display: block;
	float:left;
	width: 100px;
	height: 50px;
	background-image: url(../images/hdr_elmnts/nav/nav_img.png);
	background-repeat: no-repeat;
	background-position: -683px 0px;
}

#programs:hover {
	background-position: -683px -50px;
}
#programs span {display: none;}

#home {
	display: block;
	float:left;
	width: 90px;
	height: 50px;
	background-image: url(../images/hdr_elmnts/nav/nav_img.png);
	background-repeat: no-repeat;
}

#home:hover {
	background-position: 0 -50px;
}
#home span {display: none;}
.float-right {
	float: right;
	margin: 3px;
}


#athletes {
	display: block;
	float:left;
	width: 104px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: -90px 0px;
	background-image: url(../images/hdr_elmnts/nav/nav_img.png);
}
#athletes:hover {
	background-position: -90px -50px;
}
#athletes span {display: none;}

#personal-training {
	display: block;
	float:left;
	width: 199px;
	height: 50px;
	background-image: url(../images/hdr_elmnts/nav/nav_img.png);
	background-repeat: no-repeat;
	background-position: -194px 0px;
}
#personal-training:hover {
	background-position: -194px -50px;
}
#personal-training span {display: none;}

#media {
	display: block;
	float:left;
	width: 77px;
	height: 50px;
	background-image: url(../images/hdr_elmnts/nav/nav_img.png);
	background-repeat: no-repeat;
	background-position: -393px 0px;
}
#media:hover {
	background-position: -393px -50px;
}
#media span {display: none;}


#youtube {
	display: block;
	float:left;
	width: 100px;
	height: 50px;
	background-image: url(../images/hdr_elmnts/nav/nav_img.png);
	background-repeat: no-repeat;
	background-position: -470px 0px;
}
#youtube:hover {
	background-position: -470px -50px;
}
#youtube span {display: none;}

#contact {
	display: block;
	float:left;
	width: 97px;
	height: 50px;
	background-image: url(../images/hdr_elmnts/nav/nav_img.png);
	background-repeat: no-repeat;
	background-position: -570px 0px;
}
#contact:hover {
	background-position: -570px -50px;
}
#contact span {display: none;}


#mid-contain {
	height: 282px;
	width: 100%;
	background-image: url(../images/mid_elmnts/featured_back.png);
	background-repeat: repeat-x;
}
#featured-athletes-wrap {
	margin: auto;
	height: 282px;
	width: 950px;
}


#lower-contain {
	background-color: #F1F1F1;
	height: 100%;
	width: 100%;
	background-image: url(../images/low_elmnts/bg.png);
	background-repeat: repeat-x;
}
#lower-contain-nohome {
	background-color: #F1F1F1;
	height: 100%;
	width: 100%;
	background-image: url(../images/low_elmnts/bg_all.png);
	background-repeat: repeat-x;
}
#lower-wrap {
	margin: auto;
	height: 800px;
	width: 900px;
	padding: 25px;
}
#lower-wrap-nopad {
	margin: auto;
	height: 100%;
	width: 900px;
}



#col-left {
	float: left;
	height: 800px;
	width: 599px;
}

#three-boxes {
	background-color: #0F9;
	height: 185px;
	width: 599px;
	background-image: url(../images/low_elmnts/three_boxes.png);
}
#testimonials-wrap {
	height: 560px;
	width: 599px;
	background-image: url(../images/low_elmnts/testimonials_head.png);
	background-repeat: no-repeat;
	margin-top: 25px;
	padding-top: 25px;
	font-size: 12px;
	color: #333;
	font-weight: bold;
}





#col-right {
	float: right;
	height: 615px;
	width: 280px;
}
.black-thick-list {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: disc;
	list-style-position: inside;
	font-weight: bold;
	font-size: 12px;
}
.quote-right {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #000;
	font-size: 14px;
}
.large {
	font-weight: bold;
	font-size: 14px;
}

/* JAVASCRIPT CSS */
#example_6 {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 640px; /* important */
	height: 281px; /* important */
	margin: auto;
	background: #fff;
}

#example_6_content {
	position: absolute;
	top: 0;
	margin-left: 0;
	height: 100px;
}

#example_6_content
#example_6_content li {
	list-style: none;
	margin: 0;
	padding: 0;
}
	#example_6_content {
	width: 100%;
	}
	#container_bd #example_6 ul li {
		display: block;
		float: left;
		margin: 0;
		padding: 0;
		border: none;
		background-color: #fff;
	}

#container_bd #example_6 ul li img {
	display: block;
}

#example_6_frame {
	position: relative;
	margin: 485px 131px 0 131px;
}
#container_bd #example_6_frame ul li {
	margin: 0 2px;
}
#container_bd #example_6_frame ul li img{
	border: 1px solid #9cf;
	padding: 2px;
}
	#container_bd #example_6_frame ul li img:hover {border: 1px solid #369;}
h1 {
	color: #069;
	font-size: 36px;
}
.big-for-rob {
	font-size: 16px;
}
