﻿@charset "utf-8";
@import "reset.css";
/* CSS Document */

html {
}

body {
	background: #fff url(../images/bg-page.png) top repeat-x;
	color: #555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.5em;
}




h1, h2, h3, p {
	margin: 0.5em 0;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #444;
/*	line-height: 1.1em;*/
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}


a {
	color: #4466aa;
	text-decoration: none;
}

a:hover {
	color: #4466dd;
	text-decoration: underline;
}

a:visited {
	color: #557799;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

ul {
	list-style-type: square;
	margin-left: 20px;
	line-height: 1.2em;
	margin-top: 0;
}

li {
	margin: 0 0 1em 0;
}

blockquote {
	margin-left: 20px;
}

.styledquote {
	margin: 1em 5em;
	line-height: 1.8em;
	font-style: italic;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	padding: 1em;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}

.center {
	text-align: center;
}

/* nav elements */

#header {
	background: transparent url(../images/bg-header.jpg) top center no-repeat;
	width: 100%;
	height: 222px;
}

#header-cont {
	width: 920px;
	margin: 0 auto;
}

#header-cont #logo {
	width: 520px;
	height: 100px;
	cursor: pointer;
	float: left;
	margin-top: 68px;
}

#header-cont #logo h1 {
	text-indent: -5000px;
	height: 40px;
}

#header-cont #logo h3 {
	margin-left: 3px;
}

#header-cont #search {
	float: right;
	margin: 7px 15px 0 0;
}

#hdr-menu {
	padding: 8px 0 ;
	margin-bottom: 10px;
	border-top: 10px solid #28444f;
}



#container {
	width: 940px;
	margin: 0 auto;
}

#mainbody {
	width: 728px;
	margin: 0 30px 30px 0;
	float: left;
}

#bookheader {
	width: 728px;
	margin-top: 5px;
}

#bookheader td {
	vertical-align: middle;
}

#bookheader h2 {
	font-size: 2.4em;
	font-style: normal;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;	
}

#bookheader h3 {
	font-size: 0.9em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-style: normal;
	font-weight: bold;
}

#booksubheader {
	padding: 10px;
	text-align: right;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	border-top: 1px dotted #aaa;
	background: #F0F6F2;
	font-style: italic;
}

.ad-336-l {
	/*width: 336px;
	height: 280px;*/
	float: left;
	margin: 0 10px 10px 0;
	padding: 5px 10px 5px 0;
	border-right: 2px dotted #A9501B;
}

.ad-336-r {
/*	width: 336px;
	height: 280px;*/
	float: right;
	margin: 0 0 10px 10px;
	padding: 5px 0 5px 10px;
	border-left: 2px dotted #A9501B;	
}


#pagecontent {
	line-height: 2em;
	font-size: 1.2em;
}

.pagead {
	margin: 20px 0;
}

#menu {
	width: 162px;
	float: left;
	/*border-top: 3px solid #25454B;*/
}

ul.mainmenu {
	list-style-type: none;
	margin: 1px 0 0 0;
	/*border-top: 1px solid #25454B;	*/
}

li.mainmenuli {
	padding: 25px 0;
	margin: 0;
	display: block;
	font-size: 1.3em;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #ccc;
}

ul.submenu {
	list-style-type: square !important;
	margin: 10px 0 0 0;
}

li.submenuli {
	margin: 5px 0 5px 15px;
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

li.submenuli a {
	font-weight: bold;
}

.continue {
	font-weight: bold;
	white-space: nowrap;
	font-style: normal;
}

.centeredmenu {
	border-top: 1px dotted #aaa;
	padding-top: 5px;
	margin-top: 10px;
	float:left;
	width:100%;
	overflow:hidden;
	position:relative;
	background: #F0F6F2;
}

.centeredmenu ul {
	clear:left;
	float:left;
	list-style:none !important;
	margin:0;
	padding:0;
	position:relative;
	left:50%;
	text-align:center;
}

.centeredmenu ul li {
	display:block;
	float:left; 
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	right:50%;
}

.pgselected {
	display: block;
	padding: 10px 7px !important;
	font-weight: bold;
}

.pgsmall a {
	display: block;
	padding: 10px 7px;
}

.pgsmall a:hover {
	background-color: #261b0f;
}

.pglarge a {
	display: block;
	padding: 10px 15px;
	font-weight: bold;	
}

.pglarge a:hover {
	display: block;
	background-color: #261b0f;
}

.taglist {
	margin: 10px 10px 0 10px;
	text-align: center;
}

.taglist a {
	padding: 4px;
	line-height: 1.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer {
	width: 100%;
	background-color: #25454B;
	padding: 20px 0;
	color: #999;
}

#footer a {
	color: #bbb;
}

#footer-cont {
	width: 920px;
	margin: 0 auto;
}

#footer-txt {
	text-align: right;	
}

.booktable {
	margin-bottom: 10px;
}

.booktable td {
	padding: 10px 5px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	width: 33%;
}

.booktable img {
	border: 5px solid #E3DCCD;
	padding: 1px;
	width: 75px;
	height: 100px;
	margin: 3px 6px 3px 0;
}

