/* Start of CMSMS style sheet 'sg08_crossbrowser' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(http://www.sohogyms.com/uploads/aaa/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(http://www.sohogyms.com/uploads/aaa/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(http://www.sohogyms.com/uploads/aaa/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'sg08_crossbrowser' */

/* Start of CMSMS style sheet 'sg08_footer' */
div#footer {
   font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
   clear: both;       /* keep footer below content and menu */
   color: #656565;
   text-align: right;
   padding-right: 40px;
   margin-top: 25px;
   font-size: 1em; 
}

div#footer a {
   color: #656565; /* needed becouse footer link would be same color as background otherwise */
   border-bottom: 0px;
}

div#footer a:hover {
   border-bottom: 1px;
}

/* End of 'sg08_footer' */

/* Start of CMSMS style sheet 'sg08_header' */
/*** header ***
we will hide text and replace it with a image
we need to assign a height for it so that the image wont cut off
*/


#sohogymswinter{
margin: 0px 0px 0px 11px; /*top right bottom left*/
}

div#header_text {float: left; width: 630px;}
div#header_text p {margin: 5px 0 0 30px; padding: 0px; color: #004c63; font-size: 380%; width: 500px; text-transform: uppercase; line-height: 1.3em;}

*html div#header_text p {margin: 5px 0 0 30px; padding: 0px; color: #004c63; font-size: 380%; width: 500px; text-transform: uppercase; line-height: 1em;}

div#header {
width: 971px;
    /* adjust according your image size */
   filter:progid:DXImageTransform.Microsoft.Fade(duration=5a);          
}

div#sglogo {
   margin-left: 0px;
   margin-right: 30px;
   padding-top: 0px;
   float: left;
}

div#sglogo img{
   margin-top: 5px;
}

div#sglogo a:hover{
   border-bottom: 0px;
}



/* position for the search box */
div#search {
   font-size: 1.2em;
   margin: 0px 0px 20px 0px;
   padding: 5px 0 0 0;
   color: #4B85C2;
   width: 971px;
   float: left;

}

*html div#search {
   padding: 2px 0 0 0;

}

div#search input#m2searchinput{
   color:#999;
   font-size: 80%;
   vertical-aligment: middle;
   width:161px;
border: none;
height: 18px;
float: left;
margin-right: 5px;

}



div#search table{
  float: right;
} 

div#search td{
   padding-left: 15px;
}

div#search a:hover{
   border-bottom: 0px;
}



div#pageheadline {
   /*visibility: hidden;*/
   filter:progid:DXImageTransform.Microsoft.Fade(duration=5a);   
}


.topline{
  align:right;
}


div#breadcrumbs {
   padding: 0.2em 0 0.2em 15px; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 1em;        /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin-left: 200px; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
   margin-right: 2%; /* and some air on the right */

   /*visibility: hidden;*/
   filter:progid:DXImageTransform.Microsoft.Fade(duration=5a);  
   position: absolute;
   margin-left: -999999em;
}

 div#breadcrumbs span.lastitem { 
   font-weight:bold; 
 } 


/* End of 'sg08_header' */

/* Start of CMSMS style sheet 'sg08_content_content' */
*:focus { outline: none }

div#join {float: right; margin: 8px 0px 0 0px;}

.content_bg_tile {
   background: url(images/soho/layout/content_bg.png) no-repeat left top;
}

.content_join_bg {
   background: url(images/soho/layout/join_bg.jpg) no-repeat right 50px;
}

.content_aidsark_bg {
   background: url(uploads/images/aids-ark/aids_ark_bg.jpg) no-repeat right 50px;
}

.content_topup_bg {
   background: url(uploads/images/topup-referrals/top-up_bg.jpg) no-repeat right 50px;
}


.content_referral_bg {
   background: url(uploads/images/topup-referrals/referral_bg.jpg) no-repeat right 50px;
}

.content_outdoor_bg {
   background: url(uploads/images/classes/outdoor_bg.jpg) no-repeat right 50px;
}


.content_join_form_bg {
   background: url(images/soho/layout/join_bg2.jpg) no-repeat right 50px;
}

div#content {
   width: 960px;
   float: left;
   padding: 0 5px 0 5px;
}

div#premain {
   width:971px;
   float: left;
}

div#content_body {
   float: left; 
   width:960px;
   margin-left:0px;
   padding: 0 0px 0 0px;
   position: relative;
}

div#content_title{
   float: left;
   background: transparent;
   margin-left: 15px;
   margin-top: 15px;
   width: 680px;
}
*html div#content_title{
   margin-left: 7px;
}

div#content_left{
   float: left;
   width:680px;
   padding: 0px 0 0 20px;
}

div#content_right{
   float: left;
   width:230px;
   padding: 0px;
   margin-top: -50px;
}

div#content_right_board {
   float: left;
   width:230px;
   padding: 0px;
   margin-top: 5px;
}


*html div#content_right_board {
   float: left;
   width:230px;
   padding: 0px;
   margin-top: -5px;
}


div#content_right_accordion {
   float: left;
   width:230px;
   padding: 0px;
   margin-top: 5px;
}

*html div#content_right_accordion {
   float: left;
   width:230px;
   padding: 0px;
   margin-top: -5px;
}


div#content_left_short{
   float: left;
   width:410px;
   padding: 0px 0 0 20px;
clear: left;
}

div#content_right_long{
   float: left;
   width:500px;
   padding: 0px;
   margin-top: 0px;
}





