/* Reset settings */
html
{
	background: #e6e6e6 url(../images/bg-html.png) repeat-x;
	height: 100%;
}
body
{
	color: #595858;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background: url(../images/bg-body.jpg) no-repeat 50% 30px;
	margin: 0;
	min-width: 980px;
}
img
{
	border-style: none;
}
a
{
	text-decoration: none;
	color: #a8141a;
	outline: none;
}
a:hover
{
	text-decoration: underline;
}
input
{
	font: 100% arial,sans-serif;
	vertical-align: middle;
}
form, fieldset
{
	margin: 0;
	padding: 0;
	border-style: none;
}
/* General settings */
.wrapper
{
	margin: 0 auto;
	width: 980px;
}
.wrapper-pl
{
	padding-left: 22px;
}
#main
{
	background: url(../images/bg-main.png) repeat-y;
	height: 1%;
	overflow: hidden;
	padding: 0 12px;
}
.holder
{
	width: 100%;
	overflow: hidden;
}
#footer
{
	width: 100%;
	height: 265px;
	background-color: #dfdede;
}
/* header start */
#header
{
	padding-bottom: 7px;
	width: 980px;
	margin: 0 auto;
	height: 133px;
}
#header h2
{
	font-size: 14px;
	color: #fff;
	margin: 0;
	text-transform: uppercase;
}
#header h3
{
	font-size: 15px;
	color: #fff;
	margin: 18px 0 0;
}
.find
{
	padding-left: 5px;
	float: left;
	width: 213px;
}
.find .intext
{
	background: url(../images/bg-find.png) no-repeat;
	width: 126px;
	height: 28px;
	overflow: hidden;
	float: left;
	padding: 0 9px;
	overflow:hidden;
}
.find .intext input
{
	overflow:hidden;
	display: block;
	font-size: 11px;
	color: #5b7b94;
	width: 125px;
	padding: 7px 0;
	height: 14px;
	border: none;
	background: none;
}
.find .btn-go
{
	float: left;
}
.h-cols
{
	float: left;
	width: 220px;
}
.h-cols .text
{
	padding: 0 0 0 23px;
	width: 195px;
	position: absolute;
}
.h-cols2
{
	float: right;
	width: 226px;
}
.h-cols2 img
{
	float: left;
	margin: 4px 4px 0 0;
}
.h-cols2 .text
{
	height: 1%;
	overflow: hidden;
	
}
.h-cols .divider-l
{
	float: left;
	background: url(../images/divider-header.png) no-repeat;
	width: 2px;
	height: 77px;
	text-indent: -9999px;
	overflow: hidden;
	margin-top: 4px;
}
.h-cols .divider-r
{
	float: right;
	background: url(../images/divider-header.png) no-repeat;
	width: 2px;
	height: 77px;
	text-indent: -9999px;
	overflow: hidden;
	margin-top: 4px;
}
#header h1
{
	margin: 19px 0 0 21px;
	float: left;
	background: url(../images/logo.png) no-repeat;
	width: 202px;
	height: 63px;
	display: inline;
}
#header h1 a
{
	display: block;
	margin: 0;
	height: 63px;
	text-indent: -9999px;
}
#header .h-middle
{
	width: 100%;
	overflow: hidden;
	height: 86px;
}
/* header end */
/* top-header start */
.top-header
{
	width: 100%;
	height: 30px;
	z-index: 1;
	position: relative;
}
.top-header .subcontainer
{
	width: 980px;
	z-index: 1;
	position: relative;
	margin: 0 auto;
}
.top-header p
{
	margin: 0;
	text-align: right;
}
.top-header p.text-service
{
	background: url(../images/text-service.gif) no-repeat;
	width: 215px;
	height: 12px;
	text-indent: -9999px;
	text-align: left;
	float: right;
	margin: 9px 0 0;
}
.top-header p span
{
	font-size: 15px;
	color: #807d78;
	font-weight: bold;
}
.top-header p strong
{
	font-size: 16px;
	color: #565555;
	letter-spacing: 0;
}
.top-header .popup-holder
{
	float: right;
	width: 138px;
	padding: 0 27px 0 18px;
	position: relative;
}
.top-header .popup-holder .button
{
	text-indent: -9999px;
	display: block;
	background: url(../images/btn-life.png) no-repeat;
	width: 146px;
	height: 25px;
	text-align: left;
	margin-top: 3px;
}
.top-header .active .button
{
	background-position: 0 -25px;
}
.top-header .popup
{
	position: absolute;
	top: 22px;
	right: 21px;
	display: none;
	z-index: 1;
}
* html .top-header .popup
{
	right: 28px;
}
.top-header .active .popup
{
	display: block;
}
.top-header .popup .holder
{
	margin-bottom: 11px;
}
.top-header .popup .intext
{
	background: url(../images/bg-popup-input.png) no-repeat;
	width: 151px;
	height: 27px;
	overflow: hidden;
	padding: 0 12px;
}
.top-header .popup .intext .input
{
	color: #5b7b94;
	font-size: 11px;
	padding: 7px 0;
	width: 146px;
	height: 16px;
	background: none;
	border: none;
	display: block;
}

