@charset "UTF-8";
/*Unstyle*/
html {
	/*overflow: auto;*/
	background-color:#cecece;
}

body {
	background-color:#cecece;
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 100%;
	letter-spacing:0px;
}

div {
	position: relative;
}

a, p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 100%;
	line-height: 1em;
}

div:after{
	clear: both;
	display: block;
	content: ".";
	visibility: hidden;
	height: 0px;
	line-height: 0px;
}

a img{
	border:none;
}

a{
	outline:none;
}

p a {
	white-space: nowrap;
}

p a,.pinklink{
	color:#EE0C6E;
	/*border-bottom:1px dashed #EE0C6E;*/
	text-decoration:none;
	cursor:pointer;
	line-height: 1.3em;
}
p a:hover,a.pinklink:hover{
	/*border-bottom:none;*/
	text-decoration:underline;
}


address{
	padding-left:37px;
	width:30%;
	margin:1em 0em;
	background:url("../images/mail.png") top left no-repeat;
}
#email_cont{
	height:32px;
	line-height:32px;
	padding-left:37px;
	background:url("../images/email.png") center left no-repeat;
}
#phone_cont{
	height:32px;
	overflow:visible;
	padding-left:37px;
	background:url("../images/phone.png") center left no-repeat;
	clear: both;
}
/*HTML styling*/
p{
	line-height:150%;
	margin-bottom:20px;
}
h3{
	font-size:150%;
	font-family:Arial;
	font-weight:lighter;
	letter-spacing:-1px;
	font-style:italic;
	color:#004696;
	margin:10px 0px;
	clear:left;
}
h2{
	font-size:230%;
	font-family:Arial;
	font-weight:lighter;
	letter-spacing:-1px;
	font-style:italic;
	color:#004696;
	margin-bottom:20px;
}
/*Layout*/
p.clear {
	clear:left;
}
p.clearboth {
	clear:both;
}
.manager_pic {
	float:right;
	margin-left: 15px;
}

#shadow{
	background:#cecece url("../images/shadow.png") repeat-y center center;	
}
#bottom_shadow{
	background:#cecece url("../images/bottom_shadow.png") no-repeat center center;	
	height:21px;
}

#container{
	width:930px;
	padding:0px;
	margin:0px auto;
	font-family:Arial;
	background:#EE0C6E url("../images/pink_gradient.png") repeat-y;
	z-index: 300;
}

#navigation {
	width: 883px;
	margin: 0px auto;
	margin-bottom:-10px;
	position:relative;
	height:55px;
	z-index: 200;
}

#footer{
	width:881px;
	margin:0px auto;
	text-align:center;
}

.center-header {
	text-align: center;
	width: 100%;
}

.content_box{
	width:883px;
	margin:0px auto;
	margin-bottom:20px;
	padding-bottom:20px;
	background:#FFF;	
	z-index:0;
	height: auto;
}
.content_box.members{
	background:#004896 url("../images/members_bg.png") repeat-x;	
}
#main_content{
	position:relative;
	padding-top:20px;
}
#main_content #lady_container{
	padding:0px;
	float:left;
	width:400px;
	height:694px;
	overflow:hidden;
	margin-left:-20px;
	margin-right:-100px;
	margin-top:70px;
}
#main_content #lady_container a{ 
	background-color:transparent !important;
}
#main_content #lady_container .readmore{
	position:absolute;
	bottom:100px;
	left:70px;
}
#main_content #testimonial{
	position:absolute;
	top:10px;
	left:100px;
	background:url("../images/bubble.png") no-repeat;
	width:473px;
	height:183px;	
	text-align:center;
	overflow:hidden;
	z-index: -1;
}
#main_content #testimonial div{
	width:463px;
	height:171px;	
	margin-top:35px;
	position:relative;
	background-color:transparent !important;
}
#main_content #testimonial div a{
	position:absolute;
	bottom:70px;
	right:50px;
	text-decoration:none;
	font-size:70%;
}
#main_content #testimonial blockquote{
	font-size:200%;	
	font-style:italic;
	padding:0px;
	margin:0px;
}

