* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}


a:hover {color: orange; text-decoration: underline; }
 

html, body {
	margin: 0;
	padding: 0;
	background-color: #b0d443;
	height: 100%;
	background-image: url("../images/background.jpg");
	background-position: center 400px;
	background-repeat:no-repeat;
}

#wrapper {
	width: 929px;
	margin: 0 auto;	
	position: relative;
}

#header {
	width: 929px;
	height: 275px;	
	margin-bottom: 20px;
}

#header-home {
	width: 100%;
	height: 100%;
	background-image: url("../images/header-index.jpg");
	background-repeat: no-repeat;
}

#header-latest-news {
	width: 100%;
	height: 100%;
	background-image: url("../images/header-latest-news.jpg");
	background-repeat: no-repeat;
}

#header-about {
	width: 100%;
	height: 100%;
	background-image: url("../images/header-about.jpg");
	background-repeat: no-repeat;
}

#header-benefits {
	width: 100%;
	height: 100%;
	background-image: url("../images/header-benefits.jpg");
	background-repeat: no-repeat;
}

#header-class {
	width: 100%;
	height: 100%;
	background-image: url("../images/header-class.jpg");
	background-repeat: no-repeat;
}

#header-programs {
	width: 100%;
	height: 100%;
	background-image: url("../images/header-programs.jpg");
	background-repeat: no-repeat;
}

#header-party {
	width: 100%;
	height: 100%;
	background-image: url("../images/header-party.jpg");
	background-repeat: no-repeat;
}

#header-parent-testimonials {
	width: 100%;
	height: 100%;
	background-image: url("../images/header-parent.jpg");
	background-repeat: no-repeat;
}

#header-locations{
	width: 100%;
	height: 100%;
	background-image: url("../images/header-locations.jpg");
	background-repeat: no-repeat;
}

#header-locations-houston-north{
	width: 100%;
	height: 100%;
	background-image: url("../images/header-locations-houston-north.jpg");
	background-repeat: no-repeat;
}

#header-locations-houston-south{
	width: 100%;
	height: 100%;
	background-image: url("../images/header-locations-houston-south.jpg");
	background-repeat: no-repeat;
}

#header-policy-houston-north{
	width: 100%;
	height: 100%;
	background-image: url("../images/header-locations.jpg");
	background-repeat: no-repeat;
}

#header-policy-houston-south{
	width: 100%;
	height: 100%;
	background-image: url("../images/header-locations-south.jpg");
	background-repeat: no-repeat;
}

#header-myaccount {
	width: 100%;
	height: 100%;
	background-image: url("../images/header-myaccount.jpg");
	background-repeat: no-repeat;
}

#header-contact {
	width: 100%;
	height: 100%;
	background-image: url("../images/header-contact.jpg");
	background-repeat: no-repeat;
}

#header-contact-us {
	width: 100%;
	height: 100%;
	background-image: url("../images/header-contact.jpg");
	background-repeat: no-repeat;
}

#header-faq {
	width: 100%;
	height: 100%;
	background-image: url("../images/header-faq.jpg");
	background-repeat: no-repeat;
}

#header-friends {
	width: 100%;
	height: 100%;
	background-image: url("../images/header-friends.jpg");
	background-repeat: no-repeat;
}

#header-employment{
	width: 100%;
	height: 100%;
	background-image: url("../images/header-employment.jpg");
	background-repeat: no-repeat;
}

#menu-container {
	position: absolute;
	left: 30px;
	top: 0;
	z-index: 200;
}

#menu {
	background-image: url("../images/bg-menu.png");
	background-repeat: repeat-x;
	width: 252px;
	height: 460px;
	float: left;
	margin-bottom: 30px;
	border-top: 8px solid #F90;
}

.latest-news #menu {
	border-top-color: #dc4597;
}

.about #menu{
	border-top-color: #d04f29;
}

.benefits #menu {
	border-top-color: #827b00;
}

.class-descriptions #menu {
	border-top-color: #ac3a49;
}

.programs #menu {
	border-top-color: #92278f;
}

.party #menu {
	border-top-color: #43346b;
}

.parent-testimonials #menu {
	border-top-color: #7c94a8;
}

.locations-schedules #menu {
	border-top-color: #a4c53f;
}

.locations-houston-north #menu {
	border-top-color: #f23ef4;
}

.locations-houston-south #menu {
	border-top-color: #00aeef;
}

.policy-houston-north #menu {
	border-top-color: #f23ef4;
}

