/* CEOLESSONS.com CSS  Document */

/***** GLOBAL STYLES **************************************************/
/***** Generic Styles *************/
* {  /*global white space reset */
	padding: 0;
	margin: 0;
}
body{
	padding: 0;
	margin: 0;
	background-image:  url(../images/site-bkgnd.jpg);
	background-repeat: repeat-x;
	background-position: top;	
	background-color:#F2F6F7;
}

html,body{
	height:100%;
}
body, td, th, input{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
	line-height:1.2em;
}
.break{
	clear:both;
}
.hide{
	display:none;
}
a img{
	border:none;
}


/***** Layout Controls *************/
div#globalWrapper{
	width:649px;
	border-right:1px solid #A8B3BF;
	background-image:  url(../images/page-bkgnd.jpg);
	background-repeat: repeat-x;
	background-position: top;	
	background-color:#fff;
	margin: 0 0 0 50px;
	min-height:100%;	
	height:100%;
	padding: 0 0 0 0;
	overflow:visible;
	z-index:0;
}
html>body>div#globalWrapper{
	height:auto;
}
div#globalWrapper h1{
	font-size:.5em;
	margin: 115px 20px 10px 250px;
	width:380px;
	height:110px;
	text-indent:-1000px;
	overflow:hidden;
	background-image: url(../images/book-title.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
div#globalWrapper h2{
	margin: 0 20px 0 250px;
	color:#102D55;	
	font-size: 1.3em;
	line-height:2.5em;
}
div#globalWrapper p.intro{
	color:#102D55;
	font-size:.85em;
	line-height:1.4em;
	margin: 0 20px 0 250px;
}
div#globalWrapper blockquote.review{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #4A4521;
	background-color:#F6F6F0;
	font-size:.85em;
	line-height:1.4em;	
	margin: 20px 20px 0 250px;	
	padding:20px;
	border-right:2px solid #CCCDCE;
	border-bottom:2px solid #CCCDCE;	
}
span.by{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	display:block;
	font-size:.9em;
	margin: 10px 0;
}
div#pgHeader{
	background-image: url(../images/nav-bkgnd.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	width:700px;
	height:118px;
	overflow:visible;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}  
div#pgHeader span.extra{
	width:650px;
	display:block;
	height:18px;
	background-color:#A8C2CC;
	margin-left:50px;
}

img#bookCoverHome{
	position:absolute;
	top: 37px;
	left:20px;
	z-index:5;
}
/***** Primary Navigation Styles *************/
/* List->Image replacement */

 ul#nav{
	width:200px;
	margin:15px 0 0 290px;
}
 ul#nav li{
	float:left;
	list-style:none;
	height:25px;
	width:200px;
	background-repeat:no-repeat;
	background-position:left top;
	text-indent:-1000px;
	overflow:hidden;
}
ul#nav  li a{
	display:block;
	height:25px;
	width:200px;
	background-repeat:no-repeat;
	background-position:left top;	
	text-decoration:none;
}

li#charlie{
	background-image: url(../images/nav-charlie.gif);
}
li#reviews{
	background-image: url(../images/nav-reviews.gif);
}
li#sample{
	background-image: url(../images/nav-sample.gif);
}

#pgHeader img.buyButton{
	position:absolute;
	right: 10px;
	top:75px;
}
#globalWrapper img.buyButton{
	position:absolute;
	top: 420px;
	left: 60px;
}
p#footer{
	color:#4A4521;
	font-size:.75em;
	margin: 30px 10px 0 0;
	text-align:right;
	bottom: 0px;
}

a#homeLink{
	font-size:.8em;
	position:absolute;
	top: 0px;
	left: 650px;
	color:#333333;
	text-decoration:none;
	z-index:6;
}
a#homeLink:hover{
	font-weight:bold;
	text-decoration:underline;
}

div.content{
	color:#102D55;
	font-size:.85em;
	line-height:1.4em;
	margin: 0 20px 0 250px;	
}
div.content p{
	margin: .9em 0;
}
div.content img.photo{
	float:left;
	margin: 0 10px 10px 0;
}