#main_content #doyou{
	padding:20px;
	z-index:100;
	text-align:center;
	width:531px;
	height:237px;
	float:right;
	margin:170px 10px 20px 0px;
	background:#fff url("../images/doyou_bg.png") no-repeat;
}
#main_content #doyou #doyouheaders{
	margin-bottom:0px;
	height:69px;
	overflow:visible;
}
#main_content #doyou h3{
	font-size:168%;
	font-style:italic;
	text-align:left;
	font-family:Arial;
	font-weight:lighter;
	letter-spacing:-1px;
	margin-bottom:20px;
	color:#000;
	line-height: 1.3em;
}
#main_content #doyou h4{
	font-style:italic;
	font-family:Arial Narrow;	
	font-size:137%;
}
#main_content #doyou h1{
	width:100%;
	margin:0px auto;
	font-size:370%;
	letter-spacing:-4px;
	font-family:Arial Black, Arial;
	font-weight:bold;
	white-space:nowrap;
	background-color:transparent !important;
	line-height: 1.3em;
	overflow: visible;
}

.buttons a{
	display:block;
	height:58px;
	overflow:hidden;
	margin:20px 10px 10px 10px;
	outline:none;
	width: 239px;
	position: relative;
}

.center_button {
	margin-left: auto;
	margin-right: auto;
}

.join {
	float:right;
}

.free {
	float:left;
}

.buttons img {
	position: absolute;
	top: 0px;
	left: 0px;
}

.buttons a:hover img {
	top:-58px;
}

.buttons a:active img{
	top:-116px;
}
.buttons.member_buttons{
	clear:both;
	width:65%;
	margin:0px auto;
	text-align:center;
}
#benefits.main{
	width:550px;
	float:right;
}
#benefits.thirty{
	width:600px;
	height:237px;
	float:left;
	margin-top:-30px;
}

#benefits.thirtysmall{
	width:300px;
	float:left;
	font-size:80%;
	line-height:100%;
	clear:none;
}

#benefits.details{
	width:500px;
	float:left;
}
#benefits h3{
	font-size:168%;
	font-family:Arial;
	font-weight:lighter;
	letter-spacing:-1px;
	margin-bottom:10px;
}
#benefits ul{
	width:260px;
	float:left;
	padding:0px;
	margin:0px;
}
#benefits.thirty ul{
	width:270px;
}#benefits.details ul{
	width:500px;
}
#benefits ul li{
	list-style:none;
	padding:10px;
	padding-left:30px;
	background:url("../images/tick.png") no-repeat left;
}

#button_details {
	width: 520px;
	clear:left;
	height:58px;
	padding:30px;
	overflow:hidden;
}
#button_details a{
	margin:0px;
}

ul#ladyfit { 
	list-style: none;
	padding: 10px;
	font-size:87%;
}

*+html ul#ladyfit {
	padding: 10px;
	margin: 0px;
}

ul#ladyfit li {
	height: 30px;
	line-height: 30px;
	padding-bottom: 12px;
}

#ladyfit li img {
	vertical-align: middle;
}

#sub_content{
	background:#FFF url("../images/sub_content_bg.png") no-repeat;	
	padding-top:1px;
}
#sub_content .sub_text {
	float:left;
	width:400px;
	overflow: hidden;
}
#sub_content #sub_lists {
	float:left;
	width:100%;
	clear:both;
	height: auto;
}

#sub_content h3{
	margin:20px 15px;
	clear:none;
	color:#004896;
	font-family:Arial;
	font-weight:bold;
	letter-spacing:-1px;
	font-size:120%;
	font-style:italic;
}
#sub_content p{
	margin-left:15px;
	text-align:justify;
	font-size:77%;
	margin-bottom:5px;
}
#read_more{
	float:left;
	font-weight:bold;
	cursor:pointer;
	clear:both;
	display:none;
	margin: 10px;
	font-size: 80%;
	white-space: nowrap;
}
.cycle-image{
	width:460px;
	height:280px;
	float:right;
	overflow:hidden;
}
.cycle-image img {
	width:460px;
	height:280px;
}

