html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  


body {
    margin:0; padding:0; color: #000;
    font: 10pt/130% 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background: #FFF;
}

a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
a:hover, a:active { outline: none; }
a {	color: #cd0c31; text-decoration: none; }
a:visited {	/*color: navy;*/ }
a:hover,
    a:focus { text-decoration: underline; }
a:active { color: red; }
a img {	border: none; }
/*  j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; } 
a:focus {
-moz-outline-style: none;
 border: none;
}



/* Typography */
h1,h2,h3,h4,h5,h6 { margin: 1em 0; line-height: 100%; padding: 0; font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 170%; font-weight:bold; letter-spacing:0px; margin: .5em 0; }
h2 { font-size: 140%; }
h3 { font-size: 130%; }
h4 { font-size: 120%; }
h5 { font-size: 110%; }
h6 { font-size: 100%; }

p {
    display: block;
    margin: 1em 0px;
}

ul { margin-left: 20px; padding-left: 10px; }
ul li { margin: 0; padding: 0 0 0 .5em; }

ol {padding: 0; list-style-position: outside; margin: 0;}
ol li { margin: 0 0 0 2em; padding: 0 0 0 1em;}


#wrapper {
    margin:0 auto;
    overflow:hidden;
    position:relative;
    width:100%;
    background: url("../images/background_top.png") no-repeat center top;
    z-index:2
}

#header, #main, #footer {
    clear:both;
    margin:0 auto;
    padding:0;
    width:980px;
}
#header {
    position: relative;
    height: 110px;
    z-index:500;
}
#header ul.menulist {

}


#header h1 { margin: 0px; padding: 0;}
div.logo a {
    width:270px;
    height:80px;
    left: 30px;
    top:24px;
    position:absolute;
}
div.logo a span {
    position:absolute;
    top:-1000px;
}
#AddThisBox {
	top: 24px;
	left: 335px;
	width: 260px;
	position: absolute;
	float:left;
	z-index: 500;
}
#AddThisBoxAside {
	width: 260px;
	height: 45px;
	position:relative;
	left:20px;
	padding-top:5px;
	float:left;
	z-index: 500;
	background-image:url(/images/AddthisBG.png);
	background-repeat:no-repeat;
}
#login_area {
    position: absolute;
    right:30px;
    top:24px;
    text-indent: -9999em;
    
}
#login_area a {
    display: block;
    padding: 7px 10px;
    width:42px; height:18px;
    background: url("../images/btn_login.png") no-repeat center center;
    color: #FFF;
    text-transform: uppercase;
}
#phone_area {
    position: absolute;
    right:102px;
    top:24px;
    width: 264px; height: 34px;
    background: url("../images/lr_phone_number.png") no-repeat left top;
    text-indent: -9999em;
}

#navigation {
    position:absolute;
    top:60px;
    left:330px;
    z-index: 200;
}

#main {


}

/* Splash Images */
#home {
    /*background: url("../images/home_splash_jeans.jpg") no-repeat center 110px;*/
}

#main > #main_container {
    float:left;
    margin:0px 0 0;
    width:100%;
    z-index:2;
}

#aside {
    float:left;
    margin:0 0 0 0;
    padding:0 18px 20px;
    position:relative;
    width:300px;
    z-index:99;
}

#aside .bgbox {
    width: 300px;
    background: url("../images/btn_join.png") no-repeat left top;
}
#aside .bgbox a {
    display: block;
    width: 100%; height: 100%;

}
#aside .join_now {
    background: url("../images/btn_join.png") no-repeat left top;
    height:109px;
}
#aside .gym_locator {
    background: url("../images/btn_locator.png") no-repeat left top;
    height:105px;
}
#aside .results {
    background: url("../images/btn_results.png") no-repeat left top;
    height:105px;
}
#aside .promotions {
    background: url("../images/btn_promotions.png") no-repeat left top;
    height:106px;
}
#aside .franchise {
    background: url("../images/btn_franchise.png") no-repeat left top;
    height:111px;
}
#aside .blog {
    background: url("../images/btn_blog.png") no-repeat left top;
    height:111px;
}

#aside .gym_locator .clublocator {
    padding: 60px 0 0 57px;
}

#content {
    float:right;
    margin:38px 29px 20px 0;
    position:relative;
    width:612px;
    z-index:1;
}

#footer {
    background: url("../images/bottom_bkg.png") no-repeat center top;
    /*height: 200px; */
    position:relative;
    padding: 0 0 20px 0;
    z-index:10;
    min-height:122px;
}
#footer #footer_text {
    padding: 10px 30px 23px 320px;
    color: #FFF;
    line-height: 1.8em;
    margin-bottom:20px;
}
a.more_info {
    float: right;    
    display: block;
    color: #fff347;
    text-transform: uppercase;
    font-size:9px;
    padding-right:18px;
    background: url("../images/arrows_more_less.gif") no-repeat 36px 9px;
    font-weight:bold;
    outline: none;
    -moz-outline-style: none;
}