div#home_banner {
   float: left;
   width:955px;
   height: 350px;
   padding: 17px 0px 0px 16px;
   margin: -1px 0 0 -5px;
   background: url('images/soho/layout/banner_bg.png') no-repeat left top; 
}

*html div#home_banner {
   float: left;
   width:956px;
   height: 350px;
   padding: 15px 0px 0px 15px;
   margin: -1px 0 0 -3px;
   background: url('images/soho/layout/banner_bg.png') no-repeat left top; 
}

div#content_full{
   float: left;
   background: transparent;
   width:971px;
   padding: 0px;
   margin:0px;
}

div#content_yourgym {
   background: transparent url(images/soho/your_gym_short.jpg) no-repeat;
   height: 34px;
   padding-left: 15px;
   padding-top: 1px;
}
div#content_yourgym_long {
   background: transparent url(images/soho/your_gym.jpg) no-repeat;
   height: 34px;
   padding-left: 15px;
   padding-top: 1px;
}

div#content_yourbody {
   background: transparent url(images/soho/your_body_short.jpg) no-repeat;
   height: 34px;
   padding-left: 15px;
   padding-top: 1px;
}
div#content_yourbody_long {
   background: transparent url(images/soho/your_body.jpg) no-repeat;
   height: 34px;
   padding-left: 15px;
   padding-top: 1px;
}

div#content_yourhome {
   background: transparent url(images/soho/your_home_short.jpg) no-repeat;
   height: 34px;
   padding-left: 15px;
   padding-top: 1px;
}
div#content_yourhome_long {
   background: transparent url(images/soho/your_home.jpg) no-repeat;
   height: 34px;
   padding-left: 15px;
   padding-top: 1px;
}

div#content_yourfun {
   background: transparent url(images/soho/your_fun_short.jpg) no-repeat;
   height: 34px;
   padding-left: 15px;
   padding-top: 1px;
}
div#content_yourfun_long {
   background: transparent url(images/soho/your_fun.jpg) no-repeat;
   height: 34px;
   padding-left: 15px;
   padding-top: 1px;
}


div#sidebar {
   float: left;        /* set sidebar on the left side. Change to right to float it right instead. */
   width: 960px;
}

/********************
CONTENT STYLING
*********************/


/* LINKS */
div#content_body p a{
   color: #004c63;
   text-decoration:none;
   font-weight: bold;
}

div#content_body a:hover{
   color: #004c63;
   text-decoration:underline;
   font-weight: bold;
}

/* HEADINGS */
div#content h1 {
   font-size: 250%;
   color: #004c63;
   text-transform: uppercase;
   margin-left: 5px;
   margin-bottom: 25px;
}
div#content h2 {
   font-size: 170%;
   font-weight: normal;
   color: #e34c45;
   padding: 0;
   margin: 0 20px 5px 0;
}

div#content h3 {
   font-family:  Helvetica, Arial, Geneva,sanserif;
   color: #004c63;
   font-size: 120%;
   font-weight: bold;
   margin-bottom: 5px;
}

div#content h3 a {
   color: #004c63;
   margin-bottom: 5px!important;
}

div#content h3.spc {
   font-family:  Helvetica, Arial, Geneva,sanserif;
   color: #004c63;
   font-size: 120%;
   font-weight: bold;
   margin-bottom: 20px;
}

div#content h4 {
   color: #656565; 
   font-size: 110%;
   line-height: 1.3em;
   margin-bottom: 10px;
}


div#content h4.nospc {
   color: #656565; 
   font-size: 110%;
   line-height: 1.3em;
   margin-bottom: 0px;
   margin-top: 3px;
}



div#content h5 {
   color: #000; 
   font-size: 0.6em;
}
h6 {
   font-size: 1.4em;
   font-weight: normal;
   color: #000;
   margin-left: 1em;
   padding-left: 2.5em;
   line-height: 1.4em;
   background: transparent url(images/soho/comillas.png) no-repeat;
}
/* END HEADINGS */

/* TEXT */
p {
   font-family:  Helvetica, Arial, Geneva,sanserif;
   font-size: 110%;
   font-weight: normal;
   color: #656565;
   line-height: 1.5em;
   margin-right: 20px;
   margin-bottom: 10px;
}

p.nospc {
   font-family:  Helvetica, Arial, Geneva,sanserif;
   font-size: 110%;
   font-weight: normal;
   color: #656565;
   line-height: 1.5em;
   margin-right: 20px;
   margin-bottom: 0px!important;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;


}

/* Separating the divs on the template explanation page, with some bottom-border */
div.templatecode {
  margin: 0 0 2.5em;
}

/* END TEXT */

/* LISTS */

div#content_body #content_left ul {margin: 0px 0px 10px 0px; padding: 0; float: left; width: 100%;}
div#content_body #content_left ul li {margin: 3px 0px 4px 0px; padding: 0 0px 0 10px;  list-style-type: none; width: 90%; clear: left; float: left; background-image: url(images/soho/layout/bullet.gif); background-repeat: no-repeat; background-position: left 5px; color: #656565; font-family: Helvetica, Arial, sans-serif; font-size: 110%; line-height: 1.3em;}
div#content_body #content_left ul li a {color:#004c63; font-weight: bold; text-decoration: none;}
div#content_body #content_left  ul li a:hover {text-decoration: underline;}



