/*--------global reset--------*/
* {
	margin: 0;
	padding: 0;
}

/*--------normal styles--------*/
html {
	font-family: sans-serif;
	font-size: .9em;
	background: #b8b8b7;
}
a:link img,
a:visited img {
	border: 0;
}
#header h1 {
	width: 468px;
	height: 62px;
	color: #fff;
	text-indent: -999em;
	background: url(../images/blockageBusters.png) no-repeat;
}
h2 {
	color: #0d8781;
	font-size: 1.6em;
	text-align: center;
	margin-bottom: 20px;
}
h2 span {
	display: block;
	margin-top: 5px;
	font-size: 1.3em;
}
h3 {
	color: #0e9d8e;
	font-size: 1.2em;
	margin-bottom: 10px;
}
h4 {
	font-size: 1em;
	padding-bottom: 10px;
}
h3.question {
	text-align: center;
	font-size: 1em;
	margin-bottom: 15px;
}
h4.question {
	text-align: right;
	font-size: 1em;
	margin-bottom: 15px;
}
p {
	margin-bottom: 15px;
	line-height: 1.2em;
}
acronym,
abbr {
	border: 0;
}
hr {
	margin-bottom: 10px;
}
fieldset {
	margin: 0 30px 15px 30px;
	padding: 15px 18px;
	border: 2px solid #0d9788;
}
fieldset div {
	float: left;
	width: 100%;
	margin-bottom: 4px;
	clear: both;
}
fieldset div label {
	width: 30%;
	float: left;
	text-align: right;
	padding-top: 1px;
	margin-right: 10px;
}
fieldset div input {
	width: 300px;
	float: left;
	padding: 1px 2px;
	border: 1px solid #0a776b;
	border-bottom: 1px solid #0fbfab;
	border-right: 1px solid #0fbfab;
}

/*--------classes--------*/
.block {
	display: block;
}
.portrait {
	float: right;
	color: #0d8781;
	text-align: right;
	font-size: .8em;
	font-weight: bold;
	margin-left: 15px;
	display: inline;
}
.portrait img {
	display: block;
	margin-bottom: 2px;
}
.portrait p {
	margin:0;
}
.youtube,
.movie {
	padding: 15px 0 0;
	text-align: center;
}
.videos h4 {
	margin-top: 1em;
	text-align: center;
}
.standout {
	text-decoration: underline;
}
.highlight {
	background: #ff0;
}
.striking {
	color: #c00;
	font-weight: bold;
}
.notice {
	text-align: center;
}
.impact {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}
.secureMessage {
	min-height: 49px;
	margin-top: 15px;
	padding: 13px 15px 13px 90px;
	border: 3px solid #ff0;
	background: url(../images/secure-image.gif) top left no-repeat #ffffdf;
}
.memberTable {
	width: 100%;
	border-collapse: collapse;
	margin: 6px auto 12px;
	vertical-align: top;
	border: 2px solid #0a776b;
}
.memberTable td {
	height: 1.4em;
	padding: 4px;
	text-align: center;
	border: 1px solid #0a776b;
}
.aboutAuthor {
	margin: 10px 20px 5px;
	padding: 10px 15px 10px;
	background: #eee;
}
.thoughtOfDay {
	margin: 10px 10px 5px;
	padding: 10px 15px 10px;
	border: 2px solid #505050;
	background: #ccffcc;
}
.quote {
	font-style: italic;
}
#content .nav {
	margin: 0 auto 15px;
	padding: 5px 10px;
	text-align: center;
	width: 620px;
	background: #ddd;
}
#content .nav li {
	display: inline;
	padding: 5px 10px;
}
.bookButton a {
	width: 300px;
	height: 36px;
	display: block;
	margin: 0 auto;
	color: #fff;
	text-indent: -999em;
	background: url(../images/bookButton.png) no-repeat;
}
.bookButton a:hover {
	background: url(../images/bookButton.png) no-repeat 0 -36px;
}
.orderButton a {
	width: 301px;
	height: 37px;
	display: block;
	margin: 0 auto;
	color: #fff;
	text-indent: -999em;
	background: url(../images/orderButton.png) no-repeat #b82c37;
}
.orderButton a:hover {
	background: url(../images/orderButton.png) no-repeat 0 -37px #b82c37;
}
.testimonialShadow {
	background: #bbb;
	margin: 0 13px 15px 10px;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.testimonial {
	position: relative;
	bottom: 2px;
	left: 2px;
	padding: 15px 15px 1px;
	background: #c2e770;
}
.testimonial h3 {
	color: #000;
	font-size: 1.4em;
	text-align: center;
	margin-bottom: 15px;
}
.author {
	text-align: right;
	margin-top: -10px;
}
.bonusBox {
	width: 470px;
	padding: 15px 15px 1px;
	margin: 0 auto 15px;
	border: 2px dashed #0c8f80;
	background: #e8f9c2;
}
.type {
	display: none;
}
.submit {
	text-align: center;
	clear: both;
	padding: 5px 0 0;
	margin: 0;
}
.radio input {
	width: auto;
	margin: 2px 5px 0 150px;
	border: 0;
}
.radio label {
	width: auto;
}
.submit input {
}
.required {
	color: #f00;
}
input.required {
	color: #000;
}

/* terms page styles */
#termsTable {
	border-collapse:collapse;
	margin:2px 25px 15px;
}
#termsTable caption {
	margin-top:10px;
	padding-left:30px;
	text-align:left;
	font-weight:bold;
}
#termsTable td,
#termsTable th {
	padding:5px;
	border:1px solid #800;
}
.termsBox {
	padding:15px 30px 5px 17px;
}
.termsNumber {
	float:left;
	width:75px;
}
.termsContent {
	margin-left:75px;
}
.termsContent ol {
	padding-left:25px;
	padding-bottom:8px;
}
.termsContent ol li {
	padding:8px;
}

