/* CSS Document */

/* HTML TAG STYLES */

html {
	margin: 0;
	padding: 0;
}
body {
 	margin: 0;
	padding: 0;
 	background-color: #350203;
 	background-image: url(../images/main_bg.png);
 	background-position: top center;
 	background-repeat: no-repeat;
}

/* HTML TAG STYLES */


/* DIV ID STYLES */
/* homepage modules */
#home-container {
	position: relative;
	text-align: center;
	width: 831px;
	height: 1380px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 13px;
}
#home-content {
	position: relative;
	width: 831px;
	height: 1250px;
	background-image:url(../images/home_content_bg.jpg);
	background-position: top center;
 	background-repeat: no-repeat;
	text-align: left;
}
#home-info {
	position: absolute;
	top: 13px;
	left: 18px;
	width: 479px; 
	height: 49px;
	background-image:url(../images/info_head.gif);
	background-position: top center;
 	background-repeat: no-repeat;
}
#home-info p {
	display: none;
}
#home-view {
	position: absolute;
	top: 13px;
	left: 506px;
	width: 315px; 
	height: 49px;
	background-image:url(../images/videos_head.gif);
	background-position: top center;
 	background-repeat: no-repeat;
}
#home-view p {
	display: none;
}
#homevidwindow {
	position: absolute;
	top: 68px;
	left: 10px;
	width: 479px; 
	height: 256px;
	background-image:url(../images/video_window_bg.gif);
	background-position: top center;
 	background-repeat: no-repeat;
	padding-left:17px;
	padding-top:5px;
}
#home-7videos {
	position: absolute;
	top: 68px;
	left: 506px;
	width: 317px; 
	height: 676px;
	background-image:url(../images/7videos_bg.jpg);
	background-position: top center;
 	background-repeat: no-repeat;
}
#home-newsletter {
	position: absolute;
	top: 332px;
	left: 22px;
	width: 465px; 
	height: 23px;
}
#home-flash {
	position: absolute;
	top: 363px;
	left: 22px;
	width: 465px; 
	height: 167px;
	background-image:url(../images/flash_bg2.jpg);
	background-position: top center;
 	background-repeat: no-repeat;
}
#home-special {
	position: absolute;
	top: 540px;
	left: 20px;
	width: 468px; 
	height: 395px;
	background-image:url(../images/special_offer_bg.gif);
	background-position: top center;
 	background-repeat: no-repeat;
}
#home-special-text {
	color: #a9a8a8;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	text-align: justify;
}
#home-special-text strong {
	color:#ffffff;
	font-weight: bold;
}
#home-special-text em {
	color: #e90402;
	font-style: normal;
	margin-top: 30px;
}
#home-logos {
	position: absolute;
	top: 941px;
	left: 23px;
	width: 460px; 
	height: 75px;
	color: #e90402;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#home-news {
	position: absolute;
	top: 750px;
	left: 506px;
	width: 317px; 
	height: 49px;
	background-image:url(../images/news_events_head.gif);
	background-position: top center;
 	background-repeat: no-repeat;
}
#home-news p {
	display: none;
}
#home-newstxt {
	position: absolute;
	top: 814px;
	left: 506px;
	width: 316px; 
	height: 370px;
	background-image:url(../images/news_events_box.gif);
	background-position: top center;
 	background-repeat: no-repeat;
}
#home-newstxt-text {
	color: #ffffff;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	text-align: left;
}
#home-newstxt-text strong {
	color:#ffffff;
	font-weight: bold;
}
#home-newstxt-text em {
	color: #e90402;
	font-style: normal;
}
#home-newstxt-text a {
	color: #e90402;
	font-weight: bold;
}
#home-footer {
	color: #a9a8a8;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	text-align: center;
	clear: both;
}
#home-footer a {
	color: #e90402;
}
#mini-vid01 {
	position: absolute;
	top: 5px;
	left: 4px;
	width: 147px;
	height: 150px;
	text-align: center;
	padding-top: 20px;
}
#mini-vid02 {
	position: absolute;
	top: 5px;
	left: 166px;
	width: 147px;
	height: 150px;
	text-align: center;
	padding-top: 20px;
}
#mini-vid03 {
	position: absolute;
	top: 161px;
	left: 4px;
	width: 147px;
	height: 150px;
	text-align: center;
	padding-top: 20px;
}
#mini-vid04 {
	position: absolute;
	top: 161px;
	left: 166px;
	width: 147px;
	height: 150px;
	text-align: center;
	padding-top: 20px;
}
#mini-vid05 {
	position: absolute;
	top: 315px;
	left: 4px;
	width: 147px;
	height: 150px;
	text-align: center;
	padding-top: 20px;
}
#mini-vid06 {
	position: absolute;
	top: 315px;
	left: 166px;
	width: 147px;
	height: 150px;
	text-align: center;
	padding-top: 20px;
}
#mini-vid07 {
	position: absolute;
	top: 465px;
	left: 4px;
	width: 309px;
	height: 207px;
	text-align: center;
	padding-top: 20px;
}
/* homepage modules */

