/* CSS Document */

* { margin: 0; padding: 0; } /* removes all default margin and padding */

html {
	margin: 0;
	padding: 0;
	overflow:-moz-scrollbars-vertical; /* always show firefox scrollbar */
	background: url('/images/background-purple.jpg') no-repeat top center;
	background-color:#492a52;
	}
	
#wrapper {
	position: relative;	top: 0; right: 0; bottom: 0; left: 0; /* make is go 0px from top and 0px from bottom */
	width: 830px; /* sets width of main container */
	margin: 0 auto; /* centers box */
	}

body, h2, h3, h4, h5, h5, ul, ol, dl {
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 14px; /* Sets what an 'em' is on the site */
	}

h1 { font-size: 1.35em; line-height: 1.2em; color: #653a71; margin: 5px 0px 5px 0px; text-align: center; font-style: italic; }
h2 { font-size: 2.2em; line-height: 1.2em; font-family: Impact, Haettenschweiler, Arial Narrow Bold, sans-serif; color: #e68f1a; margin: 5px 0px 5px 0px; letter-spacing: .05em; font-weight: lighter; text-align: center;}
h3 { font-size: 1.45em; line-height: 1.2em; color: #653a71; margin: 5px 0px 5px 0px; text-align: center; }
h4 { font-size: 1.45em; line-height: 1.2em; color: #e68f1a; margin: 10px 0px 10px 0px; text-align: center; }
h5{ font-size: 3em; line-height: 1.2em; font-family: Impact, Haettenschweiler, Arial Narrow Bold, sans-serif; color: #653a71; letter-spacing: .05em; font-weight: lighter;}
h6 { font-size: .875em; line-height: 1.2em;}

p { font-size: 1em; line-height: 1.4em; margin: 8px 0 16px 0; color:#333333; }
img { border: 0; } /* Removes default border around linked images */
ul, ol  { color:#333333; margin-left: 20px;}
li { margin-bottom: 10px; line-height: 1.2em;}
a:link, a:visited { color:#e68f1a;}
a:hover { color:#653a71;}
.white-link a:link, .white-link a:visited { color:#FFFFFF;}
.white-link a:hover { color:#000000;}

.sales-letter h3 { text-align: center; }

.purple { color: #653a71;}
.testimonial-name { font-size: .8em;}


#sidebar-subscription p  {line-height: 1.2em; color: #961d12; text-align: center;}
#sidebar-testimonial h6 { color: #653a71; margin-top: 10px; font-weight: lighter;}
#sidebar-testimonial h3 { color: #653a71;}
#sidebar-subscription h2 { font-size: 1.5em; font-family: Helvetica Neue, Arial, Helvetica, sans-serif; text-align: center; color: #961d12; font-stretch: ultra-condensed;}
.impact {  font-family: Impact, Haettenschweiler, Arial Narrow Bold, sans-serif; }
.yellow {color: #e68f1a; }
blockquote { margin-left: 20px; margin-right: 20px;}
sup { font-size: .75em;}

ul.nav {
	margin-top: 5px;
}
ul.nav li{
	display:block; /* makes horizontal versus vertical */
	float:left; /* makes blocks float next to each other*/
	list-style-type:none; /* removes bullets from list */
	font-size: 15px;
	margin: 0;
	}
ul.nav a {
	color:#333333;
	text-decoration: none;
	padding: 5px 10px 7px 10px;
	color:#FFFFFF;
	}
ul.nav a:hover{
	background-color:#653a71;
	color: #FFFFFF;
	padding: 5px 10px 7px 10px;
	}

#main {
	position: absolute;
	top: 20px;
	left: 0px;
	/*height: 200px;*/
	width: 830px;
	background-color:#FFFFFF;
}
#sidebar-container {
	position: relative;
	float:left;
	width: 210px;
	background-color:#dedbdb;
	padding: 10px;
	min-height: 700px;
}

#main-text {
	position: relative;
	float: left;
	width: 560px;
	padding: 10px;
}

/* FOOTER CONTROL */
#footer {
	float: left;
	clear: both;
	position: relative;	top:0px; right: 0; left: 0; /* make is go 0px from top, left and right */
	width: 100%;
	height: 27px;
	margin: 0px auto; /* centers box */
	/*background: URL('../images/footer-back.gif') repeat-x top left;*/	}
#footer-inner {
	position: relative;	top: 0; right: 0; bottom: 0; left: 0; /* make is go 0px from top and 0px from bottom */
	width: 976px; /* sets width of main container */
	margin: 5px; }
#footer-inner p {
	font-size: .7em;
	color:#999999;	}
#footer-inner a {
	color:#333333;
	text-decoration: none;}	
#footer-inner a:hover{
	color:#999999; }
/* END FOOTER CONTROL */

.testimonial-img {
	float: left;
	margin: 5px 5px 100px 5px;
}

.dotted-outside {
	border: 3px;
	border-style: dotted;
	border-color:#FF0000;
	padding: 10px;
	background-color:#f6ead3;
	text-align: center;	
	width: 80%;
}

#satisfaction-guaranteed {
	background-color:#f1ddb8;
	border: solid;
	border-width: 1px;
	border-color:#666666;
	padding: 8px;
	margin-left: 40px;
	margin-right: 40px;
}

.photo {
	float:left;
	height: 260px; width: 210px;
	background: url('/images/photo-back2.jpg') no-repeat top left;
	padding-top: 8px;
	padding-left: 15px;
	font-size: .9em;
	color:#653a71;
	margin-bottom: 10px;
}

.photo-gray {
	height: 260px; width: 210px;
	background: url('/images/photo-back2-gray.jpg') no-repeat top left;
	padding-top: 8px;
	padding-left: 15px;
	font-size: .9em;
	color:#653a71;
	margin-bottom: 10px;
}

.testimonial {
	background-color:#e6e6e6;
	border: solid;
	border-width: 1px;
	border-color:#666666;
	padding: 8px;
	margin-left: 40px;
	margin-right: 40px;
}

.product-details {
	border: dashed;
	border-width: 2px;
	border-color:#666666;
	padding: 8px;
	margin: 30px 10px 30px 10px;
}