#cycle-frame{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:100;
}
#cycle-frame img{
	width: 460px;
	width: 280px;
}

#home-cycle{
	margin-top:30px;
}
.cycle-image #cycle{
	position:absolute;
	top:0px;
	left:0px;
	width:460px;
	height:280px;
}

/*Header*/
#title{
	z-index:1;
}
#subtitle{
	float:right;
	margin-right:40px;
	margin-top:-15px;
}
#header_gym{
	position:absolute;
	top:120px;
	left:0px;
}
#free_trial{
	position:absolute;
	top:0px;
	right:0px;
	z-index:2;
	height:105px;
	overflow:hidden;
	width: 105px;
}

#free_trial.hover img,
#free_trial:hover img {
	margin-top: -105px;
}
#cant_stand{
	position:absolute;
	top:30px;
	left:40px;
	z-index:2;	
}

/*Navigation*/
#navigation ul{
	list-style:none;
	margin:0px;
	padding:0px;
}

#navigation ul li{
	vertical-align:top;
	display:inline;
	float:left;
	margin-right:-15px;
	padding:0px;
	overflow:hidden;
	height:55px;
}
#navigation ul li#members{
	float:right;
	margin-right:-3px;
}
#navigation ul li.selected a img{
	margin-top:0px;
}
#navigation ul li a {
	height: 55px;
	overflow: hidden;
	display: block;
	position: relative;
	float: left;
	cursor: pointer;
}

#home a, #home a img {  width: 92px; }
#why_link a, #why_link a img {  width: 133px; }
#success_link a, #success_link a img {  width: 133px; }
#details_link a, #details_link a img {  width: 154px; }
#members a, #members a img {  width: 133px; }

#navigation ul li a img{
	top:-63px;
	display: block;
	position: absolute;
}
#navigation ul li a.hover img,
#navigation ul li a:hover img {
	top:-119px;
}
#navigation ul li a:active img {
	top:-175px;
}
#navigation ul li.selected img {
	top: 0px;
}
#navigation ul li.selected a.hover img,
#navigation ul li.selected a:hover img{
	top:0px;
}

#members_area{
	position:absolute;
	top:230px;
	right:25px;
	z-index:100;
	height:36px;
	overflow:hidden;
}
#members_area.hover img,
#members_area:hover img{
	margin-top:-36px;
}

/*Gym Finder*/
#gym_finder{
	position:absolute;
	top:190px;
	left:25px;
	z-index:200;
	font-size:67%;
	width: 123px;
	height: 32px;
	display: block;
}
#gym_finder ul {
	list-style:none;
	padding:0px;
	margin:0px;
}

#gym_button {
	display: block;
	height: 32px;
	width: 123px;
	overflow: hidden;
	position: relative;
}

#gym_button img {
	position: absolute;
	top: 0px;
}

#gym_button.hover img,
#gym_button:hover img{
	top:-32px;
}
#gym_finder ul ul li{
	padding:5px;
	float:left;
	line-height:13px;
	height:13px;
	width:80%;
	clear:both;
	overflow:hidden;
}
#gym_finder ul ul li a{
	text-decoration:none;
	color:#000;
	white-space:nowrap;
}
#head_office{
	font-weight:bold;
	border-top:1px solid #CFC60A;
	padding-top:10px;
}
#gym_finder ul ul li a.hover,
#gym_finder ul ul li a:hover{
	text-decoration:underline;
	color:#333;
}
#gym_finder ul ul {
	z-index:200;
	position:absolute;
	top:30px;
	left:0px;
	list-style:none;
	display:none;
	width:150px;
	height:250px;
	padding:5px;
	margin:0px;
	background:url("../images/gym_bg.png") no-repeat;	
}

/*Content*/
blockquote.joan{
	font-style:italic;
	font-weight:bold;
	padding:5px;
}
img.joan{
	float:left;
	margin:15px;
	margin-top:5px;
}

#tabs{
	padding-top:20px;
	width:189px;
	float:left;
	font-family:Arial;
	font-weight:bold;
	font-size:85%;
}

#tabs ul{
	padding:0px;
	margin:0px;
	list-style:none;
	padding-left: 10px;
}

