body {
	margin: 0;
	padding: 0;
	background: black url(images/background.jpg) no-repeat center top;
}

/* @group homepage */

ul.home-specials {
	position: absolute;
	margin-top: 267px;
	width: 395px;
	height: 149px;
	margin-left: 281px;
	padding: 0;
	list-style-type: none;
	color: white;
}

ul.home-specials li {
	font: bold 11px Lucida, Verdana, sans-serif;
	padding: 0;
	margin: 0;
	width: 395px;
	vertical-align: bottom; /* This fixes the IE5 Win gap! */
}

ul.home-specials h1 {
	font: bold 13px Lucida, Verdana, sans-serif;
	background-image: url(images/specials-box-top.png);
	height: 28px;
	padding: 14px 17px 0;
	margin: 0;
}

ul.home-specials a {
	color: white;
	text-decoration: none;
	display: block;
	width: 361px;
	height: inherit;
	padding: 10px 17px;
	background-image: url(images/alpha-black-background.png);
	float: left;
	clear: left;
	margin: 0;
	vertical-align:;
	border-bottom: 1px solid black;
}

ul.home-specials a:hover {
	text-decoration: none;
	background-color: red;
	background-image: none;
}

.home-testimonials {
	display: block;
	position: absolute;
	width: 225px;
	height: 162px;
	background-image: url(images/nav-homelink-testimonials.png);
	margin-left: 30px;
	margin-top: 266px;
}

.home-testimonials:hover {
	background-image: url(images/nav-homelink-testimonials-over.png);
}

.home-burst {
	display: block;
	width: 198px;
	height: 196px;
	position: absolute;
	margin-top: 240px;
	margin-left: 684px;
	background: url(images/burst.png) no-repeat;
}

.home-burst:hover {
	background-image: url(images/burst-over.png);
}

a.home-title {
	position: absolute;
	margin-left: 83px;
	margin-top: 38px;
	width: 490px;
	height: 143px;
	background-image: url(images/nav-homelink-title.png);
	display: block;
}

a.home-title:hover {
	background-image: url(images/nav-homelink-title-over.png);
}

.home-clickhere {
	border: 1px dotted #989898;
	padding: 2px 6px;
	margin-left: 7px;
	font-size: 8px;
}

.home-clickhere:hover {
	border: 1px solid white;
	padding: 2px 6px;
	margin-left: 7px;
	font-size: 8px;
	background-color: black;
}



/* @end */

/* @group header */

.header {
	width: 890px;
	height: 143px;
	margin-right: auto;
	margin-left: auto;
	background: url(images/header.png) no-repeat;
}

a.navlink-home {
	display: block;
	position: absolute;
	width: 32px;
	height: 32px;
}

a.navlink-home:hover {
	background-image: url(images/nav-toplinks-over.png);
}

a.navlink-signup {
	display: block;
	position: absolute;
	width: 127px;
	height: 32px;
	margin-left: 33px;
}

a.navlink-signup:hover {
	background: url(images/nav-toplinks-over.png) -33px;
}

a.navlink-home-logo {
	display: block;
	position: absolute;
	width: 201px;
	height: 100px;
	margin-top: 22px;
	margin-left: 667px;
}



/* @end */

/* @group nav */

.nav {
	margin-right: auto;
	margin-left: auto;
	width: 890px;
	height: 51px;
	background: url(images/nav-background.png) no-repeat;
	z-index: 10;
}

ul.navlink {
	list-style-type: none;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	z-index: 1;
}

ul.navlink li {
	position: relative;
	float: left;
	height: 51px;
	padding: 0;
	margin: 0;
	vertical-align: bottom;
	z-index: 1;
}

ul.navlink li a {
	display: block;
	height: 51px;
	margin: 0;
	padding: 0;
	float: left;
	z-index: 1;
}

ul.navlink li a:hover {
	background: url(images/nav-background-hover.png) no-repeat;
	margin: 0;
	padding: 0;
	z-index: 1;
}

ul.navlink li ul {
	top: 0;
	position: absolute;
	left: 0;
	visibility: hidden;
	margin: 49px 0 0;
	padding: 0;
	z-index: 1;
}

ul.navlink li ul li {
	clear: left;
	height: 36px;
	width: 245px;
	border: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 1;
}

ul.navlink li ul li a {
	display: block;
	height: 36px;
	border: none;
	margin: 0;
	padding: 0;
	float: left;
	z-index: 1;
}

ul.navlink li ul li a:hover {
	background-image: url(images/nav-dropdown-background-hover.png);
	margin: 0;
	padding: 0;
	z-index: 1;
}

ul#dropdown1 {
	position: absolute;
	padding: 0;
	z-index: 1;
}

ul#dropdown2 {
	position: absolute;
	padding: 0;
	z-index: 1;
}



/* @end */

/* @group content */

.content {
	background: url(images/content-background.png) no-repeat;
	width: 690px;
	padding-left: 100px;
	padding-right: 100px;
	float: left;
}

.content-left {
	position: relative;
	width: 193px;
	padding: 0 0 0 84px;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}

.content-right {
	position: relative;
	float: left;
	width: 526px;
}

