@charset "utf-8";
/* CSS Document */

* {margin:0; padding:0}

body {
	background-image:url(/images/2010/backgrounds/page-bg2.png);
	background-color:#f8fbfc;
	margin-top: 10px;
	background-repeat: repeat-x;
}

body .version2{
	background-image:url(/images/2010/page-bg2.png);
	background-color:#FFFFFF;
	margin-top: 10px;
	background-repeat: repeat-x;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top: 10px;
}

ul,ol {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top: 10px;
	margin-left: 20px;
}

hr {
	height:1px;
	width:600px;
	margin-top:15px;
	margin-left:20px;
	margin-bottom:15px;
	color:#72b9dc;
}

/* drop shadows.  place any parts of the page that need to have a drop shadow within two divs.  the first is class=".shadow", the second is class=".container" */
.shadow { 
	background-image: url(/images/2010/backgrounds/dropshadow.png);
	background-repeat: repeat; }
.container, .shadow {
  position: relative;
  bottom: 4px;
  right: 4px;
}
.container {
	color: #000;
	padding: 0;
}


/* header styles */
#header {
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin: 15px auto 10px;
	padding: 0px 0px 0px 0px;
	width: 947px;
	height: auto;
	clear:both;
}

#header #headerTop {
	background-image:url(/images/2010/header/header-top.png);
	height: 6px;
}

#header #headerContent {
	background-image:url(/images/2010/header/header-bg.gif);	
	min-height:81px;
	z-index:5;
}

#header #headerLogos {
	margin-left: 30px;
	clear:none;
}

#header #headerLogos #gfLogo {
	border: 0px;
	margin-top: 0px;
	float:left	
}

#header #headerLogos #sponsorLogo {
	border: 0px;
	margin-left: 30px;
	margin-top: auto;
}	

#header #headerBottom {
	background-image:url(/images/2010/header/header-bottom.png);
	height: 6px;
}

#header #headerContent #loginBox {
	float:right;
	clear:none;
	margin-right:20px;
	min-height:1px;
}

#header #headerContent #loginBox .welcomeText{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bolder;
	color:#3399FF;
}

#header #headerContent #wallet{
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border-left:#72b9dc 1px solid;
	clear:none;
	margin-right:5px;
	padding-left:3px;
}

#header #headerContent #loginBox #loginButton,#registerButton {
	width: 119px;
	border: 0px;
	clear:right;
} 

/* login box that appears in header */
#userLoginBoxContainer {
	position:relative;
	margin: 0 auto;
	padding: 0;
	width: 947px;
	height: auto;
	z-index:150; 
	top:10px;
}

#userLoginBoxContainer #userLoginBox {
	border: 2px solid #6eadcc;
	float: right;
	position:absolute;
	top: 60px;
	left: 640px;
	height: auto;
	margin-right: 5px;
	background-color:#FFFFFF;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:250px;
}

#userLoginBoxContainer #userLoginBox img{
	border: none;
}

#userLoginBoxContainer #userLoginBox a{
	text-decoration:none;
}

#userLoginBoxContainer #userLoginBox a.closeButton {
	display: block;
	width: 19px;
	height: 15px;
	text-decoration: none;
	background: url("/images/2010/buttons/close-buttons.png");	
}

#userLoginBoxContainer #userLoginBox a.closeButton:hover {
	background-position: -19px 0;
}


#userLoginBoxContainer #userLoginBox .title {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #72b9dc;
	font-size:18px;
	height: auto;
	padding: 5px;
}

/* club results  page */
.rateLink {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #900;
	text-decoration:none;
	background:url(/images/2010/backgrounds/rateLink-bg.png) no-repeat;
	border-bottom:solid 1px #ff6600;
	padding:3px;
	display:block;
	width:244px;
	margin:0px;
}
.rateLink:hover {
	text-decoration:underline;	
}

.clubJoinNowLink {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#900;
	text-decoration:none;
	background:url(/images/2010/backgrounds/clubJoinNowLink-bg.png) no-repeat;
	border-bottom:solid 1px #ff6600;
	padding:3px;
	display:block;
	width:74px;
	margin:0px;
}
.clubJoinNowLink:hover {
	text-decoration:underline;	
}

.backToGymLink {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#900;
	text-decoration:none;
	background:url(/images/2010/backgrounds/backToGymLink-bg.png) no-repeat;
	border-bottom:solid 1px #ff6600;
	padding:3px;
	display:block;
}
.backToGymLink:hover {
	text-decoration:underline;
}

.bestOffer {	
	width:190px; 
	background:url(/images/2010/backgrounds/bestOffer-bg.png) no-repeat;
	border-bottom:solid 1px #ff6600;
	padding:5px;
	color:#900;
	float:right;
	margin:3px;
}

.bestOffer:hover {
	text-decoration:underline;
}

.bestOffer h1{
	color:#900;
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;	
}