#tabs ul li {
	margin: 0px;
	margin-bottom:-10px;
	padding: 0px;
	float: left;
	clear: both;
}
#weightloss{
	margin-bottom: -14px;
	margin-top: -6px;

}

#tabs ul li a {
	width:181px;
	height:56px;
	padding:0px;
	margin:0px;
	position:relative;
	display: block;
	background:url("../images/tabs.png") top left no-repeat;
	text-decoration: none;
	color: #333;
	letter-spacing:0px;
	cursor: pointer;
	letter-spacing:-0.5px;
}

#tabs ul li a span {
	line-height: 1.3em;
	display: inline-block;
	margin-left: 16px;
	margin-top: 20px;
	cursor: pointer;
}

#tabs ul li a span.small {
	line-height: 1.3em;
	display: inline;
	margin: 0px;
	cursor: pointer;
	font-size: 90%;
}

#tabs #video_tab  {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

#tabs #video_tab a {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	text-indent: 0px;
	width: 140px;
	background: none;	
}

#tabs #video_tab a span {
	margin-left: 0px;
}

#tabs #weightloss a{
	height:83px;
	line-height:80px;
	vertical-align:middle;
	background:none;
	background-image:url("../images/big_tab.png");	
	white-space:nowrap;
}

#tab_img {
	display: block;
	margin: 0px auto;
	padding: 0px;
}

#tabs #weightloss a span{
	margin-left: 15px;
	text-align: center;
	line-height:16px;
}

#tabs ul li a:hover{
	background-position: left bottom !important;
	color:#000 !important;
}
#tabs ul li.selected a:hover {
	background-position: left center !important;

}
#tabs ul li.selected a {
	background-position: left center !important;
	z-index:100 !important;
	color:#000 !important;
}

#why{
	padding:0px;
	margin:0px;
	list-style:none;
}
#why li span{
	font-size:120%;
	padding-left:5px;
}
#why li{
	font-size:100%;
	font-style:italic;
	color:#004696;
	font-weight:bold;
	padding:0px;
	margin:0px;
	margin-bottom:20px;
	background:url("../images/number.png") no-repeat 0px 2px;
}

#tabbed_content p{
	font-size:87%;
	color:#000;
	font-family:Arial;	
	font-style:normal;
	font-weight:normal;
}

.bold {
	font-weight:bold;
}

#tabbed_content li h3{
	display:inline;
	margin-left:15px;
}

#tabbed_content{
	padding:30px 30px 10px 30px;
	margin-right:0px;
	margin-bottom:20px;
	width: 610px !important;
	border:1px solid #C0C0C0;
	float:left;
	background:#EFEFEF;
	min-height:250px;
}
#tabbed_content.gyms{
	min-height:600px;
}

.tabs_top_round{
	position:absolute;
	z-index:5;
	left:0px;
	top:-1px;
}

.tabs_bottom_round{
	position:absolute;
	z-index:5;
	left:0px;
	bottom:-2px;
}

.tabs_top_round.inner,.tabs_bottom_round.inner{
	left:-1px;
}
#lady_right{
	padding:0px;
	margin:0px;
	float:right;
	margin-right:-100px;
}

#lady_right.details{
	margin-right:-60px;
}

#lady_right.healthfitness{
	margin-right:-30px;
}
#full_width{
	padding:20px;
}

#full_width_cont p{
	font-size:87%;
	color:#000;
	font-family:Arial;	
	font-style:normal;
}
#full_width_cont h2 {
	margin-bottom: 5px;
}

ul.pink-list{
	width:400px;
	padding:0px;
	margin:0px 0px 10px 30px;
	font-size:80%;
	color: #EE0C6E;
	line-height:150%;
}
ul.pink-list.sub{
	float:left;
}
ul.pink-list li span{
	color: #000;
}

