/*Tags*/
body, html {
	font-family:Helvetica, Arial, sans-serif;
	color:#333333;
	height:100%;
	margin:0;padding:0;
}
.sub-pages { 
	background:#ffffff url(../images/body-bg.png) repeat-x;
}
a, a:hover {
	color:#000066;
	text-decoration:underline;
}
h1 {
	margin:0;padding:0;font-size:24px; color:#000; font-weight:normal;
}
h2 {
	font-size:24px;
	color:#000000;
	font-weight:bold;
	margin:0;padding:0;
    font-style:italic;
}
h3 { margin:10px 0 0 0;padding:0;font-size:18px; color:#666666; }
h4 { margin:10px 0 0 0;padding:0;color:#000000; font-size:18px; text-transform:uppercase; }
a,img {
	border:0; outline:none;
}

#container {
	width:100%;
	background:url(../images/nav-bg.jpg) repeat-x;
}
#wrapper {
	width:1000px;
	margin:0 auto;
	position:relative;
}

/* Header Area */
#header {
	width:100%;
	height:165px;
}
.logo-home { height:80px; }
.logo-interior { height:80px; width:1000px; }

/* Footer Area */
#footer { background:url(../images/footer.png) no-repeat top; height:35px;width:1000px;
	margin:0 auto;
	padding:10px 0;
	clear:both;}
.copyright { font-size:12px; color:#666666;padding:0 10px; }

/*Main Navigation Menu */
#nav {
	width:100%;
	line-height:31px;
	vertical-align:middle;
	text-align:left;
}
#nav ul {
	margin:0;padding:0;
}
#nav li {
	margin:0;padding:20px 20px 0 20px;
	float:left;position:relative;
	list-style:none;
	text-transform:capitalize;
	font-size:16px;
	color:#fff;
	/*height:52px;
	background:url(../images/nav-divider.png) no-repeat right top transparent;*/
}
#nav li:first-child {
	border-left:none;
}
#nav a {
	text-decoration:none;
	color:#fff;
}
#nav a:hover, #nav .selected {
	color:#bfbc22;
}

/* Drop Down
--------------*/

#nav ul ul {
visibility:hidden;
position:absolute;
width:149px;
height:0;
}

#nav li:hover ul,
#nav ul a:hover ul{
	visibility:visible;
}
#nav li ul li {
	display:block;
	width:200px;
	list-style:none;
	text-transform:uppercase;
	font-size:14px;
	background-color:#333333;
	padding:10px 10px 0 10px0;
}

/* Content Area */
#content {
	width:1000px;
	display:block;
}
#content p, #content span, #content div {
	font-size:13px;
}
#main {
	float:left;
	width:1000px;
	line-height:160%;
}
#home-banner{
	width:100%;
	background:url(../images/home-banner.png) no-repeat;
	height:440px;
}
.book-info { margin:0 0 0 400px; padding-top:20px; width:475px; }
.dotted-hr { border-bottom:1px dotted #999999; height:10px; margin-bottom:10px; }
#home-book-details { width:900px; padding:5px 25px; }
#home-book-details .header { font-size:15px; color:#000; font-weight:bold; }
ul.book-detail { color:#333333; }
#callouts { margin-bottom:20px; }
#author-interview, #toc{ width:800px; }
#reviews{ width:900px; }