@charset "utf-8";
/* CSS Document */

body {
	color: #333333;
	font-size: 14px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	margin: 0;
	padding:0;
	background-color: #DBE4ED;
	}
	
a, a:visited{
	color: #E2A22D;
	}
	
 
	
img {
	border: none;
	
	}

#wrapper {
	width: 790px;
	margin: 0px auto;
	border: 10px solid #fff;
	background:#ffffff;
	}

.books {
	width:750px;
	background:#E7EDF3;
	margin: 0 auto;
}

#header {
	height: 153px;
	margin:0px;
	padding: 0px;
	}

.clientQuote {
	margin-left:30px;
	text-indent:5px;
	background-position: 0 2px;
	background-repeat: no-repeat;
	background-image: url(images/top.png);
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	color:#666666;
}

.clientQuote p {
	display:inline;
	margin: 0;
	padding-right: 24px;
	background-position: right bottom;
	background-repeat: no-repeat;
	
	background-image: url(images/base.png);
}


/*content options*/

#content {
	width: 790px;
	margin: 0px auto;
	background:#ffffff;
	
	
	}

#content p{
	padding: 0px 20px 0px 20px;
	}

#content h2 {
	font-size: 16px;
	color: #1469CC;
	margin-left: 20px;
	text-decoration: underline;
	font-weight:normal;
}	

#content h3 {
	font-size: 16px;
	color: #1469CC;
	font-weight:normal;
}


#content ul {
	padding-left:100px;	
	line-height:25px;
}

										/*other options*/
.desciption {
	line-height: 1.3em;
	font-size: 70%;
}
 
.highlight {
	font-size: 110%;
	color: #62778E;
}
.quote {
	margin-left: 60px;
	margin-right: 100px;
}
.cart {
	width: 250px;
	text-align: right;
	margin-left: 400px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #E2A22D;
}
.cart a{
	font-weight: normal;
	text-decoration: none;
}

										/*footer options*/
	
#footer {
	width: 790px;
	overflow: hidden;
	font-size: 12px;
	margin: 0px auto;
	padding: 0;
	text-align: center;
	line-height: 25px;
	clear: both;
	background-attachment: scroll;
	background-image: url(images/layout/links.jpg);
	background-repeat: no-repeat;
	}
	
#footer p {
	color: #fff;
	padding: 0px;
	margin: 0px;	
	}
	


 

#footer a, a:visited {
	color: #E2A22D;	
}

											/*menu options*/
								
							#hnav ul {
								text-align: center;
								padding-bottom: 5px;
								padding-top: 5px;
								padding-left: 0;
								margin-top: 0;
								/* cancels gap caused by top padding in Opera 7.54 */
								margin-left: 0;
								color: #F2EEEC;
								line-height: 17px;/* fixes Firefox 0.9.3 */
								background-image: url(images/layout/links.jpg);
									}

								#hnav ul li {
								display: inline;
								padding-left: 0;
								padding-right: 0;
								padding-bottom: 5px;
								/* matches link padding except for left and right */
								padding-top: 5px;
								}
								
								#hnav ul li a {
								padding-left: 10px;
								padding-right: 10px;
								padding-bottom: 4px;
								padding-top: 5px;
								color: #FFFFFF;
								text-decoration: none;
							 	}
							
							#hnav ul li a:hover {
								color: #7693c6;
								background-image: url(images/layout/hover_btn.jpg);
									}		