html {
	background:#551303 url(../images/bg_html.jpg) repeat-x;
}
body {
	margin:0;
	color:#000;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	background:url(../images/bg-body-light.jpg) no-repeat 50% 0;
	min-width:920px;
}
a {
	text-decoration:none;
	color:#000;
}
a:hover {text-decoration:underline;}
img {border-style:none;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
#page {
	width:920px;
	margin:0 auto;
	overflow:hidden;
}
#header {
	width:100%;
	padding:12px 0 0;
	overflow:hidden;
}
.top-menu {
	margin:0;
	padding:0 0 0 132px;
	list-style:none;
	width:100%;
	overflow:hidden;
}
.top-menu li {
	float:left;
	margin-right:26px;
}
.top-menu li a {
	font-size:11px;
	line-height:14px;
	color:#ff7f1d;
}
.header-content {
	width:100%;
	padding:39px 0 45px;
	overflow:hidden;
	position:relative;
}

.pricingText
{
    color:yellow;
    font-size:20px;
    left:106px;
    padding:5px;
    position:absolute;
    top:150px;
    width:575px;
}

.logo {
	float:left;
	margin-right:32px;
	width:100px;
	height:157px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/logo.gif) no-repeat;
}
.logo a {
	display:block;
	height:100%;
}
.titles {
	float:left;
	padding:42px 0 0;
	width:400px;
}
.titles span {
	font-size:33px;
	line-height:35px;
	color:#ffffff;
}
.titles span.hot
{
    color:#e62910;
}
.titles h1 {
	margin:0;
	font-size:19px;
	line-height:22px;
	font-weight:normal;
	color:#ffb322;
}
.header-content address {
	float:right;
	margin-top:45px;
	padding:1px 0 0 41px;
	width:170px;
	background:url(../images/bg-address.jpg) no-repeat;
}
.header-content address em {
	display:block;
	font-style:normal;
	font-size:16px;
	color:#4e1802;
}
.header-content em strong {
	font-size:22px;
	font-weight:normal;
	line-height:24px;
	color:#fff;
}
.header-content em a {
	font-size:11px;
	line-height:15px;
	color:#ffffff;
}
.navigation {
	margin:0 -20px 0 0;
	padding:0;
	list-style:none;
	width:940px;
	overflow:hidden;
}
.navigation li {
	float:left;
	margin-right:24px;
	background:url(../images/button_01.gif) no-repeat;
}

.navigation li:hover {
	float:left;
	margin-right:24px;
	background:url(../images/button_over_01.gif) no-repeat;
}

.navigation li.active a {
	padding:0 8px 0 16px;
	text-decoration:underline;
}
.navigation li a {
	float:left;
	color:#ff7f1d;
	font-size:13px;
	line-height:30px;
	padding:0 7px 0 7px;
	background:url(../images/button_02.gif) no-repeat 100% 0;
}

.navigation li a:hover
{
    float: left;
    color: #004A8D;
    font-size: 13px;
    line-height: 30px;
    padding: 0 7px 0 7px;
    text-decoration: none;
    background: url(../images/button_over_02.gif) no-repeat 100% 0;
}

#content {
	width:100%;
	overflow:hidden;
	margin-bottom:-50px;
	padding:10px 0 30px;
}
.sidebar {
	float:left;
	width:250px;
	padding:14px 0 0;
}
.sidebar .box 
{
    float:none;
    margin-bottom:40px;
}

.dark-box {
	width:100%;
	overflow:hidden;
	padding:13px 0 0;
	margin-bottom:50px;
	background:url(../images/bg-top-sidebar-box.gif) no-repeat;
}
.inner-dark-box {
	width:100%;
	overflow:hidden;
	padding:0 0 12px;
	background:url(../images/bg-bottom-sidebar-box.gif) no-repeat 0 100%;
}
.main-dark-box {
	padding:5px 16px 15px 19px;
	width:215px;
	overflow:hidden;
	background-color:#8b2202;
	color:#FFFFFF;
	font-size:13px;
}
.fixed-height
{
    height:175px;
}
.main-dark-box a {
	color:#ff7f1d;
}
.main-dark-box h2 {
	margin:0;
	font-size:18px;
	line-height:20px;
	color:#fff;
}
.main-dark-box ul {
	margin:0;
	padding:2px 0 0;
	list-style:none;
}
.main-dark-box li {
	margin-top:10px;
	padding-left:14px;
	line-height:18px;
	font-size:12px;
}
.dark-box .key {
	padding-top:10px;
}
.key li {
	background:url(../images/bullet-arrow-white.gif) no-repeat 0 7px;
}
.key li a {
	color:#fff;
}
.news li {
	background:url(../images/bullet-arrow-white.gif) no-repeat 0 7px;
}
.news li a {
	color:#ffffff;
}
.main-content {
	float:right;
	width:653px;
	overflow:hidden;
}
.print-content {
float:right;
margin:auto;
overflow:hidden;
width:100%;
}
.left-content {
	float:left;
	width:480px;
	padding-right:10px;
	overflow:hidden;
}

