/*
 * Global Styling
---------------------------------------*/
div, span, a, img {
	padding: 0;
	margin: 0;
	border: 0;
	border-collapse: collapse;
}

.pad10 {padding:10px;}
.pad10tb {padding:10px 0;}
.pad10t {padding-top:10px}
.pad10b {padding-bottom:10px;}
.pad10lr {padding:0 10px;}
.pad10l {padding-left:10px;}
.pad10r {padding-right:10px;}
.pad20 {padding:20px;}
.pad20tb {padding:20px 0}
.pad20t {padding-top:20px;}
.pad20b {padding-bottom:20px;}
.pad20lr {padding:0 20px;}
.pad20l {padding-left:20px;}
.pad20r {padding-right:20px;}

.mara {margin:auto;}
.mar10 {margin:10px;}
.mar10tb {margin:10px 0;}
.mar10t {margin-top:10px;}
.mar10b {margin-bottom:10px;}
.mar10lr {margin:0 10px;}
.mar10l {margin-left:10px;}
.mar10r {margin-right:10px;}
.mar20 {margin:20px;}
.mar20tb {margin:20px 0;}
.mar20t {margin-top:20px;}
.mar20b {margin-bottom:20px;}
.mar20lr {margin:0 20px;}
.mar20l {margin-left:20px;}
.mar20r {margin-right:20px;}

.w50 {width: 45%;}
.w25 {width: 25%;}
.w75 {width: 75%;}
.w33 {width: 33.3%}

.tal {text-align:left}
.tac {text-align:center}
.tar {text-align:right}

.emphasize {
	font-weight: bold;
}
.orange {
	color: #E79F4A !important;
}
.blue {
	color: #2293BF !important;
}
a, a:active, a:visited {
	color: #2293BF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul.nostyle, ul.nostyle li {
	margin: 0;
	padding: 0;
}
ul.nostyle li {
	 list-style: none;
}

/* Clearing floats */
.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End Clearing floats */

/* Videos */
#mediaspace {

}
#mediaspace:focus {
	outline:none;
}

/* Forms */
input[type=text], input[type=email], input[type=phone], select {
	border: 1px solid #ccc;
	width: 200px;
	font-size: 14px;
	padding: 2px;
}
textarea, select{
	border: 1px solid #ccc;
}

/*
 * Home Page
---------------------------------------*/
#home-banner {
	background: transparent url(../images/home-banner.jpg) no-repeat left top;
	width: 840px;
	height: 329px;
	margin: -13px 0 0 -20px;
	overflow: visible;
	position:relative;
}
	#menwomenlinks {
		height: 264px;
		position:relative;
	}
	a#formen, a#forwomen {
		position:absolute;
		display:block;
		width: 226px;
		height: 66px;
		right: 0;
	}
	a#formen {
		background: transparent url(../images/formen.jpg) no-repeat left top;
		top: 0;
	}
	a#forwomen {
		background: transparent url(../images/forwomen.jpg) no-repeat left top;
		top: 75px;
	}
	a#formen:hover, a#forwomen:hover {
		background-position: bottom;
	}
	.bannerquote div{
		padding: 7px 0 7px 100px;
	}
	
#home-thirds {
	padding: 35px 40px 10px 40px;
}
	#home-thirds .third {
		display:block;
		width: 210px;
		padding-top: 175px;
		float:left;
	}
	#home-thirds .third-text {
		display:block;
		padding: 0 10px 0 35px;
		height: 100px;
		line-height: 18px;
		text-indent: 25px;
	}
	#home-thirds .more-button {
		float:right;
	}
	#success-third {
		background: transparent url(../images/home-success.jpg) no-repeat left top;
	}
	#live-third {
		background: transparent url(../images/home-live-the-life.jpg) no-repeat left top;
		margin-left: 45px;
	}
	#event-third {
		background: transparent url(../images/home-event.jpg) no-repeat left top;
		margin-left: 45px;
	}

/*
 * Sidebar Items
--------------------------------------------*/
#left-quote {
	background: transparent url(../images/quote-bg.jpg) no-repeat left top;
	padding: 22px 16px 0;
	margin-top: 25px;
	font-size: 15px;
	line-height: 25px;
}

/*
 * For Men/Women Pages
---------------------------------------------*/
.for-men-women {
	float:left;
	display:block;
	width: 197px;
	margin-left: 80px;
	text-align:center;
}
.for-men-white, .for-women-white, .for-men-order, .for-women-order {
	display:block;
	width: 197px;
	height: 58px;
	margin-bottom: 10px;
}
.for-men-white {
	background: transparent url(../images/for-men-white.jpg) no-repeat left top;
}
.for-women-white {
	background: transparent url(../images/for-women-white.jpg) no-repeat left top;
}
.for-men-order {
	background: transparent url(../images/for-men-order.jpg) no-repeat left top;
}
.for-women-order {
	background: transparent url(../images/for-women-order.jpg) no-repeat left top;
}
.for-men-side, .for-women-side {
	width: 150px;
	height: 44px;
	display:block;
}
.for-men-side {
	background: transparent url(../images/for-men-white-sm.jpg) no-repeat left top;
}
.for-women-side {
	background: transparent url(../images/for-women-white-sm.jpg) no-repeat left top;
}
a.for-men-white:hover, a.for-women-white:hover, a.for-men-order:hover, a.for-women-order:hover, a.for-women-side:hover, a.for-men-side:hover {
	background-position:bottom;
}

/* Success Stories
 * 
-------------------------------------------*/
#before-after {
	width: 460px;
	height: 460px;
}
#before-after img {
	width: 460px;
	height: 460px;
}


/****************************

NEW CALL TO ACTION FRONT PAGE BUTTON

****************************/

.callToAction{
	width:823px;
	height:158px;
	background-image:url(../images/seven-day-challenge-action.jpg);
	padding-top:55px;
}

.callToAction h3, .callToAction p{
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	width:550px;
	float:right;
	color:#fff;
	font-size:18px;
	margin:0;
}
.callToAction strong{
	color:#E39F4E;
}

.callToAction p{
	font-size:15px;
	margin:10px 0 10px 0;
}

/*Random*/
.cssCenter{
	display:block;
	margin:0px auto;
}

/***********************/
ul#navlist, ul#navlist ul {
	color: #000;
	margin: 0;
	padding: 0;
	background-image:url(../images/navbkgd.gif);
	background-repeat:repeat-x;
	clear:both;
	padding-top:8px;
	list-style:none;
}
ul#navlist ul{
	border-top:1px solid #969696;
	margin-top:47px;
	padding:0;
	clear:left;
	position: absolute;
	width: 101px;
	left: -999em;
	height:auto;
	z-index:99;
	font-size:0.8em;
}
#navlist li:hover ul {
	left: auto;
}
ul#navlist li {
	float:left;
	padding:0;
	margin:0;
}

ul#navlist li a {
	color: #333;
	text-decoration: none;
	float: left;
	font-size: 2em;
	padding:12px 10px 14px 10px;
	border-right: 1px solid #969696;
	font-family: "Gotham Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
ul#navlist ul li a {
	font-size: 1.7em;
	padding:5px 10px 5px 10px;
	width:160px;
	background-color:#ccc;
	border-bottom:1px solid #969696;
	border-left:1px solid #969696;
}
ul#navlist li a:hover {
	color: #fff;
	background-image: url(../images/nav-over-bg.jpg);
}

.titlebar{
	display:none;
}

.floatright{
	float:right;
}
.floatleft{
	float:left;
}