.bestOffer a{
	color:#900;
	text-decoration:none;
}

.bestOffer .offerList {
	font-size:16px;
	color:#fff;
	font-weight:500;
}

.bestOffer .offerList li{
	color:#fff;
	list-style-type: disc;
}

.bestOffer .offerList a{
	color:#fff;	
	text-decoration: none;
}

.bestOffer .offerList a{
	color:#fff;	
	text-decoration: none;text-decoration:underline;
}

.MostPopular {	
	width:190px; 
	background:url(/images/2010/backgrounds/bestOffer-bg.png) no-repeat;
	border-bottom:solid 1px #ff6600;
	padding:5px;
	color:#900;
	float:right;
	margin:3px;
}

.MostPopular:hover {
	text-decoration:underline;
}

.MostPopular h1{
	color:#900;
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;	
}

.MostPopular a{
	color:#900;
	text-decoration:none;
}

.MostPopular a{
	color:#900;
	text-decoration: underline;
}
.MostPopular .offerList {
	font-size:16px;
	color:#fff;
	font-weight:500;
}

.MostPopular .offerList li{
	color:#fff;
	list-style-type: disc;
}

.MostPopular .offerList a{
	color:#fff;
	text-decoration: none;
	
}

/* register box that appears in header */
#userRegisterBoxContainer {
	position:relative;
	margin: 0 auto;
	padding: 0;
	width: 947px;
	height: auto;
	z-index:125; 
	top:10px;
}

#userRegisterBoxContainer #userRegisterBox {
	border: 2px solid #6eadcc;
	float: right;
	position:absolute;
	top: 20px;
	left: 150px;
	height: auto;
	margin-right: 5px;
	background-color:#FFFFFF;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:550px;	
	z-index:125; 
}

#userRegisterBoxContainer #userRegisterBox img{
	border: none;
}

#userRegisterBoxContainer #userRegisterBox a{
	text-decoration:none;
}

#userRegisterBoxContainer #userRegisterBox a.closeButton {
	display: block;
	width: 19px;
	height: 15px;
	text-decoration: none;
	background: url("/images/2010/buttons/close-buttons.png");	
}

#userRegisterBoxContainer #userRegisterBox a.closeButton:hover {
	background-position: -19px 0;
}


#userRegisterBoxContainer #userRegisterBox .title {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #72b9dc;
	font-size:18px;
	height: auto;
	padding: 5px;
}


/* navigation dropdown menu styles */
#navArea
{	background-image:url(/images/2010/backgrounds/nav-bg-off.png);
	border-right:#FFFFFF 1px solid;
	border-left:#FFFFFF 1px solid;
	font-size: 16px;
	font-weight:bolder;
	font-family:Arial, Helvetica, sans-serif;
	color:#62a6c7;
	height: 40px;
	position:relative;
	margin-left:0px;
	z-index:50;}

#navArea #navigationItems li
{	padding: 0;
	list-style: none;
	float: left;
	font-size: 16px;
	font-weight:bolder;
	font-family:Arial, Helvetica, sans-serif;
	color:#62a6c7;
	border-left:#FFFFFF 1px solid;}
	
#navArea #navigationItems ul {	
	padding-top: 0px !important;
	margin-left: 0px !important;
}

#navArea  #navigationItems li a {
	display: block;
	margin: 0;
	padding: 0;
	color: #62a6c7;
	text-align: center;
	text-decoration: none;
	height: 40px;}
	


#navArea  #navigationItems li a:hover{
	background-image:url(/images/2010/backgrounds/nav-bg-on.png);
	text-decoration:none;
	color:#0066CC;
}

#navArea #navigationItems .on {
	background-image:url(/images/2010/backgrounds/nav-bg-on.png);
}

#navArea #navigationItems .on a{
	background-image:url(/images/2010/backgrounds/nav-bg-on.png);
	color:#333333;
}

#navArea #navigationItems .on a:hover {
	background-image:url(/images/2010/backgrounds/nav-bg-on.png);
	color:#333333;
}


#navArea  #navigationItems div {
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	border: 1px solid #5970B2}

	#navArea  #navigationItems div a {
		position: relative;
		display: block;
		margin: 0;
		padding: 2px 10px;
		width: auto;
		height: 20px;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background-image:url(/images/2010/backgrounds/dropdown-menu-bg.png);
		color: #2875DE;
		font: 12px arial;
		border-top: 1px solid #e1eff3}

	#navArea  #navigationItems div a:hover {
		background-image:url(/images/2010/backgrounds/dropdown-menu-bg-on.png);
		color: #2875DE}