div#content_body #content_left ul ul {margin: 7px 0px 0px 10px; padding: 0; float: left; width: 100%;}
div#content_body #content_left ul ul li {margin: 3px 0px 4px 0px; padding: 0 0px 0 10px;  list-style-type: none; width: 90%; clear: left; float: left; background-image: url(images/soho/layout/bullet.gif); background-repeat: no-repeat; background-position: left 5px; color: #656565; font-family: Helvetica, Arial, sans-serif; font-size: 100%; line-height: 1.3em;}
div#content_body #content_left ul ul li a {color:#004c63; font-weight: bold; text-decoration: none;}
div#content_body #content_left ul li a:hover {text-decoration: underline;}
*html div#content_body #content_left ul ul {margin: 7px 0px 0px 5px;}


div#content_body #content_left ol {margin: 0px 0px 10px 0px; padding: 0; float: left; width: 100%;}
div#content_body #content_left ol li {margin: 3px 0px 4px 12px; padding: 0 0px 0 0px;  color: #656565; font-family: Helvetica, Arial, sans-serif; font-size: 110%; line-height: 1.3em; list-style-type: decimal; list-style-position: outside; }
div#content_body #content_left ol li a {color:#004c63; font-weight: bold; text-decoration: none;}
div#content_body #content_left  ol li a:hover {text-decoration: underline;}

*html div#content_body #content_left ol li {margin: 3px 0px 4px 25px; padding: 0 0px 0 0px;}


div#content_body #content_left ul.links {margin: 5px 0px 10px 0px; padding: 0; float: left; width: 100%;}
div#content_body #content_left ul.links li {margin: 0px 0px 7px 0px; padding: 0 0px 0 0px;  list-style-type: none; width: 90%; clear: left; float: left; background-image: none!important;}
div#content_body #content_left ul.links li a {margin: 0; padding: 0 0 0 33px!important; color:#004c63; font-size: 100%; text-decoration: none; background-image: url(images/soho/layout/hand_icon.gif)!important; background-repeat: no-repeat; background-position: left 1px; float: left; font-weight: normal!important; }
div#content_body #content_left  ul.links li a:hover {text-decoration: none; font-weight: normal;}



/* END LISTS */


/* Start global sitemap */

#inpage_sitemap { width: 945px; float: left; background-image: url(images/soho/layout/footer_bdr.gif); background-repeat: no-repeat; background-position: 5px top; padding: 20px 0px 0px 15px; margin-top: 20px; margin-bottom: 0px; background-color: #fff; }
#inpage_sitemap ul { padding: 0px; float: left; width: 111px; list-style-type: none; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 10px; }

*html #inpage_sitemap ul { margin-left: 5px; }

#inpage_sitemap ul li { float: left; width: 111px; list-style-type: none; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding: 0px; }
#inpage_sitemap ul li a { font-size: 110%; font-family: Helvetica, Arial, sans-serif; text-transform: uppercase; text-decoration: none; float: left; width: 111px; margin-bottom: 10px; color: #999999; }
#inpage_sitemap ul ul { padding: 0px; float: left; width: 111px; list-style-type: none; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; }

#inpage_sitemap ul li li { float: left; width: 111px; list-style-type: none; padding: 0px; margin: 0px; }

#inpage_sitemap ul li li a { font-size: 100%; font-family: Helvetica, Arial, sans-serif; font-weight: normal; text-transform: capitalize; float: left; width: 121px; margin-bottom: 3px; width: 111px; }
#inpage_sitemap ul.wide{ width: 131px!important; }
#inpage_sitemap ul.short{ width: 91px!important; margin-left: 0px; }
#inpage_sitemap ul li h3 { font-size: 90%; font-family: Helvetica, Arial, sans-serif; text-transform: uppercase; text-decoration: none; color: #999999; font-weight:normal; }
#inpage_sitemap ul.short li { float: left; width: 101px; list-style-type: none; padding: 0px; margin: 0px; }
#inpage_sitemap ul.short li a { font-size: 110%; font-family: Helvetica, Arial, sans-serif; text-transform: uppercase; text-decoration: none; float: left; width: 101px; margin-bottom: 10px; color: #999999; }

#footer_icon {width: 971px; float: left; height: 99px; text-align: right;}


/* Right hand content styles */
div#content .testimonial-wrap-outer { float: right; margin: 0px; width: 195px;}
div#content .testimonial-wrap { float: right; margin: 0px; width: 195px; background-image: url(images/soho/layout/red_box_btm.gif); background-repeat: no-repeat; background-position: left bottom; padding-top: 0px; padding-right: 0px; padding-bottom: 10px; padding-left: 0px; background-color: #e34c45; }
div#content .testimonial { margin: 0px; padding: 13px; float: left; width: 169px; background-color: #e34c45; }
div#content .testimonial p { font-family: Helvetica, Arial, sans-serif; font-size: 100%; color: #FFF; margin: 0px 0px 10px 0px; padding: 0px; }
div#content .testimonial p.nospc { font-family: Helvetica, Arial, sans-serif; font-size: 100%; color: #FFF; margin: 0px 0px 0px 0px; padding: 0px; }
div#content .testimonial-wrap-top {float: right;  margin: 0px; width: 195px; background-image: url(images/soho/layout/red_box_top.gif); background-repeat: no-repeat; background-position: left bottom; margin: 0px 0 0px 0; padding: 0; height: 4px;}
div#content .testimonial  h2 {
   font-size: 170%;
   font-weight: normal;
   color: #FFFFFF;
   padding: 0;
   margin: 0 0 5px 0;
}

div#content .testimonial  h3 {
   font-size: 120%;
   font-weight: normal;
   color: #FFFFFF;
   padding: 0;
   margin: 0 0 5px 0;
}