.myaccount #menu {
	border-top-color: #ed1c24;
}

.contact #menu {
	border-top-color: #4f4d4d;
}

.contact-us #menu {
	border-top-color: #4f4d4d;
}

.faq #menu {
	border-top-color: #c59121;
}

.friends #menu {
	border-top-color: #004a80;
}

.employment #menu {
	border-top-color: #7c5762;
}


#menu ul {
	padding: 0;
	margin: 0;
	margin-left: 30px;
	list-style: none;
}

#menu ul ul {
	margin-top: 5px;
	display: none;
}


#menu li {
	margin-bottom: 5px;	
}

#menu li a {
	font-weight: bold;
	color: #7942c4;
	text-decoration: none;
}

#menu ul li.selected ul {
	display: inherit;
}

#menu li.selected a {
	color: #f4793e;	
}

#menu li.deselected a {
	color: #7942c4;	
}

#menu li a:hover {
	color: #f4793e;	
}

#logo {
	display: block;
	width: 214px;
	height: 90px;
	background-image: url("../images/logo-franchise.png");
	background-repeat: no-repeat;
	margin: 30px auto;
}

#content {
	background-color: #7942a9;
	background-image: url("../images/grad-purple.gif");
	background-repeat: repeat-x;
	padding: 30px;
	margin-bottom: 20px;
	position: relative;	
	min-height: 420px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#specials, #main, #table-schedule {
	/*box-shadow: 7px 14px 8px #522e72;*/
	-webkit-box-shadow: 7px 14px 8px #522e72;
	-moz-box-shadow: 7px 14px 8px #522e72;	
}

#specials {
	width: 200px;
	border: 5px solid #b0d443;
	background-color: #e2469b;
	padding: 10px 20px;
	padding-bottom: 0;
	clear: both;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#specials 2{
	padding: 10px 20px;
	padding-bottom: 0;
	clear: both;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#twitter {
	padding: 0px 0px;
	padding-bottom: 0;
	clear: both;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#specials ul {
	margin: 0;
	padding: 0;
}

#specials li {
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}

#specials a{
	color: #ffffff;
	text-decoration:none;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

#specials a:hover{
	color: #f4793e;
	text-decoration:underline;

}

#specials li {
	padding-left: 15px;
	background: url("../images/bullet-special.gif") no-repeat left 4px;
	list-style: none;
}

#side-bubble {
	background-image: url("../images/side-bubble.png");
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-bottom: 50px;
	clear: both;
}

#side-latest-news {
	border: 5px solid #b0d443;
	background-image: url("../images/side-latest-news.jpg");
	background-repeat: no-repeat;
	width: 242px;
	height: 168px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#side-about {
	border: 5px solid #b0d443;
	background-image: url("../images/side-about.jpg");
	background-repeat: no-repeat;
	width: 242px;
	height: 168px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#side-about-name {
	width: 175px;
	height: 50px;
	margin-top:180px;
	margin-left:15px;
	font-weight: bold;
	color:#FFF;

}

#side-benefits {
	border: 5px solid #b0d443;
	background-image: url("../images/side-benefits.jpg");
	background-repeat: no-repeat;
	width: 242px;
	height: 168px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}


#side-class-descriptions {
	border: 5px solid #b0d443;
	background-image: url("../images/side-class.jpg");
	background-repeat: no-repeat;
	width: 242px;
	height: 395px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#side-programs {
	border: 5px solid #b0d443;
	background-image: url("../images/side-programs.jpg");
	background-repeat: no-repeat;
	width: 242px;
	height: 168px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#side-parent-testimonials{
	border: 5px solid #b0d443;
	background-image: url("../images/side-parent.jpg");
	background-repeat: no-repeat;
	width: 242px;
	height: 168px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#side-myaccount {
	border: 5px solid #b0d443;
	background-image: url("../images/side-myaccount.jpg");
	background-repeat: no-repeat;
	width: 242px;
	height: 168px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
}

#side-contact {
	border: 5px solid #b0d443;
	background-image: url("../images/side-contact.jpg");
	background-repeat: no-repeat;
	width: 242px;
	height: 168px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
}

#side-employment{
	border: 5px solid #b0d443;
	background-image: url("../images/side-employment.jpg");
	background-repeat: no-repeat;
	width: 242px;
	height: 395px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}