.top-header .popup .intext input
{
	color: #5b7b94;
	font-size: 11px;
	padding: 7px 0;
	width: 146px;
	height: 16px;
	background: none;
	border: none;
	display: block;
}
.top-header .popup .btn-sign-in
{
	float: left;
}
.top-header .popup .remember
{
	float: left;
	width: 105px;
	padding: 5px 0 0 10px;
}
.top-header .popup .remember input
{
	float: left;
	margin: 0;
	width: 16px;
	height: 15px;
	padding: 0;
}
.top-header .popup .remember label
{
	float: left;
	padding-left: 7px;
	color: #c8d1dc;
	font-size: 11px;
}
.top-header .popup span a
{
	color: #c8d1dc;
	font-size: 11px;
	line-height: 16px;
}
.top-header .popup span
{
	display: block;
	color: #c8d1dc;
	font-size: 11px;
}
.top-header .popup .pt
{
	background: url(../images/bg-popup-t.png) no-repeat;
	width: 231px;
	height: 7px;
	overflow: hidden;
	text-indent: -9999px;
}
.top-header .popup .pc
{
	background: url(../images/bg-popup-c.png) repeat-y;
	width: 203px;
	overflow: hidden;
	padding: 15px 0 0 28px;
}
.top-header .popup .pb
{
	background: url(../images/bg-popup-b.png) no-repeat;
	width: 231px;
	height: 9px;
	overflow: hidden;
	text-indent: -9999px;
}
/* top-header end */
/* nav start */
.nav
{
	width: 957px;
	border-left: 1px solid #c9c9c9;
	list-style: none;
	padding: 0;
	margin: 7px 0 0 12px;
	overflow: hidden;
	height: 40px;
}
.nav li
{
	float: left;
	border-right: 1px solid #c9c9c9;
}
.nav a
{
	text-indent: -9999px;
	float: left;
	height: 40px;
}
.nav .link1
{
	background: url(../images/link1.png) no-repeat;
	width: 189px;
}
.nav .link2
{
	background: url(../images/link2.png) no-repeat;
	width: 188px;
}
.nav .link3
{
	background: url(../images/link3.png) no-repeat;
	width: 208px;
}
.nav .link4
{
	background: url(../images/link4.png) no-repeat;
	width: 188px;
}
.nav .active a, .nav a:hover
{
	background-position: 0 -40px;
}

.nav1
{
	border-left: 1px solid #c9c9c9;
	list-style: none;
	padding: 0;
	margin: 7px 0 0 12px;
	overflow: hidden;
	height: 40px;
}

.nav1 img
{
	border-right: 1px solid #c9c9c9;
}

.nav1 fieldset
{
	overflow: hidden;
	padding: 5px 4px 6px;
}
.nav1 .intext
{
	background: url(../images/bg-search.png) no-repeat;
	width: 200px;
	padding: 0 10px;
	height: 29px;
	overflow: hidden;
	float: left;
}
.nav1 .intext input
{
	display: inline;
	float: left;
	font-size: 11px;
	color: #5b7b94;
	padding: 8px 0;
	height: 14px;
	border: none;
	background: none;
}

/* nav end */
/* promo start */
.promo
{
	background: url(../images/bg-promo2.gif) repeat-x 0 100%;
	width: 100%;
	overflow: hidden;
	padding-bottom: 31px;
	margin-bottom: -16px;
}
.promo .wrapper
{
	padding-left: 22px;
}
/* CTA1 start */
.CTA1
{
	width: 320px;
	float: left;
	min-height: 260px;
}
* html .CTA1
{
	height: 260px;
}
/* CTA1 end */

/* CTA1 HTML Text Version start */
/*.CTA1{
	background:url(../images/bg-cta1.jpg) no-repeat 0 100%;
	width:253px;
	padding:0 28px 0 38px;
	float:left;
	min-height:260px;
}
* html .CTA1{height:260px;}
.CTA1 img{
	display:block;
	margin:42px auto 0;
}
.CTA1 p{
	margin:7px 0 0;
	color:#fff;
	font-size:16px;
	line-height:16px;
	letter-spacing:-1px;
}
.CTA1 .btn-get{
	background:url(../images/btn-get.png) no-repeat;
	width: 142px;
	height: 37px;
	text-indent:-9999px;
	display:block;
	margin:1px auto 0;
	cursor:pointer;
}*/
/* CTA1 end */