#navArea  #navigationItems .on div {
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	border: 1px solid #5970B2}

	#navArea  #navigationItems .on div a {
		position: relative;
		display: block;
		margin: 0;
		padding: 2px 10px;
		width: auto;
		height: 20px;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background-image:url(/images/2010/backgrounds/dropdown-menu-bg.png);
		color: #2875DE;
		font: 12px arial;
		border-top: 1px solid #e1eff3}

	#navArea  #navigationItems .on div a:hover {
		background-image:url(/images/2010/backgrounds/dropdown-menu-bg-on.png);
		color: #2875DE}
/* main content area */
.centeringFull {
	position:relative;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	width: 947px;
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.centeringFull h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#62a6c7;
}

#homeMain {
	position:relative;
	background-image:url(/images/2010/home-main-bg.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	width: 947px;
	height: 427px;
	clear:both;
}

#fitnessMain {
	position:relative;
	background-image:url(/images/2010/fitness-main-bg.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	width: 947px;
	height: 489px;
	clear:both;
	background-repeat: no-repeat;
}



#ptMain {
	position:relative;
	background-image:url(/images/2010/ptmainbg.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	width: 947px;
	height: 427px;
	clear:both;
	background-repeat: no-repeat;
}

#totalgymMain {
	position:relative;
	background-image:url(/images/2010/totalgym-main-bg.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	width: 947px;
	height: 427px;
	clear:both;
	background-repeat: no-repeat;
}

#bodybuggMain {
	position:relative;
	background-image:url(/images/2010/bodybugg-main-bg.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	width: 947px;
	height: 427px;
	clear:both;
	background-repeat: no-repeat;
}


#gymOnlyMain {
	position:relative;
	background-image:url(/images/2010/gymOnly-Main.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	width: 947px;
	height: 489px;
	clear:both;
	background-repeat: no-repeat;
}

#dietMain {
	position:relative;
	background-image:url(/images/2010/diet-main-bg.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	width: 947px;
	height: 354px;
	clear:both;
	background-repeat: no-repeat;
}

#nsMain {
	position:relative;
	background-image:url(/images/2010/ns-main-bg.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	width: 947px;
	height: 489px;
	clear:both;
	background-repeat: no-repeat;
}

#vgMain {
	position:relative;
	background-image:url(/images/2010/vg-home-main.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	width: 947px;
	height: 489px;
	clear:both;
	background-repeat: no-repeat;
}

#vnMain {
	position:relative;
	background-image:url(/images/2010/virtualnutrition-home-main.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	width: 947px;
	height: 489px;
	clear:both;
	background-repeat: no-repeat;
}

#coachingMain {
	position:relative;
	background-image:url(/images/2010/coaching-home-main.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	width: 947px;
	height: 489px;
	clear:both;
	background-repeat: no-repeat;
}

#atHomeMain {
	position:relative;
	background-image:url(/images/2010/athome-home-main.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	width: 947px;
	height: 489px;
	clear:both;
	background-repeat: no-repeat;
}

#dyMain {
	position:relative;
	background-image:url(/images/2010/dy-main-bg.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	width: 947px;
	height: 489px;
	clear:both;
	background-repeat: no-repeat;
}

#contentAreaMain {
	margin: 15px;
	width: 445px;
	clear:both;
}

#contentAreaFitness {
	margin: 15px;
	width: 425px;
	height: 319px;
	clear:both;
}


#gymBoxMain {
	height:100px;
	background-image: url(/images/2010/find-gym-main-bg.png);
	padding: 20px;
	vertical-align:bottom;
	background-repeat: no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bolder;
	font-size:14px;
}

#gymBoxMain h1{
	color:#cc0000;
	font-weight:bolder;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
}

#gymBoxMain input {
	font-size:14px;
	margin-left:10px;
	border: #62a6c7 solid 1px;
}
/* promo box */
#promoBox 	{
	z-index: 20;
	border: 1px solid #003399;
	float: right;
	position:absolute;
	top: 50px;
	left: 640px;
	height: auto;
	margin-right: 5px;
	width:300px;
}

#promoBox  #title {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #FFFFFF;
	font-size:14px;
	height: auto;
	padding: 5px;
	background: url(/images/2010/promo-box-title-bg.png) repeat;
}

#promoBox #title  a {
	text-decoration: none;
	color: #FFFFFF;
}

#promoBox #title a:hover {
	text-decoration: none;
	color: #FF0033;
}


	
#promoBox #title #hidePromo,#showPromo {
	font-size:10px;
	text-decoration: none;
	color: #FF0033;
	float:right;
	clear:none;	
	padding: 3px;
	margin-left:5px;
	background-color:#FFFFFF;
	border: 1px solid #003399;
	width: 30px;
	text-align:center;
}

#promoBox #title #showPromo a {
	color: #0033FF;
	text-decoration:none;
}

#promoBox #title #hidePromo a{
	color: #0033FF;
	text-decoration:none;
}

#promoBox #title #hidePromo a:hover {
	color: #FF0033;
	text-decoration:none;
}

#promoBox #title #showPromo a:hover {
	color: #FF0033;
	text-decoration:none;
}

