@charset "utf-8";

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #cd3621;
	margin: 0 0 10px 0;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #d54d35;
	margin: 25px 0 8px 0;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #d54d35;
	margin: 25px 0 15px 0;
}
a:link, a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover, a:visited:hover {
	color: #FF0000;
	text-decoration: underline;
}
img {
	border: 0;
	padding: 0;
	margin: 0;
}
form {
	margin: 0;
}
table {
	border-collapse: collapse;
	border: 0;
}

.right {
	border: 0px solid #999999;
	float: right;
	margin-left: 30px;
	margin-bottom: 20px;
}
.left {
	border: 0px solid #999999;
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
}
.caption {
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}
.specialblue {
	color: #32a0db;
}


body {
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	background-color: #231f20;
	color: #000000;
}
.container {
	position: relative;
	width: 970px;
	margin: 0 auto 0 auto;
}

.header {
	width: 970px;
	height: 184px;
	margin: 0;
	padding: 0;
}
.header a:link, .header a:visited {
	color: #FFFFFF;
}
.header a:hover, .header a:visited:hover {
	color: #FF0000;
	text-decoration: none;
}


#download {
	position: absolute;
	top: 120px;
	left: 14px;
	width: 267px;
	height: 399px;
	background-image: url(img/book-download.jpg);	
}
#download .contents {
	width: 237px;
	margin: 280px 15px 0 15px;
	
}


.content {
	clear: both;
	margin: 0;
	padding: 20px 20px 15px 20px;
	width: 930px;
	background-color: #FFFFFF;
}
.content p {
	margin: 14px 0 14px 0;
	padding: 0;
	font-size: 13px;
	text-align: justify;
}
.content ul {
	margin: 5px 0 5px 40px;
	padding: 0;
}
.content li {
	margin: 4px 0 4px 0;
	padding: 0;
	font-size: 14px;
}

.content .error {
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
	margin-top: 10px;
	margin-bottom: 5px;
}
.content .required {
	color: #FF0000;
	font-weight: bold;
}

.content .photoleft {
	clear: both;
	float: left;
	margin: 10px 30px 10px 0;
}
.content .photoleft p {
	font-family: Arial, Helvetica, sans-serif;
	width: 280px;
	margin: 3px 0 0 0;
	text-align: center;
	color: #9d0c14;
}
.content .photoright {
	float: left;
	width: 280px;
	margin: 10px 0 10px 0;
}
.content .photoright p {
	font-family: Arial, Helvetica, sans-serif;
	margin: 3px 0 0 0;
	text-align: center;
	color: #9d0c14;
}

.content .sharny {
	margin: 25px 0 25px 0;
	width: 930px;
	height: 274px;
	background-image: url(img/sharny-bg.jpg);
}
.content .sharny .contents {
	padding: 80px 15px 0 260px;
	color: #FFFFFF;
}

.content #videotestimonials {
	margin-left: 45px;
}
.content  #videotestimonials .video {
	float: left;
	margin: 8px 30px 12px 30px;
	width: 360px;
}
.content #videotestimonials .video p {
	text-align: center;
	margin: 30px 0 5px 0;
	font-size: 14px;
}

.content .testimonial {
	clear: both;
	width: 710px;
	height: 385px;
	padding: 20px;
	margin: 20px 0 20px 90px;
	background-color: #d3d3d3;
}
.content .testimonial img {
	float: right;
	margin-left: 25px;
}
.content .testimonial .title {
	padding: 63px 0 0 0;
	font-size: 19px;
	font-weight: bold;
	color: #d14313;
	background-image: url(img/stripfit-logo-small.jpg);
	background-repeat: no-repeat;
}
.content .testimonial p {
	font-size: 14px;
	margin: 15px 0 15px 0;
	color: #3a3a3c;
}


.content #guarantee {
	margin: 25px 0 25px 0;
	width: 930px;
	height: 320px;
	background-image: url(img/guarantee-bg.jpg);
}
.content #guarantee .contents {
	width: 550px;
	padding: 150px 0 0 30px;
	color: #FFFFFF;
}
.content #guarantee .contents p {
	font-size: 13px;
}



.footer {
	clear: both;
	float: right;
	width: 565px;
	height: 130px;
	padding: 20px 25px 0 380px;
	color: #FFFFFF;
	font-size: 13px;
	background-image: url(img/footer-bg.jpg);
}
.footer p {
	float: right;
	margin: 0 0 10px 0;
}
.footer a:link, .footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover, .footer a:visited:hover {
	color: #FFFFFF;
	text-decoration: underline;
}