/*--------ids--------*/
#shadow {
	width: 726px;
	margin: 0 auto;
	background: url(../images/shadow.png) repeat-y #858584;
}
#container {
	width: 708px;
	margin: 0 auto;
	background: #fff;
}
#header {
	width: 100%;
	float: left;
	background: url(../images/headerBG.png) repeat-x #0a776b;
}
#chain {
	width: 148px;
	height: 78px;
	float: right;
	background: url(../images/chain.png) no-repeat;
}
#content {
	clear: both;
	padding: 15px 30px 40px;
}
#content ul,
#content ol {
	padding-left: 80px;
	padding-right: 90px;
	margin-bottom: 5px;
}
#content ul {
	list-style-image: url(../images/tick.gif);
}
#content li {
	padding-bottom: 10px;
}
#step1 {
	width: 193px;
	height: 62px;
	text-indent: -999em;
	background: url(../images/step1.png) no-repeat;
}
#step2 {
	width: 193px;
	height: 62px;
	text-indent: -999em;
	background: url(../images/step2.png) no-repeat;
}
#step3 {
	width: 193px;
	height: 62px;
	text-indent: -999em;
	background: url(../images/step3.png) no-repeat;
}
#step4 {
	width: 193px;
	height: 62px;
	text-indent: -999em;
	background: url(../images/step4.png) no-repeat;
}
#dearFriend {
	width: 122px;
	height: 27px;
	text-indent: -999em;
	background: url(../images/dearFriend.png) no-repeat;
}
#signature {
	width: 210px;
	height: 39px;
	text-indent: -999em;
	background: url(../images/signature.png) no-repeat;
}
#baseShadow {
	width: 726px;
	height: 12px;
	margin: 0 auto;
	background: url(../images/baseShadow.png) no-repeat #858584;
}
#footer {
	color: #fff;
	text-align: center;
	font-size: .85em;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer li {
	display: inline;
}
#footer p {
	margin-bottom: 4px;
}
#webdev {
	margin: 10px 0;
}
#webdev a {
	color: #fff;
	text-decoration: none;
}
#webdev a:hover {
	text-decoration: underline;
}