#pink_pointer_container{
	clear: none;
	margin-top:20px;
	margin-bottom:20px;
	z-index:1000;
}
#pink_pointer_container h2{
	position:relative;
	display:block;
	float:left;
	color:#fff;
	padding:0px 8px;
	height:32px;
	line-height:32px;
	background-color:#ED0C6E;
	font-size:100%;
	font-family:Arial;
	font-weight:bold;
	letter-spacing:0px;
	font-style:normal;
	white-space:nowrap;
	color:#fff;
}

.pointer_round_left{
	position:absolute;
	left:0px;
	top:0px;
}.pointer_round_right{
	position:absolute;
	right:0px;
	top:0px;
}
.pink_pointer{
	width:100%;
	height:32px;
	z-index:1000;
	background:url("../images/pointer.png") center left no-repeat;
}
#point_burn{
	background-position:130px;
}
#point_tone{
	background-position:80px;
}
#point_target{
	background-position:80px;
}
#point_flex{
	background-position:130px;
}

#pink_pointer_container p{
	clear:left;
	font-size:75%;
	margin:10px 00px 20px 20px;
}


/* Sign up form */
#signup_form{
	width:560px;
	margin: auto;
	margin-bottom:10px;
	background-color:#EFEFEF;
	border:1px solid #CACACA;
	clear:both;
}
#signup_form.white{
	background-color:#fff;
}	
#signup_form.white input,#signup_form.white select,#signup_form.white textarea{
	background-color:#EFEFEF;
}	

#signup_form ul{
	list-style:none;
	padding:15px;
	margin:0px;
	font-size: 87%;
}

#signup_form ul li{
	margin-bottom:10px;
	position:relative;
	display: block;
	line-height: 0px;
}	

#signup_form label{
	width:200px;
	float:left;
	text-align:right;
	display:block;
	margin-right:10px;
	white-space:nowrap;
	line-height:22px;
}
#signup_form input{
	width:300px;
	display:block;
	border:1px solid #CCCCCC;
	padding:2px;
	line-height:22px;
	height:18px;
}
#signup_form textarea{
	width:300px;
	display:block;
	border:1px solid #CCCCCC;
	padding:2px;
	font-family:Arial;
	font-size:90%;
}
#signup_form select{
	line-height:22px;
	height:24px;
	width:auto;
	display:block;
	border:1px solid #CCCCCC;
	padding:2px;
	line-height:22px;
	height:24px;
}		
#signup_form input:focus,#signup_form select:focus{
	border:1px solid #83DFFE;
}
#signup_form #button_input{
	height:30px;
	padding:0px;
	margin:0px;
	width:80px;
	color:#fff;
	background:#19ADE4 url("../images/contact_form_header.png") repeat-x;
	border:1px solid #014996;
	cursor:pointer;
	margin-left: 210px;
}	
#signup_form #button_input:hover{
	color:#fff;
	background:#19ADE4;
	border:1px solid #014996;
}	
#signup_form #button_input:focus{
	color:#fff;
	background:#014996;
	border:1px solid #EFEFEF;
}	
ul li#submit_cont{
	margin-bottom:-5px;
}
#signup_title{
	width:100%;
	height:38px;
	display:block;
	background:#19ADE4 url("../images/contact_form_header.png") repeat-x;
	color:#fff;
	line-height:38px;
	text-align:center;
	font-style:italic;
}
#form_instructions{
	font-size:75%;
}

div.invalid{
	position:absolute;
	width:16px;
	height:16px;
	background:url("../images/cross.png");
	right:-8px;
	top:4px;
}

form .signup_small img{
	margin-right:5px;
}
form .signup_small.error {

}

form .signup_small.success {

}

/*Newsletter Archive*/
#newsletter_archive {
	font-size:80%;
	padding:0px;
	margin:0px;
	list-style:none;
	margin-bottom: 40px;
}


#newsletter_archive li {
	float: left;
	width: 25%;
	margin-bottom: 4px;
	clear: none;
	line-height:1.3em;
	display: inline;

}
#newsletter_archive li.archive_date {
	width: 98%;
	color: #EE0C6E;
	font-weight: bold;
	clear: both;
	margin-top: 10px;
	border-bottom:2px #E1E1E1 solid;
}