div#content .testimonial  h2.spc {
   margin: 10px 0 5px 0;
}
div#content .testimonial  h2.nospc {
   margin: 0px 0 0px 0!important;
}

div#content .testimonial p a { font-weight: bold; color: #FFF; }

.banner_ad {float: right; margin: 0 -2px 10px 0;}

/* End Right hand content styles */




/* Highlight content styles */

.highlight {width: 242px; float:left;}
.high_image_wrap {padding: 10px 10px 10px 11px; background-image: url(images/soho/layout/highlight_image_bg.jpg); background-position: left top; background-repeat: no-repeat;}

div#content .highlight h2 {padding: 0 0 5px 5px; color: #004c63; height: 40px;}
div#content .highlight p {padding: 10px 0 0px 5px; color: #656565; font-size: 100%; line-height: 1.3em; margin: 0; min-height: 60px;}



/* Board page styles */

div#content_body ul.board {width: 680px;}
div#content_body ul.board li {display: inline!important; margin: 0px!important; padding: 0px!important; background-image: none!important; width: auto!important; clear: none!important; min-height: 200px!important;}

div#content_body ul.board li.first {display: inline!important; margin: 0px!important; padding: 0px!important; background-image: none!important; width: auto!important; clear: none!important; min-height: 200px!important;}

*html div#content_body ul.board li {height: 200px!important;}


div#content_body ul.board li h2 {margin-bottom: 2px; margin-left: 20px; font-size: 140%!important;}
div#content_body ul.board li p {margin: 0px;  margin-left: 20px; font-size: 100%!important; width: 190px!important; line-height: 1.2em!important;}

div#content_body ul.board li.first h2 {margin-bottom: 2px; margin-left: 10px; font-size: 140%!important;}
div#content_body ul.board li.first p {margin: 0px;  margin-left: 10px; font-size: 100%!important; width: 190px!important; line-height: 1.2em!important;}

/* Inpage table styles */
div#content_body #content_left table td {font-size: 110%; border-bottom: 1px solid #e1e1e1!important; padding: 3px 0px 3px 0px;}

