/*global*/

html, body {
	height: 100%;
	font: 12px Arial, Helvetica, Verdana, sans-serif;
	background: #79B5D1 url(../../images/bg.jpg) repeat-x top;
	color: #444;
}

body, h1, h3, p {
	padding: 0;
	margin: 0;
}

.wrap {
	background: #FFF;
	height: auto;
	margin: 0 auto;
	width: 900px;
}

.top-wrap {
	background: #FFF;
	height: 66px;
	margin: 0 auto;
	position: relative;
	width: 900px;
}

.content-wrap {
	padding: 30px;
}

td {
	
}

#nojs {
	background: #f93;
	padding: 5px 0;
	color:#FFF;
}

a:link, a:visited {
	color: #5275b4;
	font-weight: bold;
	outline: none;
}

a:hover, a:active {
	color: #849cc9;
}

#logo {
	left: 0;
	position: absolute;
	top: 4px;
}

#menu {
	position: absolute;
	right: 0;
	top: 17px;
}
	
ul {
	
	
}

li {
	display: inline;
	padding: 5px;
}

.prev {
	float: left;
	margin: 20px 0 0 0;
}

.next {
	float: right;
	margin: 20px 0 0 0;
}

#menu {
	margin: 0 auto;
}

#header {
	height: 250px; 
	width: 900px;
	background: url(../../images/header-graphic.jpg) top no-repeat;
	position: relative;
	margin: 0;
}

#card-overlay {
	background: url(../../images/card-overlay.png) no-repeat top;
	height: 300px;
	position: absolute;
	top: -10px;
	width: 467px;
	z-index: 99;
}

#sub-nav {
	background: url(../../images/actions-bg.jpg) no-repeat top;
	height: 109px;
	position: relative;
	width: 100%;
}

#content, #ads {
	clear: both;
}

#display {
}

h2, h3, p, ul {
	margin: 0;
	padding: 10px;
	font-weight: normal;
	list-style: none;
}

h2 {
	font-size:20px;
	/*color:#1b6ec5;*/
	color:#666666;
	margin-bottom:10px;
}

h3 {
	font-size:16px;
}


p.indent {
	margin-left: 20px;
}

hr {
	color:#666666;
}

#pricing-plot-container {
	position: relative;
}

#order-now-container {
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 130px;
	text-align: left;
	top: 10px;
	width: 129px;
}

#order-now-container img {
	margin: 0 0 18px 0;
}

#order-now-container img:hover {
	opacity: .7;
	-moz-opacity: .7;
	filter:alpha(opacity=70);
}

#not-sure-container {
	margin: 10px 0 20px 310px;
}

#not-sure-container img:hover {
	opacity: .7;
	-moz-opacity: .7;
	filter:alpha(opacity=70);	
}

#orderform {
	height: auto;
	clear: both;
	margin: 10px 0 15px 0;
	padding: 5px;
	border: 2px solid #d7d7d7;
	background-color: #e4e4e4;
}

#resellerforms {
	height: auto;
	clear: both;
	margin: 10px 0 15px 0;
	padding: 5px;
	border: 2px solid #d7d7d7;
	background-color: #e4e4e4;
}

#mockup {
	width: 700px;
	height: auto;
	margin: 5px auto 5px auto;
	text-align: center;
	
}

#alt-content {
	height: auto;
	clear: both;
	margin: 0 0 0 0;
	padding: 5px;
	border: 2px solid #d7d7d7;
	background-color: #e4e4e4;
}

#ssp {
	width: 532px;
	height: 210px;
	margin: 5px auto 5px auto;
}



#page7 {
	padding: 5px;
	border: 2px solid #d7d7d7;
	background-color: #e4e4e4;	
}

#page8 p {
	text-align:left;
	padding-left: 20px;	
	margin-top: 0px;
}

#page8 h2 {
	text-align:left;
	padding-left: 10px;
	margin-bottom: 5px;	
}

