@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-color: #000;
	background-image: url(../images/bkg-body.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
body,td,th {
	color: #000000;
}
p{
	text-align: left
}
p.mainText span{
	background-color: #fcee21;
}
a:link, a:visited, a:active {
	color: #000;
}
a:hover {
	color: #000;
}
img {
    margin: 0px;
	padding: 0px;
	border: none;
}
a:hover {
	color: #5e6166;
}
ul {
	list-style-type: none;
	text-align: left;
	width: 400px;
	font-size:14px;
	margin-top:40px;
	margin-left:-20px
}

li{
	padding:0 20px 20px 0;
	}

#arrow{
	background-image: url(../images/li-arrow.gif);	
	background-repeat: no-repeat;
	width:42px;
	height:42px;
	float:left;
	padding-right:20px;
}
#clipboard{
	background-image: url(../images/li-clipboard.gif);	
	background-repeat: no-repeat;
	width:42px;
	height:60px;
	float:left;
	padding-right:20px;
}
#chart{
	background-image: url(../images/li-chart.gif);	
	background-repeat: no-repeat;
	width:42px;
	height:60px;
	float:left;
	padding-right:20px;
}

#bkg-overlay {
	width: 100%;
	height: auto;
	min-height: 421px;
	background-image: url(../images/bkg-overlay.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
#page-wrapper {
	width: 970px;
	height: auto;
	display: block;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	background-color: #fff;
}

#header-container {
	width: 100%;
	height: 421px;
	background-image: url(../images/bkg-header-left.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
#header-sub-container {
	margin-left: 532px;
	width: 438px;
	height: 421px;
	background-image: url(../images/bkg-header-right.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
#header-form-container {
	padding-top: 258px;
	font-size: 11px;
	font-weight: bold;
	color: #65626d;
}
#captureForm {
	padding-left: 10px;
	margin-right:20px;
	margin-left:10px;
}

#captureForm td{
	padding: 0 0 20px 0;
}

a#submitButton {
	width: 215px;
	height: 34px;
	background-image: url(../images/button-find-out-how.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
	display: block;
}
a:hover#submitButton {
	background-position: 0 -34px;
}
a:active#submitButton {
	background-position: 0 -68px;
}
#submitButton span {
	display: none;
}
#loadingGraphic {
	display: none;
}

.inputStyle {
	width: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #65626d;
	padding: 3px 2px;
}
.inputStylePhone {
	width: 27px;
}
.inputStylePhone2 {
	width: 35px;
}

#content-container {
	width: auto;
	height: auto;
	min-height: 118px;
	background-image: url(../images/bkg-content.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: -15px;
}

#footer-container {
	width: 970px;
	height: 113px;
	background-image: url(../images/footer.gif);
	background-repeat: repeat-x;
	background-position: top;
	display: block;	
}

#content-left-container {
	margin-right: 480px;
	padding: 0 40px 40px 40px;
}
#content-left-container li{
	list-style-image:url(../images/bullet.gif);
}
#content-right-container {
	float: right;
	width: 480px;
}

#video-wrapper {
	border: 2px solid #65626d;
	width: 350px;
	height:270px;
	padding-top: 20px;
	
}

#video-sub-wrapper {
	width: 314px;
	height: 250px;
	border-width: 1px;
	border-color: #679712;
	border-style: solid;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	color: #689715;
	font-size: 24px;
	text-align: center;
	padding-top:20px;
}
h1 span {
	color: #000;
	text-transform: uppercase;
	font-weight: boldest;
}
h2 {
	color: #65626d;
	font-size: 16px;
	text-align: center;
	padding-bottom: 20px;
	margin-top: -15px;
}
h2 span {
	color: #000;
	text-transform: uppercase;
	font-weight: boldest;
}
h3 {
	color: #65626d;
	font-size: 22px;
	text-align: center;
}
h3 span {
	text-decoration: underline
}

h4 {
	color: #000;
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
}
h5 {
	color: #000;
	font-size: 18px;
	text-align: left;
	margin-top: 15px;
}
h6{
	color: #000;
	font-size: 18px;
	text-align: center;
}
h6.h7{
	font-size:13px;
	padding:10px;
	color:#666;
	font-weight:normal;
	text-align:center;
}

#grocery-list-container {
	width: 427px;
	height: 509px;
	display: block;
	background-image: url(../images/grocery-list.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.graph-headline {
	color: #689715;
	font-size: 24px;
	text-align: center;
	font-weight:bold;
	padding-bottom:10px;
}
.graph-subheadline {
	color: #000;
	font-size: 16px;
	text-align: center;
	padding:0px;
}
.graph-subheadline span{
	color: #000;
	font-size: 18px;
	text-align: center;
	font-weight:bold;
	padding:0px;
}
#graph {
	background-image:url(../images/graph.jpg);
	width:424px;
	height:153px;
	background-repeat:no-repeat;
	background-position: center top;
	padding:5px 0;
}
.sample {
	padding-top:62px;
	font-size:13px;
}
#savings-guarantee-container {
	background-color: #eef4f8;
	border: 2px solid #65626d;
	width:380px;
	padding: 0 15px 10px ;
	text-align:left;
	font-size: 12px;
}

#privacyPolicy{
	font-size: 9px;
}

ul#testimonials{
	margin-left:-20px;
	width:430px;
	color: #65626d;
	font-size: 13px;
	text-align:justify;

}

ul#testimonials li div{
	text-align: right;
	color: #679712
}
	
span{
	text-align: right;
}
	
#testimonial1{
	background-image: url(../images/testimonial-1.jpg);
	background-repeat: no-repeat;
	width:129px;
	height:91px;
	float:left;
	padding-right:20px;
}

#testimonial2{
	background-image: url(../images/testimonial-2.jpg);
	background-repeat: no-repeat;
	width:129px;
	height:91px;
	float:left;
	padding-right:20px;
}
#success-header-container {
	width: 100%;
	height: 421px;
	background-image: url(../images/success-bkg-header-left.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
#success-header-sub-container {
	margin-left: 532px;
	width: 438px;
	height: 421px;
	background-image: url(../images/success-bkg-header-right.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

#success-video-wrapper {
	border: 2px solid #65626d;
	width: 720px;
	height:500px;
	padding-top: 20px;
	
}

#success-video-sub-wrapper {
	width: 680px;
	height: 480px;
	border-width: 1px;
	border-color: #679712;
	border-style: solid;
	margin-left: auto;
	margin-right: auto;
}
.success-content {
	width:780px;
}


a#joinButton {
	width: 215px;
	height: 34px;
	background-image: url(../images/button-join-now.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
	display: block;
}
a:hover#joinButton {
	background-position: 0 -34px;
}
a:active#joinButton {
	background-position: 0 -68px;
}
#joinButton span {
	display: none;
}