/* ================================================== */
/* apply the .noEscape class to any object that needs to contain a float object.
	see documentation: http://www.positioniseverything.net/easyclearing.html */

.noEscape:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.noEscape {display: inline-table;}
/* Hides from IE-mac \*/
* html .noEscape {height: 1%;}
.noEscape {display: block;}
/* End hide from IE-mac */

/* ================================================== */

/* GLOBAL */
body {
	margin: 0px;
}

IMG {
border: 0;
}
P {
	font-family: times;
	font-size: 12px;
	color: #000000;
	line-height: 1.2em;
	letter-spacing: 2px;
}

.firstLetter {
	font-size: 24px;
}
.title {
	font-family: times;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	margin: 0 0 5px 10px;
	line-height: 1.2em;
	letter-spacing: 2px;
}
A {
font-family: times;
	font-size: 12px;
	color: #B5671D;
	line-height: 1.2em;


}
A.white_link {
	color: #ffffff;
	font-size: 12px;
	font-family: verdana;
	text-decoration: underline;
}
A.readings {
font-size: 11px;
letter-spacing: .1em;
color: #CFCFE9;
}
.credit {
	font-style: italic;
	font-size: 11px;
	color: #cfcfe9;
}
.credit A {
	color: #cfcfe9;
	font-size: 11px;
	text-decoration: none;
}
.buy_btn {
	margin: 5px;
	border: 0px;
}
/* MAIN  */

.starBox {
	background:  url("images/star_bg.gif");
	border: 1px solid black;
	width: 611px;
	margin: 0 0 0 80px;
}
#container {
	width: 408px;
	margin: 0 0 0 40px;
	background:  url("images/stripe_bg.gif");
	background-repeat: repeat-y;
}

#container .quoted {
	color: #ffffff;
	font-size: 12px;
	font-family: verdana;
	text-align: left;
	margin: 20px;
}
.invisiDiv {
position: absolute;
width: 197px;
height: 197px;
margin: 10px 0 0 150px;
padding: 0px;
}

.invisiDivLinks1 {
float: left;
width: 100px;
height: 20px;
margin: 220px 0 0 190px;
}
.invisiDivLinks2 {
float: left;
width: 140px;
height: 20px;
margin: 40px 0 0 170px;
}
.invisiDivLinks3 {
float: left;
width: 150px;
height: 22px;
margin: 8px 0 0 170px;
}

.reviews {
position: absolute;
margin: 210px 0 0 183px;
}
.reviews A {
color: #CCD4EB;
}
.robinBox {
	z-index: 1;
	background:  url("images/robin_bg.jpg");
	background-repeat: no-repeat;
	width: 400px;
	height: 629px;
}
.input {
	font-size: 11px;
}
/*  BOOKS   */

.sectionMain {
	background:  url("images/stripe_bg_section.gif");
	background-repeat: repeat-y;
	width: 759px;
	margin: 0 0 0 40px;
	
}
#bookContainer {
	float: left;
	padding: 0px;
	width: 561px;
	background-color: #ffffff;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	margin: 0 0 0 44px;
}

#bookLeft {
	float: left;
	margin: 0px;
	background-color: #FFFFFF;
	width: 283px;
	padding: 0;
}

#bookLeft .title {
	margin: 0px;
}

#bookLeft .description {
	margin: 5px 5px 10px 30px;
}	

#bookRight {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 276px;
}

#bookReviews  {
	
	width: 561px;
	background-color: #0B1226;
	margin: 0px 0 10px 44px;
	text-align: right;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
#bookReviews P {
	margin: 10px;
	color: #ffffff;
	font-style: italic;
	font-family: Times;
	font-size: 11px;
}
/*   NAV    */

.nav_box {
	position: relative;
	z-index: 5;
	float: right;
	top: 200px;
	right: 94px;
	background:  url("images/nav_bg.png");
	background-repeat: no-repeat;
	width: 140px;
	height: 347px;
	text-align: center;
}

#nav_box_books {
	float: right;
	background:  url("images/nav_bg.png");
	background-repeat: no-repeat;
	margin: 100px 0 0 0;
	width: 140px;
	height: 347px;
	text-align: center;
}


.nav {
font-family: times;
	font-size: 16px;
	color: #000000;
	line-height: .9em;
	text-decoration: none;
	margin: 30px 0 0 0;
}
.nav_sm {
font-family: times;
	font-size: 14px;
	color: #000000;
	text-decoration: none;

}
.nav img {
	border: 0px;
	
}