#page8 span.q {
	text-align:left;
	margin-bottom: 0px;
	font-weight:bold;
}

#footer {
	color: #FFF;
	font-weight: bold;
	height: auto;
	width: 900px;
	margin: 20px auto;
	text-align:center;
	/*background-color: #666666;*/
	/*border-top: 1px solid #222;
	border-bottom: 1px solid #222;*/
}

#footer img {
	border: 0;
	margin-left: 10px;
}

img {
 border: 0;
}

#page2, #page3, #page4, #page5, #page6, #page7, #page8 {
	display: none;
}

#watch-video {
	position: relative;
}

#watch-video-tag {
	background: url(../../images/watch-video-tag.png) no-repeat top;
	height: 200px;
	position: absolute;
	right: -29px;
	top: 0px;
	width: 200px;
}

/* =========== */
/* ! BUTTONS   */
/* =========== */

.button {	
	border: 0px none;	
	display: block;
	float: left;
	font-family: Arial, sans-serif;
	font-size: 12px;
	background: url("../../images/btn-left.png") no-repeat left top;
	line-height: 18px;
	margin: 0px 2px 0px 2px;
	padding: 0 0 0 24px;
	text-transform: uppercase;
}
.button a {
	color: #FFF;
	float: left;
	display: block;
	background: url("../../images/btn-right.png") no-repeat right top;
	line-height: 18px;
	padding: 10px 24px 13px 0px;
	text-decoration: none;
	font-weight: bold;
	text-shadow: 0px 1px 1px #FFD883;
}

.button:hover {
	background: url("../../images/btn-left.png") no-repeat left top;
	border: 0px none;
}

.button a:hover {
	background: url("../../images/btn-right.png") no-repeat right top;
	border: 0px none;
	color: #000;
}

#how-it-works-btn {
	background-image: url(../../images/how-it-works-btn.png);
	background-position: 0 0;
	display: block;
	height: 109px;
	left: 11px;
	position: absolute;
	text-decoration: none;
	top: 0;
	width: 306px;
}

#how-it-works-btn:hover { 
	background-position: 0 -95px; 
}

#how-it-works-btn:active {
	background-position: 0 -188px; 
}

#how-to-use-btn {
	background-image: url(../../images/how-to-use-btn.png);
	background-position: 0 0;
	display: block;
	height: 109px;
	left: 306px;
	position: absolute;
	text-decoration: none;
	top: 0;
	width: 288px;
}

#how-to-use-btn:hover { 
	background-position: 0 -95px; 
}

#how-to-use-btn:active {
	background-position: -1px -189px; 
}

#what-it-costs-btn {
	background-image: url(../../images/what-it-costs-btn.png);
	background-position: 0 0;
	display: block;
	height: 109px;
	left: 594px;
	position: absolute;
	text-decoration: none;
	top: 0;
	width: 288px;
}

#what-it-costs-btn:hover { 
	background-position: 0 -95px; 
}

#what-it-costs-btn:active {
	background-position: 0 -188px; 
}

/* ================== */
/* ! SPECIAL STYLES   */
/* ================== */

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}


/* ================== */
/* ! Pink Banner  */
/* ================== */

#pink-banner {
	width: 820px;
	height:auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;
	padding: 10px;
	clear: both;
	background-color: #DD6D5B;
	background-image: url(../../images/helpmendaheart-bg.jpg);
	background-repeat: no-repeat;
}

#pink-banner h1 {
	font-size:30px;
	/*color:#1b6ec5;*/
	color:#fefefe;
}

#pink-banner h3 {
	font-size: 16px;
	color:#fefefe;
	margin: 0px;
	padding: 0px;
}

#pink-banner p {
	margin: 0px;
	padding: 0px;
	color:#fefefe;
}

/*#helpmendaheart a:link, a:visited {
	color: #fefefe;
	font-weight: bold;
	outline: none;
}

#helpmendaheart a:hover, a:active {
	color: #efefef;
}*/