/* Timetable styles */
.timetable th { background-color: #004c63; text-align: right; color: #FFF; padding-top: 5px; padding-bottom: 5px; padding-right: 10px; font-size: 130%;}
.timetable tr td { padding: 5px 10px 5px 0px!important; text-align: right; color: #004c63!important; font-size: 100%!important; vertical-align: top;}
.timetable tr td.icon { padding: 5px 0 0 0!important; }
.timetable .left {text-align: left!important; padding-left: 10px!important; font-size: 130%!important; }
.timetable .red {color: #e34c45!important;}
.acc_container .timetable img {margin: 0px!important; padding: 0px!important; float: none!important;}
.timetable tr:hover {background-color: #fbe6e3;}



.timetable_key {margin: 3px 0 0 0; padding: 5px 0px 5px 0px; vertical-align: middle;}
.timetable_key img {margin: -2px 5px 0 0;}

.highlight_header {padding: 3px 0 3px 10px; background-color: #fbe6e3; margin-top: 20px; margin-bottom: 3px; font-size: 110%; width: 165px;}


div#content_body #content_right ul.links {margin: 5px 0px 10px 0px; padding: 0; float: left; width: 165px;}
div#content_body #content_right ul.links li {margin: 0px 0px 7px 0px; padding: 0 0px 0 0px;  list-style-type: none; width: 165px; clear: left; float: left; background-image: none!important;}
div#content_body #content_right ul.links li a {margin: 0; padding: 0 0 0 33px!important; color:#004c63; font-size: 100%; text-decoration: none; background-image: url(images/soho/layout/hand_icon.gif)!important; background-repeat: no-repeat; background-position: left 1px; float: left; font-weight: normal!important; }
div#content_body #content_right  ul.links li a:hover {text-decoration: none; font-weight: normal;}

div#content_body #content_right_accordion ul.links {margin: 5px 0px 10px 0px; padding: 0; float: left; width: 165px;}
div#content_body #content_right_accordion ul.links li {margin: 0px 0px 7px 0px; padding: 0 0px 0 0px;  list-style-type: none; width: 165px; clear: left; float: left; background-image: none!important;}
div#content_body #content_right_accordion ul.links li a {margin: 0; padding: 0 0 0 33px!important; color:#004c63; font-size: 100%; text-decoration: none; background-image: url(images/soho/layout/hand_icon.gif)!important; background-repeat: no-repeat; background-position: left 1px; float: left; font-weight: normal!important; }
div#content_body #content_right_accordion  ul.links li a:hover {text-decoration: none; font-weight: normal;}



input#searchbutton  {background-image: url(images/soho/layout/search_button.gif)!important; border:none; width: 18px; height: 18px;}
input#searchbutton:hover {background-image: url(images/soho/layout/search_button_on.gif)!important;}

.gym_intro {width: 680px; float: left; margin-bottom: 15px;}
.gym_intro_image {float: left; width: 320px; margin: 0 0 0 -5px!important;}
.gym_intro_image p {margin: 0 0 0 0; padding: 0 0 0 0;}
.gym_intro_image p.button {margin: 5px 0 0 5px!important; padding: 0 0 0 0;}
.gym_intro .text {width: 350px; float: left; padding: 5px 0 0 10px;}

.fact_wrap {height: 400px;}

div#content_body #content_left p.fact {font-size: 350%!important; color: #e34c45; text-transform: uppercase; margin: 0!important; padding: 0!important;}

div#content_body #map_canvas_wrap { width: 500px; height: 500px; background-image: url(images/soho/layout/gmap_bg.jpg); background-repeat: no-repeat; padding: 10px 0 0 10px; }

div#content_body #map_canvas { width: 480px; height: 480px; }

div#content_body #map_canvas h2 {color: #e34c45; margin: 0!important; padding: 0!important; font-size: 140%!important;}
div#content_body #map_canvas h2 a {color: #e34c45; text-decoration: none;}
div#content_body #map_canvas h2 a:hover {color: #e34c45; font-weight: normal;}
div#content_body #map_canvas p {font-size: 100%!important;}

a.apply_now {display: block; width: 177px; height: 36px; text-indent: -999999em; background-image: url(images/soho/layout/btn_apply.gif);} 
a.apply_now:hover {background-image: url(images/soho/layout/btn_apply_on.gif);} 

a.sign_up {display: block; width: 177px; height: 36px; text-indent: -999999em; background-image: url(images/soho/layout/btn_signup.gif);} 
a.sign_up:hover {background-image: url(images/soho/layout/btn_signup_on.gif);} 

a.tell_me {display: block; width: 177px; height: 36px; text-indent: -999999em; background-image: url(images/soho/layout/btn_tellme.gif);} 
a.tell_me:hover {background-image: url(images/soho/layout/btn_tellme_on.gif);} 

a.show_map {display: block; width: 177px; height: 36px; text-indent: -999999em; background-image: url(images/soho/layout/btn_showmap.gif);} 
a.show_map:hover {background-image: url(images/soho/layout/btn_showmap_on.gif);} 

a.join_now {display: block; width: 145px; height: 45px; text-indent: -999999em; background-image: url(uploads/images/layout/btn_join.png); background-position: top left;} 
a.join_now:hover {background-image: url(uploads/images/layout/btn_join_on.png);} 

a.join_borough {display: block; width: 250px; height: 35px; text-indent: -999999em; background-image: url(images/soho/layout/btn_join_borough.gif);} 
a.join_borough:hover {background-image: url(images/soho/layout/btn_join_borough_on.gif);} 

a.join_camden {display: block; width: 250px; height: 35px; text-indent: -999999em; background-image: url(images/soho/layout/btn_join_camden.gif);} 
a.join_camden:hover {background-image: url(images/soho/layout/btn_join_camden_on.gif);} 

a.join_clapham {display: block; width: 250px; height: 35px; text-indent: -999999em; background-image: url(images/soho/layout/btn_join_clapham.gif);} 
a.join_clapham:hover {background-image: url(images/soho/layout/btn_join_clapham_on.gif);} 

a.join_covent {display: block; width: 250px; height: 35px; text-indent: -999999em; background-image: url(images/soho/layout/btn_join_covent.gif);} 
a.join_covent:hover {background-image: url(images/soho/layout/btn_join_covent_on.gif);} 

a.join_earls {display: block; width: 250px; height: 35px; text-indent: -999999em; background-image: url(images/soho/layout/btn_join_earls.gif);} 
a.join_earls:hover {background-image: url(images/soho/layout/btn_join_earls_on.gif);} 

a.join_waterloo {display: block; width: 250px; height: 35px; text-indent: -999999em; background-image: url(images/soho/layout/btn_join_waterloo.gif);} 
a.join_waterloo:hover {background-image: url(images/soho/layout/btn_join_waterloo_on.gif);} 

a.view_map {display: block; width: 145px; height: 45px; text-indent: -999999em; background-image: url(http://www.sohogyms.com/images/soho/layout/btn_viewmap.gif);} 
a.view_map:hover {background-image: url(http://www.sohogyms.com/images/soho/layout/btn_viewmap_on.gif);} 

a.timetable_class {display: block; width: 177px; height: 36px; text-indent: -999999em; background-image: url(images/soho/layout/btn_timetable.gif);} 
a.timetable_class:hover {background-image: url(images/soho/layout/btn_timetable_on.gif);} 

a.book_class {display: block; width: 177px; height: 36px; text-indent: -999999em; background-image: url(images/soho/layout/btn_bookclass.gif); margin-top: 23px;} 
a.book_class:hover {background-image: url(images/soho/layout/btn_bookclass_on.gif);} 

p a {text-decoration: underline!important;}
p a:hover {text-decoration: none!important;}

/* End of 'sg08_content_content' */

/* Start of CMSMS style sheet 'Navigation - Horizontal' */
/********************
MENU
*********************/
#menu_hor {
   padding: 0 0 0 2px;
   margin: 14px 0 10px 0px;
   width: 828px;
   float: left;
}

#menu_hor li {
   list-style: none;
   margin: 5px 0 0 25px;
   display: inline;
   float: left;
}

*html #menu_hor {
   padding: 0 0 0 2px;
   margin: -31px 0 10px 155px;
   width: 828px;
   float: none;
}

*html #menu_hor li {
   list-style: none;
   margin: 5px 0 0 25px;
   display: inline;
   float: left;
}

*html #menu_hor li {
   margin: 5px 0 0 12px;

}


/** fix stupid ie bug with display:block; **/
* html #menu_hor li a { height: 1%; } 
* html #menu_hor li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu_hor a {
   text-decoration:none;
   display: block;
   padding: 7px 5px 7px 5px; 
   margin: 0px;
   color: #004c63;
   font-family: Helvetica, Arial, sans-serif;
   font-size: 170%;
   text-transform: uppercase;
   float: left;
}




/* hover state for all links */
div#menu_hor ul li a:hover {
   background-color: #e34c45;
   color: #FFFFFF;
}
div#menu_hor ul li a.activeparent:hover {
   background-color: #e34c45;
   color: #FFFFFF;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_hor ul li a.activeparent {
   background-color: #e34c45;
   color: #FFFFFF;
}



/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_hor ul h3 {
  
   display: block; 
   padding: 7px 5px 7px 5px;  
   color: #004c63;
   font-family: Helvetica, Arial, sans-serif;
   font-size: 170%;
   text-transform: uppercase;                          
   margin: 0;                                 
}

/* 

/* section header */
div#menu_hor li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #fff;
   line-height: 1em;
   margin: 0;
   text-align:center;
}