/* Flash start */
#flash
{
	float: right;
	width: 650px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#commercial
{
	float: left;
	width: 320px;
}
#flash img
{
	display: block;
}
/* Flash end */
/* promo end */
/* sidebar start */
#sidebar
{
	float: left;
	width: 248px;
	position: relative;
}
/* navbar start */
.navbar
{
	margin-top: 10px;
	background: #fff;
	width: 100%;
	overflow: hidden;
}
.navbar .title
{
	background: url(../images/bg-navbar-title.png) no-repeat;
	width: 248px;
	height: 32px;
	text-indent: 22px;
}
.navbar h2
{
	margin: 0;
	font-size: 24px;
	line-height: 32px;
	color: #fff;
	font-weight: normal;
}
.navbar ul
{
	list-style: none;
	margin: 0;
	padding: 7px 0 16px 24px;
	width: 100%;
	overflow: hidden;
}
.navbar li
{
}
.navbar a
{
	padding-right: 10px;
	color: #919090;
	line-height: 22px;
}
.navbar a:hover
{
	text-decoration: none;
	color: #595858;
	background: url(../images/arrow-navbar.gif) no-repeat 100% 65%;
}
/* navbar end */
/* side-img start */
.side-img
{
	width: 100%;
	overflow: hidden;
}
.side-img .img
{
	display: block;
	margin: 12px auto 0;
	text-align: center;
}
/* side-img end */
/* sidebar end */
/* content start */
#content
{
	width: 675px;
	float: right;
	position: relative;
}
.link-more
{
	padding-right: 10px;
	background: url(../images/arrow-more.gif) no-repeat 100% 55%;
}
/* items-list start */
.items-list
{
	list-style: none;
	padding: 0;
	margin: 0;
	width: 645px;
	overflow: hidden;
}
.items-list li
{
	float: left;
	width: 100%;
	margin-top: 28px;
}
.items-list .text
{
	height: 1%;
	overflow: hidden;
	padding: 0 20px 0 2px;
}
.items-list .text li
{
	margin: 0 0 5px 0;
}
.items-list .text h3
{
	font-size: 22px;
	font-weight: normal;
	color: #ba1721;
	margin: -3px 0 0;
	position: relative;
}
.items-list .text p
{
	margin: 8px 0 12px;
	line-height: 20px;
}

.items-list .img
{
	float: right;
	width: 280px;
	background: #bebdbd;
	margin-top: 2px;
}
.items-list .img img
{
	display: block;
}
.items-list .img em
{
	display: block;
	color: #fff;
	padding: 9px 14px;
}
/* items-list end */
/* featured-items start */
.featured-items
{
	list-style: none;
	margin: 30px 0;
	padding: 0;
	width: 690px;
	overflow: hidden;
}
.featured-items li
{
	float: left;
	padding-right: 8px;
	width: 156px;
}
.featured-items img
{
	display: block;
	clear: both;
}
.featured-items h4
{
	color: #ba1721;
	font-size: 16px;
	margin: 8px 0 5px;
	font-weight: normal;
}
.featured-items p
{
	margin: 5px 0 8px;
	line-height: 18px;
	font-size: 11px;
}
.featured-items .text
{
	padding: 0 2px;
}
/* featured-items end */
/* content end */
/* subpage CTAs start */
.cta
{
	list-style: none;
	padding: 0;
	margin: 0 0 12px 9px;
}
.cta li
{
	background: url(../images/bg-cta.png) no-repeat;
	width: 230px;
	height: 122px;
	margin-top: 5px;
}
.cta .img
{
	float: left;
	width: 102px;
	margin-top: 21px;
	overflow: hidden;
}
.cta .img img
{
	display: block;
}
.cta .text h3
{
	font-size: 24px;
	line-height: normal;
	color: #ba1721;
	margin: 0;
	font-weight: normal;
	text-transform: uppercase;
}
.cta .text
{
	float: right;
	width: 117px;
	padding: 15px 8px 0 0;
}
.cta .text p
{
	margin: 1px 0 10px;
	line-height: 12px;
	color: #585757;
	font-size: 11px;
	letter-spacing: 0px;
}
.btn-find-more
{
	background: url(../images/btn-find-more.png) no-repeat;
	width: 90px;
	text-indent: -9999px;
	display: block;
	height: 13px;
	overflow: hidden;
}
.btn-find-more:hover
{
	background-position: 0 -13px;
}
.btn-sing-up
{
	background: url(../images/btn-sing-up.gif) no-repeat;
	width: 52px;
	text-indent: -9999px;
	display: block;
	height: 13px;
	overflow: hidden;
}
.btn-sing-up:hover
{
	background-position: 0 -13px;
}
.btn-get-started
{
	background: url(../images/btn-get-started.png) no-repeat;
	width: 76px;
	text-indent: -9999px;
	display: block;
	height: 13px;
	overflow: hidden;
}
.btn-get-started:hover
{
	background-position: 0 -13px;
}
/* subpage CTAs end */
/*dm start*/
.columns
{
	width: 100%;
	overflow: hidden;
	padding-bottom: 5px;
}
.columns .col
{
	width: 315px;
	height: 346px;
	padding: 0 4px 0 2px;
	float: left;
	background: url(../images/bg-column.png) no-repeat;
}
.columns .cols
{
	float: left;
	width: 315px;
	padding-left: 2px;
}
.columns .cta2, .columns .cta3
{
	width: 100%;
	overflow: hidden;
	margin: 17px 0 0;
	padding-bottom: 18px;
	position: relative;
}
.columns .image-holder
{
	float: left;
	margin: 4px 1px 0 0;
	display: inline;
}
.columns .image-holder .img
{
	display: block;
}
.columns .caption
{
	height: 1%;
	overflow: hidden;
}
* html .columns .image-holder
{
	margin-right: 0;
}
.columns .col .caption h4
{
	font-size: 24px;
	color: #ba1721;
	margin: 0;
	letter-spacing: -4px;
	font-weight: normal;
	text-transform: uppercase;
}
.columns .caption p
{
	color: #585757;
	font-size: 11px;
	margin: 5px 5px 0 0;
}
.columns .caption .btn-more
{
	background: url(../images/btn-more.gif) no-repeat;
	display: block;
	width: 90px;
	height: 13px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 10px 0 0;
}
.columns .col .caption .btn-more:hover, .columns .col .caption .btn-sign-up:hover
{
	background-position: 0 -13px;
}
.btn-sign-up
{
	background: url(../images/btn-sing-up.gif) no-repeat;
	display: block;
	width: 52px;
	height: 13px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 10px 0 0;
}
/* cta4 start */
.columns .cta4-holder
{
	padding-top: 2px;
}
.cta4
{
	position: relative;
}
.cta4 .title
{
	position: absolute;
	top: 15px;
	left: 14px;
	z-index: 2;
}
.cta4 .title h3
{
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: -1px;
}
.cta4 strong
{
	display: block;
	color: #585757;
	font-size: 11px;
}
.cta4 p
{
	color: #585757;
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 14px;
}
.cta4 p a
{
	font-weight: bold;
}
.cta4 .text
{
	padding-left: 15px;
	width: 140px;
	position: absolute;
	left: 0;
	top: 58px;
	z-index: 2;
}
.cta4 .learn-more
{
	background: url(../images/btn-learn-more.png) no-repeat;
	width: 76px;
	height: 13px;
	text-indent: -9999px;
	display: block;
	margin-bottom: 12px;
	overflow: hidden;
}
.cta4 .learn-more:hover
{
	background-position: 0 -13px;
}
.cta4 .read
{
	background: url(../images/btn-read2.png) no-repeat;
	width: 124px;
	height: 13px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}
.cta4 .read:hover
{
	background-position: 0 -13px;
}
.cta4 .bg-img img
{
	display: block;
}
/* cta4 end */
/* cta5 cta6 start */
.container
{
	background: url(../images/bg-conteiner.png) no-repeat;
	width: 315px;
	height: 165px;
	padding: 0 4px 0 2px;
	overflow: hidden;
	margin-bottom: 2px;
}
.container .holder
{
	position: relative;
	width: 321px;
	height: 165px;
}
.container .title
{
	overflow: hidden;
	height: 32px;
	background: url(../images/bg-title.png) no-repeat;
	width: 315px;
	height: 32px;
	margin-top: 15px;
	position: relative;
}
.container .title h3
{
	font-size: 24px;
	letter-spacing: -1px;
	color: #fff;
	font-weight: normal;
	margin: 0;
	text-indent: 12px;
	position: relative;
}
.container .text
{
	padding: 7px 0 0 15px;
	width: 175px;
	position: relative;
}
.container .text img
{
	display: block;
}
.container .text p
{
	margin: 4px 0 6px;
	line-height: 12px;
	font-size: 11px;
}
.container .btn-find-more
{
	background: url(../images/btn-find-more.png) no-repeat;
	width: 90px;
	height: 13px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
.container .btn-find-more:hover
{
	background-position: 0 -13px;
}

.container .btn-get-started
{
	background: url(../images/btn-get-started.png) no-repeat;
	width: 76px;
	height: 13px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
.container .btn-get-started:hover
{
	background-position: 0 -13px;
}
.container .bg-img
{
	position: absolute;
	bottom: 4px;
	right: 4px;
}
.container .bg-img img
{
	display: block;
}
.cta6 .bg-img
{
	/*bottom: 12px;*/
}
/* cta5 cta6 end */
/*dm end*/
/* Guest Pass Start */
.guestPass
{
	position: relative;
	height: 275px;
	padding-top:50px;
}
.guestPass .title
{
	position: absolute;
	top: 19px;
	left: 115px;
	width: 250px;
	z-index: 2;
	padding-top:50px;
}
.guestPass .title h3
{
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: -1px;
}
.guestPass .title h4
{
	font-size: 18px;
	color: #ba1721;
	margin: 0;
	letter-spacing: -1px;
	font-weight: normal;
}
.guestPass strong
{
	display: block;
	color: #585757;
	font-size: 11px;
}
.guestPass p
{
	color: #585757;
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 14px;
}
.guestPass p a
{
	font-weight: bold;
}
.guestPass .btn-return-home
{
	background: url(../images/btn-return-home.png) no-repeat;
	width: 124px;
	height: 13px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}
.guestPass .btn-return-home:hover
{
	background-position: 0 -13px;
}
.guestPass .bg-img
{
	position: absolute;
	width: 645px;
	text-align: center;
}

/* Guest Pass End */
/* footer start */
.footer-bg
{
	background: url(../images/bg-footer.gif) repeat-x;
}
.f-center
{
	width: 960px;
	margin: 0 auto;
	padding-top: 40px;
}
#footer h3
{
	font-size: 12px;
	color: #595858;
	margin: 5px 0;
}
#footer .text-club
{
	background: url(../images/text-club.gif) no-repeat;
	width: 32px;
	height: 11px;
	text-indent: -9999px;
}
#footer .text-fitness
{
	background: url(../images/text-fitness.gif) no-repeat;
	width: 50px;
	height: 11px;
	text-indent: -9999px;
}
#footer .text-lifestyle
{
	background: url(../images/text-lifestyle.gif) no-repeat;
	width: 82px;
	height: 11px;
	text-indent: -9999px;
}
#footer .text-company
{
	background: url(../images/text-company.gif) no-repeat;
	width: 65px;
	height: 11px;
	text-indent: -9999px;
}
#footer .text-join
{
	background: url(../images/text-join.gif) no-repeat;
	width: 53px;
	height: 11px;
	text-indent: -9999px;
}
#footer .cols
{
	float: left;
	width: 120px;
	padding-left: 20px;
}
#footer .cols ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer .cols ul li
{
	line-height: 13px;
}
#footer .cols ul a
{
	color: #585757;
	font-size: 10px;
}
#footer .cols1
{
	width: 166px;
	padding-left: 32px;
}
#footer .cols2
{
	width: 165px;
}
#footer .join
{
	float: left;
	width: 129px;
}
#footer .join ul
{
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer .join li
{
	float: left;
	padding-right: 4px;
}
#footer .f-nav
{
	font-size: 10px;
	line-height: 14px;
	float: right;
	width: 150px;
	text-align: right;
}
#footer .f-nav ul
{
	list-style: none;
	margin: 2px 0 0;
	padding: 0;
}
#footer .f-nav li
{
	display: inline;
	padding: 0;
}
#footer .f-nav a
{
	color: #585757;
	white-space: nowrap;
}
#footer .f-nav p
{
	color: #585757;
	margin: 0;
}
/* footer end */
/* These are standard sIFR styles... do not modify */
.sIFR-flash
{
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced
{
	visibility: visible !important;
}
span.sIFR-alternate
{
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
/* sIFR-hasFlash */
.sIFR-hasFlash .navbar .title
{
	padding-top: 2px;
	height: 30px;
}
.sIFR-hasFlash .navbar h2
{
	line-height: normal;
	font-size: 22px;
	height: auto;
	overflow: hidden;
}
.sIFR-hasFlash .cta h3
{
	margin: 0;
	letter-spacing: 0;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.sIFR-hasFlash #header h3
{
	overflow: hidden;
	white-space: nowrap;
}
.sIFR-hasFlash #header h2
{
	overflow: hidden;
	white-space: nowrap;
	overflow: hidden;
}
.sIFR-hasFlash .container .title
{
	height: 30px;
	padding-top: 2px;
}
.sIFR-hasFlash .container .title h3
{
	white-space: nowrap;
	overflow: hidden;
}

/*Default Start*/
.defaultContainer
{
	list-style: none;
	padding: 0;
	margin: 20px 0;
	width: 645px;
	overflow: hidden;
}

.defaultContainer .text
{
	height: 1%;
	overflow: hidden;
	padding: 0 20px 0 2px;
}
.defaultContainer .text h1
{
	font-size: 22px;
	font-weight: normal;
	color: #ba1721;
	margin: -3px 0 0;
	position: relative;
}
.defaultContainer .text h2
{
	font-size: 20px;
	font-weight: normal;
	margin: -3px 0 0;
	position: relative;
}
.defaultContainer .text h3
{
	font-size: 14px;
	font-weight: bold;
	color: Black;
	margin: -3px 0 0;
	position: relative;
}

.defaultContainer .text p
{
	margin: 8px 0 12px;
	line-height: 20px;
}
.defaultContainer .text .red
{
	color: #a8141a;
}
.defaultContainer .img
{
	float: right;
	width: 280px;
	background: #bebdbd;
	margin-top: 2px;
}
.defaultContainer .img img
{
	display: block;
}
.defaultContainer .img em
{
	display: block;
	color: #fff;
	padding: 9px 14px;
}
.defaultContainer .text .pullquote
{
	background: transparent url(../images/YourLifestylePath/quotes.gif) 0 0 no-repeat;
	margin: 30px 0;
	width: 292px;
}
.defaultContainer .text .pullquote dt
{
	color: #444;
	font-style: italic;
	font-weight: bold;
	margin: 0 30px;
}
.defaultContainer .text .pullquote dd
{
	color: #a70019;
	font-weight: bold;
	margin: 4px 30px;
	text-align: right;
}
/*Default End*/
/*Calendar WEB begins*/
.Calendar
{
	background-image: url(../images/GroupFitnessAndPrograms/Calendar/calendarLeftBG.jpg);
	background-repeat: repeat-y;
	height: 100%;
	border-bottom: solid 1px black;
	text-align: center;
}
.CalendarLeft
{
	width: 465px;
	font-size: 9px;
}
.CalendarLeftTd
{
	width: 93px;
	text-align: center;
	vertical-align: top;
	font-size: 9px;
}
.CalendarRight
{
	width: 170px;
	font-size: 9px;
}
.CalendarWkEnd
{
	width: 170px;
}
.CalendarWkEndTd
{
	width: 85px;
	vertical-align: top;
	text-align: center;
	font-size: 9px;
}
.CalendarWhiteHdr
{
	color: White;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
.CalendarWhite
{
	color: White;
	font-size: 11px;
	text-align: left;
}
.CalendarMessage
{
	background-image: url(../images/GroupFitnessAndPrograms/Calendar/clubDetails.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	vertical-align: text-bottom;
	width: 170px;
}
.CalendarTextMonth
{
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
}
/*Calendar WEB ends*/
/*Calendar PRINT begins*/
.CalendarPrint
{
	width: 1270px;
	background-image: url(../images/GroupFitnessAndPrograms/Calendar/Print/calendarLeftBGNew.jpg);
	background-repeat: repeat-y;
	height: 100%;
	border: solid 1px black;
	border-bottom: solid 2px black;
	border-collapse: collapse;
	text-align: center;
	font-family: Tahoma;
}
.CalendarPrintInfo
{
	width: 1270px;
	background-image: url(../images/GroupFitnessAndPrograms/Calendar/Print/hdrCalendarInfo.JPG);
	background-repeat: no-repeat;
	height: 65px;
	text-align: center;
	font-family: Tahoma;
}
.CalendarPrintLeft
{
	width: 930px;
}
.CalendarPrintLeftTd
{
	width: 186px;
	text-align: center;
	vertical-align: top;
	font-size: 16px;
	font-family: Tahoma;
}
.CalendarPrintRight
{
	width: 340px;
}
.CalendarPrintWkEnd
{
	width: 340px;
}
.CalendarPrintWkEndTd
{
	width: 170px;
	vertical-align: top;
	text-align: center;
	font-size: 16px;
	font-family: Tahoma;
}
.CalendarPrintWhiteHdr
{
	color: White;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	font-family: Tahoma;
	text-align: left;
}
.CalendarPrintWhite
{
	color: White;
	font-size: 20px;
	text-align: left;
	font-family: Tahoma;
}
.CalendarPrintMessage
{
	background-image: url(../images/GroupFitnessAndPrograms/Calendar/Print/clubDetails.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	vertical-align: text-bottom;
	background-color: #56080e;
}
/*Calendar PRINT ends*/

.validation
{
	color: #a8141a;
}

/*Corp Enroll Begin*/
.Login
{
	position: relative;
	margin-left: -32px;
	color: #464748;
}
.Login .text
{
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
}
.Login h1
{
	font-size: 18px;
	font-weight: normal;
}
.Login h2
{
	padding-top: 10px;
	font-size: 26px;
	color: #78a22f;
}
.Login h3
{
	color: #c6d8a8;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
}
.Login .bg-img img
{
	overflow: hidden;
	display: block;
}
.LoginContainer
{
	position: absolute;
	padding-top: 20px;
	z-index: 2;
	top: 322px;
	left: 0px;
}
.HdrContainer
{
	padding: 110px 0 0 230px;
}
.HdrContainer p
{
	padding-left: 30px;
	font-size: 12px;
	width: 365px;
	line-height: 18px;
}
.Login-cols
{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 785px;
	overflow: hidden;
}
.Login-cols li
{
	float: left;
	padding: 20px 85px 0 88px;
	width: 183px;
}
.Login-Basic
{
	float: left;
	padding: 10px 0 0 34px;
	width: 320px;
}
.LoginLeftul
{
	list-style: none;
	line-height: 20px;
	margin-left: 0;
}
.LoginLeftul li
{
	padding: 0;
}
.btnLogin
{
	padding: 0 0 0 27px;
}
.wizTotalPrice
{
	width: 600px;
	text-align: right;
}
.wizTotalPrice span
{
	line-height: 40px;
}
.wiz-items-list
{
	list-style: none;
	padding: 0;
	margin: 0;
	width: 600px;
	overflow: hidden;
}
.wiz-items-list li
{
	float: left;
	width: 100%;
	margin-top: 28px;
}
.wiz-items-list .text
{
	height: 1%;
	overflow: hidden;
	padding: 0 20px 0 2px;
}
.wiz-items-list .text li
{
	margin: 0 0 5px 0;
}
.wiz-items-list .text h3
{
	font-size: 22px;
	font-weight: normal;
	color: #ba1721;
	margin: -3px 0 0;
	position: relative;
}
.wiz-items-list .text p
{
	margin: 8px 0 12px;
	line-height: 20px;
}
.wiz-items-list .right
{
	float: right;
	width: 275px;
	margin-top: 2px;
}
.wiz-items-list .right h3
{
	font-size: 22px;
	font-weight: normal;
	color: #ba1721;
	margin: -3px 0 0;
	position: relative;
}
.wiz-items-list .right img
{
	display: block;
}

.wiz-items-list .img
{
	float: right;
	width: 250px;
	background: #bebdbd;
}
.wiz-items-list .img img
{
	display: block;
}
.wiz-items-list .img span
{
	color: White;
	padding-left: 10px;
}
.wiz-items-list .img em
{
	display: block;
	color: #fff;
	padding: 9px 14px;
}
.wizMap
{
	width: 250px;
	height: 195px;
	position: absolute;
}
.wizMapContainer
{
	width: 250px;
	height: 195px;
}

.emailVerification
{
	position: relative;
	width: 350px;
	margin: 0 auto;
	text-align: center;
	padding-top: 50px;
}
.inputControls
{
	font-size: 12px;
	width: 175px;
	height: 16px;
}
.inputDiv
{
	padding-bottom: 17px;
}
.inputDivLogin
{
	padding-bottom: 20px;
}
.inputControlsSmall
{
	font-size: 12px;
	width: 50px;
	height: 16px;
}
.inputDivSmall
{
	float: left;
}
.ddlSm
{
	width: 57px;
}
.ddlMed
{
	width: 70px;
}
.ddlLarge
{
	width: 181px;
}
.inputControlsMed
{
	font-size: 12px;
	width: 100px;
	height: 16px;
}
.inputDivMed
{
	float: left;
	padding-right: 18px;
}
.inputDivMedLogin
{
	float: left;
	padding-right: 16px;
}
.inputLoginSmall
{
	font-size: 12px;
	width: 75px;
	height: 16px;
}
.ddlLoginSm
{
	margin-top: 1px;
	width: 82px;
}
.hidden
{
	display: none;
}
.visible
{
	display: inline;
}
.wizCorpEnroll
{
	margin: 0;
	width: 648px;
	overflow: hidden;
	margin-top: 28px;
}
.wizCorpEnroll p
{
	margin: 8px 0 12px;
	line-height: 20px;
}
.wizContainer
{
	width: 648px;
	margin: 0 auto;
}
.wizCorpEnroll h1
{
	font-size: 20px;
	margin-bottom: 5px;
	font-weight: normal;
	position: relative;
}
.wizCorpEnroll h2
{
	font-weight: normal;
	padding-left: 10px;
	font-size: 12px;
}
.wizCorpEnroll h3
{
	font-size: 22px;
	font-weight: normal;
	color: #ba1721;
	position: relative;
}
.wizFeaturedItems
{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 600px;
	overflow: hidden;
}
.wizFeaturedItems li
{
	float: left;
	padding: 10px;
	margin-top: 0;
}
.CorpEnrollMap
{
	margin: 0;
	width: 540px;
	height: 420px;
	overflow: hidden;
	margin-top: 28px;
}
.wizBtnMap
{
	padding-left: 10px;
}
.div600
{
	background-image: url(../images/div600.png);
	background-repeat: repeat-x;
	width: 600px;
	height: 1px;
	margin: 10px 0;
}
.divFull
{
	background-image: url(../images/divFull.png);
	background-repeat: repeat-x;
	width: 648px;
	height: 1px;
}
.bgGray
{
	background-color: #f2f2f2;
	height: 185px;
}
.MemTypeText
{
	font-size: 11px;
	line-height: 14px;
}
.finetext
{
	font-style: italic;
	font-size: 11px;
	padding: 4px 0 0 6px;
}

.keytagChoose
{
	font-weight: bold;
	font-size: 12px;
	color: #444444;
}
.wizInputContainer
{
	position: relative;
	left: 0px;
	top: 0px;
}
.wizInputContainer-cols
{
	list-style: none;
	margin: 0;
	padding: 15px 0 25px 0;
	width: 600px;
	overflow: hidden;
}

.wizInputContainer-cols li
{
	float: left;
	padding-left: 80px;
	overflow: hidden;
}
.inputLeft
{
	float: left;
	overflow: hidden;
	width: 300px;
}
.inputLeftControls
{
	padding-left: 85px;
}
.inputRightControls
{
	padding-left: 25px;
}
.inputRight
{
	float: left;
	overflow: hidden;
	width: 300px;
}
.wizIndent
{
	padding: 0 50px;
}



/* Default CSS
================================================*/
/* Basic styling, used when JavaScript is unsupported */
.cbb
{
	margin: 1em 0;
	padding: 0 10px;
	border: 1px solid #666;
	background: #fff;
}
.cbb h1
{
	margin: 0 -10px;
	padding: 0.3em 10px;
	background: #efece6;
	font: bold 1.2em/1 Arial, Helvetica, sans-serif;
}

/* Normal styling */
.cb
{
	margin: 0.5em 0;
}
/* Top corners and border */
.bt
{
	height: 17px;
	margin: 0 0 0 18px;
	background: url(../images/softBox/box.png) no-repeat 100% 0;
}
.bt div
{
	position: relative;
	left: -18px;
	width: 18px;
	height: 17px;
	background: url(../images/softBox/box.png) no-repeat 0 0;
	font-size: 0;
	line-height: 0;
}

/* Bottom corners and border */
.bb
{
	height: 14px;
	margin: 0 0 0 12px;
	background: url(../images/softBox/box.png) no-repeat 100% 100%;
}
.bb div
{
	position: relative;
	left: -12px;
	width: 12px;
	height: 14px;
	background: url(../images/softBox/box.png) no-repeat 0 100%;
	font-size: 0;
	line-height: 0;
}

/* Left border */
.i1
{
	padding: 0 0 0 12px;
	background: url(../images/softBox/borders.png) repeat-y 0 0;
}
/* Right border */
.i2
{
	padding: 0 12px 0 0;
	background: url(../images/softBox/borders.png) repeat-y 100% 0;
}
/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3
{
	display: block;
	margin: 0;
	padding: 1px 10px;
	background: #fff;
}
/* Make the content wrapper auto clearing so it will contain floats (see http://positioniseverything.net/easyclearing.html). */
.i3:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.i3
{
	display: inline-block;
}
.i3
{
	display: block;
}

/* Just a bit of styling for this example. Adjust as you wish. */
.cb h1
{
	margin: 0 -10px;
	padding: 0.3em 10px;
	background: #efece6;
	font: normal 1.2em/1 Arial, Helvetica, sans-serif;
}

.cb h2
{
	padding: 0;
	margin: 0;
	font-size: 18px;
}
/* Default CSS ends here */

/*Corp Enroll End*/
/* New Header for social icons */

.socialicons
{
	margin-top: 11px;
	width: 370px; /*the following line is different in the lt7.css and subpagelt7.css*/
	margin-left: -115px;
}

.h-cols
{
	margin-left: -35px;
}


.h-cols .img
{
	margin-left: -5px;
}

/* End New Header for social icons */
