html {
	height: 100%;
	background-color: #fff;
}

body{
	font-family: Arial;
	font-size: 13px;
	width: 100%;
	height: 100%;
	background-color: #fff;
	text-align: center;
	color: #575757;
}
div#outter{
	width: 100%;
	height: 100%;
	background-color: #fff;	
	text-align: center;
}
div#wrapper{
	position: relative;
	width: 955px;
	margin: 15px auto 0 auto;
}
div#header{
	position: relative;
	width: 955px;
}
div#logo{
	float: left;
	width: 198px;
	/*height: 141px;
	margin-left: 20px;*/
}
div#languages{
	width: 315px;
	position: absolute;
	right: 20px;
}
div#languages span{
	display: block;
	float: right;
	line-height: 24px;
	margin-right: 10px;
	color: #616161;
}
div#languages a#selectedLang{
	display: block;
	width: 100px;
	height: 24px;
	line-height: 24px;
	background: url(../images/lang_bg.gif) no-repeat top left;
	color: #969696;
	text-decoration: none;
	text-align: left;
	padding-left: 10px;
	float: right;
}
div#languages ul{
	display: none;
	width: 108px;
	position: absolute;
	z-index: 1;
	top: 21px;
	right: 0;
	background: #fff url(../images/lang_ul_bg.gif) repeat-y top left;	
	padding-top: 5px;
	border-bottom: 1px solid #99cc99;
	border-left: 1px solid #99cc99;
	border-right: 1px solid #99cc99;
}
div#languages ul li{
	text-align: left;
}
div#languages ul li a{
	line-height: 24px;
	padding-left: 10px;
	color: #969696;
	text-decoration: none;
	display: block;
}
div#languages ul li a:hover{
	background: #99cc99;
	color: #fff;
}
p#topContact{
	position: absolute;
	right: 20px;
	top: 35px;
}
div#otherWebsites{
	position: absolute;
	right: 20px;
	top: 118px;
	width: 600px;
}
div#otherWebsites span{
	display: block;
	float: right;
	color: #ff0099;
	line-height: 29px;
}
div#otherWebsites ul{
	display: block;
	float: right;
}
div#otherWebsites ul li{
	float: left;
	margin-left: 15px;
}
a.massageLink{
	display: block;
	height: 29px;
	width: 83px;
	background: url(../images/massage_bg.jpg) no-repeat top left;
}
div#otherWebsites a.yogaLink span,
div#otherWebsites a.massageLink span,
a.yogaLink span,
a.signingLink span,
a.teamLink span,
a.massageLink span{
	display: none;
}
a.yogaLink{
	display: block;
	height: 29px;
	width: 62px;
	background: url(../images/yoga_bg.jpg) no-repeat top left;
}
a.signingLink{
	display: block;
	height: 29px;
	width: 77px;
	background: url(../images/signing_bg.jpg) no-repeat top left;
}
a.teamLink{
	display: block;
	height: 29px;
	width: 62px;
	background: url(../images/team_bg.jpg) no-repeat top left;
}
a.magentaButton {
	border:0;
	cursor:pointer;
	font-weight:bold;
	padding:0 12px 0 0;
	text-align:center;
	float: left;
	background: transparent url(../images/magenta_btn_r.gif) no-repeat right top;
	text-decoration: none;
}
a.magentaButton span {
	position:relative;
	display:block;
	white-space:nowrap;
	padding:0 4px 0 12px;
	height: 23px;
	line-height: 23px;
	color: #fff;
	font-size: 13px;
	background: transparent url(../images/magenta_btn_l.gif) no-repeat left top;
}

button {
	border:0;
	cursor:pointer;
	padding:0 12px 0 0;
	text-align:center;
	float: left;
	background: transparent url(../images/magenta_btn_r.gif) no-repeat right top;
}
button span {
	position:relative;
	display:block;
	white-space:nowrap;
	padding:0 4px 0 12px;
	height: 23px;
	line-height: 23px;
	color: #fff;
	font-size: 13px;
	background: transparent url(../images/magenta_btn_l.gif) no-repeat left top;
}
/*
body:nth-of-type(1) button span{
  margin-top: -1px;
  margin-left: -3px;
}
*/
@media screen and (-webkit-min-device-pixel-ratio:0)
{
	button span{
	  margin-top: -1px;
	  margin-left: -3px;
	}
}
button::-moz-focus-inner {padding:0; border:0 none; outline: 0 none;}

div#navigation{
	width: 955px;
	height: 70px;
	float: left;
	margin-top: 10px;
	position: relative;
}
div#navigation.short{
	height: 37px;
}