/* separator */
div#menu_hor li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu_hor li.separator hr {
   display: none; /* this is for accessibility */
}


/* --------------------------------------------------------------------------------*/



 /* Secondary menu styles */

div#menu_hor_sec {
   padding: 15px 0 10px 17px;
   margin: 0 0 10px 0;
   width: 943px;
   float: left;
   background-image: url(images/soho/layout/sec_menu_bdr.gif);
   background-position: center bottom;
   background-repeat: no-repeat;
   position:relative;
   z-index: 100;


}

div#menu_hor_sec ul h3 {
   display: block; 
   padding: 0 0 0 0; 
    color: #004c63!important;
   font-family: Helvetica, Arial, sans-serif;
   font-size: 140%;                         
   margin: 0 0 0 0;   
   float: left; 
   width: 100%;                          
}


*html div#menu_hor_sec ul h3 {  
float: none; 
width: auto!important; 
                 
}


div#menu_hor_sec li {
   list-style: none;
   margin: 0 17px 0 0; 
   padding: 0;
   display: inline;
   float: left;
   position:relative;
height: 20px;
}


div#menu_hor_sec ul li a {
   text-decoration:none; 
   display: block; 
   padding: 0;
   color: #999; 
   font-size: 140%;
   float: left;
   margin: 0px; 
 
}

div#menu_hor_sec ul li a:hover {
   color: #004c63!important;
 
}

div#menu_hor_sec ul ul {
        width:123px;
	position:absolute;
	left:0;
	top:20px;
	display:none;
        background-color: #e34c45;
        background-image: url(images/soho/layout/sub_menu_top.jpg);
        background-position: left top;
        background-repeat: no-repeat;
        padding: 40px 7px 10px 7px;
        float: left;
}

*html div#menu_hor_sec ul ul ul {
        width:118px;
        padding: 11px 7px 10px 12px;
}

div#menu_hor_sec ul ul li {
   list-style: none;
   margin: 0 0px 5px 0; 
   padding: 0;
   display: block;
   float: none;
   position:relative;
   width: 123px;
height: auto!important;
}

div#menu_hor_sec ul ul li h3 {
   padding: 0 10px 0 0; 
   width: 113px;
   color: #ffffff!important;                      
}

*html div#menu_hor_sec ul ul li {
   margin: 0 0 0px 0; 
}
*html div#menu_hor_sec ul ul ul li {
   margin: 0 0 0px 0; 
}

div#menu_hor_sec ul ul li a { display:block; width:115px; font-size: 120%; color: #FFFFFF; margin: 0 0 0 0; padding: 0 8px 10px 10px; background-image: url(images/soho/layout/sub_nav_arrow.gif), background-position: left top; background-repeat: no-repeat;}

*html div#menu_hor_sec ul ul li a { width:auto!important; }				
				
div#menu_hor_sec ul ul li a:hover {color: #FFFFFF!important; background-image: url(images/soho/layout/sub_nav_arrow.gif); background-position: left 3px; background-repeat: no-repeat;}


div#menu_hor_sec ul ul li h3 { display:block; auto!important; font-size: 120%; color: #FFFFFF; margin: 0 0 10px 0; padding: 0 0 0 10px; background-image: url(images/soho/layout/sub_nav_arrow.gif), background-position: left top; background-repeat: no-repeat;}



div#menu_hor_sec ul ul ul { 
        width:auto;
        position:absolute;
        left:100%;
        top:10px;
        display: none;
        background-color: #e34c45;
        background-image: none;
        padding: 10px 7px 0px 7px;
        float: left;
        margin: 0px;

         }


*html div#menu_hor_sec ul ul ul { 
        top:-10px;

         }

div#menu_hor_sec ul ul ul li {
   list-style: none;
   margin: 0 0 0 5px; 
   padding: 0;
   display: block;
   position:relative;

   
}


div#menu_hor_sec ul ul ul li a {
   text-decoration:none; 
   display: block; 
   padding: 0 0 10px 10px;
   color: #fff; 
   font-size: 120%;
   width:auto!important;
   margin: 0px 0 0 0;
}

div#menu_hor_sec ul ul ul li a:hover {
   color: #fff; 
}


*html #menu_hor_sec ul li li {
   float: left;
}

*html div#menu_hor_sec ul ul ul li {
   float: left;
}


				



/** fix stupid ie bug with display:block; **/
* html #menu_hor_sec li a { height: 1%; } 
* html #menu_hor_sec li hr { height: 1%; }
/** end fix **/

div#menu_hor_sec ul ul,
div#menu_hor_sec ul li:hover ul ul,
div#menu_hor_sec ul ul li:hover ul ul
{display: none;}

