/*//////////////////////////////////////////////////////////


CSS CREATED FOR MYTREATMENT LANDING PAGES
CSS CREATED BY MICHAEL MOORE
CSS CREATED JULY 2008


//////////////////////////////////////////////////////////*/
body {
	margin: 20px 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #555646;
	line-height: 1.5em;
	text-align: center;
	background: #efede1;
}
img {
	border: 0;
}
div.clear {
	clear: both;
}
a {
	outline: none;
	-moz-outline-style: none;
	text-decoration: underline;
	color: #0066ff;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
form {
	padding: 0px;
	margin: 0px;
}
h1 {
	font-size: 28px;
	color: #000;
	line-height: 1.1em;
	color: #62a423;
}
h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.1em;
}
/*///////////////////////////////////////////////////////

WRAPPER AND CONTENT ELEMENTS

///////////////////////////////////////////////////////*/
#wrapper {
	width: 648px;
	margin: 0 auto;
	text-align: center;
}
#content {
	width: 648px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
}
#content .c_top {
	height: 10px;
	font-size: 0px;
	line-height: 0px;
	background: url(../imgs/content_top.gif) no-repeat;
}
#content .c_top .right {
	display: block;
	float: right;
	height: 10px;
	width: 20px;
	font-size: 0px;
	line-height: 0px;
	background: url(../imgs/content_top.gif) no-repeat top right;
}
#content .c_bottom {
	height: 10px;
	font-size: 0px;
	line-height: 0px;
	background: url(../imgs/content_bottom.gif) no-repeat;
}
#content .c_bottom .right {
	display: block;
	float: right;
	height: 10px;
	width: 20px;
	font-size: 0px;
	line-height: 0px;
	background: url(../imgs/content_bottom.gif) no-repeat bottom right;
}
#content .con_outer {
	display: block;
	margin: 0px;
	padding: 0 0 0 17px;
	background: url(../imgs/content_bg.gif) repeat-y top left;
}
#content .con_inner {
	display: block;
	padding: 10px 21px 10px 0;
	background: url(../imgs/content_bg.gif) repeat-y top right;
}
/*///////////////////////////////////////////////////////

HEADER ELEMENT

///////////////////////////////////////////////////////*/
#header {
	height: 80px;
}
#header .benefits,
#header .earlybird {
	position: absolute;
	z-index: 1;
	display: block;
	width: 145px;
	height: 143px;
	margin: -30px 0 0 510px;
}
#header .benefits a {
	display: block;
	width: 145px;
	height: 143px;
	background: url(/imgs/landing/sticker_benefits.png) no-repeat !important; background: url(/imgs/blank.gif) no-repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/imgs/landing/sticker_benefits.png',sizingMethod='scale');
	text-decoration: none;	
}
#header .earlybird a {
	display: block;
	width: 145px;
	height: 143px;
	background: url(/imgs/landing/comingsoon.png) no-repeat !important; background: url(/imgs/blank.gif) no-repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/imgs/landing/comingsoon.png',sizingMethod='scale');
	text-decoration: none;
}
#main {
	background: url(../imgs/landing/landing_people.jpg) no-repeat top center;
}
#welcome,
#friends {
	padding: 270px 0 0 0;
	color: #666;
	background: transparent;
}
#welcome h1,
#validation h1,
#friends h1 {
	margin: 0px;
	font-family: Arial;
	font-size: 36px;
	line-height: 1.1em;	
	font-weight: bold;
	text-align: center;
	color: #62a423;
	background: transparent;
}
#welcome ul {
	margin-left: 50px;
	font-size: 16px;
	line-height: 1.3em;
	color: #000;
	font-weight: bold;
	background: transparent;
}
#welcome strong {
	font-weight: bold;
	color: #000;
	background: transparent;
}
#welcome .welcome_form {
	height: 60px;
	padding: 20px;
	margin-top: 10px;
	background: url(../imgs/landing/welcome_form_bg.gif) no-repeat;
}
#welcome .welcome_form a.btn {
	display: block;
	float: right;
	height: 43px;
	width: 156px;
	background: url(../imgs/landing/btn_notifyme.gif) no-repeat;
}
#welcome .welcome_form a.btn:hover {
	background: url(../imgs/landing/btn_notifyme.gif) no-repeat top right;
}
#welcome .welcome_form a.btn span {
	display: none;
}
#welcome .welcome_form input {
	display: block;
	width: 362px;
	padding: 10px 10px;
	height: 20px;
	border: 0px;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	background: url(../imgs/landing/welcome_form_field.gif) no-repeat 0 0;
	_background: url(../imgs/landing/welcome_form_field.gif) no-repeat 0 0;
	_background-attachment: fixed;
}
#welcome .welcome_form small {
	color: #999;
}
#friends h4 {
	margin: 0px;
	font-size: 16px;
	line-height: 1.3em;
	font-weight: bold;
	text-align: center;
	color: #000;
}
#friends .friends_form {
	height: 175px;
	padding: 35px 13px 0px 13px;
	margin-top: 10px;
	line-height: 26px;
	color: #999;
	background: url(../imgs/landing/friends_form_bg.gif) no-repeat;
}
#friends .friends_form a.btn {
	display: block;
	float: right;
	margin-top: 50px;
	height: 89px;
	width: 89px;
	background: url(../imgs/landing/btn_tellfriends.gif) no-repeat;	
}
#friends .friends_form a.btn:hover {
	background: url(../imgs/landing/btn_tellfriends.gif) no-repeat top right;
}
#friends .friends_form a.btn span {
	display: none;
}
#friends .friends_form .info {
	display: block;
	height: 42px;
}
#friends .friends_form .info input {
	display: block;
	float: left;
	width: 230px;
	margin: 0 6px 24px 0;
	padding: 4px 2px;
	border: 0px;
	height: 18px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	background: none;
}
#friends .friends_form .fields input {
	display: block;
	float: left;
	width: 212px;
	margin: 0 6px 4px 0;
	padding: 4px 2px 4px 20px;
	height: 18px;
	border: 0px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	background: none;
}
.msg_success {
	height: 52px;
	padding: 18px 30px 0px 100px;
	color: #5c9e20;
	font-weight: bold;
	background: url(../imgs/landing/msg_success_bg.gif) no-repeat;
}
/*///////////////////////////////////////////////////////

BOTTOM LINKS ELEMENT

///////////////////////////////////////////////////////*/
#bottom_links {
	clear: both;
	width: 640px;
	margin: 10px auto 0px auto;
	line-height: 1.5em;
	text-align: left;
	background: #d5b268;
}
#bottom_links .top {
	height: 6px;
	font-size: 0px;
	line-height: 0px;
}
#bottom_links .top .right {
	float: right;
	width: 6px;
	height: 6px;
	background: url(../imgs/bottom_tr.gif) no-repeat;
}
#bottom_links .top .left {
	width: 6px;
	height: 6px;
	background: url(../imgs/bottom_tl.gif) no-repeat;
}
#bottom_links .bottom {
	height: 6px;
	font-size: 0px;
	line-height: 0px;
}
#bottom_links .bottom .right {
	float: right;
	width: 6px;
	height: 6px;
	background: url(../imgs/bottom_br.gif) no-repeat;
}
#bottom_links .bottom .left {
	width: 6px;
	height: 6px;
	background: url(../imgs/bottom_bl.gif) no-repeat;
}
#bottom_links .con {
	padding: 10px 20px;
	color: #FFF;
}
#bottom_links h4 {
	margin: 0 0 10px 0;
	font-family: Georgia, Times New Roman, Times, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
}
#bottom_links a {
	color: #FFF;
	text-decoration: none;
}
#bottom_links a:hover {
	text-decoration: underline;
}
/*///////////////////////////////////////////////////////

BENEFITS

///////////////////////////////////////////////////////*/
.benefits_top {
	display: block;
	height: 270px;
	font-weight: bold;
	background: url(../imgs/landing/benefits_top.jpg) no-repeat bottom right;
}
.benefits_title {
	padding: 50px 170px 0px 0px;
	font-size: 36px;
	line-height: 1.1em;
	color: #62a423;
}
.benefits_bullets {
	margin: 20px 0 20px 0px;
	padding: 0 0 0 20px;
	font-size: 16px;
	line-height: 1.3em;
	color: #000;
}
a.benfits_join {
	display: block;
	width: 362px;
	height: 43px;
	margin: 0px;
	text-decoration: none;
	background: url(../imgs/benefits_join.gif) no-repeat;
}
a.benfits_join:hover {
	background-position: bottom left;
}
a.benfits_join span {
	display: none;
}
#benefits {
	display: block;
	width: 610px;
	padding: 0px;
	background: url(../imgs/benefits_pattern_bg.gif) repeat-y;
}
#benefits .top {
	display: block;
	height: 10px;
	font-size: 0px;
	line-height: 0px;
	background: url(../imgs/benefits_bg.gif) no-repeat;
}
#benefits .top .top_right {
	display: block;
	float: right;
	height: 10px;
	width: 20px;
	font-size: 0px;
	line-height: 0px;
	background: url(../imgs/benefits_bg.gif) no-repeat top right;
}
#benefits .bottom {
	clear: both;
	display: block;
	height: 10px;
	font-size: 0px;
	line-height: 0px;
	background: url(../imgs/benefits_bg.gif) no-repeat bottom left;
}
#benefits .bottom .bottom_right {
	display: block;
	float: right;
	height: 10px;
	width: 20px;
	font-size: 0px;
	line-height: 0px;
	background: url(../imgs/benefits_bg.gif) no-repeat bottom right;
}
#benefits .benefits_con {
	padding: 0px;
	border-right: 1px solid #DDD;
}
#benefits .b_menu {
	display: block;
	float: left;
	width: 209px;
	padding: 0px 0px 0px 1px;
}
#benefits .b_title {
	display: block;
	padding: 20px 0;
	font-size: 18px;
	text-align: center;	
	font-weight: bold;
	color: #000;
}
#benefits .b_menu a {
	display: block;
	height: 40px;
	margin: 0px;
	line-height: 40px;
	color: #999;
	text-decoration: none;
	background: url(../imgs/benefits_menu_tab.gif) no-repeat bottom left;
}
#benefits .b_menu a:hover {
	color: #52a900;
	background-position: center left;
}
#benefits .b_menu a.sel,
#benefits .b_menu a.sel:hover {
	color: #000;
	background-position: top left;
}
#benefits .b_menu a span {
	display: block;
	padding: 0 10px 0 40px;
}
#benefits .b_con {
	float: left;
	width: 358px;
	padding: 20px;
	color: #666;
	background: none;
}
#benefits .b_con img {
	float: left;
	margin-right: 20px;
}
#benefits .b_con h4 {
	margin: 0px;
	font-size: 24px;
	line-height: 1.1em;
	color: #000;
}
#b_tab_one span {
	background: url(../imgs/benefits_icon_one.gif) no-repeat 4px 0;
}
#b_tab_two span {
	background: url(../imgs/benefits_icon_two.gif) no-repeat 4px 0;
}
#b_tab_three span {
	background: url(../imgs/benefits_icon_three.gif) no-repeat 4px 0;
}
#b_tab_four span {
	background: url(../imgs/benefits_icon_four.gif) no-repeat 4px 0;
}
#b_tab_five span {
	background: url(../imgs/benefits_icon_five.gif) no-repeat 4px 0;
}
/*///////////////////////////////////////////////////////

FOOTER

///////////////////////////////////////////////////////*/
#footer {
	width: 640px;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 11px;
	color: #99997c;
	text-align: left;
}
#footer .copyright {
	float: right;
	width: 400px;
	text-align: right;
}
#footer a {
	color: #99997c;
	text-decoration: underline;
}
#footer a:hover {
	color: #555543;
}