@charset "UTF-8";
/* CSS Document */

#mainFrame {
	margin: 0 auto;
	position: relative;
	top: 25px;
	width: 1200px;
	height: 640px;
	z-index: 1;
	background: white;
	background-color: white;
	}
	
#bookDiv {
	position:absolute;
	left:0px;
	top:210px;
	width:auto;
	height:auto;
	z-index:2;
}

#copyDiv {
	position: absolute;
	left: 640px;
	top: 90px;
	right: 44px;
	width: 348px;
	height: 561px;
	z-index: 3;
	text-align: left;
	vertical-align: top;
	padding: 0px;
}

#linkHeaderDiv {
	background-color: #000000;
	position: absolute;
	left: 0px;
	top: 41px;
	right: 40px;
	width: 100%;
	height: 24px;
	z-index: 3;
	text-align: left;
	vertical-align: middle;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 8px;
	color: #FFFFFF;
}

#bodyBGDiv {
	background-color: #dadada;
	position: absolute;
	left: 0px;
	top: 50px;
	right: 40px;
	width: 100%;
	height: 598pxpxpx;
	z-index: 3;
	text-align: left;
	vertical-align: top;
	padding: 0px;
}

#heroImageDiv {
	position: absolute;
	left: 0px;
	right: 40px;
	z-index: 3;
	text-align: left;
	vertical-align: top;
	padding: 0px;
	width: 327px;
	height: 400px;
}


#buttonDiv {
	position: absolute;
	left: 316px;
	top: 611px;
	right: 40px;
	width: auto;
	height: auto;
	z-index: 3;
	text-align: left;
	vertical-align: top;
	padding: 0px;
	visibility: hidden;
}

#rightsDiv {
	margin: 0 auto;
	position: relative;
	top: 500px;
	width: 1000px;
	height: 30px;
	z-index: 1;
	border-radius: 10px;
	text-align: center;
	color: #999;
	font-size: 9px;
	background-color: #FFFFFF;
	}



.firstSentence {
	font-weight: bold;
}


.mainTitle {
	/*color: #648A35;*/
	font-size: 18px;
	font-style: italic;
	line-height: 20px;
}

.bookTitle {
	/*color: #648A35;*/
	font-size: 24px;
	font-weight: bold;
	line-height: 26px;
}

.storeLinks {
	/*color: #648A35;*/
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
}

.reviews {
	text-align: center;
	line-height: 20px;
}

.bookSubTitle {
	/*color: #648A35;*/
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	line-height: 20px;
}

.blockCopy {
	text-align:justify;
	line-height: 16px;
	font-size: 12px;
}

.blockCopySpaced {
	line-height: 18px;
	margin-top: 1px;
	margin-bottom: 1px;
}


body{
	font:12px Helvetica,Arial,sans-serif;
	line-height: 16px;
}
.redLine {
	color: #F00;
}

.topBanner{
	background: #93d244;
	width: 100%;
	height: 51px;
}

#mainFrame #topBanner img {
	vertical-align: middle;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 4px;
}
#mainFrame #rightsDiv {
	width: 200px;
	height: 100%;
}
#leftNav {
	height: 500px;
	width: 250px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#mainFrame #topBanner #leftNav table {
	left: 100%;
	right: 100%;
}
#mainFrame #topBanner #leftNav #linkBar {
	width: 200px;
	height: 100px;
}
.linkHeaderStyle {
	color: #FFFFFF;
	vertical-align: middle;
	font-size: 18px;
}
.linkHeaderText {
	text-align: right;
	color: #DDDDDD;
}
.tagLine {
	color: #000000;
	text-align: right;
	font-weight: bold;
	font-size: 14px;
}
.tagLineHighlight {
	color: #FFFFFF;
}
.tagLineCell {
	padding: 3px;
	text-align: right;
	padding-right: 8px;
}

.chaosdetails{
	position: absolute;
// Reposition logo from the natural layout
  left: 75px;
	top: 280px;
	width: 627px;
	/* [disabled]height: 112px; */
	z-index: 2;
	left: 13px;
}
.greenButton {
	background: #93d244;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	/*width: 147px;*/
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	margin:5px;
}

.whiteLink {
    color: white;
}

.dialog{
	position: relative;
	display: none;
	margin: 0 auto;
	top: 75px;
	width: 1000px;
	height: 630px;
	z-index: 10;
	background: black;	/*display:none;*/
}


.screenDiv{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 3;
	background: black;
	opacity: 0.3;
	display:none;
}

.windowDiv{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 5;
	display:none;
}

.secondOffer a:link{
	color:#619d22;	
}

.mainOffer a:link{
	color:white;	
}

.mainOffer a:visited{
	color:white;	
}

.mainOffer a:hover{
	color:#FFF0AA;
	text-decoration:underline;
}