div#menu_hor_sec ul li:hover ul,
div#menu_hor_sec ul ul li:hover ul,
div#menu_hor_sec ul ul ul li:hover ul
{display: block;}













/* End of 'Navigation - Horizontal' */

/* Start of CMSMS style sheet 'sg08_menu' */
/********************
MENU
*********************/
#menu_vert {
   margin-top: 0px;
   padding-top: 10px;
   padding-left: 10px;

   width: 148px;     /* sidebar width, if you change this please also change #main margins */
   height: 314px;

   font-size: 20px;
   text-align: left;
   background: transparent url(images/soho/menu.jpg) no-repeat; 
}

#freedom_partners {
   margin-left: 0px;
   margin-top: 10px;

   width: 147px;     /* sidebar width, if you change this please also change #main margins */
   height: 295px;

   background: transparent;
   /*background: transparent url(images/soho/freedom_mode.jpg) no-repeat; */
}

div#menu_vert img{
   padding-left: 40px;
}

/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0;
   display: block;
}

#menu_vert ul ul li {
   border: none;
}

/* first level links */
div#menu_vert a {
   text-decoration:none; /* no underline for links */
   display: block;
   border-bottom: 0px solid red;
   padding: 0.3em 0em 0.2em 0em; /* some air for it */
   color: #95B0DA; /* this will be link color for all levels */
   font-size: 16px;

   /*letter-spacing: -0.2px;*/
}


/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
   font-size: 12px;
   padding: 0.2em 0em 0.1em 0.5em;
   color: #95B0DA;
   font-weight:normal;
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul ul a {
   font-size: 11px;
   padding: 0.2em 0em 0.1em 2em;
   color: #95B0DA;
   font-weight:normal;
}



/* hover state for all links */
div#menu_vert a:hover {
   color: #fff;
}

div#menu_vert ul li a:hover{
}

div#menu_vert ul ul a:hover {
}

div#menu_vert a.activeparent:hover {
}


/*
curent page
*/
.currentpage{

}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent {
   display: block;
   padding: 0.5em 0em 0.3em 0em; /* some air for it */
   color: #fff;                                 /* this will be link color for all levels */
   margin: 0;                                  /* as <h3> normally has some margin by default */
   font-weight:normal;
   font-size: 16px;
}

div#menu_vert ul ul li a.activeparent {
   font-size: 12px;
   padding: 0.2em 0em 0.1em 0.5em;
   color: #fff;     
   font-weight:normal;
}



/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
   padding: 0.5em 0em 0.3em 0em; /* some air for it */
   font-weight:normal;
   color: #fff;
   font-size: 16px;
   margin: 0;                                  /* as <h3> normally has some margin by default */
   line-height: 1em;
}


/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {
   font-size: 12px;
   padding: 0.2em 0em 0.1em 0.5em;
   font-weight:normal;
   color: #fff;     
   margin: 0;                                  /* as <h3> normally has some margin by default */
   line-height: 1em;
   font-family: Rockwell, Arial, Verdana, Geneva, Helvetica, sans-serif;
}

div#menu_vert ul ul ul h3 {
   font-size: 11px;
   padding: 0.2em 0em 0.1em 2em;
   font-weight:normal;
   color: #fff;     
   margin: 0;                                  /* as <h3> normally has some margin by default */
   line-height: 1em;
   font-family: Rockwell, Arial, Verdana, Geneva, Helvetica, sans-serif;
}


/* End of 'sg08_menu' */

/* Start of CMSMS style sheet 'sg08' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
   font-size: 70%;
   background-color: #fff;
   color: #656565;
   margin:0 auto 0 auto;    /* gives some air for the pagewrapper */
   padding: 0 0 0 0;
   background-image: url("images/soho/layout/page_bg.jpg");
   background-repeat:  repeat-x;
   background-position: left top;
 width: 970px;
}
 
/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

a#newimage:hover{
   border-bottom: 0px;
}

/*



/*****************
basic layout 
*****************/


div#pagewrapper {
   margin: 0 auto 0 auto;      
   width: 970px;  
   float: left;
}

div#pageheadline {
   border: 0px solid black;
   margin: 0 auto;       /* this centers wrapper */
   width: 70em;   /* IE wont understand these, so we will use javascript magick */
   background-color: fff;
   color: black;
   text-align: right;
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   padding: 1em;
   border-bottom: 1px dotted black;
   margin: 1em;
}

/* relational links under content */
div.left49 {
  width: 49%; /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}





/* End of 'sg08' */

/* Start of CMSMS style sheet 'banner' */
#slideshow * { margin: 0; padding: 0; }
#slideshow { position: relative; padding: 0px; width: 940px; height: 318px; margin: 0px 0px 0px 0px; }
#slideshow #menu, #slideshow #pictures, #slideshow #loading { position: absolute; }
#slideshow #loading { background: url('http://www.sohogyms.com/images/soho/layout/spinner.gif'); display: block; top: 158px; left: 205px; text-indent: -5000px; width: 24px; height: 24px; visibility: hidden; z-index: 5; }
#slideshow #pictures { background: url('http://www.sohogyms.com/images/soho/layout/bg.jpg'); width: 940px; height: 318px; left: 0; overflow: hidden; float: left; }
#slideshow #pictures li { display: block; position: absolute; top: 0; width: 940px; }
#slideshow #pictures li img { display: block; position: relative; bottom: 0px; }
#slideshow #menu { list-style-type: none; width: 700px; height: 47px; float: left; left: 0px; bottom: 0px; margin: 0px; }
#slideshow #menu li { display: inline; z-index: 1000; position: relative; zoom: 1; float: left; margin-left: 0px; padding-left: 20px; }
#slideshow #menu li a { display: block; text-decoration: none; z-index: 1000; color: #FFF; vertical-align: middle; zoom: 1; float: left; margin-top: 25px; text-transform: uppercase; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 5px; background-image: none; }
#slideshow #menu li a:focus { outline: 0; }
#slideshow #menu li a:hover { color: #fff; }
#slideshow #menu li.current a { }
#slideshow #menu li.background { position: absolute; font-size: 1px; height: 7px; z-index: 5; background-image: url(http://www.sohogyms.com/images/soho/layout/arrow.gif); background-repeat: no-repeat; background-position: center 8px; }

