* { margin: 0; padding: 0; }

/* ================== template styles ====== */
body {
	font-family: Helvetica, Arial, Sans-Serif;
	background: #808285 url("../images/body-bg.jpg") repeat-x 0 0;
}

#bg_wrap {
	background: transparent url("../images/logo-bg.jpg") no-repeat 50% 0px;
	min-height: 712px;
}

#wrap {
	width: 722px;
	background: #fff;
	margin: 0 auto;
	position: relative;
	top: 85px;
	padding: 4px;
}

#logo {
	position: absolute;
	top: 135px;
	left: 4px;
	border: 0;
}

#nav {
	background: #8cc63f;
	margin: 0 0 0 140px;
}

#nav ul {
	list-style: none;
	margin: 0;
}

#nav li {
	float: left;
	margin: 0;
}

#nav a {
	background: #8cc63f;
	display: block;
	padding: 4px 15px;
	color: #666;
	text-decoration: none;
}

#nav a:hover {
	background: #b396c8;
	color: #000;
}

.subnav { margin: 0 0 0 140px; background: #b396c8; }
.subnav ul { margin: 0; list-style: none; }
.subnav li { float: left; margin: 0; }
.subnav a { display: block; padding: 4px 20px; background: #b396c8; color: #666; text-decoration: none; }
.subnav span { display: block; padding: 4px 20px; }
.subnav a:hover { color: #000; } 

#subnav_aboutus { display: none; }
#subnav_pilates { display: none; }
#subnav_gyrotonic { display: none; }
#subnav_schedule { display: none; }
#subnav_none { display: none; }


#content_wrap {
	min-height: 375px;
	background: #fff url("../images/content-bg.jpg") no-repeat 100% 0%;
}

#content_pilates_1 {
	min-height: 375px;
	background: #fff url("../images/bmbpilates26.jpg") no-repeat 100% 0%;
}

#content_pilatessessions {
	min-height: 375px;
	background: #fff url("../images/bmbpilates36.jpg") no-repeat 100% 0%;
}


#content_certification {
	min-height: 375px;
	background-color: #fff;
	background-image: url(../images/bmbpilates36.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0%;
}


#content_gyro_certification {
	min-height: 375px;
	background-color: #fff;
	background-image: url(../images/bmbpilates46.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0%;
}


#content_gyrotonic {
	min-height: 375px;
	background: #fff url("../images/bmbpilates2.jpg") no-repeat 100% 0%;
}

#content_gyrokinesis {
	min-height: 375px;
	background: #fff url("../images/bmbpilates9172.jpg") no-repeat 100% 0%;
}


#content_privates {
	min-height: 375px;
	background-color: #fff;
	background-image: url(../images/bmbpilates2.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0%;
}

#content_prices {
	min-height: 375px;
	background: #fff url("../images/bmbpilatesjake1.jpg") no-repeat 100% 0%;
}

#content_faq {
	min-height: 375px;
	background: #fff url("../images/bmbpilates9037.jpg") no-repeat 100% 0%;
}

#content_started {
	min-height: 375px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 100% 0%;
}

#content_directions {
	min-height: 375px;
	background: #fff url("../images/bmbpilates9066.jpg") no-repeat 100% 0%;
}

#content_wrap_2 { background: #fff url("../images/exercise.png") no-repeat 0% 100% }

#content {
	margin: 0 70px 0 140px;
	padding: 10px 0;
}

#footer {
	background: #b396c8;
	color: #000000;
	font-size: 11px;
	padding: .5em 1em;
	text-align: right;
}

p, td, li, form {
	font-size: 12px;
	line-height: 125%;
	color: #333333;
}

h1 { font-size: 19px; color: #9c53d2; margin: 0 0 .5em 0; }
h2 { font-size: 18px; color: #95b65c; margin: 0 0 .5em 0; }
h3 { font-size: 16px; color: #9c53d2; margin: 0 0 .5em 0; }
h4 { font-size: 14px; color: #95b65c; margin: 0 0 .5em 0; }
h5 { font-size: 12px; color: #9c53d2; margin: 0 0 .5em 0; }
h6 { font-size: 9px; color: #95b65c; margin: 0 0 .5em 0; }
p { margin: 0 0 1em 0; }
ul { margin: 0 3em 1em; }
li { margin: 0 0 1em 0; }
a { color: #9c53d2; }
a:hover { text-decoration: none; }

.gyro { text-transform: uppercase; font-family: "Times New Roman", Times, serif; vertical-align:text-top;}
.gyromenu { text-transform: uppercase; font-size:10px; font-family: "Times New Roman", Times, serif; vertical-align:text-top;}

.clear { clear: both; height: 0px; overflow: hidden; width: 100%; }
