/*****************************/
/* HELPING THE ADDICT STYLES */
/*****************************/


/* COLORS 
orange: #E99027;
dark grey: #5D5F66;
sky blue: #CCE1F2;
*/


/* GENERAL RULES */
body {
	background-color: #CCE1F2;
	color: #5D5F66;
	font-family: georgia, serif;
	font-size: .9em;
	line-height: 1.5em;
	background-repeat: repeat-x;
	margin: 0;
	}
td {text-align: left; vertical-align: top;}
th {text-align: center;}
a {text-decoration: none; color: #5D5F66; }
a:hover {color: #E99027; text-decoration: none; border:0;}
img{margin: 0; padding: 0; border: 0;}
h1, h2, h3, h4, h5, h6 {margin: 0; padding: 0;}
h1 {2em;}
h2 {1.75em;}
h3 {1.5em;}
h4 {1.25em;}
h5 {1em;}
h6 {.5em;}


/* MAIN TABLE */
#mainContainer{
	position: relative;
	}
#mainTable{
	width: 100%;
	margin: 0;
	}
#mainContent{
	background-color: #fff;
	}


/* HEADER */
#header {
	background-image:url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	height: 226px;
	}

/* DROP DOWN DIVS */

#dropContainer{
	z-index:10;
	position: absolute;
	top:183px;
	left:0;
	text-align:center;
	}
#drop {
	width: 700px;
	margin: 0 auto;
	}	
.dropStyle{
	background-color: #fff;
	background-image: url(../images/box_bg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;	
	border-left:1px solid #E99027;
	border-right:1px solid #E99027;
	border-bottom:1px solid #E99027;
	padding:10px;
	}
#tellFriend{
	width: 325px;
	float: left;
	}
#mailingList{
	width: 325px;
	float: right;
	}
#tellFriendForm table{
	}
#tellFriendForm table .formLeftCol{
	text-align: right;
	padding: 10px 3px;
	}
#mailText{text-align:center;}

/* MENU */
#menu{
	background-image:url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 750px;
	height: 226px;
	margin: 0 auto;
	position: relative;
	}
#upperMenu{
	height: 25px;
	position: absolute;
	top: 160px;
	left: 15px;
	font-size: 13px;
	overflow: hidden;
	}
#upperMenu a{
	margin-right: 17px;
	}	
#lowerMenu{
	height: 25px;
	position: absolute;
	top: 190px;
	left: 0px;
	font-size: 1.25em;
	overflow: hidden;
	width: 100%;
	}
#lowerMenu table{
	margin: 0 auto;
	}	
#lowerMenu table td{
	}	
#lowerMenu a{
	margin: 0 14px;
	}
#lowerMenu .over{
	color: #E99027; 
	text-decoration: none; 
	border:0px;
	margin: 0 14px;
	}



/* HOME */
#home{
	width: 750px;
	margin: 10px auto;
	background-color: #fff;
	position: relative;
	}
#mainDescription{
	margin: 220px 0 0 0;
	}
.box {
	border: 1px solid #ccc;
	width: 390px;
	margin: 40px 0 0 0;
	padding: 1em;
	position: relative;
	background-image: url(../images/box_bg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	}
.box h2{
	display: block;
	background-color: #fff;
	position: absolute;
	top: -.7em;
	left:3px;
	padding: 5px;
	color: #E99027;
	margin-bottom: 1em;
	font-weight: normal;
	}
	
#home #quoteContainer{
	width:386px;
	height: 150px
	margin: 38px auto 0 auto;
	border: 1px solid white;
	}
.slideshow {
   position: relative;
}

.slideshow .slide {
   position: absolute;
   top: 0;
   left: 0;
}

/* APPEARANCES */
#schedule{
	margin: 20px 0;
	}
#schedule th{	
	border-bottom: 1px solid #5D5F66;
	}
#schedule td{
	border-bottom: 1px solid #bbb;
	padding: 10px;
	}
#schedule .leftCol{
	width: 150px;
	}


/* BOOK */
#book{
	width: 750px;
	margin: 20px auto;
	background-color: #fff;
	position: relative;
	min-height: 480px;	
	}
#bookMenu{
	width:153px;
	font-size: 1.2em;
	margin: 5px 10px 0 0;
	}
#bookMenu a{
	display: block;
	margin: 4px 0;
	}
#book #rightCol{
	width: 587px;
	}
#book h1{
	color: #E99027;
	font-weight: normal;
	}
#book .quote{
	width: 587px;
	float: right;
	margin: 30px 0 0 0;
	}
#book .quoteCredit {
	width: 400px;
	margin: 5px 0 0 0px;
	float: right;
	}

/*Book Reviews*/
#book_reviews_container a{
    text-decoration: underline;
	}


/* LINKS */
#links li{
	list-style-type: none;	
	}
#links li.square{
	list-style-type: none;	
	margin-left:30px; 
	}
#links li.listHeader{
	list-style-type: circle;	
	font-size: 1.1em;
	margin: 15px 0 0 0px;
	list-style-type: none;
	font-weight: bold;
	}

/* BUY */
#buyButtons{
	text-align: center; 
	border: 1px solid #5D5F66;
	padding: 20px;
	margin: 30px auto;
	width: 450px;
	}


/* FOOTER */
#footer {
	background-image:url(../images/footer_bg.jpg);
	height: 146px;
	}
#footer #pubDate{
	width: 500px;
	margin: 30px auto;
	font-size: 1.3em;
	text-align: center;
	}
#footer #footerMenu{
	height: 25px;
	font-size: 1.1em;
	overflow: hidden;
	margin: 0 auto 0 auto;
	text-align: center;
	}
#footer #footerMenu a{
	margin: 0 .25em;	
	}
#footer #subMenu{
	height: 25px;
	width: 700px;
	margin: 7px auto 0 auto;
	text-align: center;
	}	
#footer .over{
	color: #E99027; 
	text-decoration: none; 
	border:0px;
	margin: 0 8px 0 0;
	}	