/* trainers page modules */
#trainers-container {
	position: relative;
	text-align: center;
	width: 831px;
	height: 1451px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 13px;
}
#trainers-content {
	position: relative;
	width: 831px;
	height: 1315px;
	background-image:url(../images/trainers_content_bg.jpg);
	background-position: top center;
 	background-repeat: no-repeat;
	text-align: left;
}
#trainers-news {
	position: absolute;
	top: 13px;
	left: 18px;
	width: 317px; 
	height: 49px;
	background-image:url(../images/news_events_head.gif);
	background-position: top center;
 	background-repeat: no-repeat;
}
#trainers-news p {
	display: none;
}
#trainers-newstxt {
	position: absolute;
	top: 68px;
	left: 18px;
	width: 316px; 
	height: 370px;
	background-image:url(../images/news_events_box.gif);
	background-position: top center;
 	background-repeat: no-repeat;
}
#trainers-newstxt-text {
	color: #ffffff;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	text-align: left;
}
#trainers-newstxt-text strong {
	color:#ffffff;
	font-weight: bold;
}
#trainers-newstxt-text em {
	color: #e90402;
	font-style: normal;
}
#trainers-newstxt-text a {
	color: #e90402;
	font-weight: bold;
}
#trainers-trainers {
	position: absolute;
	top: 13px;
	left: 343px;
	width: 471px; 
	height: 49px;
	background-image:url(../images/trainers_head.gif);
	background-position: top center;
 	background-repeat: no-repeat;
}
#trainers-trainers p {
	display: none;
}
#trainers-text {
	position: absolute;
	top: 68px;
	left: 343px;
	width: 466px; 
	height: 112px;
	background-image:url(../images/trainers_box.gif);
	background-position: top center;
 	background-repeat: no-repeat;
}
#trainers-text-text {
	color: #a9a8a8;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 7px;
	text-align: left;
}
#trainers-newsletter {
	position: absolute;
	top: 452px;
	left: 21px;
	width: 313px; 
	height: 23px;
}
#trainers-flash {
	position: absolute;
	top: 483px;
	left: 21px;
	width: 313px; 
	height: 166px;
	background-image:url(../images/flash_bg4.jpg);
	background-position: top center;
 	background-repeat: no-repeat;
}
#trainers-profiles {
	position: absolute;
	top: 184px;
	left: 343px;
	width: 466px; 
	height: 1108px;
	background-image:url(../images/trainers_profiles_box.gif);
	background-position: top center;
 	background-repeat: no-repeat;
}
#trainers-profiles-text {
	padding:10px;
	color: #a9a8a8;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 7px;
	text-align: left;
}
#trainers-profiles-box {
	padding-top: 6px;
	height: 110px;
}
#trainers-profiles-box img {
	float: left;
	padding-left: 10px;
	padding-right: 20px;
	padding-bottom: 15px;
}
#trainers-profiles-box strong, a {
	color: #e90402;
	font-weight: normal;
	font-size: 11px;
}

/* trainers page modules */

/* classes page modules */
#classes-container {
	position: relative;
	text-align: center;
	width: 831px;
	height: 1401px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 13px;
}
#classes-content {
	position: relative;
	width: 831px;
	height: 1265px;
	background-image:url(../images/trainers_content_bg.jpg);
	background-position: top center;
 	background-repeat: no-repeat;
	text-align: left;
}
#classes-news {
	position: absolute;
	top: 13px;
	left: 18px;
	width: 317px; 
	height: 49px;
	background-image:url(../images/news_events_head.gif);
	background-position: top center;
 	background-repeat: no-repeat;
}
#classes-news p {
	display: none;
}
#classes-newstxt {
	position: absolute;
	top: 68px;
	left: 18px;
	width: 316px; 
	height: 370px;
	background-image:url(../images/news_events_box.gif);
	background-position: top center;
 	background-repeat: no-repeat;
}
#classes-newstxt-text {
	color: #ffffff;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	text-align: left;
}
#classes-newstxt-text strong {
	color:#ffffff;
	font-weight: bold;
}
#classes-newstxt-text em {
	color: #e90402;
	font-style: normal;
}
#classes-newstxt-text a {
	color: #e90402;
	font-weight: bold;
}
#classes-classes {
	position: absolute;
	top: 13px;
	left: 343px;
	width: 471px; 
	height: 49px;
	background-image:url(../images/classes_head.gif);
	background-position: top center;
 	background-repeat: no-repeat;
}
#classes-classes p {
	display: none;
}
#classes-newsletter {
	position: absolute;
	top: 452px;
	left: 21px;
	width: 313px; 
	height: 23px;
}
#classes-flash {
	position: absolute;
	top: 483px;
	left: 21px;
	width: 313px; 
	height: 166px;
	background-image:url(../images/flash_bg4.jpg);
	background-position: top center;
 	background-repeat: no-repeat;
}
#classes-profiles {
	position: absolute;
	top: 68px;
	left: 343px;
	width: 466px; 
	height: 1057px;
	background-image:url(../images/trainers_profiles_box.gif);
	background-position: top center;
 	background-repeat: no-repeat;
}
#classes-profiles-text {
	padding:10px;
	color: #a9a8a8;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 7px;
	text-align: left;
}
#classes-profiles-text strong {
	color: #e90402;
	font-weight: normal;
	font-size: 12px;
}
/* classes page modules */