#footer_nav {
    clear:both;
    /*float:left;*/
    /*position: absolute;
    left:320px; bottom:10px;*/
    width:auto;
    color:#FFF;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin:0; padding:0; margin-left: 320px;
}
#footer_nav p {
    
}

#footer_nav a {
    color:#FFF;
    text-transform: uppercase;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
}

/* Top Navigation - Suckerfish Menu */

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			225px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		100;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			225px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	/*margin-bottom:	1em;*/
}
.sf-menu a {
	/*border-left:	1px solid #fff;
	border-top:		1px solid #CFDEFF;*/
	padding:0.75em 0;
	text-decoration:none;
	 
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#FFF;
}
.sf-menu li {
}

li#btn_about {
    width: 63px;
    background:	url('../images/btn_about.png') no-repeat 0 6px;
}
li#btn_weight {
    width: 103px;
    background:	url('../images/btn_weight_loss.png') no-repeat 0 6px;
}
li#btn_fitness {
    width: 133px;
    background:	url('../images/btn_fitness_classes.png') no-repeat 0 6px;
}
li#btn_locations {
    width: 90px;
    background:	url('../images/btn_locations.png') no-repeat 0 6px;
}
li#btn_customer_service {
    width: 147px;
    background:	url('../images/btn_customer_service.png') no-repeat 0 6px;
}
li#btn_join {
    width: 83px;
    background:	url('../images/btn_join_now.png') no-repeat 0 6px;
}

.sf-menu li li {
	background:		url(../images/bkg_li.png) no-repeat left bottom;
	margin-left:0; /* moves to the right */
	height:40px;
}
.sf-menu li li li {
	background:		url(../images/menu_bkg.png) repeat;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active,
.sf-menu li#btn_about:hover, .sf-menu li#btn_weight:hover, .sf-menu li#btn_fitness:hover, 
.sf-menu li#btn_locations:hover, .sf-menu li#btn_customer_service:hover, .sf-menu li#btn_join:hover
 {
	/*background:		#CFDEFF;*/
	outline:		0;
	background-position: 0 -94px;
}

.sf-menu li a span {
    visibility: hidden;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	/*background:	url('../images/shadow.png') no-repeat bottom right;*/

	/*-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	
	-moz-box-shadow:5px 5px 5px #191919;
    -webkit-box-shadow:5px 5px 5px #191919;
    box-shadow:5px 5px 5px #191919; */
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/* octo edits */
.sf-menu li li a, .sf-menu li li a:visited {
	color:		#000;
	font-family: Arial, Helvetica, sans-serif;
	/*border-bottom: 1px solid #e61937;*/
	text-transform: uppercase;
	font-weight:bold;
	font-size:12px;
	padding:0 1em;
	line-height:39px;
}

.sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
	background: none;
	color: #e61937;
}
.sf-menu li li:hover, .sf-menu li li.sfHover {
    background:		url(../images/bkg_li.png) no-repeat left bottom;
}

.sf-menu li li.bottom_cap {
    height: 29px;
    background:	url(../images/bkg_li_bottom.png) no-repeat;
    /*-moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;*/
}
#navigation .sf-menu li li.top_btn {
    /*-moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;*/
    background:	url(../images/bkg_li_top.png) no-repeat left top !important;
    height:39px;
}


.sf-menu ul {
    /*-moz-box-shadow:2px 2px 5px #191919;
    -webkit-box-shadow:2px 2px 5px #191919;
    box-shadow:2px 2px 2px #191919;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;*/
    /*margin-left:2px;*/

}

#hidden_text {
    display:none;
}

#homepage_anim {
    left:50px;
    position:absolute;
    top:120px;
    display:none;
}
#homepage_blocks {
    left:-30px;
    position:absolute;
    top:243px;
    width:659px;
}
#homepage_blocks img {
    float:left;
}


#gym_info, #gym_info_left, #gym_about, #gym_images {
     border: 0px dotted red;
}
#gym_info_left {
    float: left;
    width: 218px;
}
#gym_info_right {
    float: right;
    width:394px;
}
#gym_about {
    width:194px;
    float:right;
}
#gym_address, #gym_hours {
    float:left;
    width:50%;
    padding-bottom:1em;
}
#gym_address {
    padding:0 20px 0 0;
    width:196px;
}
#gym_hours {
    width: 236px;
}