div#content_body .twitter { height: 318px; width: 296px; position: absolute; z-index: 1000; right: 0px; background-image: url(images/soho/layout/blue.png); background-repeat: no-repeat; background-position: left top; bottom: 0px; }

*html div#content_body .twitter { height: 318px; width: 296px; background-image: url(images/soho/layout/blue.gif);  }

div#content_body .twitter_content { position: absolute; right: 0px; bottom: 0px; height: 180px; width: 210px; }

div#content_body .slide_content { width: 350px; position: absolute; left: 17px; top: 130px; }
div#content_body .slide_content p { font-family: Helvetica, Arial, sans-serif; line-height: 1.3em; font-size: 110%; color: #004C63; position: relative; margin-bottom:5px!important; }

div#content_body .slide_content2 { width: 350px; position: absolute; left: 17px; top: 140px; }
div#content_body .slide_content2 p { font-family: Helvetica, Arial, sans-serif; line-height: 1.3em; font-size: 110%; color: #004C63; position: relative; margin-bottom:5px!important;}

div#content_body .slide_content3 { width: 300px; position: absolute; left: 17px; top: 190px; }
div#content_body .slide_content3 p { font-family: Helvetica, Arial, sans-serif; line-height: 1.3em; font-size: 110%; color: #004C63; position: relative; margin-bottom:5px!important;}

div#content_body .slide_content4 { width: 350px; position: absolute; left: 17px; top: 145px; }
div#content_body .slide_content4 p { font-family: Helvetica, Arial, sans-serif; line-height: 1.3em; font-size: 110%; color: #004C63; position: relative; margin-bottom:5px!important;}

div#content_body .slide_content5 { width: 350px; position: absolute; left: 17px; top: 200px; }
div#content_body .slide_content5 p { font-family: Helvetica, Arial, sans-serif; line-height: 1.3em; font-size: 110%; color: #004C63; position: relative; margin-bottom:5px!important;}



div#content_body .link  { background-image: url(images/soho/layout/hand_bg_icon.gif); background-repeat: no-repeat; background-position: left top; padding-left: 30px; width: 200px; float: left; }

div#content_body .link a { color: #e34c45; text-decoration: none!important; font-size:110%; margin-left:0px!important; padding-left: 0px!important; background-image: none!important; margin-top: 3px!important;}

div#content_body #slideshow-options {display: none;}
div#content_body #slideshow-options ul { padding: 0; }
div#content_body #slideshow-options ul li { list-style-type: none; display: inline; padding-right: 0; }

div#content_body .twitter_link_wrap { background-image: url(images/soho/layout/twitter_icon.gif); background-repeat: no-repeat; background-position: left top; display: block; height: 22px; float: right; padding-left: 30px; padding-top: 8px!important;}

div#content_body .twitter_link_wrap p { margin-right: 10px!important; }

div#content_body .twitter_content a.st { color: #FFF; font-family: Helvetica, Arial, sans-serif; font-size: 130%; font-weight: bold;  text-decoration: none!important;}






div#content_body .twitter_feed { border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid; border-top-color: #2F6373; border-bottom-color: #2F6373; float: right; width: 200px; margin-right: 10px!important; padding-top: 10px!important; padding-right: 0px; padding-bottom: 10px!important; padding-left: 0px; margin-top: 5px!important;}

div#content_body .twitter_feed p { color: #bfc5d9; font-family: Helvetica, Arial, sans-serif; line-height: 1.1em; text-align: right!important; margin: 0px!important; padding: 0px!important; font-size: 100%;}

div#content_body .twitter_feed p a { color: #fff!important; font-weight: normal; }


div#content_body p.twit a { font-family: Helvetica, Arial, sans-serif; color: #FFF;  background-image: url(images/soho/layout/twitter_icon.gif); background-repeat: no-repeat; background-position: right center; padding-right: 30px!important; float: right;  margin-right: 10px!important; margin-top: 8px!important; height: 23px; padding-top: 10px!important; text-decoration: none!important; }



div#content_body p.face a { font-family: Helvetica, Arial, sans-serif; color: #FFF;  background-image: url(images/soho/layout/fb_logo.gif); background-repeat: no-repeat; background-position: right center; padding-right: 30px!important; float: right;  margin-right: 10px!important; margin-top: 0px!important; height: 23px; padding-top: 10px!important; text-decoration: none!important; }


div#content_body .twitter_link_wrap a:hover { text-decoration: none!important;}
div#content_body p.face a:hover { text-decoration: none!important;}
div#content_body p.twit a:hover { text-decoration: none!important;}


*html div#content_body .twitter_feed { margin-right: 5px!important; }




       
/* End of 'banner' */