#main {
	width: 525px;
	background-color: #ffffff;
	padding: 10px 30px;
	float: right;	
	position: relative;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.index #main {
	background-color: #a4c53f;
	background-image: url("../images/grad-white-green.gif");
	background-repeat: repeat-x;
}

#main h1 {
	font-size: 20px;
}

#main h2 {
	background-color: #b0d443;
	color: #7942c4;
	text-transform: uppercase;
	border: 2px solid #7942c4;
	font-size: 14px;
	padding: 7px;
	padding-left: 20px;
	padding-right: 14px;
	float: left;
	left: -38px;
	z-index: 101;
	margin-top: 30px;	
	position: relative;
	font-weight: bold;
	
		
	-webkit-box-shadow: 2px 2px 6px #afbd83;
	-moz-box-shadow: 2px 2px 8px #afbd83;
}

#main h3 {
	color: #7942c4;
	font-size: 14px;
	margin: 0;
	padding: 0;
	margin-bottom:3px;
}



#main h3 a{
	color: #7942c4;
	text-decoration:underline;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

#main h3 a:hover{
	color: #f4793e;

}


#main h4 {
	color: #7942c4;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

#main h5 {
	color: #f23ef4;
	font-size: 12px;
	margin: 0;
	padding: 0;
	margin-bottom:3px;
}

#main h5 a{
	color: #f23ef4;
	text-decoration:underline;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

#main h5 a:hover{
	color: #555555;

}

#main h6 {
	color: #00aeef;
	font-size: 12px;
	margin: 0;
	padding: 0;
	margin-bottom:3px;
}

#main h6 a{
	color: #00aeef;
	text-decoration:underline;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

#main h6 a:hover{
	color: #555555;

}

#index-hou-s-locations, #index-hou-n-locations {
	border: 2px solid #7942c4;
	background-color: #a4c53f;
	background-image: url("../images/grad-white-green2.gif");
	background-repeat: repeat-x;
	float: left;
	width: 230px;
	padding: 20px;
	top: -25px;
	margin-bottom: 30px;	
	position: relative;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#index-hou-n-locations {
	z-index: 100;
	margin-left: 20px;
	background-image: url("../images/map-north.png");
	width:180px;
	height:100px;
}

#index-hou-s-locations {
	left: 5px;
	z-index: 99;
	padding-left: 20px;
	background-image: url("../images/map-south.png");
	width:180px;
	height:100px;
}

#index-hou-s-locations ul, #index-hou-n-locations ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#index-hou-s-locations li, #index-hou-n-locations li {
	color: #333333;
	font-weight: bold;
}

#circles {
	width: 130px;
	height: 115px;
	background-image: url("../images/circles2.png");
	background-repeat: no-repeat;
	position: absolute;
	right: -50px;
	top: -78px;
}

#footer {
	text-align: center;
	color: #7942c4;
	font-size: 10px;
	margin-bottom: 50px;
}



#table-schedule {
	background-color: #c8e17b;
	background-image: url("../images/grad-white-light-green.gif");
	background-repeat: repeat-x;
	margin-top:25px;
	position: relative;
	clear: both;
	padding-top:20px;
	padding-left:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#table-schedule h2 {
	background-color: #b0d443;
	color: #7942c4;
	text-transform: uppercase;
	border: 2px solid #f23ef4;
	font-size: 14px;
	padding: 7px;
	padding-left: 20px;
	padding-right: 14px;
	float: left;
	left: -50px;
	z-index: 101;
	margin-top: -40px;	
	position: relative;
	
	-webkit-box-shadow: 3px 3px 8px #666666;
	-moz-box-shadow: 3px 3px 8px #666666;
}

#table-schedule h3 {
	background-color: #b0d443;
	color: #7942c4;
	text-transform: uppercase;
	border: 2px solid #00aeef;
	font-size: 14px;
	padding: 7px;
	padding-left: 20px;
	padding-right: 14px;
	float: left;
	left: -50px;
	z-index: 101;
	margin-top: -40px;	
	position: relative;
	
	-webkit-box-shadow: 3px 3px 8px #666666;
	-moz-box-shadow: 3px 3px 8px #666666;
}


#instructor-south-left h2 {
	border: 2px solid #00aeef;;
}

#table-schedule .row, #table-schedule .separator {
	clear:both;
}

#table-schedule h4, #table-schedule h5, #table-schedule p {
	margin: 0;
	padding: 0;
}


#table-schedule h4 {
	color: #f23ef4;
	font-size: 12px;
	margin-bottom:5px;
}