#promoBox #title #hidePromo,#showPromo {
	font-size:10px;
	text-decoration: none;
	color: #FF0033;
	float:right;
	clear:none;	
	padding: 3px;	
	background-color:#FFFFFF;
	border: 1px solid #003399;
}
	
#promoBox #promoDescription {
	height: auto;
	background:url(/images/2010/promo-box-content-bg.png) repeat;	
}

#promoBox #promoDescription #content {
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	font-weight:normal;
	padding: 10px;
	clear:both;
}



/* small boxes */

/* the first set are for the three button layout, as indicated by the number 3 at the end of each style.
also note that 3a is used for the leftmost box so that it lines up with the other margins correctly.
 */
#smallBox3 {
	margin-top: 15px;
	margin-left: 10px;
	width: 308px;
	height: 248px;
	clear:none;
	float:right;
}

#smallBox3a {
	margin-top: 15px;
	margin-left: 0px;
	width: 308px;
	height: 248px;
	clear:none;
	float:right;
}

#smallBoxBottom3 {
	height: 7px;
	background-image:url(/images/2010/small-box-bottom-3.png);
	width: 308px;
}

#smallBoxTop3 {
	height: 7px;
	background-image:url(/images/2010/small-box-top-3.png);
	width: 308px;
}

#smallBoxContent3 {
	background-image:url(/images/2010/small-box-bg-3.png);
	height: 210px;
	width: 308px;
	padding-top:15px;
}

#smallBoxContentArea3 {
	background-image:url(/images/2010/sm-box-content-bg-3.gif);
	background-repeat:no-repeat;
	height: 197px;
	width: 262px;
	padding-top:5px;
	padding-left:5px;
	margin-left:25px;	
	padding-right:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#smallBox3 img {
	padding:20px;
}

#smallBox3a img {
	padding:20px;
}

/* this set is for the 2 box layout, as indicated by the number 2 at the end of each style 
also note that 2a is used for the leftmost box so that it lines up with the other margins correctly.
*/
#smallBox2 {
	margin-top: 15px;
	margin-left: 14px;
	width: 465px;
	clear:none;
	float:right;
}

#smallBox2a {
	margin-top: 15px;
	margin-left: 0px;
	width: 465px;
	clear:none;
	float:right;
}

#smallBoxBottom2 {
	height: 7px;
	background-image:url(/images/2010/small-box-bottom-2.png);
	width: 465px;
}

#smallBoxTop2 {
	height: 7px;
	background-image:url(/images/2010/small-box-top-2.png);
	width: 465px;
}

#smallBoxContent2 {
	background-image:url(/images/2010/small-box-bg-2.png);
	width: 465px;
	padding-top:15px;
}

#smallBox2 img {
	padding-left:25px;
	padding-bottom:20px;
}

#smallBox2a img {
	padding-left:25px;
	padding-bottom:20px;
}

#smallBox2 #innerBox {
	padding-top:10px;
	padding-left:10px;
	margin-left:25px;	
	padding-right:30px;
	height: 283px;
	width: 400px;
	background-image:url(/images/2010/small-box-2-inside-bg.png);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#smallBox2a #innerBox {
	padding-top:10px;
	padding-left:10px;
	margin-left:25px;	
	padding-right:30px;
	height: 283px;
	width: 400px;
	background-image:url(/images/2010/small-box-2-inside-bg.png);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#smallBox2 #innerBox h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

#smallBox2a #innerBox h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}


#smallBox2 #innerBox2 {
	padding-top:10px;
	padding-left:10px;
	margin-left:25px;	
	padding-right:30px;
	height: 200px;
	width: 400px;
	background-image:url(/images/2010/small-box-2-inside2-bg.png);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#smallBox2a #innerBox2 {
	padding-top:10px;
	padding-left:10px;
	margin-left:25px;	
	padding-right:30px;
	height: 200px;
	width: 400px;
	background-image:url(/images/2010/small-box-2-inside2-bg.png);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#smallBox2 #innerBox2 h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

#smallBox2a #innerBox2 h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

/* disclaimer area */
#disclaimer {	
	padding-top: 12px;
}

#disclaimer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#0066CC;
}


/* page bottom - other section nav */

#bottomNav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	float:right;
	padding:25px;
	width:120px;
	color:#0066cc;
	font-weight:bolder;
	line-height:25px;
}

#bottomNav a{
	color:#0066cc;
	font-weight:bolder;
}

#bottomNav a:hover {
	color:#FF9900;
	font-weight:bolder;
}

#bottomNav a:visited {
	color:#0066cc;
	font-weight:bolder;
}

#gatewayBoxPlacement {	
	width: 150px;
	float:right;
	margin-top:25px;	
} 

#gatewayBox {
	background-color:#FFFFFF;
	border: #62a6c7 solid 1px;
	padding: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#0066cc;
	font-weight:bolder;
	line-height:22px;
} 