/* schedules page modules */
#schedules-container {
	position: relative;
	text-align: center;
	width: 831px;
	height: 1501px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 13px;
}
#schedules-content {
	position: relative;
	width: 831px;
	height: 1365px;
	background-image:url(../images/schedules_content_bg.jpg);
	background-position: top center;
 	background-repeat: no-repeat;
	text-align: left;
}
#schedules-news {
	position: absolute;
	top: 13px;
	left: 18px;
	width: 317px; 
	height: 49px;
	background-image:url(../images/news_events_head.gif);
	background-position: top center;
 	background-repeat: no-repeat;
}
#schedules-news p {
	display: none;
}
#schedules-newstxt {
	position: absolute;
	top: 68px;
	left: 18px;
	width: 316px; 
	height: 370px;
	background-image:url(../images/news_events_box.gif);
	background-position: top center;
 	background-repeat: no-repeat;
}
#schedules-newstxt-text {
	color: #ffffff;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	text-align: left;
}
#schedules-newstxt-text strong {
	color:#ffffff;
	font-weight: bold;
}
#schedules-newstxt-text em {
	color: #e90402;
	font-style: normal;
}
#schedules-newstxt-text a {
	color: #e90402;
	font-weight: bold;
}
#schedules-schedules {
	position: absolute;
	top: 13px;
	left: 343px;
	width: 471px; 
	height: 49px;
	background-image:url(../images/schedules_head.gif);
	background-position: top center;
 	background-repeat: no-repeat;
}
#schedules-schedules p {
	display: none;
}
#schedules-text {
	position: absolute;
	top: 68px;
	left: 343px;
	width: 466px; 
	height: 85px;
	background-image:url(../images/trainers_box.gif);
	background-position: top center;
 	background-repeat: no-repeat;
}
#schedules-text-text {
	color: #a9a8a8;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 15px;
	padding-right: 8px;
	padding-top: 13px;
	text-align: left;
}
#schedules-text-text strong {
	color: #e90402;
	font-weight: normal;
	font-size: 12px;
}
#schedules-newsletter {
	position: absolute;
	top: 452px;
	left: 21px;
	width: 313px; 
	height: 23px;
}
#schedules-flash {
	position: absolute;
	top: 483px;
	left: 21px;
	width: 313px; 
	height: 166px;
	background-image:url(../images/flash_bg4.jpg);
	background-position: top center;
 	background-repeat: no-repeat;
}
#schedules-image {
	position: absolute;
	top: 157px;
	left: 334px;
	width: 459px;
	color: #a9a8a8;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	text-align: left;
}
#schedules-image2 {
	position: absolute;
	top: 696px;
	left: 334px;
	width: 459px;
	color: #a9a8a8;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	text-align: left;
}
#schedules-image a, #schedules-image2 a {
	color: #e90402;
}
#schedules-image strong, #schedules-image2 strong {
	color: #e90402;
	font-weight: normal;
	font-size: 12px;
}
}
/* schedules page modules */

