/*************************************/
	/*** STYLE RESET *********************/
	/*************************************/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
	{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}

a img,:link img,:visited img {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol,ul {
	list-style: none;
}

q:before,q:after,blockquote:before,blockquote:after {
	content: "";
}


	/*************************************/
	/*** BASE ELEMENTS *******************/
	/*************************************/
body {
	background: #f7f7f7;
	color: #333;
	margin: 0;
}

address {
	text-align: center;
	margin: 20px;
	padding: 4px;
	font-size: 16px;
}

a,a:link,a:visited {
	color: #726bb1;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style: square;
}

ul li {
	padding: 3px 0 3px 0;
}

fieldset {
	border: solid 1px #d1cdff;
	font-family: arial, verdana, sans-serif;
	font-size: 0.7em;
	width: 600px;
	padding: 10px;
	margin: 10px 0 10px 0;
}

fieldset legend {
	font-variant: small-caps;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	padding: 4px;
}

fieldset label {
	display: block;
	width: 150px;
	float: left;
	text-align: right;
	padding: 5px 20px 0 0;
	font-size: 12px;
}

fieldset ul {
	list-style: none;
}

fieldset ul li {
	color: #666;
	list-style: none;
	padding: 3px 0 3px 0;
}

fieldset select {
	display: block;
	width: 150px;
	float: left;
	margin: 2px 0 0 0;
}

fieldset input.submit {
	margin-left: auto;
	margin-right: auto;
}

fieldset br {
	clear: left;
}

input.button{
	color: #fff;
	background-color: #726bb1;
	border: 1px solid #555;
	font-weight: bold;
	font-size: 12px;
	padding: 2px;
}

.clear {
	clear: both;
}

/*************************************/
	/*** ERRORS **************************/
	/*************************************/
.errors {
	font-family: arial, verdana, sans-serif;
}

.errors ul li {
	font-size: 12px;
	color: red;
}

.errormarker {
	font-weight: bold;
	font-size: 14px;
	color: red;
}

/*************************************/
	/*** FONT STYLES *********************/
	/*************************************/
h1 {
	font-family: georgia, serif;
	font-size: 36px;
	font-weight: bold;
	color: #acb171;
	margin: 0 0 20px 0;
}

h2 {
	font-family: arial, verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	text-align: justify;
	color: #666;
	margin: 0;
}

h3 {
	font-family: arial, verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}

h4 {
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin-top: 10px;
}

.smallcaps {
	font-variant: small-caps;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
}

.purple 
{
    color: #726bb1;
    font-weight: bold;
    font-size: 20px;
}

/*************************************/
	/*** CONTAINERS **********************/
	/*************************************/
.mainWrapper {
	position: relative;
	width: 99.9%;
	background: #fff;
	padding: 0px;
	margin: 0px;
}

.headerWrapper {
	position: relative;
	width: 100%;
	height: 130px;
	background: #d1cdff;
	color: #333;
	border-top: 20px solid #acb171;
}

.contentWrapper {
	padding: 20px 0 20px 75px;
	position: relative;
	width: 924px;
	color: #333;
}

.contentWrapper h2 {
	font-size: 18px;
	font-weight: normal;
	color: #666;
}

.contentWrapper h3 {
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	color: #333;
}

.contentWrapper ul {
	font-size: 11px;
	font-weight: normal;
	color: #333;
	margin-left: 20px;
	list-style: square outside;
	color: #acb171;
}

.contentWrapper li {
	padding: 4px;
}

.index {
	height: 275px;
	background: #fff url('/images/bg_indexWoman.jpg') no-repeat;
	background-position: bottom left;
	text-align: right;
}

.bgImagePage {
	height: 250px;
	text-align: right;
	width: 900px;
}

.bgImagePage h1{
	padding-left: 255px;
}

.bgImagePage h2{
	font-variant: small-caps;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	padding-left: 255px;
}

.bgImagePage p{
	font-family: arial, verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	text-align: justify;
	color: #666;
	padding: 10px 0px 10px 255px;
}

.bgImagePage div{
	padding: 10px 0px 10px 255px;
}

.bgImagePage label{
	font-family: arial, verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	text-align: justify;
	color: #666;
	padding-right: 10px;
}

.membersPage {
	text-align: right;
	width: 900px;
}

.membersPage h1 
{
}

.membersPage h2 {
	font-variant: small-caps;
	font-family: arial, verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666;
}

.membersPage p {
	font-family: arial, verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	text-align: justify;
	color: #666;
	padding: 10px 0px 10px 0;
}

.membersPage div{
	padding: 10px 0px 10px 0;
}

.membersPage ul li {
	font-family: arial, verdana, sans-serif;
	font-size: 14px;
}


.about {
	background: #fff url('/images/bg_aboutSarah.jpg') no-repeat;
	background-position: bottom left;
}

.login {
	background: #fff url('/images/bg_login.jpg') no-repeat;
	background-position: bottom left;
	
}

.faq{
	width: 700px;
}

.faq h1{
	padding-bottom: 0px;
}

.faq h2{
	padding: 30px 0px 10px 0px;
}

.faq p{
	padding: 10px 0px 10px 50px;
	font-family: Arial, Verdana, Sans-Serif;
}

a.callToAction:active,a.callToAction:link,a.callToAction:visited,a.callToAction:hover {
	font-family: georgia, serif;
	font-size: 36px;
	font-weight: bold;
	line-height: 100px;
}

.terms ul li {
	font-family: arial, verdana, sans-serif;
	color: #666;
	font-size: 16px;
	font-weight: normal;
	margin-top: 10px;
	line-height: 30px;
}

.subContentWrapper {
	position: relative;
	width: 100%;
	height: 300px;
	background: #f7f7f7 url('/images/bg_trim1.gif') repeat-x;
	border-top: solid 1px #ccc;
	color: #333;
}

.footerWrapper {
	position: relative;
	width: 100%;
	padding: 5px 0 5px 0;
	background: #acb171;
	font-family: georgia, serif;
	color: #eee;
}

.footerWrapper h2 {
	font-size: 18px;
	font-weight: normal;
	padding-left: 75px;
}

.footerWrapper a:link {
	color: #fff;
	text-decoration: none;
}

.footerWrapper a:visited {
	color: #fff;
	text-decoration: none;
}

.footerWrapper a:hover {
	text-decoration: underline;
}

/*************************************/
	/*** CONTENT *************************/
	/*************************************/
.headerLogo {
	position: absolute;
	left: 75px;
	top: -20px;
	z-index: 99;
	width: 190px;
	height: 131px;
	background: url('/images/logoTab.gif') no-repeat;
}

.headerNav {
	position: absolute;
	top: 80px;
	float: right;
	width: 980px;
	font-family: georgia, serif;
	font-size: 21px;
	font-weight: normal;
	text-align: right;
	color: #726bb1;
}

.container {
	border: solid 1px #d1cdff;
	font-family: arial, verdana, sans-serif;
	font-size: 0.7em;
	width: 600px;
	padding: 10px;
	margin: 10px 0 10px 0;
}

.textIndex {
	position: absolute;
	clear: both;
	top: 35px;
	right: 30px;
	width: 535px;
	text-align: left;
}

.textIndex h2 
{
    margin-bottom: 20px;
}

.textMembers {
	position: absolute;
	top: 25px;
	right: 0;
	width: 645px;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
}

.subContent1 {
	position: absolute;
	top: 20px;
	left: 75px;
	float: left;
	width: 250px;
	padding-top: 70px;
	background: url('/images/title_facialExercise.gif') no-repeat;
	color: #333;
}

.subContent2 {
	position: absolute;
	top: 20px;
	left: 375px;
	float: left;
	width: 250px;
	padding: 70px 0 0 20px;
	background: url('/images/title_thePlan.gif') no-repeat;
	color: #333;
}

.subContent2 ul li {
    font-size: 12px;
    font-family: Arial, Verdana, Sans-Serif;
}

.subContent2 h2{
	padding-bottom: 10px;
}

.subContent3 {
	position: absolute;
	top: 20px;
	left: 665px;
	float: left;
	width: 250px;
	padding: 70px 0 0 20px;
	color: #333;
}