.content.about-us {
	width: 890px;
	padding: 0 0 30px;
	margin: 0;
	background: url(images/content-background.png) no-repeat;
}

.content b {
	display: table;
	margin-top: 4px;
	color: maroon;
	font-size: 11px;
}

.content-right img {
	float: none;
	clear: left;
}



/* @end */

/* @group banner */

.banner {
	width: 890px;
	height: 208px;
	margin-right: auto;
	margin-left: auto;
}

.banner.home {
	height: 464px;
	background-image: url(images/background-banner-home.jpg);
	z-index: -1;
}

.banner.pricing {
	background-image: url(images/banner-pricing.jpg);
}

.banner.the-workout {
	background-image: url(images/banner-theworkout.jpg);
}

.banner.about-us {
	background-image: url(images/banner-aboutus.jpg);
}

.banner.contact-us {
	background-image: url(images/banner-contactus.jpg);
}

span.banner-title {
	width: 20px;
	height: 20px;
	position: absolute;
	margin-top: 64px;
	margin-left: 57px;
}



/* @end */

/* @group contact */

.google-map {
	padding: 50px;
	float: left;
	background-image: url(images/map-background.jpg);
}

.google-map iframe {
	height: 378px;
	width: 586px;
	border: 1px solid #9e9e9e;
}

form h2 {
	padding: 0;
	margin: 6px 0 0;
}

input {
	width: 229px;
	float: left;
	clear: left;
	margin-bottom: 10px;
}

textarea {
	width: 229px;
	float: left;
	clear: left;
}

input.button {
	width: 66px;
	float: left;
	clear: left;
	margin-top: 12px;
}



/* @end */

/* @group about us */

ul.instructors {
	display: inline;
}

ul.instructors li {
	margin: 0;
	padding: 8px 0 0;
	list-style-image: none;
	font: 19px Augie, Georgia, "Times New Roman", Times, serif;
	list-style-type: none;
	display: table;
	float: left;
}

ul.instructors a {
	color: black;
	text-decoration: none;
	float: left;
	width: 178px;
	padding: 0;
	margin: 0;
	border-style: none;
	display: block;
}

.instructors a:hover {
	text-decoration: underline;
	color: white;
	background: maroon no-repeat 41px 7px;
}

span.instructor-link {
	margin-top: 13px;
	float: left;
	margin-left: 13px;
}

.photo-gallery {
	float: right;
	margin: 15px;
	width: 148px;
}

.photo-gallery a {
	float: left;
	padding: 2px;
	display: block;
	height: 70px;
}

.photo-gallery a:hover {
	background-color: black;
}



/* @end */

/* @group footer */

.footer {
	width: 890px;
	height: 100px;
	background-color: black;
	margin-right: auto;
	margin-left: auto;
	color: #8f8f8f;
	font: normal 8px/14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	padding-top: 30px;
	letter-spacing: 5px;
	padding-bottom: 20px;
}

.footer a {
	color: #8f8f8f;
}

.footer.subpage {
	background: url(images/footer.gif) no-repeat;
	width: 872px;
	padding-top: 90px;
}

.footer-websiteby {
	letter-spacing: 2px;
}

.footer img {
	display: block;
}



/* @end */

/* @group type */

.content b {
	float: none;
	clear: none;
	display: inline;
	color: black;
	font-size: 13px;
	padding-right: 4px;
}

.content ul {
	padding: 0 0 17px 25px;
	margin: 0;
	font: 13px/23px Georgia, "Times New Roman", Times, serif;
	list-style-image: url(images/bullets.png);
}

.content li {
	vertical-align: bottom;
}

.content ol {
	padding: 0 0 17px 25px;
	margin: 0;
	font: 13px/23px Georgia, "Times New Roman", Times, serif;
	list-style-image: url(images/bullets.png);
}

.content a {
	color: maroon;
}

h1 {
	font: bold 21px/27px Augie, Georgia, "Times New Roman", Times, serif;
	margin: 0 0 9px;
	padding: 0;
}

h2 {
	font: bold 14px Augie, Georgia, "Times New Roman", Times, serif;
	padding: 0;
	margin: 12px 0 11px;
	color: maroon;
}

h3 {
	font-weight: bold;
	font-size: 12px;
	color: #4d4d4d;
}

h4 {
	font: bold 41px/27px Augie, Georgia, "Times New Roman", Times, serif;
	margin: 0 0 39px;
	padding: 0;
	float: left;
	width: 300px;
}

p {
	font: 13px/22px Georgia, "Times New Roman", Times, serif;
	padding: 4px 0 17px;
	margin: 0;
}

p.quotes {
	font: italic 13px/20px Georgia, "Times New Roman", Times, serif;
}

.instructors h1 {
	color: maroon;
	margin-bottom: 14px;
	margin-left: 25px;
}



/* @end */

.container {
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	background: url(images/content-background-repeat.png) repeat-y;
	display: table;
}

ul.terms li {
	font-size: 12px;
	line-height: 17px;
	color: #4d4d4d;
}

.footer img {
	float: none;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}

img {
	clear: left;
	float: left;
}

span.alignright img {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}