/* @group reset */

html{color:#333;height:100%;margin-bottom:1px;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
body {font-family:arial,helvetica,sans-serif;font-size:0.8125em;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}
a {text-decoration: none;}
a:hover {text-decoration: underline;}
font {font-family:inherit;font-size:inherit;color:inherit;}

/* @end */

/* @group grid */

.container, #cxContainer {width:970px;margin:0 auto;}
.ajc-showdiv div {background: #eee;}
.ajc-showdiv div div {background: #ccc;}
div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22 {float:left;margin-right:20px;}
div.last {margin-right:0;}
.span-1 {width:25px;}
.span-2 {width:70px;}
.span-3 {width:115px;}
.span-4 {width:160px;}
.span-5 {width:205px;}
.span-6 {width:250px;}
.span-7 {width:295px;}
.span-8 {width:340px;}
.span-9 {width:385px;}
.span-10 {width:430px;}
.span-11 {width:475px;}
.span-12 {width:520px;}
.span-13 {width:565px;}
.span-14 {width:610px;}
.span-15 {width:655px;}
.span-16 {width:700px;}
.span-17 {width:745px;}
.span-18 {width:790px;}
.span-19 {width:835px;}
.span-20 {width:880px;}
.span-21 {width:925px;}
.span-22, div.span-22 {width:970px;margin:0;}
.append-1 {padding-right:45px;}
.append-2 {padding-right:90px;}
.append-3 {padding-right:135px;}
.append-4 {padding-right:180px;}
.append-5 {padding-right:225px;}
.append-6 {padding-right:270px;}
.append-7 {padding-right:315px;}
.append-8 {padding-right:360px;}
.append-9 {padding-right:405px;}
.append-10 {padding-right:450px;}
.append-11 {padding-right:495px;}
.append-12 {padding-right:540px;}
.append-13 {padding-right:585px;}
.append-14 {padding-right:630px;}
.append-15 {padding-right:675px;}
.append-16 {padding-right:720px;}
.append-17 {padding-right:765px;}
.append-18 {padding-right:810px;}
.append-19 {padding-right:855px;}
.append-20 {padding-right:900px;}
.append-21 {padding-right:945px;}
.prepend-1 {padding-left:45px;}
.prepend-2 {padding-left:90px;}
.prepend-3 {padding-left:135px;}
.prepend-4 {padding-left:180px;}
.prepend-5 {padding-left:225px;}
.prepend-6 {padding-left:270px;}
.prepend-7 {padding-left:315px;}
.prepend-8 {padding-left:360px;}
.prepend-9 {padding-left:405px;}
.prepend-10 {padding-left:450px;}
.prepend-11 {padding-left:495px;}
.prepend-12 {padding-left:540px;}
.prepend-13 {padding-left:585px;}
.prepend-14 {padding-left:630px;}
.prepend-15 {padding-left:675px;}
.prepend-16 {padding-left:720px;}
.prepend-17 {padding-left:765px;}
.prepend-18 {padding-left:810px;}
.prepend-19 {padding-left:855px;}
.prepend-20 {padding-left:900px;}
.prepend-21 {padding-left:945px;}

.clearfix:after, .container:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix, .container {display:inline-block;}
* html .clearfix, * html .container {height:1%;}
.clearfix, .container {display:block;}
.clear {clear:both;}
.hide {display: none;}

/* @end */



html {
 height: 100%;
 margin: 0 0 1px;
 padding: 0;
}


html {
  background: #e4f3f7 url('/images/body-bg.png') top left repeat-x;
}

body {
  background: url('/images/content-bg.gif') top center repeat-y;
}

/* @group Links */

a {
  color: #467a8c;
}

/* @end Links */

/* @group Header */

.header {
  padding: 27px 0 0 0;
/*  border-bottom: 1px solid #fff;*/
  border-bottom: 1px solid #b0432d;
  background: #fd5828 url('/images/header-bg.gif') top left repeat-x;
}

.header .wrap {
  margin: auto;
  width: 970px;
  position: relative;
}

.header h1 {
  padding-bottom: 20px;
  background: url('/images/logo.gif') top left no-repeat;
  text-indent: -10000px;
  width: 224px;
  height: 45px;
  float: left;
}

.header h1 a {
  width: 224px;
  height: 45px;
  display: block;
}

.header h2 {
  font-size: 16px;
  color: rgba(255,255,255,0.9);
  position: absolute;
  bottom: 22px;
  left: 240px;
}

.header .return-to-backend {
  padding: 5px 10px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  width: 205px;
  top: -27px;
  left: -10px;
}

.header .coming-soon {
  margin-left: 40px;
  padding-top: 8px;
  float: left;
}

.header .coming-soon h5 {
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.header .coming-soon p {
  font-size: 11px;
  color: #fff
}

.header .coming-soon a {
  color: #fff;
}

.header .find-location {
  position: absolute;
  right: 0;
}

.header .find-location h4 {
  margin-right: 10px;
  padding-top: 5px;
  font-weight: bold;
  color: #fff;
  display: inline;
  float: left;
}

.header .find-location input.search {
  margin-right: 5px;
  margin-bottom: 10px;
  padding: 7px 10px;
  border: none;
  background: #c44f27;
  font-size: 12px;
  color: #eeddd6;
  width: 100px;
  float: left;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.header .find-location input.submit {
  padding: 5px 10px;
  border: none;
  border-right: 1px solid #b03d18;
  border-bottom: 1px solid #b03d18;
  background: #c44f27;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  float: left;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.header .find-location p {
  margin-left: 105px;
  font-size: 11px;
  clear: both;
}

.header .find-location a {
  font-weight: bold;
  color: #ffebe5;
}

.header .location {
  margin-top: -27px;
  padding: 10px;
  border-left: 1px solid rgba(0,0,0,.1);
  border-right: 1px solid rgba(0,0,0,.1);
  background: #b73b1b;
  background: url('/images/header-location-bg.gif') top left repeat-x;
/*  width: 726px;*/
  font-weight: bold;
  color: #fff;
  width: 300px;
  height: 122px;
  float: right;
  position: absolute;
  right: 0;
  top: 0;
  z-index:5000000;
}

.header .location .login-options {
  margin-top: 20px;
  font-size: 12px;
}

.header .location .login-options span {
  padding: 0 5px;
  font-weight: normal;
  color: #cc6f31;
}

.header .location h4 {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(0,0,0,0.15);
}

.header .location h4 span {
  padding-left: 5px;
  font-size: 11px;
  font-weight: normal;
  color: #b77d7c;
}

.header .location h4 span a {
  color: #ffc7b2;
}

.header .location p {
  font-size: 11px;
  line-height: 1.5;
}

.header .location a {
  color: #fff;
}

.header h1 a {
  width: 224px;
  height: 45px;
  display: block;
}

.navigation {
  margin: auto;
  background: #d84420 url('/images/navigation-bg.gif') top left repeat-x;
  text-align: center;
}

.navigation ul.nav {
  margin: auto;
  width: 970px;
  position: relative;
}

.header li.explore {
  margin-left: -20px;
}

.header li,
.header li a
{
  text-align: left;
  display: inline;
  float: left;
}

.header li {
  margin-right: 40px;
  height: 1%;
}

.header li a.menu {
  padding: 15px 40px 10px 20px;
  background: url('/images/nav-arrow.gif') center right no-repeat;
  font-family: Futura, Verdana, Arial, Helvetica, Sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0 1px 0 #9f2615;
  color: #fff;
}

.header li a.menu:hover,
.header li a.menu.on
{
  background: #9f2615 url('/images/nav-arrow.gif') center right no-repeat;
  text-decoration: none;
  color: #ffe775;
}

.header li.login {
  margin-right: 20px;
  padding-top: 18px;
  font-size: 12px;
  float: right;
  text-align: left;
}

.header li.login a {
  font-weight: bold;
  color: #fff;
}

.header,
.header ul,
.header li,
.header li a
{
  z-index: 500000;
}

.pane {
  top: 51px;
  padding: 10px 10px 0 10px;
  border-left: 1px solid #9f2615;
  border-bottom: 1px solid #9f2615;
  border-right: 1px solid #9f2615;
  background: #fff;
  position: absolute;
  box-shadow: 0 1px 10px #8fa9b3;
  -moz-box-shadow: 0 1px 10px #8fa9b3;
  -webkit-box-shadow: 0 1px 10px #8fa9b3;
  opacity: 0.98;
  clear: both;
  display: none;
  z-index: 500000;
}

.explore .pane {
  width: 420px;
}

.schedule .pane {
  width: 420px;
}

.franchise .pane {
  width: 200px;
}

.pane .col {
  margin-right: 20px;
  border-right: 2px solid #e5e5e5;
  width: 197px;
  float: left;
}

.pane .last {
  margin-right: 0;
  border-right: none;
}

.pane h4 {
  margin-bottom: 5px;
  padding: 0 10px;
  font-size: 16px;
  font-weight: bold;
  color: #900;
}

.header .pane ul {
  margin-bottom: 10px;
}

.header .pane li,
.header .pane li a
{
  margin: 0;
  float: none;
  display: block;
}

.header .pane li a {
  margin: 0;
  padding: 5px 10px;
  font-weight: bold;
}

.header .pane li a:hover {
  background: #eee;
  text-decoration: none;
}

/* @end Header */

/* @group Footer */

.footer {
  margin: 0 -20px;
  padding: 20px;
  border-top: 1px solid rgba(0,0,0,.15);
  background: #cfe1e5 url('/images/footer-bg.png') top left repeat-x;
  clear: both;
  font-size: 11px;
  position: relative;
  width: 970px;
}

.footer h4 {
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: bold;
  color: #627493;
  text-transform: uppercase;
}

.footer li {
  margin-bottom: 5px;
}

.footer li.twitter a,
.footer li.facebook a
{
  margin-bottom: 10px;
  padding-top: 10px;
  padding-left: 45px;
  font-size: 13px;
  font-weight: bold;
  height: 40px;
  display: block;  
}

.footer li.twitter a {
  background: url('/images/twitter-logo.gif') center left no-repeat;
}

.footer li.facebook a {
  background: url('/images/facebook-logo.gif') center left no-repeat;
}

.footer a {
  color: #627493;
}

.copyright {
  margin: 0 -5px;
  padding: 10px 5px 0 5px;
  border-top: 1px solid #bac9cc;
  color: #a2b0b3;
  clear: both;
}

/* @end Footer */

/* @group Content area */

.content {
  margin-bottom: 20px;
  padding: 20px 0;
  min-height: 500px;
}

.content h1 {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: bold;
  color: #00AFBF;
}

.content h2 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}

.content h3 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}

.content h4 {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #b33900;
}

.content h5 {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: bold;
  color: #555;
}

/*.content h4 {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #b33900;
}
*/
.content p {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.content strong {
  font-weight: bold;
}

.content em {
  font-style: italic;
}

.content ul,
.content ol
{
  margin-bottom: 20px;
}

.content li {
  margin: 0 0 0 20px;
  line-height: 1.5;
  list-style: disc;
}

.content ol li {
  margin-left: 25px;
  list-style: decimal;
}

.content .body img,
.content .slot1 img,
.content .slot2 img
{
  margin-left: 10px;
  margin-bottom: 10px;
  float: right;
}

/* @group Homepage */

.module h4 {
  margin-bottom: 10px;
  font: 21px Futura, Verdana, Arial, Helvetica, Sans-serif;
  font-weight: bold;
  text-transform: uppercase;
/*  text-shadow: 0 2px 0 #bbd6df;*/
}

.module h4 a {
  color: #00afbf;
}

.module h4 a:hover {
  text-decoration: none;
}

.classes h4 a {
  padding-bottom: 120px;
  background: url('/images/classes-programs-home.jpg') left 40px no-repeat;
  color: #8baf2a;
/*  text-shadow: 0 2px 0 #dfe87a;*/
  display: block;
}

.parties h4 a {
  padding-bottom: 120px;
  background: url('/images/parties-events-home.jpg') left 40px no-repeat;
  color: #fd70bc;
/*  text-shadow: 0 2px 0 #fcd7eb;*/
  display: block;
}

.module p {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.5;
}

.about-kidville p {
  padding-right: 20px;
  font-size: 18px;
}

.about-kidville p a {
  font-weight: bold;
}

.module a.button {
  padding: 10px 15px;
  border: 1px solid #e5e5e5;
  background: #eee;
  font-weight: bold;
  text-shadow: 0 1px 0 #fff;
  -moz-box-shadow: 0 2px 5px #eee;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: block;
}

.module a.button:hover {
  background: #fff;
  color: #900;
  text-decoration: none;
  cursor: pointer;
}

/* @end Homepage */

/* @end Content area */

/* @group Wireframe */

.wire {
  margin-bottom: 20px;
  background: #ccc;
}

.wire p {
  padding: 30px 10px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #555;
}

/* @end Wireframe */

p.intro-text {
  font-size: 18px;
  line-height: 1.5;
}

.section {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e2ca;
}

.section h4 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #467A8C;
}

.section h5 {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #b33900;
}

.section h5 a {
  color: #b33900;
}

.section p {
  font-size: 14px;
  line-height: 1.5;
}

.sidebar-nav {
  background: #ff9c3e;
}

.sidebar-nav h4 {
  margin: 10px 0 0 0;
  padding: 0 5px;
  font-weight: bold;
  color: #555;
}

.sidebar-nav ul {
  margin: 0;
}

.sidebar-nav li {
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #ffbf80;
  font-size: 11px;
  list-style: none;
}

.sidebar-nav li.current a {
  background: #ff850e;
}

.sidebar-nav li a {
  margin: -10px;
  padding: 10px;
  font-weight: bold;
  color: #fff;
  display: block;
}

/* @group Page header */

.page-header {
  margin: 0 -20px 20px -20px;
  border-bottom: 1px solid #e5e2ca;
  background: url('/images/page-header.gif') bottom left repeat-x;
  position: relative;
  width: 1010px;
  z-index: 1;
}

.page-header h1 {
  margin: 0;
  padding: 20px 200px 20px 20px;
  border-bottom: 1px solid #e5e2ca;
  font-family: Futura;
  font-size: 28px;
  font-weight: bold;
  text-shadow: 0 1px 0 #fff;
  text-transform: uppercase;
  color: #467A8C;
}

.page-header p {
  margin: 0;
  padding: 10px 200px 10px 15px;
  color: #888;
}

.page-header p a {
  padding: 10px 5px;
  font-size: 11px;
  font-weight: bold;
  color: #b33900;
}

/* @end Page header */

/* @group Banner */

.banner {
  margin-bottom: 20px;
  padding: 10px;
  border: 2px solid #e36446;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.banner h3 {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  color: #d90400;
}

.banner p {
  margin: 0;
  font-weight: bold;
  color: #d97400;
}

.banner a.button {
  font-weight: bold;
}

/* @end Banner */

/* @group Directions */

#map_canvas {
  margin-bottom: 10px;
}

.directions h4 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #b33900;
}

.directions input.text {
  padding: 5px;
  border: 1px solid #ccc;
  width: 500px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

/* @end Directions */

.explore-kid {
  position: absolute;
  top: 180px;
  z-index: 10000;
}


/* @group Classes */

.class {
  margin-bottom: 40px;
  margin-left: -5px;
  padding: 10px 20px 0 20px;
  background: url('/images/class-bg4.gif') top left repeat-x;
  background: #fff;
/*  border-left: 5px solid #fff;*/
  border-bottom: 2px solid #eee;
  clear: both;
}

.class .description {
  position: relative;
}

div.music {
/*  border-left: 5px solid #7c8fbf;*/
}
div.gym {
/*  border-left: 5px solid #eb8732;*/
}
.class h4 {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #555;
}
.class .schedule h4 {
  font-size: 16px;
}
.class .description h4 {
  margin: 0 20px 5px 0;
  font-family: Futura;
  font-weight: bold;
  float: left;
  color: #900;
  color: #555;
}
.class .description p {
  line-height: 1.5;
}
.class .description p.ages {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #ccc;
  font-size: 11px;
  clear: both;
}
.class .description p.description {
  clear: both;
}

.class p.price {
  margin: 0;
  padding: 4px 5px 4px 5px;
  background: #e5e5e5;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  text-shadow: 0 1px 0 #eee;
  float: left;
  position: absolute;
  top: 2px;
  right: 10px;
  -moz-border-radius: 5px;
}

.class-header {
  margin-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}

p.subdescription {
  margin: 0;
  font-size: 11px;
  clear: both;
}

p.subdescription span {
  margin-right: 10px;
}

p.subdescription span.type {
  font-weight: bold;
  text-transform: uppercase;
  color: #cc762b;
}

.gym p.subdescription span.type
{
  color: #cc762b;
}

.music p.subdescription span.type
{
  color: #7c8fbf;
}

/* @end Classes */

.announcement img {
  float: right;
}

/* @group Location pages */

.promo {
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #B33900;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.promo h4 {
  font-size: 18px;
  font-weight: bold;
}

/* @end Location pages */

/* @group Location list */

.location-list {
  width: 600px;
}

.location-list .location {
  margin-bottom: 10px;
  padding: 10px 0 20px 0;
  border-bottom: 1px solid #e5e5e5;
  clear: both;
}

.location-list .location p {
  margin: 0;
}

.location-list .location img {
  margin-top: 10px;
  float: right;
}

/* @end Location list */

/* @group Find Us */

.directions form label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.directions form input.text {
  padding: 5px;
  border: 1px solid #ccc;
}

.directions .address input,
.directions .city input {
  margin-bottom: 10px;
  width: 328px;
}

.directions .zip input {
  width: 148px;
}

.directions select {
  margin-bottom: 10px;
  padding: 5px;
  width: 160px;
}

#map_div h4,
#map_div p
{
  margin: 0;
}

#map_div p {
  font-size: 12px;
}

/* @end Find Us */

/* @group Contact Us */

form.contact-us label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

form.contact-us input.text,
form.contact-us textarea
{
  margin-bottom: 15px;
  padding: 5px;
  border: 1px solid #ccc;
  width: 250px;
}

form.contact-us textarea {
  width: 565px;
  height: 150px;
}

p.error {
  margin-right: 30px;
  margin-bottom: 20px;
  padding: 10px;
  background: #b33900;
  font-weight: bold;
  color: #fff;
}

/* @end Contact Us */

.cufon-loading * {
  visibility: hidden !important;
}

/* @group Homepage */


.twitter h4 {
  color: #00afbf;
}

.twitter .tweet .text {
  margin: 0 0 15px -5px;
  padding: 5px 10px;
  background: url('/images/tweet-bg2.gif') top left repeat-x;
  font-size: 12px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.twitter .time {
  font-size: 11px;
  color: #999;
  white-space: nowrap;
}

.twitter .time a {
  color: #999;
}

.twitter p.follow {
  margin: 20px 0 0 0;
  font-size: 12px;
}

.twitter p.follow a {
  font-weight: bold;
}

.flickr h4 {
  padding-top: 10px;
  border-top: 1px solid #cfe1e6;
  color: #00afbf;
}

.flickr span {
  color: #db4287;
}

.flickr .thumbnail {
  margin-right: 10px;
  width: 75px;
  float: left;
}

.news {
  margin-bottom: 20px;
}

.news h4 {
  color: #00afbf;
}

.news h4 span,
.flickr h4 span.description {
  padding-left: 5px;
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 13px;
  font-weight: normal;
  text-transform: none;
  text-shadow: none;
  color: #888;
}

.news h5 {
  margin-bottom: 5px;
  font-weight: bold;
}

.news img {
  margin-top: -20px;
  float: right;
}

.news p {
  margin: 0;
  font-size: 12px;
}

.news .post {
  margin-bottom: 20px;
}

/* @end Homepage */

.popup-header {
  margin-bottom: 20px;
  padding: 10px 20px;
  border-bottom: 1px solid #e5e2ca;
  background: url('/images/page-header.gif') bottom left repeat-x;
}

.popup-header h4 {
  margin: 0;
  font-family: Futura;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 0 1px 0 #fff;
  color: #467A8C;
}

#select-location {
  width: 400px;
}

#select-location label {
  margin-right: 5px;
  font-weight: bold;
  line-height: 34px;
  float: left;
}

