@charset "UTF-8";
/* CSS Document */

body {
	padding: 0px;
	margin-top: 25px;
}

img {
	border: 0px;
}

.clear {
	clear: both;
}

.pageWrapper {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}

.navWrapper {
	height: 20px;
	width: 910px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	text-align: center;
}

.headerWrapper {
	background-image: url(../images/index-header.jpg);
	width: 940px;
	height: 206px;
	margin-bottom: 15px;
}

.storeWrapper {
	width: 940px;
	height: 802px;
	margin-bottom: 15px;
}

.indexProductBadgeWrapper {
	width: 940px;
	height: 385px;
	margin-bottom: 15px;
}

.indexPhotoLink {
	display: inline;
	margin-left: 13px;
	margin-top: 9px;
	padding-bottom: 10px;
}

.indexLogoLink {
	display: inline;
	margin-left: 50px;
	margin-top: 12px;
}

.controlItBadge {
	background-image: url(../images/indexbadge-controlit.jpg);
	background-repeat: no-repeat;
	display: inline;
	width: 300px;
	height: 385px;
	float: left;
}

.healthyHeartsBadge {
	background-image: url(../images/indexbadge-healthyhearts.jpg);
	background-repeat: no-repeat;
	display: inline;
	width: 300px;
	height: 385px;
	margin-left: 20px;
	margin-right: 20px;
	float: left;
}

.bioDetoxBadge {
	background-image: url(../images/indexbadge-biodetox.jpg);
	background-repeat: no-repeat;
	display: inline;
	width: 300px;
	height: 385px;
	float: left;
}

.subContentWrapper {
	width: 940px;
	height: 174px;
	margin-bottom: 15px;
}

.corporateWellnessBadge {
	background-image: url(../images/indexbadge-corporatewellness.jpg);
	background-repeat: no-repeat;
	display: inline;
	width: 380px;
	height: 174px;
	float: left;
}

.newsletterSignUp {
	background-image: url(../images/newsletter-bg.jpg);
	background-repeat: no-repeat;
	display: inline;
	width: 220px;
	height: 174px;
	float: left;
	margin-left: 20px;
}

.footerWrapper {
	border-top: 1px solid #999;
	width: 940px;
	padding-top: 10px;
}

.copyright {
	width: 300px;
	float: left;
	display: inline;
}

.footerNav {
	width: 300px;
	float: left;
	margin-left: 20px;
}

.footerDisclaimer {
	width: 300px;
	float: left;
	margin-left: 20px;
}
	
	