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

html {
	background: url(images/bg.gif) repeat-x top center #3d2c2a;
}

body {
	background: url(images/bg-y.gif) repeat-y top center;
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #342c25;
}

a,
a:link,
a:visited {
	color: #342c25;
	text-decoration: underline;
}

/* *** globals *** */
#x-bg {
	background: url(images/bottom-x.gif) repeat-x bottom left;
}
#wrapper {
	background: url(images/sides.gif) no-repeat top center;
	width: 1104px;
	margin: 0 auto;
	position: relative; left: -1px;
}
#bottom {
	background: url(images/bottom.gif) no-repeat bottom center;
}
h1 {
	background: url(images/header.png) no-repeat top center;
	height: 125px;
	margin: 0 auto;
	width: 962px;
	text-indent: -9999px;
}
#content {
	background: url(images/main.gif) repeat-y top center;
	width: 962px;
	margin: 0 auto;
	padding-bottom: 25px;
	position: relative;
}
#top {
	background: url(images/top.gif) no-repeat top center;
	height: 202px;
	padding-top: 41px;
}
	#top h2 {
		background: url(images/headline.gif) no-repeat top center;
		height: 77px;
		margin: 0 auto;
		text-indent: -9999px;
		width: 743px;
	}
.spacer {
	margin: 0 auto;
	margin-top: -35px;
	width: 700px;
}

p {
	line-height: 160%;
	margin-bottom: 25px;
}
.aligncenter {
	text-align: center;
}

h3 {
	font-size: 26px;
	text-align: center;
	margin-bottom: 25px;
}
.red {
	color: #bd0000;
}

h4 {
	font-size: 18px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
h5 {
	font-size: 16px;
	margin-bottom: 5px;
}

/* *** content *** */

/* stop wasting */
#stopwasting {
	font-size: 27px;
	margin-bottom: 25px;
	text-align: center;
	text-transform: uppercase;
}
	#stopwasting span {
		background: url(images/stopwasting.gif) no-repeat center center;
		display: block;
		height: 20px;
		margin-bottom: 8px;
		text-indent: -9999px;
	}
	#stopwasting strong {
		background: url(images/yesfinally.gif) no-repeat top center;
		display: block;
		height: 22px;
		margin-top: 16px;
		text-indent: -9999px;
	}

/* do the talking */
.dothetalking {
}
	.dothetalking span {
		background: url(images/dothetalking.gif) no-repeat center left;
		display: block;
		height: 19px;
		margin-bottom: 15px;
		text-indent: -9999px;
	}
	
/* testimonials */
h4.testimonial {
	background: url(images/testimonial_h4.gif) no-repeat center left;
	height: 14px;
	margin-left: 9px;
	text-indent: -9999px;
	margin-bottom: 15px;
}
div.testimonial {
	margin: 0 auto;
	margin-bottom: 20px;
	width: 695px;
}
	.testimonial p {
		margin-bottom: 0;
	}
	.testimonial blockquote {
		padding: 0; margin: 0;
		padding: 15px;
		background: url(images/testimonial.gif) no-repeat top #6F6356;

	}
	.testimonial p.who {
		background: url(images/testimonial_bottom.gif) repeat-x bottom left;
		color: #f4f3f3;
		font-size: 18px;
		font-weight: bold;
		height: 50px;
		line-height: 50px;
	}
	.testimonial .left {
		background: url(images/testimonial_left.gif) no-repeat bottom left;
		display: block;
		float: left;
		height: 50px;
		margin-right: 15px;
		width: 4px;
	}
	.testimonial .right {
		background: url(images/testimonial_right.gif) no-repeat bottom right;
		display: block;
		float: right;
		height: 50px;
		width: 161px;
	}
	
/* arrowed lis */
.arrowlist {
	margin-bottom: 25px;
}
	.arrowlist li {
		background: url(images/arrow.gif) no-repeat center left;
		margin-left: 15px;
		margin-bottom: 7px;
		padding-left: 20px;
	}
	
/* life change */
#lifechange {
	background: url(images/lifechange.gif) no-repeat center left;
	height: 19px;
	margin-bottom: 65px;
	text-indent: -9999px;
}

/* disc list */
.disclist {
	position: relative;
}
.disclist li {
	margin-left: 25px;
	margin-bottom: 5px;
	list-style: disc outside;
}

/* *** order div *** */
#order {
	background: url(images/order_back.gif) no-repeat top center;
	margin-top: -35px;
	padding-top: 70px;
	position: relative;
	z-index: 1;
}
#order h3 {
	background: url(images/secure.gif) no-repeat top center;
	height: 38px;
	margin-bottom: 10px;
	text-indent: -9999px;
}
.orderGo {
	background: url(images/order.gif) no-repeat center center;
	display: block;
	height: 149px;
	width: 271px;
	margin: 0 auto;
	margin-bottom: 26px;
	text-indent: -9999px; outline: none;
}
.nofees {
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 30px;
}
	.nofees span {
		background: url(images/nobrainer.gif) no-repeat top center;
		display: block;
		height: 22px;
		margin-top: 6px;
		text-indent: -9999px;
	}
	
/* *** footer *** */
.footer {
	background: url(images/footer.png) no-repeat bottom center #2a271f;
	height: 127px;
	margin: 0 auto;
	margin-top: 100px;
	width: 960px;
}
	.footer ul {
		padding: 20px;
		text-align: center;
	}
		.footer li {
			display: inline;
			list-style: none outside;
			margin: 0 20px;
		}
			.footer li a {
				font: normal 15px georgia;
				color: #eae4e4;
				font-style: italic;
				text-decoration: none;
			}
				.footer li a:hover {
					color: #f3cd6e;
				}
				.footer li a:hover span {
					border-bottom: 1px solid #4e4d43;
				}
		.toTop {
			float: right;
			margin-left: 0 !important;
			position: relative; left: -57px;
		}
			.toTop a {
				background: url(images/toTop.gif) no-repeat 100% 9px;
				padding-right: 15px;
			}