ul#menu{
	display: block;
	width: 950px;
	height: 36px;
	background: url(../images/menu_bg.png) no-repeat top left;
	padding-left: 5px;
	position: relative;
	z-index: 1000;
}
ul#menu li{
	float: left;
	line-height: 36px;	
	background: url(../images/separator.png) no-repeat top right;
}
ul#menu li.last{
	background: none;
}
ul#menu li a{
	line-height: 36px;
	font-size: 18px;
	color: #000;
	text-decoration: none;
	border:0;
	cursor:pointer;
	font-weight:bold;
	padding:0 15px 0 4px;
	text-align:center;
	float: left;
}
ul#menu li a span{
	position:relative;
	display:block;
	white-space:nowrap;
	padding:10px 0 0 9px;
	height: 26px;
	line-height: 36px;
	color: #000;
}

ul#menu li a.active{
	color: #488048;
	border:0;
	cursor:pointer;
	font-weight:bold;
	padding:0 9px 0 0;
	text-align:center;
	float: left;
	background: transparent url(../images/menu_active_r.png) no-repeat top right;
	text-decoration: none;
}
ul#menu li a.active span{
	position:relative;
	display:block;
	white-space:nowrap;
	padding:0 0 0 9px;
	height: 36px;
	line-height: 36px;
	color: #488048;
	background: transparent url(../images/menu_active_l.png) no-repeat top left;
}
ul#menu li a.active span canvas{
	margin-top: 12px;
}
ul.submenu{
	display: block;
	height: 44px;
	position: absolute;
	z-index: 1;
	top: 25px;
	left: 0;
	background: #ffe8f6;
	width: 955px;
	background: url(../images/submenu_bg.gif) no-repeat left bottom;
}
ul.submenu li{
	float: left;
	margin: 10px 0 0 20px;
}
ul.submenu li a{
	color: #000;
	font-family: Arial;
	font-size: 13px;
	line-height: 35px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
	background: url(../images/submenu_sign.gif) no-repeat left center;
}
ul.submenu li a.active,
ul.submenu li a:hover{
	text-decoration: underline;
}
div#content{
	float: left;
	width: 955px;
	/*margin-top: 36px;*/
	margin-top: 20px;
}
div#leftSide{
	float: left;
	width: 190px;
	padding-left: 20px;
}
div#rightSide{
	float: left;
	width: 710px;
	padding-left: 35px;
	text-align: left;
}
div.quote{
	float: left;
	margin-bottom: 15px;
}
div.quote blockquote{
	text-align: left;
	color: #656565;
	font-style: italic;
}
div#leftSide p{
	float: left;
	text-align: left;
	margin-top: 10px;
}
a.whiteButton {
	border:0;
	cursor:pointer;
	font-weight:bold;
	padding:0 10px 0 0;
	text-align:center;
	float: left;
	background: transparent url(../images/white_btn_r.png) no-repeat right top;
	text-decoration: none;
}
a.whiteButton span {
	position:relative;
	display:block;
	white-space:nowrap;
	padding:0 6px 0 12px;
	height: 26px;
	line-height: 26px;
	color: #488048;
	font-size: 13px;
	font-weight:bold;
	background: transparent url(../images/white_btn_l.png) no-repeat left top;
}
div.contentEd a.whiteButton:hover,
div.contentEd a.pinkButton:hover{
	background-color: #fff;
}
a.pinkButton {
	border:0;
	cursor:pointer;
	font-weight:bold;
	padding:0 15px 0 0;
	text-align:center;
	float: left;
	background: transparent url(../images/pink_btn_r.png) no-repeat right top;
	text-decoration: none;
	margin-left: 5px;
}
a.pinkButton span {
	position:relative;
	display:block;
	white-space:nowrap;
	padding:0 6px 0 12px;
	height: 26px;
	line-height: 26px;
	color: #ff0099;
	font-size: 13px;
	font-weight:bold;
	background: transparent url(../images/pink_btn_l.png) no-repeat left top;
}
a.orangeBgBtn{
	display: block;
	width: 167px;
	padding-left: 15px;
	height: 30px;
	line-height: 30px;
	background: url(../images/orange_bg_btn.jpg) no-repeat left top;
	color: #282727;
	font-size: 19px;
	text-decoration: none;
}
a.orangeBgBtn span cufon.cufon{
	margin-top: 5px;
}
div#socialWebsites{
	float: left;
	position: relative;
	width: 190px;
	height: 190px;
	background: url(../images/social_bg.gif) no-repeat left top;
}
div#socialWebsites h3{
	margin-top: 30px;
	color: #488048;
	font-size: 18px;
	width: 75px;
	margin-left: 55px;
	text-align: center;
}
div#socialWebsites p{
	text-align: center;
	width: 94px;
	margin-left: 46px;
}
a#facebook{
	display: block;
	width: 52px;
	height: 54px;
	background: url(../images/facebook.jpg) no-repeat center top;
	position: absolute;
	left: 0;
	top: 65px;
	text-decoration: none;
}
a#hyves{
	display: block;
	width: 52px;
	height: 54px;
	background: url(../images/hyves.jpg) no-repeat center top;
	position: absolute;
	right: 0;
	top: 65px;
	text-decoration: none;
}
a#youtube{
	display: block;
	width: 52px;
	height: 54px;
	background: url(../images/youtube.jpg) no-repeat center top;
	position: absolute;
	right: 0;
	top: 65px;
	text-decoration: none;
}
a#twitter{
	display: block;
	width: 60px;
	height: 54px;
	background: url(../images/twitter.jpg) no-repeat center top;	
	position: absolute;
	left: 65px;
	bottom: 0;
	text-decoration: none;
}
a#envelope{
	display: block;
	width: 90px;
	height: 54px;
	background: url(../images/envelope.png) no-repeat center top;	
	position: absolute;
	left: 50px;
	bottom: 0;
	text-decoration: none;
}
a#facebook span,
a#twitter span,
a#youtube span,
a#hyves span{
	display: block;
	margin-top: 40px;
	font-size: 16px;
	color: #484848;
}
a#envelope span{
	display: block;
	margin-top: 30px;
	font-size: 16px;
	color: #484848;
}
div#homeBoxes{
	float: left;
	margin-top: 50px;
	width: 710px;
}
div.homeBox{
	width: 335px;
	height: 166px;
	float: left;
	overflow: hidden;
	background: url(../images/home_box.gif) no-repeat left top;
	margin-bottom: 25px;
	position: relative;
	font-size:12px;
}
div.homeBox h2{
	color: #488048;
	font-size: 18px;
	margin: 2px 0 0 0;
	padding: 0;
	background: #fff;
	float: left;
	padding-right: 10px;
}
div.homeBox h2 span{
	color: #488048;
}
div#rightSide div.homeBox.signing h2,
div#rightSide div.homeBox.trainer h2{
	background: url(../images/home_box_head.jpg) no-repeat 0 0;
}