.right-content {
	float:left;
	width:430px;
	overflow:hidden;
}

.main-content p, 
.print-content p
{
	font-size:10pt;
	color:#fff;
}
.main-content a
{
    color:#FF7F1D;
}
.full-content {
	float:right;
	width:100%;
	overflow:hidden;
	font-size:10pt;
	color:#fff;
}

.main-text
{
    margin-top:10px;
    margin-bottom:40px;
}
.main-text a
{
    color:#ffffff;
    font-weight:bold;
    text-decoration:underline;
}
h1.page
{
    font-size: 16pt;
    font-weight:normal;
    color: #fff;
    border-bottom: dotted 1px #CC0000;
    padding-bottom: 5px;
}
.flash {
	width:100%;
	overflow:hidden;
	padding:17px;
	margin-top:13px;
}
.flash img {
	float:left;
}
.small-boxes {
	padding:12px 0 12px 13px;
	margin-right:-20px;
	width:660px;
	overflow:hidden;
}
.box {
	float:left;
	width:200px;
	margin-right:20px;
}
boxLarge
{
	float:left;
	width:250px;
	margin-right:20px;
}
.box h3 {
	margin:0;
	padding-bottom:14px;
	font-size:18px;
	line-height:20px;
	color:#fff;
}
.visual {
	width:100%;
	padding-bottom:15px;
	overflow:hidden;
}
.visual img {
	float:left;
}
.box p {
	margin:0;
	font-size:11px;
	line-height:19px;
	color:#fff;
}
.box span {
	display:block;
	padding-top:10px;
	line-height:14px;
	font-size:12px;
}
.box span a {
	color:#ff7f1d;
	padding-right:9px;
	background:url(../images/bullet-arrow-orange.gif) no-repeat 100% 6px;
}
#footer {
	padding:16px 0 85px;
	width:100%;
	overflow:hidden;
	background:url(../images/bg-footer.gif) no-repeat;
}
.inner-footer address {
	position:relative;
	left:-50%;
	float:left;
	text-align:center;
}
.inner-footer {
	position:relative;
	width:100%;
	overflow:hidden;
	padding-bottom:13px;
	background:url(../images/bg-top-footer.gif) repeat-x 0 100%;
}
.inner-footer div {
	position:relative;
	left:50%;
	float:left;
	text-align:center;
}
.logo-small {
	float:left;
	padding-left:41px;
	background:url(../images/logo-small.gif) no-repeat;
}
.logo-small a {
	color:#fff;
}
.inner-footer address em {
	float:left;
	line-height:42px;
	font-size:12px;
	color:#ffffff;
	font-style:normal;
	margin-right:5px;
}
.inner-footer address em a{
	color:#FF7F1D;
	font-weight:bold;
}
#footer ul {
	margin:0 0 12px -3px;
	padding:18px 0 20px;
	list-style:none;
	text-align:center;
	background:url(../images/bg-top-footer.gif) repeat-x 0 100%;
}
#footer li {
	display:inline;
	padding:0 4px 0 8px;
	background:url(../images/sep-footer-menu.gif) no-repeat 0 50%;
	line-height:12px;
	font-size:10px;
}
#footer li.first {
	background:none;
}
#footer li a {
	color:#ff7f1d;
}
.bottom-footer {
	width:100%;
	overflow:hidden;
}
.bottom-footer p {
	float:left;
	margin:0;
	font-size:10px;
	line-height:12px;
	color:#b32910;
}
.bottom-footer span {
	float:right;
}
.bottom-footer span a {
	color:#b32910;
}
/* part for index2 page */
.index2 .titles span {
	margin-top:6px;
	display:block;
	height:35px;
	background:url(../images/text-welcome.gif) no-repeat;
	overflow:hidden;
	text-indent:-9999px;
}
.index2 .titles h1 {
	margin-top:-1px;
	height:21px;
	background:url(../images/text-yoga.gif) no-repeat;
	overflow:hidden;
	text-indent:-9999px;
}

table
{
    background-color: #551303;
    color: #FFFFFF;
    font-size: 10pt;
    font-family: Verdana, Helvetica, sans-serif;
    width:100%;
    margin-bottom:50px;
}
th
{
    background-color: #200100;
    font-weight:normal;
}
h2 {
	font-size:18px;
	line-height:20px;
	color:#fff;
}

