@charset "UTF-8";


/* ************************************************************ */
/*GLOBAL */

* {
	margin: 0;
	padding: 0;
}
body {
	background: #d1f2ff url('../images/background.jpg') top center;
	background-repeat:repeat-x;
	color: #2c7097;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#wrapper {
	margin: 0 auto;
	position: relative;
	width: 980px;
}
a {
	color: #FFF;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}


/* ************************************************************ */
/* HEADER */


h1 {
	background: url('../images/hypno-fitness.png');
	float: left;
	margin-top: 26px;
	height: 110px;
	text-indent: -9999px;
	width: 980px;
}
h1 a {
	display: block;
	height: 110px;
	margin-left: 317px;
	overflow: hidden;
	width: 349px;
}

h3 {
	color: #f4e8cd;
	font-size: 18px;
	font-weight: bold;
}
h3 span {
	background: #300f00;
	padding: 0 3px 2px 3px;
}

hr {
	background: #c0af93;
	border: 0;
	height: 1px;
}


/* ************************************************************ */
/* NAVIGATION */


#navigation {
	background:;
	height: 32px;
	padding-left: 70px;
	position: relative;
}
#navigation li {
	float: left;
	list-style: none;
	margin-top: 14px;
	margin-left: 85px;
}
#navigation li a {
	display: block;
	height: 32px;
	overflow: hidden;
	text-indent: -9999px;
}
#navigation li a:hover {
	background-position: 0 -32px;
}

#nav-home, #nav-home a { background: url('../images/nav-home.gif'); width:37px; }
#nav-trainer, #nav-trainer a { background: url('../images/nav-trainer.gif'); width:70px; }
#nav-what-to-expect, #nav-what-to-expect a { background: url('../images/nav-what-to-expect.gif'); width:96px; }
#nav-sessions, #nav-sessions a { background: url('../images/nav-sessions.gif'); width:58px; }
#nav-contact, #nav-contact a { background: url('../images/nav-contact.gif'); width:50px; }

#home #nav-home a, #home #nav-home a:hover,
#trainer #nav-trainer a, #trainer #nav-trainer a:hover,
#what-to-expect #nav-what-to-expect a, #what-to-expect #nav-what-to-expect a:hover,
#sessions #nav-sessions a, #sessions #nav-sessions a:hover,
#contact #nav-contact a, #contact #nav-contact a:hover {
	background-position: 0 -32px;
}


/* ************************************************************ */
/* HOMEPAGE :: CONTENT */


#cnt-background-home {
	background: url('../images/background_home-body.jpg');
	margin-top: 14px;
	width: 980px;
	height: 683px;
}
#cnt-home-tagline {
	float: left;
	margin-top: 90px;
	margin-left: 500px;
}
#cnt-home-text {
	float: left;
	margin-top: 125px;
	margin-left: 500px;
	width: 450px;
}
#cnt_tout_left {
	background: url('../images/home_tout_centered.png') no-repeat;
	float: left;
	margin-top: 30px;
	padding: 112px 0 0 192px;
	height: 80px;
	width: 308px;
}
#cnt_tout_right {
	float: left;
	margin-top: 50px;
	height: auto;
	width: 307px;	
}
.cnt_tout_right_text {
	float: left;
	margin: 15px 32px 5px 32px;
	width: 243px;	
	height: auto;
}
.btn_learn-more_pnk {
	float: left;
	padding: 10px 0 0 190px;
	
}
#img_trainer {
	float: left;
	margin-top: 8px;
}
#cnt-home-footer {
	float: left;
	font-size: 9px;
	margin-top: 6px;
	margin-left: 403px;
	width: 200px;
}


/* ************************************************************ */
/* SUBPAGE :: CONTENT */


#cnt-bg-sub-fill {
	background:url('../images/sub_bg_fill.jpg') repeat-y;
	margin-top: 14px;
}
#cnt-background-sub {
	background: url('../images/sub_background.jpg') no-repeat;
}
#cnt-bg-sub-bottom {
	background:url('../images/sub_bg_bottom.png') no-repeat;
	height: 44px;
	margin-bottom: 20px;
}
.cnt-sub-footer {
	float: left;	
	font-size: 9px;
	margin-top: 18px;
	margin-left: 403px;
	width: 200px;
}


/* ************************************************************ */
/* ABOUT THE TRAINER */


.about-watermark {
	background:url(../trainer/images/about_watermark.jpg) no-repeat;
	float: left;
	margin-left: 8px;
	width: 250px;
	padding-top: 295px;
	padding-left: 150px;
}
.about_hdr {
	float:left;
	margin-top: 25px;
}
.about_text {
	float:left;
	margin-top: 25px;	
	width: 475px;
}	
#cert_logos {
	float:left;
	margin-top: 20px;
	margin-left: 75px;
}


/* ************************************************************ */
/* WHAT TO EXPECT */


.wte-watermark {
	background:url(../what-to-expect/images/wte_watermark.jpg) no-repeat;
	float: left;
	margin-left: 8px;
	width: 250px;
	height: 325px;
	padding-top: 295px;
	padding-left: 150px;
}
.wte_hdr {
	float:left;
	margin-top: 25px;
}
.wte_text {
	float:left;
	margin-top: 25px;	
	width: 475px;
}	
.wte_text img {
	padding-top: 60px;
	padding-left: 45px;
}


/* ************************************************************ */
/* SESSIONS */


.sessions-watermark {
	background:url(../sessions/images/sessions_watermark.jpg) no-repeat;
	float: left;
	margin-left: 8px;
	width: 250px;
	height: 325px;
	padding-top: 295px;
	padding-left: 150px;
}
.sessions_hdr {
	float:left;
	margin-top: 25px;
	padding-right: 100px;
}
.sessions_text {
	float:left;
	margin-top: 25px;	
	width: 475px;
}	
.sessions_text img {
	padding-top: 25px;
	padding-left: 30px;
}



/* ************************************************************ */
/* CONTACT */


.contact-watermark {
	background:url(../contact/images/contact_watermark.jpg) no-repeat;
	float: left;
	margin-left: 8px;
	width: 962px;
	height: 470px;
	padding-top: 295px;
	padding-left: 150px;
}
.contact_thanks-watermark {
	background:url(../contact/images/contact_watermark.jpg) no-repeat;
	float: left;
	margin-left: 8px;
	width: 962px;
	height: 250px;
	padding-top: 295px;
	padding-left: 150px;
}
.contact_hdr {
	float:left;
	margin-top: 25px;
	padding-right: 100px;
}
.contact_text {
	float:left;
	margin-top: 25px;	
	width: 475px;
}	




/* ****************************** */
/* FORMS */

.textbox, .textbox2, .textarea { 
	background-color:#FFFFFF;
	border: 1px solid #2c7097;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	width: 272px;
}
.textbox2 {
	width: 310px;
}
.textarea {
	height: 120px;
	width: 310px;
}


/* ************************************************************ */
/* HACKS */


.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