#gym_info {
    float:left;
    font-size:12px;
    margin-bottom:1.5em;
}
#gym_info #gym_address h3 {
    font-size:14px;
    color: #6d448d;
    font-weight:bold;
    line-height:1.2em;
    margin: .5em 0 0 0;
}

#gym_info h4 {
    font-size:12px; font-weight:bold;
    margin:0; padding:0; padding-top:.5em; 
}
#gym_info p {
    margin: 0 0 .5em 0;
}
.g_image {
    float: left;
    width:175px;
}
.g_image_first {
    padding-right: 30px;
}
.g_image a {
    display: block;
    position:relative;
    text-decoration: none;
    color: #000;
}

#gym_info p.caption, #gym_info p.map_caption {
    text-align:center;
}
#gym_info p.caption a, #gym_info a{
    color: #000;
}
#gym_map p {
    text-align:center;
    width:193px;
}
.g_image a span.play {
    background:url("../images/play_arrow.png") no-repeat scroll 0 0 transparent;
    display:block;
    height:72px;
    left:31%;
    margin:0;
    position:absolute;
    top:23%;
    width:72px;
}
.g_image a:hover span.play {
    background-position: 0 100%;
}

#gym_schedule h2, #gym_schedule p.desc {
    margin:0; padding:0; font-size:14px;
}
#gym_schedule p.desc {
    margin:0; padding:0; font-size:12px; padding-bottom:2px; margin-top:4px;
}

#gym_schedule .like_h2, #gym_schedule h2 {
    display:inline;
    font-weight: bold;
}
#gym_schedule h2 {
    text-decoration: underline;
}
#gym_info #gym_info_right p.try_btn {
    text-align:center;
    padding-top:2px;
    clear:both;
}


.calendar {
    color:#000000;
    font-size:10px;
}
.calendar-day {
    background-color:#e41a1a;
    color:#FFFFFF;
    font-weight:bold;
    text-align:center;
}
.calendar-graycol {
    background-color:#DBDBDB;
    border-bottom:1px solid #CDCDCD;
    border-right:1px solid #CDCDCD;
    text-align:center;
}
.calendar-normal {
    border-bottom:1px solid #CDCDCD;
    border-right:1px solid #CDCDCD;
    text-align:center;
}
.calendar strong {
    white-space:nowrap;
    font-weight: bold;
}
.calendar a {
    color: #000;
    text-decoration: underline;
}
.calendar a:hover {
    color: #e41a1a;
}
.calendar td {
    padding:0 2px;
}

.clear {
    clear: both;
}
#gym_gallery { float:left; margin: 0 0 1em 0; }
#gym_gallery ul#photo_gallery { width: 394px; margin: 0; padding:0; margin-bottom:1em; }
#gym_gallery ul#photo_gallery li { display: inline; margin:0; padding:0; }

ul#photo_gallery img { display: block;  }

ul#photo_gallery a {
	/*-moz-box-shadow:0 3px 6px rgba(0, 0, 0, 0.25);*/
	background:none repeat scroll 0 0 #FFFFFF;
    border:1px solid #EAEAEA;
    color:#333333;
    display:inline-block;
    float:left;
    font-size:18px;
    margin:0 9px 0 0;
    padding:0;
    text-align:center;
    text-decoration:none;
    width:auto;
}

.article_img_left {
    margin: 0 10px 10px 0;
}


.promo {
    margin: 0;
    padding: 12px 0;
    border-bottom: 1px solid #c3c3c3;
    clear:both;
    float:left;
}
.promo .promo_image {
    float:left;
    margin-right:24px;
    width:130px;
}
.promo .promo_content {
    float:left;
    width:450px;
}
.promo .promo_content h3 {
    margin-top:1.25em;
    margin-bottom:2px;
}
.promo .promo_content p {
    margin-top:0;
}
.promo .promo_content a {
    color: #000;
}

.inline {
    display: inline;
}

h1.inline, h2.inline, h3.inline {
    font-weight: bold;
    font-size:100%;
}

h2.caption {
    text-align:center;
    font-size: 110%;
}

#content .site_title {
    font-size:170%;
    font-weight:bold;
    letter-spacing:0;
    margin:0.5em 0;
    font-family:Helvetica,Arial,sans-serif;
}

.info_table td {
    border-bottom:1px solid #EAEAEA;
}
.info_table td {
    padding:3px 2px;
}

.sitemap a {
    text-decoration:underline;
}
.sitemap ul a {
    font-weight:bold;
}
.sitemap ul ul a {
    font-weight:normal;
}

#homepage_click {
    width: 100%;
    height:490px;
}
#homepage_click a {
    display:block;
    border: none; outline:none;
    width:100%;
    height:490px;
}