#gatewayBox a {
	color:#0066CC;
} 

#gatewayBox a:hover {
	color:#FF9900;
} 
/* club search map control */
#hideMap,#showMap {
	font-size:12px;
	text-decoration: none;
	color: #FF0033;
	float:right;
	clear:none;	
	padding: 3px;
	margin-left:5px;
	margin-top:-15px;
	background-color:#FFFFCC;
	border: 1px solid #003399;
	width: 60px;
	text-align:center;
}

#showMap a {
	color: #0033FF;
	text-decoration:none;
}

#hideMap a{
	color: #0033FF;
	text-decoration:none;
}

#hideMap a:hover {
	color: #FF0033;
	text-decoration:none;
}

#showMap a:hover {
	color: #FF0033;
	text-decoration:none;
}


/* video box - set the position within the document itself */

#videoBox {
	background-image: url(/images/2010/video-bg.png);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 1;
	height: 263px;
	width: 425px;
	border: none;
	padding-left: 17px;
	padding-top: 12px;
}


#videoBoxLarge {
	background-image: url(/images/2010/video-bg-large.png);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 1;
	height: 305px;
	width: 425px;
	border: none;
	padding-left: 17px;
	padding-top: 12px;
}

#videoBox  #hideVideo {
	font-size:10px;
	text-decoration: none;
	color: #FF0033;
	float:right;
	clear:none;	
	padding: 3px;
	margin-left:5px;	
	margin-right:35px;
	background-color:#FFFFFF;
	border: 1px solid #003399;
	width: 70px;
	text-align:center;
}

#videoBoxLarge  #hideVideo {
	font-size:10px;
	text-decoration: none;
	color: #FF0033;
	float:right;
	clear:none;	
	padding: 3px;
	margin-left:5px;	
	margin-right:35px;
	background-color:#FFFFFF;
	border: 1px solid #003399;
	width: 70px;
	text-align:center;
}

#showVideo {
	font-size:10px;
	text-decoration: none;
	color: #FF0033;
	float:right;
	clear:none;	
	padding: 3px;
	margin-left:5px;	
	margin-right:35px;
	background-color:#FFFFFF;
	border: 1px solid #003399;
	width: 70px;
	text-align:center;
	position:absolute;
	top: 400px;
	left:840px;
}

#showVideo a {
	color: #0033FF;
	text-decoration:none;
}

#videoBox  #hideVideo a{
	color: #0033FF;
	text-decoration:none;
}

#videoBox  #hideVideo a:hover {
	color: #FF0033;
	text-decoration:none;
}

#videoBoxLarge  #hideVideo a{
	color: #0033FF;
	text-decoration:none;
}

#videoBoxLarge  #hideVideo a:hover {
	color: #FF0033;
	text-decoration:none;
}

#showVideo a:hover {
	color: #FF0033;
	text-decoration:none;
}

#videoBox  #hideVideo {
	font-size:10px;
	text-decoration: none;
	color: #FF0033;
	float:right;
	clear:none;	
	padding: 3px;	
	background-color:#FFFFFF;
	border: 1px solid #003399;
}

#videoBoxLarge  #hideVideo {
	font-size:10px;
	text-decoration: none;
	color: #FF0033;
	float:right;
	clear:none;	
	padding: 3px;	
	background-color:#FFFFFF;
	border: 1px solid #003399;
}



/* login form */

.loginFormTextArea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.loginFormText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bolder;
}

/* Go pages */
#goMain {
	position:relative;
	background-image:url(/images/2010/go/go-article-header.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	width: 947px;
	height: 181px;
	clear:both;
	background-repeat: no-repeat;
}

#goMain #goHeader {
	margin-top:60px;
	margin-left:235px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
}

#goMain #goHeader #goTitle {
	float: right;
	margin-right:20px;
	clear:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
}

#goHome {
	position:relative;
	background-image:url(/images/2010/go/go-home-header.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	width: 947px;
	height: 415px;
	clear:both;
	background-repeat: no-repeat;
}

#goHome #goHomeContentHeader {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-left:25px;
	margin-top:120px;
	width:400px;
}

#goHome #goHomeContentHeader h1{
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
}

#goHomeContent {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-left:25px;
	width:800px;
	margin-bottom:40px;
}

#goHomeContent h1{
	font-size:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top:40px;
	width:750px;	
	color:#62a6c7;
}

#goHomeContent h1 a {
	text-decoration:none;
	color:#62a6c7;
}

#goHomeContent #readMore {
	float:right;
	width:100px;
	font-weight:bold;
	color:#62a6c7;
	margin-top:5px;
}

#goHomeContent #readMore a{
	color:#62a6c7;
}

#goHomeContent #readMore img{
	padding-left:3px;
}

#goArticle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#goArticle #goArticleContent {
	width:650px;
}

.goArticleTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#62a6c7;
	font-weight:inherit;
}

.goArticleTitle h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#62a6c7;
	font-weight:inherit;
}

.goArticleTitle p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#62a6c7;
	font-weight:inherit;
}

#goArticle #goArticleContent img {
	padding: 10px;
}

#goArticle #goArticleContent h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#62a6c7;
}

#goArticle #goArticleContent h1 a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#0066cc;
	text-decoration:none;
	clear:both;
}

#goArticle #goArticleContent #readMore {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0066cc;
	float:right;
	clear:both;
}

#goArticle #articleList {
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	width:200px;
	float:right;
}

#goArticle #articleList hr {	
	width:150px;
	color:#0066cc;
	height:1px;
	margin-top:5px;
	margin-bottom:5px;
	width:100%;
	margin-left:-10px;
}

#goArticle a {
	color:#0066cc;
	text-decoration:none;	
}

#articleList a {	
	color:#0066cc;
	text-decoration:none;
	font-size:11px;	
}

#articleList p {	
	color:#0066cc;
	text-decoration:none;
	font-size:11px;	
}

/* general content areas */
#gen {
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 15px auto 10px;
	padding: 0px 0px 0px 0px;
	width: 947px;
	height: auto;
	clear:both;
}

#gen #genBottom {
	background-image:url(/images/2010/header/header-bottom.png);
	height: 6px;
	clear:both;
}

#gen #genMain {
	background-image:url(/images/2010/header/header-bg.png);
	background-repeat:repeat-y;
	height:auto;
	min-height:640px;
}

#gen #genMain h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#62a6c7;
}
#gen #genMain #cA {
	padding: 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	clear:none;
	width:730px;
	height:auto;
	margin-left:175px
}

#gen #genMain #cA #clubList {	
	width:730px;
	height:500px;
	overflow:auto;	
}


#gen #genMain #cA h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#62a6c7;
}

#gen #genMain #cA .sm {
	font-size:14px;
}

#gen #genMain #cA .clubDescription {
	font-size:12px;
	border: #62a6c7 solid 1px;
	padding: 5px;
	height:105px;
	width: 680px;
	clear:none;
}

#gen #genMain #cA .clubDescription .clubInfo {
	font-size:12px;
	padding: 5px;
	margin-bottom: 10px;
	height:auto;
	width: 520px;
	clear:none;
	float:left;
}

#gen #genMain #cA .clubTitle {
	font-size:12px;
	padding: 5px;
	background-color:#62a6c7;
	height:auto;
	width: 682px;
	clear:none;
	color:#FFFFFF;
	margin-top:10px;
}

#gen #genMain #cA .clubDescription .clubLink{
	font-size:12px;
	padding: 5px;
	margin-bottom: 10px;
	height:auto;
	width: 70px;
	clear:none;
	float:left;
}

#gen #genMain #cA  .clubPic {
	padding: 0px;
	margin:5px;
	height:auto;
	clear:none;
	border: #62a6c7 solid 1px;
	float:right;
}

#gen #genMain #cA .clubName {
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
}

#gen #genMain #cA .enrollNow {
	font-size:14px;
	font-weight:bold;
	color:#0033FF;
	float:left;
	clear:none;
	width:120px;
	margin-right:10px;
	text-align:center;
	padding:5px;
	border: #62a6c7 solid 1px;
}

#gen #genMain #cA .clubName:hover {
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}


#gen #genMain #infoArea {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	width:130px;
	border-right: #62a6c7 solid 1px;
	padding-left: 15px;
	padding-right:10px;
	margin-top:10px;
	margin-right:15px;
	float:left;
	clear:none;
}

#gen #genMain #infoArea h1 {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color: #62a6c7 ;
}

#gen #genMain #cA  #enrollNowBox {
	padding: 5px;
	margin:5px;
	height:auto;
	clear:none;
	float:right;
	border: #62a6c7 solid 2px;
}

#gen #genMain #cA  #enrollNowBox h1{
	font-size: 18px;
	color:#62a6c7;
	font-weight:bold;
	text-align:center;
	font-style:italic;
}


#clubRates, #clubPhotos, #clubHours {
	border: #62a6c7 solid 1px;
	width:700px;
	clear:both;
	padding:10px;
	height:400px;
	overflow:auto;
}


#clubsTabs{
	clear: both;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #000000;
	font-size: 16px;
	width: 700px;
	}
	
#clubsTabs ul.subsection_tabs {
	height: auto;
	width: 700px;	
	margin-left:0px;
	}
	
#clubsTabs ul.subsection_tabs li.tab {
	display: inline;
	background-color:#FFFFFF;
	}

#clubsTabs ul.subsection_tabs li.tab a{
	font-size: 16px;
	color: #FFFFFF;
	background-color: #62a6c7;
	text-decoration:none;
	float: left;
	width: auto;
	height: auto;
	padding: 3px 5px 1px 5px;
	margin-right:2px;
	border: 1px solid #62a6c7 ;
}

