@charset "utf-8";
/* Relationship Bonding - main_style.css */

/* html, body, #main */
html, body, #main {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

html>body, html>body #main {
	height: auto;
}

body {
	margin: 0;
	background: #c3c4c5;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

#main {
	width:797px;
	margin:auto;
	background:#fff;
}

.clearer:after {
	content: "Clear DIV";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

br {
	line-height:10px;
}

a img {
	border:none;
}

a {
	color:#ab2e00;
}

form {
	margin:0px;
	padding:0px;
	width:100%;
}

input, textarea, select {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	border:1px solid #CCCCCC;
	margin:2px 0px;
	padding:1px 2px;
	*margin:1px 0px;
	*padding:1px 2px;
	background:#FFFFFF;
}

map {
	margin:0px auto;
	padding:0;
}

td {
	height:12px;
	margin:0px;
	padding:0px;
}

p {
	padding:0;
	margin:10px 0px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:32px;
	color:#ff0000;
	text-align:center;
	margin:15px 0px 10px 0px;
	letter-spacing:-2px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	color:#ff0000;
	text-align:center;
	margin:30px 0px 30px 0px;
	letter-spacing:-2px;
}

h3 {
	font-size:24px;
	color:#000;
	text-align:center;
	margin:10px 0px 5px 0px;
	letter-spacing:-1px;
}

h4 {
	font-size:18px;
	color:#000;
	text-align:center;
	margin:5px 0px 0px 0px;
	letter-spacing:0px;
}

h5 {
	font-size:18px;
	color:#ff0000;
	text-align:center;
	margin:0px 0px 10px 0px;
	letter-spacing:-1px;
}

/* header */
#header {
	width:797px;
	height:166px;
	margin:0px;
	padding:0px;
}

/* content */
#content {
	background:#FFF;
}

/* footer */
#footer {
	width:797px;
	height:128px;
	padding-top:30px;
	background:url('../img/sq_footer_bg.jpg') no-repeat;
	color:#fff;
	font-weight:bold;
	text-align:center;
}

/* footer links */
#footer_links {
	margin-top:45px;
	font-size:13px;
	font-weight:normal;
	color:#ab2e00;
}

/* optin box */
#optin_box {
	width:214px;
	height:295px;
	background:url('../img/sq_optin_bg.jpg') no-repeat;
	margin-top:10px;
	float:right;
}

/* video content */
#video_content {
	width:480px;
	height:292px;
	margin-left:53px;
	margin-top:12px;
	float:left;
	background:#FFF;
}

/* twitter button */
#twitter_button {
	width:451px;
	height:50px;
	float:left;
	margin-left:53px;
	margin-top:-1px;
}

/* spec text */
#spec_text {
	width:200px;
	font-size:10px;
	float:right;
	text-align:center;
	margin-right:12px;
	margin-top:5px;
}

/* content_check */
.content_check {
	width:600px;
	margin:0px auto;
	font-size:16px;
	text-align:justify;
	color:#000;
}

.content_check_item {
	width:100%;
	margin-bottom:40px;
}

.check {
	width:47px;
	height:40px;
	background:url('../img/sq_checkmark.jpg') no-repeat;
	float:left;
}

.content {
	width:530px;
	font-size:16px;
	float:left;
}

.text_content {
	width:760px;
	margin:auto;
	text-align:justify;
	margin-bottom:10px;
	font-size:12px;
}

.content strong {
	text-decoration:underline;
}

.y_highlight {
	font-weight:bold;
	background:#FF0;
}

/* bonus box */
.bonus_box {
	background:#ffffcc;
	border:2px solid #000;
	padding:20px;
	margin-bottom:15px;
}

/* testimonials */

.testimonial {
	background:#ffffcc;
	border:2px solid #000;
	padding:20px;
	margin-bottom:15px;
	font-size:16px;
	color:#000;
	text-align:justify;
}

.testimonial img {
	float:left;
	margin:4px 15px 10px 0px;
}

.testimonial_header {
	margin:auto;
	margin-top:10px;
	width:100%;
	text-align:right;
}

.testimonial_content {
	width:100%;
	font-style:italic;
}

.testimonial_small {
	width:450px;
	margin-left:35px;
	margin-top:10px;
	float:left;
}

/* guarantee */
#guarantee {
	border:5px dashed #ff0000;
	padding:20px;
	margin:20px 0px 20px 0px;
	text-align:center;
	font-size:12px;
}