.testimonial
{
    margin-bottom:20px;
    padding-bottom:20px;
    font-size:13px;
    font-style:italic;
    border-bottom: dotted 1px #CC0000;
    width:100%;

    }
.testimonial em
{
    margin-top:10px;
    font-weight:bold;
    font-style:normal;

}
.teacher
{
    margin-bottom:30px;
    padding-bottom:40px;
    font-size:13px;
    border-bottom: dotted 1px #CC0000;
    width:100%;
    overflow:auto;

}
.teacher em
{
    margin-top:10px;
    font-weight:bold;
    font-style:normal;
}
.teacherImage
{
    float: left;
    width: 250px;
    border: 1px solid #A13707;
    margin-right:20px;
}

.newsItem
{
    margin-bottom:20px;
    padding-bottom:20px;
    font-size:13px;
    border-bottom: dotted 1px #CC0000;
    width:100%;
    overflow:auto;
}
.newsItem img
{
    padding: 3px 5px 3px 0px;
}
.newsItem em
{
    font-weight:bold;
    font-style:normal;
}
.newsItem .date
{
    margin-bottom:10px;
    font-weight:bold;
    font-style:normal;
    font-size:11px;
}

.leftFlash
{
    float:left;width:280px;height:240px;background-image:url('../images/Flash_04.png');
}
.leftFlash p
{
     margin-left:15px;color:#fff;font-size:13px;
}
.leftFlash a
{
    color:#ff7f1d;
    font-size:13px;
}
.leftFlash h2
{
    margin-left:15px;
}
 
.middleFlash
{
    float:left;width:360px;height:240px;
}
.rightFlash
{
    float:left;width:269px;height:240px;background-image:url('../images/Flash_06.gif');
}
.map
{
    background-color:#fff;
}

.testimonial a
{
    color:White;
}
.underConstruction
{
background-image:url(../images/underConstruction.gif);
background-repeat:no-repeat;
float:left;
height:50px;
left:300px;
position:relative;
top:40px;
width:100%;
}
   
.map a
{ 
    color:#000000;
}
    
.main-text ul li
{
    font-size:13px;
    color:#ffffff;
    line-height:17px;
}
.collapsePanel {
      width: 640px;
      height:0px;
      background-color:white;
      overflow:hidden;
}
 
.collapsePanelHeader{   
      width:640px;            
      height:20px;
      color: Yellow;
      background-color: Black;
      font-weight:bold;
      float:none;
      padding:5px; 
      cursor: pointer; 
      vertical-align: middle;
}
.question
{
    padding-top:10px;
    font-size:12pt;
    cursor:pointer;
}

.answer
{
    display: none;
    border-bottom: dotted 1px #CC0000;
    background-color: #964B07;
    padding: 5px;
}

.leftColumn
{
    width:440px;
    border-right: dotted 1px #CC0000;
    padding-right:10px;
    float:left;
    margin-bottom:50px;
}
.rightColumn
{
    padding-left:10px;
    width:440px;
    float:left;
    margin-bottom:50px;
}

td p
{
    margin:1px 0;
}
.PricingTable
{
    width:310px;
    float:left;
    padding-right:10px;
}

marquee
{
    height:150px;
}

.smallText
{
    font-size:11px;
    padding-top:5px;
    padding-bottom:5px;
}

.scheduleTable
{
    font-size:8pt;
    width:645px;
}

.adminScheduleTable
{
    font-size:8pt;
}

.scheduleTable tr
{
}
.scheduleTable td
{
    padding-bottom: 5px;     padding-top: 5px;    vertical-align:top;    text-align:center;}

.scheduleDate
{
    color:#ffffff;
    font-weight:bold;
 }
 
 .scheduleDay
 {
    text-align: center; 
    padding-bottom: 5px; 
    padding-top: 5px;
    vertical-align:top;
 }

th.header
{
    text-align: center;
}


.hotDynamicYoga
{
background-color:#66ff99;}.hotYoga{background-color:#ff9900;}.hotPilatesConditioning{    background-color:#FF9999;}.hotFlowYoga{    background-color:#ffff66;}.slotClass, .slotTeacher, .slotDate{    text-align:center;    font-size:13px;    font-weight:bold;}div.slotDate{    color:#0000ff;    width:100%;    height:20px;    text-align:center;    width:120px;}div.slotClass{    color:#ff0000;    height:40px;    text-align:center;    width:120px;}div.slotTeacher{    color:#000000;    height:20px;    text-align:center;    width:120px;}.emptyCell{    background-color:transparent;}.emptyCell .scheduleContent{    display:none;}.scheduleContent{    width:100%;    padding:0px;    margin:0px;}#membership{    color:White;        font-size:12px;    line-height:normal;}#membership ul li{    font-size:12px;    line-height:normal;}