#clubsTabs ul.subsection_tabs  li.tab a:hover{
	color: #FFFFFF;
	background-color: #62a6c7;
	text-decoration: none;
	float: left;
	width: auto;
	height: auto;
	padding: 3px 5px 1px 5px;
	border: 1px solid #ffcc00;
	margin-right: 2px;
	vertical-align: middle;
	text-align: center;
}

#clubsTabs ul.subsection_tabs  li.tab a.active{
	color: #003399;
	text-decoration: none;
	float: left;
	width: auto;
	height: auto;
	padding: 3px 5px 1px 5px;
	border: 1px solid #99ccff;
	margin-right: 2px;
	vertical-align: middle;
	text-align: center;
	background-color: #FFFFFF;
}

#clubsTabs ul.subsection_tabs  li.source_code {
	color: #62a6c7 ;
	text-decoration: none;
	float: left;
	width: auto;
	height: auto;
	padding: 3px 5px 1px 5px;
	border: 1px solid #ffcc00;
	margin-right: 2px;
	vertical-align: middle;
	text-align: center;
}

/* totalgym details tabs */
#tgfeatures, #tgworkouts, #tgaccessories, #tgguarantee {
	border: #62a6c7 solid 1px;
	width:500px;
	clear:both;
	padding:10px;
	height:400px;
	overflow:auto;
}


#tgdetailsTabs{
	clear: both;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #000000;
	font-size: 16px;
	width: 400px;
	}
	
#tgdetailsTabs ul.subsection_tabs {
	height: auto;
	width: 700px;	
	margin-left:0px;
	}
	
#tgdetailsTabs ul.subsection_tabs li.tab {
	display: inline;
	background-color:#FFFFFF;
	}

#tgdetailsTabs ul.subsection_tabs li.tab a{
	font-size: 16px;
	color: #FFFFFF;
	background-color: #62a6c7;
	text-decoration:none;
	float: left;
	width: auto;
	height: auto;
	padding: 3px 5px 1px 5px;
	margin-right:2px;
	border: 1px solid #62a6c7 ;
}

#tgdetailsTabs ul.subsection_tabs  li.tab a:hover{
	color: #FFFFFF;
	background-color: #62a6c7;
	text-decoration: none;
	float: left;
	width: auto;
	height: auto;
	padding: 3px 5px 1px 5px;
	border: 1px solid #ffcc00;
	margin-right: 2px;
	vertical-align: middle;
	text-align: center;
}

#tgdetailsTabs ul.subsection_tabs  li.tab a.active{
	color: #003399;
	text-decoration: none;
	float: left;
	width: auto;
	height: auto;
	padding: 3px 5px 1px 5px;
	border: 1px solid #99ccff;
	margin-right: 2px;
	vertical-align: middle;
	text-align: center;
	background-color: #FFFFFF;
}

#tgdetailsTabs ul.subsection_tabs  li.source_code {
	color: #62a6c7 ;
	text-decoration: none;
	float: left;
	width: auto;
	height: auto;
	padding: 3px 5px 1px 5px;
	border: 1px solid #ffcc00;
	margin-right: 2px;
	vertical-align: middle;
	text-align: center;
}

/* buttons */
.submitButton {
	display: block;
	width: 100px;
	height: 30px;
	text-decoration: none;
	background: url("/images/2010/buttons/submit-button.png");
	margin-top:10px;
	margin-bottom:10px;
	border: none;
}

.submitButton:hover {
	background-position: -100px 0;
}

.getStartedFormButton {
	display: block;
	width: 318px;
	height: 44px;
	text-decoration: none;
	border:none;
	background: url("/images/2010/buttons/getstarted-button.png");	
}


.getStartedFormButton:hover {
	background-position: -318px 0;
}

a.getStartedButton {
	display: block;
	width: 318px;
	height: 44px;
	text-decoration: none;
	background: url("/images/2010/buttons/getstarted-button.png");	
}


a.getStartedButton:hover {
	background-position: -318px 0;
}

a.learnMoreButton {
	margin-left:550px;
	display: block;
	width: 207px;
	height: 44px;
	text-decoration: none;
	background: url("/images/2010/buttons/learnmore-button.png");	
}


a.learnMoreButton:hover {
	background-position: -207px 0;
}

a.learnMoreButtonSmall {
	margin-left:100px;
	display: block;
	width: 94px;
	height: 20px;
	text-decoration: none;
	background: url("/images/2010/buttons/learnmore-button-small.png");	
}


.learnMoreButtonSmall:hover {
	background-position: -94px 0;
}

a.learnMoreButtonSmall2 {
	display: block;
	width: 94px;
	height: 20px;
	text-decoration: none;
	background: url("/images/2010/buttons/learnmore-button-small.png");	
}