#table-schedule h5 {
	color:#666;
	font-size: 12px;

}

#table-schedule p {
	color:#666;
	font-size: 12px;
}



#table-schedule .separator {
	background-image: url("../images/dot.gif");
	background-repeat: repeat-x;
	height: 1px;
	margin-top:15px;
	margin-bottom:15px;
	margin-right:15px;
}

#table-schedule .first-cell {
	float:left;
	width:300px;
}

#table-schedule .second-cell {
	float:left;
	width:500px;
}


#table-schedule .row{
	margin-bottom:15px;
}

#table-schedule .icon-cell, #table-schedule .icon-cell-off {
	background-repeat:no-repeat;
	background-position:center center;
	width:105px;
	height: 35px;
	float:left;
	display: block;
}

#table-schedule .icon-cell {
	background-image: url("../images/mark.gif");
}

#table-schedule .icon-cell-off {
	background-image: url("../images/mark-off.gif");
}

#table-schedule-header {
	margin-top:45px;
	margin-right: 35px;
	float: right;
}

#table-schedule-header div.icon-header {
	float:left;
	width:105px;
	text-align:center;
	color: #b0d443;
	font-weight: bold;
}

#instructor-south {
	margin-top: 70px;
	position: relative;
}

#instructor-north {
	margin-top: 70px;
	position: relative;
}

#instructor-south .left, #instructor-north .left {
	float: left;	
}

#instructor-south .right, #instructor-north .right {
	float: right;	
}

#instructor-north h2, #instructor-south h2 {
	background-color: #b0d443;
	color: #7942c4;
	text-transform: uppercase;
	border: 2px solid #f23ef4;;
	font-size: 14px;
	padding: 7px;
	padding-left: 20px;
	padding-right: 14px;
	float: left;
	font-weight:bold;
	z-index: 101;
	margin-top: -30px;	
	position: absolute;
	left: -40px;
	-webkit-box-shadow: 3px 3px 8px #666666;
	-moz-box-shadow: 3px 3px 8px #666666;
}


#instructor-south h2 {
	border: 2px solid #00aeef;;
}

#instructor-marc, #instructor-steven, #instructor-dave, #instructor-linda, #instructor-whitney, #instructor-coco, #instructor-juan{
	border: 2px solid #f23ef4;
	background-repeat: no-repeat;
	width: 150px;
	height: 175px;
	float: left;
	z-index: 100;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	position: relative;
}

#instructor-marc{
	background-image: url("../images/marc.jpg");

}

#instructor-steven {
	background-image: url("../images/steven.jpg");

}

#instructor-dave {
	background-image: url("../images/dave.jpg");
	border: 2px solid #00aeef;

}

#instructor-linda {
	background-image: url("../images/linda.jpg");
	border: 2px solid #00aeef;

}

#instructor-whitney {
	background-image: url("../images/whitney.jpg");
	border: 2px solid #00aeef;

}

#instructor-coco {
	background-image: url("../images/coco.jpg");
	border: 2px solid #00aeef;

}

#instructor-juan {
	background-image: url("../images/juan.jpg");
	border: 2px solid #00aeef;

}

.instructor-north-text, .instructor-south-text{
	border: 2px solid #f23ef4;
	background-color: #fff;
	background-image: url("../images/grad-white-green.gif");
	background-repeat: repeat-x;
	float: right;
	width: 230px;
	padding: 20px;
	padding-top:0px;
	margin-bottom: 30px;	
	position: relative;
	margin-left: -10px;
	z-index: 99;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.instructor-south-text{
	border: 2px solid #00aeef;
}


#instructor-name {
	font-size:14px;
	font-weight: bold;
	color:#92278f:
}

.bold { font-weight: bold; }
.pink { color: #dc4597; }
.orange { color: #f4793e; }
.olive { color: #827b00; }
.green { color: #a4c53f; }
.grass { color: #19b344; }
.magenta { color: #f23ef4; }
.purple { color: #92278f }
.violet { color: #7942c4 }
.wine { color: #ac3a49 }
.blue { color: #00aeef }
.red { color: #ed1c24 }
.gray { color: #555555; }
.midnight { color: #004a80; } 
.seaweed { color: #406618; }
.brown { color: #603913; }
.slate { color: #7c94a8; }
.gold { color: #c59121; }
.rust { color: #d04f29; }
.plum { color: #7c5762; }
.aubergine { color: #43346b; }
.cl { clear: both; }