#newsletter_archive li a{
	float:right;
	margin-right: 20px;
	color: #EE0C6E;
	text-decoration: none;
	border-bottom: 1px #EE0C6E dashed;
}
#newsletter_archive li span{
	float:left;
}

#newsletter_archive li a.deadlink{
	color: #000;
	text-decoration: none;
	border: none;
}

/*Testimonials*/
.main_testimonial{
	height:250px;
	width:250px;
	background:#F3F3F3 url("../images/testimonial_bg.jpg");
	border:2px solid #fff;
	text-align:center;
	float:left;
	margin-bottom:20px;
	cursor: pointer;
}
.main_testimonial.left{
	background-position:left center;
	margin-right:18px;
}.main_testimonial.center{
	background-position:center center;
	margin:0px 18px;
}
.main_testimonial.right{
	background-position:right center;
	margin-left:18px;
}

.main_testimonial img{
	position:absolute;
	top:0px;
	left:0px;
	cursor:pointer;
}.main_testimonial a{
	cursor:pointer;
}

.main_testimonial h3{
	position:absolute;
	top:2px;
	left:0px;
	color:#000;
	font-size:112.5%;
	font-style:normal;
	font-weight:bold;
	letter-spacing:0em;
	z-index:100;
	width:100%;
}
.main_testimonial div{
	position:absolute;
	bottom:0px;
	left:0px;
	color:#000;
	font-style:normal;
	font-weight:normal;
	font-family:Tahoma;
	letter-spacing:0em;
	z-index:100;
	width:150px;
	color:#fff;
	padding:10px 50px;
	background:url("../images/testimonial_grey.png") center top no-repeat;
}

#testimonial_scroller{
	background:url("../images/testimonial_scroller.jpg") top no-repeat;
	width:843px;
	height:186px;
	padding-top:15px;
}
#gympic_scroller{
	margin:0px 35px;
	background:url("../images/gympic_scroller.jpg") top no-repeat;
	width:535px;
	height:186px;
}
#tscroll{
	margin:0px;
	padding:0px;
	width:770px;
	height:152px;
	margin-bottom:10px;
	margin-left:38px;
	white-space:nowrap;
	overflow:hidden;
}
#gympic_scroller #tscroll{
	width:460px;
	padding-top:15px;
}
#innerslider{
	padding:0px;	
}#innerslider a{
	margin-right:2px;
}
#innerslider a img{
	width:150px;
	height:150px;
	margin:0px;
	padding:0px;
	display:inline;
	border:1px solid #000;
}

#tprev{
	position:absolute;
	z-index:1000;
	left:5px;
	top:70px;
	cursor:pointer;
}
#tnext{
	position:absolute;
	z-index:1000;
	right:5px;
	top:70px;
	cursor:pointer;
}

/*Footer*/
#footer ul{
	clear:both;
	list-style:none;
	color:#fff;
	font-size:62.5%;
}
#footer ul li{
	padding:0px 5px;
	display:inline;
	border-left:1px solid #fff;
}

#footer ul li a{
	color: white;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
}

#footer ul li:first-child{
	border:none;
}
#footer img{
	margin:0px 8px;
}
#footer p{
	float:right;
	color:#F984B6;
	font-size:62.5%;
	padding:5px;
}

#footer p a{
	color:#F984B6;
	text-decoration: none;
}

#footer p a:hover{
	text-decoration: underline;
}

/*Plugins*/
#weather_cont {
	padding: 0px 10px 0px 10px;
	text-align: center;
}

#weather_cont p#city, #weather_cont #weather p {
	padding: 0px;
	margin: 0px;
}

#weather_cont p.error {
	color: red;
}

.weather {
	display: inline;
	float: left;
	margin-right:15px;
}



/*News*/
.news_story{
	margin:20px 0px;
	padding-bottom:10px;
	border-bottom:2px #E1E1E1 solid;
}
.news_img {
	width:100%;
	clear:both;
	text-align:center;
}

.news_img img {
}

#tabbed_content p.news_date {
	color: #EE0C6E;
	margin-bottom: 0px;
}
.more_news{
	float:right;
	clear:both;
	cursor:pointer;
	background-color:#EFEFEF;
	margin-bottom:10px;
}
/*Lightbox*/
.fancy-bg{
	display:none;
}

