/* 
This is a simple style sheet for sales pages.
*/

body, html 
{
	margin:  0;
	padding:  0;
	background: #ffffff;
	color: #000000;
}

body 
{
	min-width: 800px;
	text-align: center; /* centers the #wrapper element in IE5.x/win */
}

#wrapper 
{
	background: url(images/middle.gif) repeat-y;
	margin: 0 auto;
	width: 800px;
	text-align: left; 
}


#mainColumn 
{
	width: 660px;
	margin: 0 70px;
}

.floatLeft
{
	float: left;
	padding: 0 10px 5px 0;
}

.floatRight
{
	float: right;
	padding: 0 0 5px 10px;
}

.font1 { font-family: Arial, Tahoma, Helvetica, sans-serif; }
.font2 { font-family: "Times New Roman", Times, serif; }

.headline {
	font-size: 26pt;
	color:#000000;
	font-weight:bold;
	margin: 20px 10px 20px 10px;
}

.subhead {
	color:#FF0000; 
	font-size:18px;
	margin: 0px;
}

.psize1 { font-size: 12pt; }
.psize2 { font-size: 11pt; }
.psize3 { font-size: 10pt; }

.nullSpacer
{
	clear: both;
	width: 100%;
	height: 0;
}

.redText { color: #ff0000; }

.endorsement
{
	padding: 0;
	margin: 10px 0;
	background: #dddddd;
	font-size: 9pt;
}

.endorsement p
{
	padding: 3px 10px 0 0;
}

.bookcase img
{
	padding: 5px 5px 5px 5px;
}


.strikeout
{
	color: #ff0000;
	text-decoration: line-through;
}

#author {
	margin: 10px 50px 10px 50px;
}

#picDiv
{
	position:relative;
	width: 100%;
	height:200px;
	border:#000000;
}

.picFade {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	min-width:100%;
	height: 200px;
	z-index: 0;
	background-color:#FFFFFF;
}

#picFade1 {
	z-index:100;
}

.freebiePicDiv {
	position:absolute;
	left: 410px;
	top: 10px;
	min-width:200px;
	height: 150px;
	text-align:center;
}

.freebiePic {
	margin-left:auto;
	margin-right:auto;
}

.freebieCaption {
	position:absolute;
	left: 400px;
	top: 170px;
	text-align: center;
	width: 220px;
	font-weight:600;
}

.freebieDescription {
	position:absolute;
	left: 50px;
	top: 40px;
	text-align: left;
	width: 340px;
	max-width: 340px;
	height: 100px;
	font-weight:bold;
}

img {
	border:none;
}