/* memberships page modules */
#memberships-container {
	position: relative;
	text-align: center;
	width: 831px;
	height: 1401px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 13px;
}
#memberships-content {
	position: relative;
	width: 831px;
	height: 1265px;
	background-image:url(../images/trainers_content_bg.jpg);
	background-position: top center;
 	background-repeat: no-repeat;
	text-align: left;
}
#memberships-news {
	position: absolute;
	top: 13px;
	left: 18px;
	width: 317px; 
	height: 49px;
	background-image:url(../images/news_events_head.gif);
	background-position: top center;
 	background-repeat: no-repeat;
}
#memberships-news p {
	display: none;
}
#memberships-newstxt {
	position: absolute;
	top: 68px;
	left: 18px;
	width: 316px; 
	height: 370px;
	background-image:url(../images/news_events_box.gif);
	background-position: top center;
 	background-repeat: no-repeat;
}
#memberships-newstxt-text {
	color: #ffffff;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	text-align: left;
}
#memberships-newstxt-text strong {
	color:#ffffff;
	font-weight: bold;
}
#memberships-newstxt-text em {
	color: #e90402;
	font-style: normal;
}
#memberships-newstxt-text a {
	color: #e90402;
	font-weight: bold;
}
#memberships-memberships {
	position: absolute;
	top: 13px;
	left: 343px;
	width: 471px; 
	height: 49px;
	background-image:url(../images/memberships_head.gif);
	background-position: top center;
 	background-repeat: no-repeat;
}
#memberships-memberships p {
	display: none;
}
#memberships-text {
	position: absolute;
	top: 68px;
	left: 343px;
	width: 466px;
	/*background-image:url(../images/membership_box.gif);*/
	background-position: top center;
	background-repeat: no-repeat;
	background-image: url(../images/media_text_bg.gif);
	height: 601px;
}
#memberships-text-text {
	color: #a9a8a8;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 5px;
	padding-right: 8px;
	padding-top: 3px;
	text-align: left;
}
#memberships-text-text strong {
	color: #e90402;
	font-weight: normal;
	font-size: 12px;
}
#memberships-newsletter {
	position: absolute;
	top: 452px;
	left: 21px;
	width: 313px; 
	height: 23px;
}
#memberships-flash {
	position: absolute;
	top: 483px;
	left: 21px;
	width: 313px; 
	height: 166px;
	background-image:url(../images/flash_bg4.jpg);
	background-position: top center;
 	background-repeat: no-repeat;
}
/* memberships page modules */

/* facility page modules */
#facility-container {
	position: relative;
	text-align: center;
	width: 831px;
	height: 1401px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 13px;
}
#facility-content {
	position: relative;
	width: 831px;
	height: 1265px;
	background-image:url(../images/trainers_content_bg.jpg);
	background-position: top center;
 	background-repeat: no-repeat;
	text-align: left;
}
#facility-news {
	position: absolute;
	top: 13px;
	left: 18px;
	width: 317px; 
	height: 49px;
	background-image:url(../images/news_events_head.gif);
	background-position: top center;
 	background-repeat: no-repeat;
}
#facility-news p {
	display: none;
}
#facility-newstxt {
	position: absolute;
	top: 68px;
	left: 18px;
	width: 316px; 
	height: 370px;
	background-image:url(../images/news_events_box.gif);
	background-position: top center;
 	background-repeat: no-repeat;
}
#facility-newstxt-text {
	color: #ffffff;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	text-align: left;
}
#facility-newstxt-text strong {
	color:#ffffff;
	font-weight: bold;
}
#facility-newstxt-text em {
	color: #e90402;
	font-style: normal;
}
#facility-newstxt-text a {
	color: #e90402;
	font-weight: bold;
}
#facility-facility {
	position: absolute;
	top: 13px;
	left: 343px;
	width: 471px; 
	height: 49px;
	background-image:url(../images/facility_head.gif);
	background-position: top center;
 	background-repeat: no-repeat;
}
#facility-facility p {
	display: none;
}
#facility-text {
	position: absolute;
	top: 328px;
	left: 343px;
	width: 466px; 
	height: 112px;
	background-image:url(../images/trainers_box.gif);
	background-position: top center;
 	background-repeat: no-repeat;
}
#facility-text-text {
	color: #a9a8a8;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 15px;
	padding-right: 8px;
	padding-top: 13px;
	text-align: left;
}
#facility-text-text a {
	color: #e90402;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#facility-newsletter {
	position: absolute;
	top: 452px;
	left: 21px;
	width: 313px; 
	height: 23px;
}
#facility-flash {
	position: absolute;
	top: 483px;
	left: 21px;
	width: 313px; 
	height: 166px;
	background-image:url(../images/flash_bg4.jpg);
	background-position: top center;
 	background-repeat: no-repeat;
}
#facility-vidwindow {
	position: absolute;
	top: 71px;
	left: 345px;
	width: 462px; 
	height: 248px;
}
/* facility page modules */

/* media page modules */
#media-media {
	position: absolute;
	top: 13px;
	left: 343px;
	width: 471px; 
	height: 49px;
	background-image:url(../images/media_head.gif);
	background-position: top center;
 	background-repeat: no-repeat;
}
#media-media p {
	display: none;
}
/* media page modules */

/* DIV ID STYLES */