div.homeBox.signing{
	background: url(../images/home_box_signing.jpg) no-repeat left top;
}
div.homeBox.trainer{
	background: url(../images/home_box_trainer.jpg) no-repeat left top;
}
div.homeBox.last{
	margin-left: 30px;
}
div.homeBox p{
	margin: 10px 20px 0 20px;
}
div.homeBox.signing p,
div.homeBox.trainer p{
	width: 200px;
}
div.homeBox ul{
	display: block;
	width: 220px;
	margin-left: 20px;
}
div.homeBox ul li{
	margin-top: 8px;
	padding-left: 10px;
	background: url(../images/home_list_bullet.gif) no-repeat left 5px;
	font-size:12px;
}
a.arrowLink{
	padding-right: 10px;
	background: url(../images/link_arrow.gif) no-repeat right center;
	font-size: 13px;
	color: #488048;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}
div.homeBox a.arrowLink{
	position: absolute;
	left: 20px;
	bottom: 10px;
}
div#footer{
	margin-top: 20px;
	float: left;
	width: 955px;
}
div#footer ul{
	float: left;
}
div#footer ul li{
	float: left;
}
div#footer ul#footerMoreSites{
	float: right;
	margin-right: 20px;
}
ul#footerLinks{
	display: block;
	width: 771px;
	height: 37px;
	background: url(../images/footer_bg.gif) no-repeat left top;
}
ul#footerLinks li{
	margin-left: 25px;
}
ul#footerLinks li a{
	line-height: 37px;
	color: #3d3d3d;
	text-decoration: none;
	font-size: 12px;
}
ul#footerLinks li a:hover{
	text-decoration: underline;
}
div#footer p{
	margin: 15px 25px;
	float: left;
	color: #5e5e5e;
	width: 955px;
	text-align: left;
}
div#footer p a{
	color: #5e5e5e;
	text-decoration: none;
}
div#footer p a:hover{
	text-decoration: underline;
}
div#rightSide h1,
div#rightSide h2{
	color: #488048;
	font-size: 18px;
	font-weight: bold;
	font-family: arial;
}
div#rightSide h1{
	margin-bottom: 20px;
}
div.rightForm{
	width: 360px;
	float: right;
	margin-left: 15px;
}
div.rightFormTop{
	width: 360px;
	height: 10px;
	background: url(../images/right_form_bg_top.gif) no-repeat left top;
	float: left;
}
div.rightFormBottom{
	width: 360px;
	height: 10px;
	background: url(../images/right_form_bg_bottom.gif) no-repeat left top;
	float: left;
}
div.rightFormContent{
	width: 310px;
	background: #DFFFDF;
	float: left;
	padding: 0 25px;
}
div.rightForm h2 {
	font-size: 18px;
	margin-bottom: 11px;
	font-weight: bold;
	color: #ff039a;
}
div.rightForm form#contact_signing_form h4 {
	display: none;	
}
div.rightForm form.form{
	margin-top: 0;
}
div.rightForm form.form input.textfield{
	width: 178px;
	height: 18px;
	border: 0;
	line-height: 18px;
	background: url(../images/right_form_textinput.gif) no-repeat left top;
}
div.rightForm form.form textarea.textareaField{
	width: 298px;
	height: 66px;
	border: 0;
	background: url(../images/right_form_textarea.gif) no-repeat left top;
}
div.rightForm p.submit{
	text-align: center;
	width: 310px;
}
div.contentForm{
	float: left;
	/*padding-left: 25px;*/
}
div.contentForm form.form p.submit button,
div.rightForm form.form p.submit button {
	border:0;
	cursor:pointer;
	padding:0 17px 0 0;
	text-align:center;
	float: none;
	background: transparent url(../images/right_form_btn_r.gif) no-repeat right top;
}
div.contentForm form.form p.submit button span,
div.rightForm form.form p.submit button span {
	position:relative;
	display:block;
	white-space:nowrap;
	padding:0 4px 0 12px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background: transparent url(../images/right_form_btn_l.gif) no-repeat left top;
}
p.requriedNote{
	font-size: 11px;
	font-style: italic;
}
div.listBox{
	float: left;
	margin-bottom: 6px;
}
div.listBoxTop{
	width: 700px;
	height: 10px;
	background: url(../images/list_box_top.gif) no-repeat left top;
	float: left;
}
div.listBoxContent{
	width: 660px;
	background: #fff0f9;
	float: left;
	padding: 5px 20px;
}
div.listBoxContent p,
div.listBoxContent h2{
	margin-bottom: 10px;
}
div.listBoxContent h2 a{
	text-decoration: none;
	font-size: 18px;
	color: #ff039a;
}
div.listBoxBottom{
	width: 700px;
	height: 10px;
	background: url(../images/list_box_bottom.gif) no-repeat left top;
	float: left;
}
div.quoteBox{
	float: left;
	width: 700px;
	margin: 10px 0;
}
div.quoteBoxLeft{
	width: 15px;
	height: 12px;
	float: left;
	background: url(../images/quote.gif) no-repeat left top;
}
div.quoteBoxContent{
	float: left;
	width: 665px;
	padding: 0 10px;
	background: url(../images/close_quote.gif) no-repeat right bottom;
}
div.quoteAuthor {
	border:0;
	font-weight:bold;
	padding:0 7px 0 0;
	text-align:center;
	float: left;
	background: transparent url(../images/author_r.gif) no-repeat right top;
	text-decoration: none;
	margin: 10px 0 0 25px;
}
div.quoteAuthor span {
	position:relative;
	display:block;
	white-space:nowrap;
	padding:0 6px 0 12px;
	height: 26px;
	line-height: 26px;
	color: #488048;
	font-size: 13px;
	font-weight:bold;
	background: transparent url(../images/author_l.gif) no-repeat left top;
}
div.quoteAuthor span em {
	color: #575757;
}
div.contentForm h2{
	margin-bottom: 10px;
}
div.contentFormTop{
	width: 677px;
	height: 10px;
	background: url(../images/content_form_top.gif) no-repeat left top;
	float: left;
}
div.contentFormBottom{
	width: 677px;
	height: 10px;
	background: url(../images/content_form_bottom.gif) no-repeat left top;
	float: left;
}
div.contentFormContent{
	width: 627px;
	background: #DFFFDF;
	float: left;
	padding: 0 25px;
}
div.contentFormLeft{
	width: 215px;
	float: left;
}
div.contentFormRight{
	width: 410px;
	float: left;
}
div.productsList{
	margin-top: 20px;
	float: left;
}
div.productListItem{
	float: left;
	margin-bottom: 20px;
}
div.productListItem h2,
div.productListItem p{
	margin-bottom: 10px;
}
div.productListItem h2 a{
	color: #ff039a;
	text-decoration: none;
	font-size: 18px;
}
div.productListItemImg{
	float: left;
	margin-right: 20px;
}
div.prodDetail{
	margin-top: 20px;
}
div.prodDetail div.rightForm{
	float: right;
	margin-right: 80px;
}
div.prodDescription{
	float: right;
	width: 440px;
	margin-bottom: 20px;
}
div#rightSide div.prodDescription h2,
div#rightSide div.prodDetail div.rightForm h2{
	color: #ff039a;
	font-size: 18px;
	margin-bottom: 10px;
}
div.productImages{
	float: left;
	width: 240px;
}
div.prodThumbs{
	margin-top: 15px;
}
div.prodThumbs a{
	display: block;
	margin: 0 14px 15px 0;
	float: left;
}
div.prodThumbs a.last{
	margin-right: 0;
}
div.videosList{
	float: left;
	width:695px;
}
div.videoListItem{
	float: left;
	width: 333px;
	margin-right: 25px;
}
div.homeBox.videoListItem.last{
	margin-right: 0;
	margin-left: 0;
}
div.videoListItemImg{
	float: right;
	width: 135px;
	height: 100px;
	overflow: hidden;
	margin: 20px 10px;
}
h1 span{
	float: right;
}
h1 span a{
	font-size: 13px;
	color: #ff089d;
	font-weight: bold;
	text-decoration: none;
	background:url("../images/link_back_arrow.gif") no-repeat left center;
	padding-left:10px;
}
p.pager{
	float: left;
	margin: 15px 10px;
}
p.pager span{
	font-weight: bold;
}
p.pager strong{
	background-color: #FF089D;
	color: #fff;
	padding: 0 5px;
	font-weight: bold;
}
p.pager a{
	padding: 0 5px;
	text-decoration: none;
	font-weight: bold;
	color: #FF089D;
}
.QAcontent {
	display: none;
	margin: 8px 20px 20px;
	border: 1px dashed #9D9D9D;
	padding: 20px;
}
a.sectionBtn {
	width: 180px;
	border:0;
	cursor:pointer;
	font-weight:bold;
	padding:0 12px 0 0;
	text-align:center;
	float: left;
	text-decoration: none;
	display:block;
	height: 30px;
}
a.sectionBtn span {
	position:relative;
	display:block;
	white-space:nowrap;
	padding:0 4px 0 10px;
	height: 30px;
	line-height: 30px;
	color: #282727;
	font-size: 16px;
}
a.sectionBtn#signing {
	background: transparent url(../images/signing_btn_r.png) no-repeat right top;
}
a.sectionBtn#signing span {
	background: transparent url(../images/signing_btn_l.png) no-repeat left top;
}
a.sectionBtn#massage {
	background: transparent url(../images/massage_btn_r.png) no-repeat right top;
}
a.sectionBtn#massage span {
	background: transparent url(../images/massage_btn_l.png) no-repeat left top;
}
a.sectionBtn#yoga {
	background: transparent url(../images/yoga_btn_r.png) no-repeat right top;
}
a.sectionBtn#yoga span {
	background: transparent url(../images/yoga_btn_l.png) no-repeat left top;
}
a.sectionBtn#team {
	background: transparent url(../images/team_btn_r.png) no-repeat right top;
}
a.sectionBtn#team span {
	background: transparent url(../images/team_btn_l.png) no-repeat left top;
}
a.sectionBtn span cufon.cufon{
	margin-top: 7px;
}
div#leftWebsites{
	float: left;
	margin-bottom: 15px;
}
div#emailUpdates{
	float: left;
	display: none;
	margin-top: 20px;
	background: #DFFFDF;
	padding: 5px;
	text-align: left;
	width: 190px;
}
div#emailUpdates p{
	font-size: 11px;
	margin-bottom: 5px;
}
div#emailUpdates button{
	float: right;
	margin-top: 5px;
}
div#emailUpdates input{
	background:url("../images/right_form_textinput.gif") no-repeat scroll left top transparent;
	border:0 none;
	height:18px;
	line-height:18px;
	width:178px;
	padding:4px;
}
div#emailUpdates em{
	color: #D2484B;
	display: block;
	clear: left;
	font-size: 10px;
}
p.buttonContainer{
	margin-top: 20px;
	float: left;
}
.clearer{
	clear: both;
}