.learnMoreButtonSmall2:hover {
	background-position: -94px 0;
}


a.addtocartButtonSmall {
	display: block;
	width: 94px;
	height: 20px;
	text-decoration: none;
	background: url("/images/2010/buttons/addtocart-button-small.png");	
}


.addtocartButtonSmall:hover {
	background-position: -94px 0;
}

.findAGymFormButtonSmall {
	margin-left:0px;
	display: block;
	width: 108px;
	height: 20px;
	text-decoration: none;
	background: url("/images/2010/buttons/findAGym-button-small.png");	
}


.findAGymFormButtonSmall:hover {
	background-position: -108px 0;
}

a.buyNowButton {
	margin-left:50px;
	display: block;
	width: 202px;
	height: 44px;
	text-decoration: none;
	background: url("/images/2010/buttons/BuyNow.png");	
}


a.buyNowButton:hover {
	background-position: -202px 0;
}

a.buyNowButtonMedium {
	display: block;
	width: 150px;
	height: 33px;
	text-decoration: none;
	background: url("/images/2010/buttons/BuyNowMedium.png");	
}


a.buyNowButtonMedium:hover {
	background-position: -150px 0;
}

.buyNowButtonMedium {
	margin-left:0px;
	display: block;
	width: 150px;
	height: 33px;
	text-decoration: none;
	background: url("/images/2010/buttons/BuyNowMedium.png");	
}


.buyNowButtonMedium:hover {
	background-position: -150px 0;
}

.buyNowFormButton {
	display: block;
	width: 202px;
	height: 44px;
	text-decoration: none;
	border:none;
	background: url("/images/2010/buttons/BuyNow.png");	
}


.buyNowFormButton:hover {
	background-position: -202px 0;
}

a.ViewDetailsButtonMedium {
	display: block;
	width: 150px;
	height: 33px;
	text-decoration: none;
	background: url("/images/2010/buttons/ViewDetailsMedium.png");	
}


a.ViewDetailsButtonMedium:hover {
	background-position: -150px 0;
}

a.learnMoreButtonMain {
	margin-left:125px;
	display: block;
	margin-top:20px;
	width: 207px;
	height: 44px;
	text-decoration: none;
	background: url("/images/2010/buttons/learnmore-button.png");	
}


a.learnMoreButtonMain:hover {
	background-position: -207px 0;
}

a.joinNowButtonSmall {
	display: block;
	width: 100px;
	height: 21px;
	text-decoration: none;
	margin-top:5px;
	background: url("/images/2010/buttons/join-now-small.png");	
}


a.joinNowButtonSmall:hover {
	background-position: -100px 0;
}

a.joinNowButton {
	display: block;
	width: 175px;
	height: 36px;
	text-decoration: none;
	margin-top:5px;
	background: url("/images/2010/buttons/join-now-large.png");	
}


a.joinNowButton:hover {
	background-position: -175px 0;
}

a.viewCartButton {
	display: block;
	width: 91px;
	height: 20px;
	text-decoration: none;
	margin-top:5px;
	background: url("/images/2010/buttons/ViewCart.png");	
}


a.viewCartButton:hover {
	background-position: -91px 0;
}

a.cancelOrderButton {
	display: block;
	width: 103px;
	height: 20px;
	text-decoration: none;
	margin-top:5px;
	background: url("/images/2010/buttons/CancelOrder.png");	
}


a.cancelOrderButton:hover {
	background-position: -103px 0;
}

a.continueShoppingButton {
	display: block;
	width: 133px;
	height: 20px;
	text-decoration: none;
	margin-top:5px;
	background: url("/images/2010/buttons/ContinueShopping.png");	
}


a.continueShoppingButton:hover {
	background-position: -133px 0;
}

a.checkOutButton {
	display: block;
	width: 91px;
	height: 20px;
	text-decoration: none;
	margin-top:5px;
	background: url("/images/2010/buttons/CheckOut.png");	
}


a.checkOutButton:hover {
	background-position: -91px 0;
}

a.continueButton {
	display: block;
	width: 108px;
	height: 24px;
	text-decoration: none;
	margin-top:5px;
	background: url("/images/2010/buttons/continue.png");	
}


a.continueButton:hover {
	background-position: -108px 0;
}

.displace {
	position: absolute;
	left: -5000px;
}
/* Map box */

#MapBox {
	position:relative;
	margin: 0 auto;
	padding: 0;
	width: 947px;
	height: auto;
	z-index:125; 
	top:10px;
}


/* text styles */

.disclaimerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
}
	
.title1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#62a6c7;
}
	
/* table Style */
.tdDkGray {
	background-color: #FFFFFF;
	padding:0;
	height:1px;
	margin: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #66CCFF;
	border-right-color: #66CCFF;
	border-bottom-color: #66CCFF;
	border-left-color: #66CCFF;
}

	