#testimonial_lightbox{
	width:640px;
	height:525px;
	background-color:#fff;
	color:#000;
	border:5px solid #fff;
	font-family:Arial;
	padding:0px;
	margin:0px;
}
#testimonial_header{
	width:640px;
	height:145px;
	background:url("../images/testimonial_header_bg.png") repeat-y;
}

a.testimonial_link {
	padding-left:20px;
	margin-left:15px;
	font-size:80%;
	color:white;
	text-decoration:underline;
	cursor:pointer;
	line-height: 1.3em;
	background:url("../images/doc_pdf.png") no-repeat left center;
}

#testimonial_header h1{
	position:relative;
	width:60%;
	color:#fff;
	font-weight:normal;
	font-size:175%;
	padding:15px;
}
#testimonial_header h1 a{
	position:absolute;
	bottom:15px;
	right:0px;
	color:#fff;
	font-weight:normal;
	font-size:50%;
	font-style:italic;
}
#testimonial_content{
	overflow:auto;
	font-size:75%;
	margin:10px 20px;
	width:400px;
	height:300px;
	padding-right:5px;
	z-index:90000;
	background-color: white;
}
#testimonial_content p{
	display:block;
	clear:both;
}
#testimonial_content .signature{
	font-size:160%;
	display:block;
	clear:both;
	float:right;
	text-align:center;
	margin:15px 40px 15px 0px;
}
#testimonial_content .signature span{
	font-size:50%;
	font-family:Arial;
	display:block;
	clear:both;
}
#testimonial_facts{
	width:600px;
	background:url("../images/testimonial_facts_bg.png") repeat-x;
	font-size:75%;
	padding:15px 20px;
}
#testimonial_facts ul{
	width:60%;
	list-style:none;
	padding:0px;
	margin:0px;
}
#testimonial_facts ul li{
	clear:both;
}
#testimonial_facts ul li span{
	font-weight:bold;
	display:block;
	float:left;
	width:100px;
}
#testimonial_image{
	position:absolute;
	right:-50px;
	top:-20px;
}

#testimonial_image img{
	vertical-align:middle;
}
.signature{
	font-family:"Brush Script MT","Lucida Handwriting","Comic Sans MS","Script";
	font-size:200%;
}
.hidden{
	display:none;
}
.map{
	width:100%;
	text-align:center;
}

.map a img{
	margin:0px auto;
	border:2px solid #014996;
	display:block;
	clear:both;
}

h2 #phone_number_title{
	font-size:75%;
	font-weight:bold;
}
#differences{
	list-style:none;
	margin-left:20px;
}
#differences h3{
	color:#000;
	font-style:normal;
}
#differences li{
	background:url("../images/tick.png") no-repeat top left;
	padding-left:30px;
	margin-bottom:10px;
}
#differences li p{
	margin-left:40px;
	display:block;
}
#differences span{
	margin-left:20px;
	font-style:italic;
	font-size:80%;
}

#refer_image{
	width:246px;
	float:right;
	clear:both;
}
#refer_image p{
	margin-top: -50px;
	font-style:italic;
	font-size:75%;
	text-align: center;
}

#phoneno{
	font-weight:bold;
	font-size:120%;
}

*.hidden {
	display: none !important;
}


/* Meet The _ */
#meet_the{
	display:block;
	display:none;
	text-decoration:none;
	background:url("../images/meet_the_bg.png") center center no-repeat;
	float:right;
	width:282px;
	height:134px;
	padding:15px;
}
#meet_the_lightbox_cont{
	margin-left:-20px;
}
#meet_the h3,#meet_the h4{
	width:145px;
	text-align:center;
	float:right;
	clear:none;
	color:#004696;
	text-decoration:none;
	font-style:italic;
}
#meet_the h3{
	margin-top:0px;
	font-size:190%;
}
#meet_the h4{
	margin-top:25px;
	font-size:120%;
}
#meet_the img{
	float:left;
	width:117px;
	height:117px;
	border:1px solid #000;
	margin:8px;
}
#meet_the:hover h3,#meet_the:hover h4{
	color:#096DB3;
}#meet_the:hover img{
	border-color:#096DB3;
}
blockquote.meettheowner{
	font-style:italic;
}
#meet_the_lightbox{
	width:640px;
	height:525px;
	background-color:#fff;
	color:#000;
	border:5px solid #fff;
	font-family:Arial;
	padding:0px;
	margin:0px;
}
#meet_the_header{
	width:640px;
	height:60px;
	background:url("../images/testimonial_header_bg.png") repeat-y;
}