#select-location input.text {
  margin: 0 10px 20px 0;
  padding: 7px 10px;
  border: 1px solid #ccc;
  font-size: 13px;
  color: #555;
  width: 100px;
  float: left;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#select-location input.submit {
  float: left;
}

p.international {
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: bold;
  clear: both;
}

/* @group Location pages */

.promo-box {
  margin-left: 18px;
  padding: 10px 10px 10px 115px;
  background: #ccc;
  width: 104px;
  height: 110px;
  float: left;
  cursor: pointer;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.promo-box h4,
.promo-box h4 a
{
  color: #fff;
}

.promo-box p {
  margin: 0;
  font-size: 12px;
  color: #fff;
}

.promo-box p a {
  color: #fff;
}

.promo-box a:hover {
  text-decoration: none;
}

.announcement h5 {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
}

.wire {
  padding: 40px 20px;
}

.promo-classes {
  margin-left: 0;
  background: #7884c0 url('/images/promos/classes.jpg') top left no-repeat;
}

.birthday {
  background: #f15e7b url('/images/promos/birthdays.jpg') top left no-repeat;
}

.salon {
  background: #b3ba1c url('/images/promos/salon.jpg') top left no-repeat;
}

.cafe {
  background: #b3ba1c url('/images/promos/cafe.jpg') top left no-repeat;
}

.playspace {
  background: #b3ba1c url('/images/promos/playspace.jpg') top left no-repeat;
}

.boutique {
  background: #f89627 url('/images/promos/boutique.jpg') top left no-repeat;
}

.camp {
  background: #f89627 url('/images/promos/camp.jpg') top left no-repeat;
}

.program-guide {
  padding-right: 115px;
  background: url('/images/program-guide-small.jpg') top right no-repeat;
}

.promo h4 {
  margin-bottom: 0;
}

.program-guide h4,
.new-location h4,
.franchise h4 {
  margin-bottom: 10px;
  font-size: 16px;
  text-transform: none;
}

.promo a.button {
  margin-top: 10px;
  font-weight: bold;
}

.page-body strong {
  font-weight: bold;
}

/* @end Location pages */

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 *
 * Version: 1.3.1 (05/03/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('/images/fancybox.png');
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
}

* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background-image: url('/images/fancybox.png');
	background-position: -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 7px;
	margin: 0;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('/images/fancy_title_over.png');
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background-image: url('/images/fancybox.png');
	background-position: -40px -90px;
	background-repeat: no-repeat;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background-image: url('/images/fancybox-x.png');
	background-position: 0px -40px;
	color: #FFF;
}

#fancybox-title-right {
	padding-left: 15px;
	background-image: url('/images/fancybox.png');
	background-position: -55px -90px;
	background-repeat: no-repeat;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('/images/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('/images/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('/images/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('/images/fancybox-x.png');
}

#fancy-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('/images/fancybox.png');
	background-position: -40px -162px;
}

#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('/images/fancybox-y.png');
	background-position: -20px 0px;
}

#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('/images/fancybox.png');
	background-position: -40px -182px; 
}

#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('/images/fancybox-x.png');
	background-position: 0px -20px;
}

#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('/images/fancybox.png');
	background-position: -40px -142px;
}

#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('/images/fancybox-y.png');
}

#fancy-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('/images/fancybox.png');
	background-position: -40px -122px;
}

/* IE */

#fancybox-loading.fancybox-ie div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_loading.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-close		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-title-over	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie #fancybox-title-left	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-main	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-right	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-left-ico		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-right-ico	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie .fancy-bg { background: transparent !important; }

.fancybox-ie #fancy-bg-n	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-ne	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-e	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-se	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-s	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-sw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-w	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-nw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_shadow_nw.png', sizingMethod='scale'); }
