@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/bkground.jpg);
	background-repeat:repeat;
	margin: 0; /* zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 700px;  /* using at least 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-image:url(images/SACheader.jpg);
	background-repeat:no-repeat;
	height: 205px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.oneColFixCtrHdr #nav {
	height: 25px;
}

.oneColFixCtrHdr #nav ul {
	white-space: nowrap;
}

.oneColFixCtrHdr #nav li {
	display: inline;
	list-style-type:none;
}

.oneColFixCtrHdr #nav li a {
	text-decoration: none;
	padding: 7px 10px;
}

.oneColFixCtrHdr #nav a:hover {
	text-decoration: underline;
	color: #FF0000;
}

.oneColFixCtrHdr #mainContent h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #c08040;
}

.oneColFixCtrHdr #mainContent h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #c08040;
}

.oneColFixCtrHdr #mainContent h3 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #c08040;
}

.oneColFixCtrHdr #mainContent h4 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #c08040;
}

.oneColFixCtrHdr #mainContent {
	padding: 0 25px;
	background: #FFFFFF;
}

.oneColFixCtrHdr #mainContent p {
	text-indent: 25px;
	text-align: justify;
}

.oneColFixCtrHdr #mainContent img {
	border-color: #999999;
	border-style: dashed;
	border-width: 1px;
	margin: 10px;
}

.oneColFixCtrHdr #welcome {
	font-size:12px;
	color: #000;
}

.oneColFixCtrHdr #salesletterheader {
	font-size:24px;
	color:#CC0000;
	font-weight: bold;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(images/SACfooter.jpg);
	background-repeat:no-repeat;
	height: 115px;
	text-align:right;
	font-weight: bold;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse */
	padding: 50px 0; /* padding on this element will create space, just as the the margin would have, without margin collapse */
}

.highlight {
	background: #FFFF00;
	color: #FF0000;
	font-size:large;
	font-weight: bold;
}

.price {
	text-decoration:underline;
}

.hypercloak {
	color:#9C1816;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}

.emp {
	color:#CC0000;
	font-size:20px;
	font-weight: bold;
}

.box {
	width: 500px;
	border-color: #999999;
	border-style: dashed;
	border-width: 1px;
	padding: 25px;
}


ul {
	list-style-image:url(images/bullet.jpg);
}

#yesbox
{
	padding:10px;
	width:250px;
	font-size:16px;
	text-align:center;
	border:dashed #FF0000 1px;
}

P
{
	LINE-HEIGHT:1.25;
}

#currentprice
{
	font-size:20px;
	color: #FF0000;
	font-weight: bold;
}


#testimonial {width:513px;background:url('http://secretaffiliatecommander.com/images/test2.jpg') repeat-y #000;width:513px;margin:40px auto;}
#testimonial div.top {background:url('http://secretaffiliatecommander.com/images/test1.jpg') no-repeat;width:513px;height:29px;}
#testimonial div.bottom {background:url('http://secretaffiliatecommander.com/images/test3.jpg') no-repeat;width:513px;height:41px;}
#testimonial div.middle {background:url('http://secretaffiliatecommander.com/images/test2.jpg') repeat-y #000;width:513px;}