#meet_the_header h1{
	position:relative;
	width:600px;
	color:#fff;
	font-weight:normal;
	font-size:175%;
	padding:15px;
}
#meet_the_header h1 a{
	position:absolute;
	bottom:15px;
	right:0px;
	color:#fff;
	font-weight:normal;
	font-size:50%;
	font-style:italic;
}
#meet_the_content{
	overflow:auto;
	font-size:75%;
	margin:10px 20px;
	width:400px;
	height:455px;
	padding-right:5px;
	z-index:90000;
	background-color: rgba(255,255,255,0.8);
}
#meet_the_content p{
	font-size:1em;
	display:block;
	clear:both;
}
#meet_the_content .signature{
	font-size:160%;
	display:block;
	clear:both;
	float:left;
	text-align:center;
}

#meet_the_image{
	position:absolute;
	bottom:0px;
	right:0px;
}

#meet_the_image img{
	vertical-align:middle;
}
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Copyright (c) 20010 Janis Skarnelis
 * Examples and documentation at: http://fancybox.net
 *
 * Version: 1.3.0 (02/02/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
 
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	background: transparent;
	z-index: 1104;
	display: none;
}

* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('../images/fancybox/fancy_loading.png') no-repeat;
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
}

* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 32px;
	height: 32px;
	background: url('../images/fancybox/fancy_close.png') top left no-repeat;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background: url('../images/fancybox/fancy_title_over.png');
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background: transparent url('../images/fancybox/fancy_title_left.png') repeat-x;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background: transparent url('../images/fancybox/fancy_title_main.png') repeat-x;
	color: #FFF;
}

#fancybox-title-right {
	padding-left: 15px;
	background: transparent url('../images/fancybox/fancy_title_right.png') repeat-x;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('../images/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background: transparent url('../images/fancybox/fancy_nav_left.png') no-repeat;
}

#fancybox-right-ico {
	background: transparent url('../images/fancybox/fancy_nav_right.png') no-repeat;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
	left: 10px;
}

#fancybox-right:hover span {
	left: auto;
	right: 10px;
}

div.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	z-index: 1001;
}

div#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('../images/fancybox/fancy_shadow_n.png') repeat-x;
}

div#fancy-bg-ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../images/fancybox/fancy_shadow_ne.png') no-repeat;
}

div#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('../images/fancybox/fancy_shadow_e.png') repeat-y;
}

div#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../images/fancybox/fancy_shadow_se.png') no-repeat;
}

div#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('../images/fancybox/fancy_shadow_s.png') repeat-x;
}

div#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../images/fancybox/fancy_shadow_sw.png') no-repeat;
}

div#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('../images/fancybox/fancy_shadow_w.png') repeat-y;
}

div#fancy-bg-nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../images/fancybox/fancy_shadow_nw.png') no-repeat;
}

   a#fancybox-left span {left: 10px;}
   a#fancybox-right span {left: auto;right: 10px;} 

#new-video{
	position:absolute;
	top:40px;
	right:90px;
}

#services {
	margin: 0px -30px 3px -30px;
	width: 670px;
	height: 116px;
	padding: 13px 0px;
	text-align: center;
	background: #EFEFEF URL('../images/services.png') center top scroll no-repeat;
}

#services ul {
	list-style: none;
	padding: 0px;
	margin: 0px auto;
	width: 384px;
	clear: both;
	height:60px;
}

#services li:first-child {
	margin-left: 0px;
}

#services li {
	float: left;
	margin-left: 8px;
}

#services .serv-4 {
	width: 504px;
}
