body {
	background-color: #000;
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 101.01%;
	line-height: 1.1em;
	color: #000;
}

#maindiv {
	width: 790px;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	font-size: 1.05em;
	line-height: 1.1em;
}

a, a:link {
	color: #9a1109;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active {
	color: #ff0000;
}

a.selected {
	color: #999999;
}

/* HEADER */

#header {
	background: #fff url('../images/header_background_nologo.gif') no-repeat top left;
	height: 230px;
	margin: 0;
	position: relative;
}

#logo {
	position: absolute;
	left: 21px;
	top: 17px;
}

#logo a {
	outline: none;
}



/* Main Navigation */

#mainnav {
	position: absolute;
	top: 25px;
	right: 123px;
}

#mainnav ul {
	height: 100px;
	width: 155px;
	margin: 0;
	padding: 0;
	
}

#mainnav ul li {
	display: block;
	list-style: none;
}

#mainnav ul li a {
	color: #bfbfbf;
	text-decoration: none;
	text-transform: uppercase;
	text-indent: -9999px;
	display: block;
	outline: none;
	height: 20px;
	background: transparent url("../images/mainnav.gif") no-repeat top left;
}

#mainnav li#navaboutbook a {
	background-position: 0 0;
}
#mainnav li#navaboutbook.selected a {
	background-position: 0 -100px;
}
#mainnav li#navaboutbook a:hover, #mainnav li#navaboutbook a:active {
	background-position: 0 -200px;
}

#mainnav li#navaboutchar a {
	background-position: 0 -20px;
}
#mainnav li#navaboutchar.selected a {
	background-position: 0 -120px;
}
#mainnav li#navaboutchar a:hover, #mainnav li#navaboutchar a:active {
	background-position: 0 -220px;
}

#mainnav li#navaboutisaac a {
	background-position: 0 -40px;
}
#mainnav li#navaboutisaac.selected a {
	background-position: 0 -140px;
}
#mainnav li#navaboutisaac a:hover, #mainnav li#navaboutisaac a:active {
	background-position: 0 -240px;
}

#mainnav li#navcontact a {
	background-position: 0 -60px;
}
#mainnav li#navcontact.selected a {
	background-position: 0 -160px;
}
#mainnav li#navcontact a:hover, #mainnav li#navcontact a:active {
	background-position: 0 -260px;
}

#mainnav li#navnews a {
	background-position: 0 -80px;
}
#mainnav li#navnews.selected a {
	background-position: 0 -180px;
}
#mainnav li#navnews a:hover, #mainnav li#navnews a:active {
	background-position: 0 -280px;
}

/* END Main Navigation */



/* Book Callout */

#bookcallout {
	position: absolute;
	top: 28px;
	right: 23px;
}

#bookcallout a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	text-indent: -9999px;
	display: block;
	outline: none;
}

a#buybookbutton {
	margin-top: 5px;
	width: 73px;
	height: 16px;
	line-height: 16px;
	color: #fff;
	background: transparent url("../images/interior_book_anim.gif") no-repeat top left;
}

a:hover#buybookbutton, a:active#buybookbutton {
	background: transparent url("../images/interior_book_roll.gif") no-repeat top left;
}

div#secondarylinks {
	margin-top: 8px;
}

a#musicbutton {
	width: 37px;
	height: 10px;
	line-height: 10px;
	float: left;
	color: #fff;
	background: transparent url("../images/music_button.gif") no-repeat top left;
}

a:hover#musicbutton, a:active#musicbutton {
	background-position: bottom left;
}

/*
a#cartbutton {
	width: 36px;
	height: 10px;
	line-height: 10px;
	float: left;
	color: #fff;
	background: transparent url("../images/cart_button.gif") no-repeat top left;
}
*/

div#cartbutton {
	width: 36px;
	height: 10px;
	line-height: 10px;
	float: left;
}

a:hover#cartbutton, a:active#cartbutton {
	background-position: bottom left;
}


/* END Book Callout */




/* END HEADER */


/* MAINBODY */

#mainbody {
	clear: both;
	background-color: #fff;
	font-size: 0.8em;
	line-height: 1.4em;
}


/* Sidebar */

div#sidebar {
	width: 216px;
	float: left;
}

div.indent {
	margin-left: 32px;
}

.subtext {
	margin: 0 0 5px 0;
	color: #999;
}

.newssidebar {
	margin-top: 3em;
}

.archivelist {
	margin-top: 0;
}


/* Subnav */

#subnav, #subnav ul {
	width: 108px;
	height: 58px;
	margin: 0;
	padding: 0;
	
}

#subnav li {
	display: block;
	list-style: none;
}

#subnav li a {
	color: #9a1109;
	text-decoration: none;
	text-transform: uppercase;
	text-indent: -9999px;
	display: block;
	outline: none;
	height: 19px;
	background: transparent url("../images/subnav.gif") no-repeat top left;
}

#subnav li#subnavstory a {
	background-position: 0 0;
}
#subnav li#subnavstory.selected a {
	background-position: 0 -57px;
}
#subnav li#subnavstory a:hover, #mainnav li#subnavstory a:active {
	background-position: 0 -114px;
}

#subnav li#subnavexcerpt a {
	background-position: 0 -19px;
}
#subnav li#subnavexcerpt.selected a {
	background-position: 0 -76px;
}
#subnav li#subnavexcerpt a:hover, #mainnav li#subnavexcerpt a:active {
	background-position: 0 -133px;
}

#subnav li#subnavpress a {
	background-position: 0 -38px;
}
#subnav li#subnavpress.selected a {
	background-position: 0 -95px;
}
#subnav li#subnavpress a:hover, #mainnav li#subnavpress a:active {
	background-position: 0 -152px;
}

#websitelink {
	color: #9a1109;
	text-decoration: none;
	text-transform: uppercase;
	text-indent: -9999px;
	display: block;
	outline: none;
	height: 10px;
	line-height: 10px;
	background: transparent url("../images/website_url.gif") no-repeat top left;

}

#websitelink:hover, #websitelink:active {
	background-position: bottom left;
}

#sidebar p.caption {
	color: #666;
	font-style: italic;
	margin-top: 5px;
	margin-bottom: 20px;
}

.cdtitle {
	color: #000;
	font-weight: bold;
	font-style: italic;
}


/* END Subnav */

/* Newsletter form */

.mailinglisttext {
	margin-top: 4em;
	margin-bottom: 0.5em;
}

#CLEmailAddress {
	width: 150px;
}

#catlistbutton {
	margin-top: 5px;
}


/* END Newsletter form */


/* END Sidebar */

/* Maintext */

div#maintext {
	margin-left: 242px;
	padding-right: 25px;
	margin-top: 0;
	padding-top: 10px;
}

p.leadin {
	color: #8c8c8c;
	font-size: 1.5em;
	line-height: 1.25em;
	margin-bottom: 1.5em;
}

.smallarial {
	font-size: 0.7em;
	line-height: 1.5em;
	font-family: Arial, sans-serif;
}

.medarial {
	font-size: 0.9em;
	line-height: 1.5em;
	font-family: Arial, sans-serif;
}

div.photos {
	margin-top: 1em;
}

div.photos img.photo1 {
	margin-right: 20px;
}

p.newsdate {
	color: #8c8c8c;
	font-size: 1.5em;
	line-height: 1.25em;
	margin-bottom: 0;
}

p.newsdate + p {
	margin-top: 0;
}


/* END Maintext */

/* Characters page */


.character {
	clear: both;
	margin-bottom: 75px;
}

.character .portrait {
	float: left;
	width: 245px;
	text-align: center;
}

.character .description {
	margin-left: 245px;
	padding-right: 25px;
}

img.character_name {
	display: block;
	margin: 0 0 30px 0;
}

img.character_quote {
	display: block;
	margin: 0 0 26px 0;
}

.mailinglist_character {
	clear: both;
	margin-left: 25px;
	width: 200px;
}



/* END Characters page */

/* Purchase page */

#bookphoto {
	width: 300px;
	text-align: center;
	float: left;
}

#bookinfo {
	margin-left: 300px;
}

#bookinfo .productTextInput {
	width: 50px;
}

#bookinfo .productSubmitInput {
	background: transparent url('/images/add_to_cart_button_new.gif') no-repeat top left;
	border: none;
	width: 68px;
	height: 16px;
	text-indent: -9999em;
	cursor: pointer;
	padding: 0;
	display: block;
	margin-top: 5px;
}

#bookinfo .productSubmitInput:hover, #bookinfo .productSubmitInput:active {
	background-position: bottom left;
}


/* END Purchase page */


/* Shopping Cart page */

#cartbutton1 {
	width: 200px;
	float: left;
}

#cartbutton2 {
	width: 200px;
	float: right;
	text-align: right;
}

table.cart td {
	padding: 5px;
}

input.cartInputText {
	width: 50px;
}

#shippingSpan {
	display: none;
	visibility: hidden;
}

/* END Shopping Cart page */


/* Checkout page */

div.item {
	float: left;
	width: 523px;
	margin-bottom: 10px;
}

div.item label {
	float: left;
	width: 150px;
}

div.item input, div.item select {
	float: left;
}

div.divider {
	border-top: 1px solid #333;
	padding-top: 10px;
}


/* END Checkout page */


/* END MAINBODY */


/*
div.clear {
	clear: both;
	height: 25px;
}
*/

div.mainbodyclear {
	clear: both;
	height: 25px;
}

div#footer {
	width: 790px;
	font-family: Arial, sans-serif;
	font-size: 0.6em;
	font-weight: bold;
	color: #666;
	background-color: #000;
	margin: 0 auto;
	padding: 10px 0 25px 0;
}

div#footer a {
	color: #666;
	text-decoration: none;
}
div#footer a:hover, div#footer a:active {
	color: #999;
}

div#policies {
	width: 300px;
	float: left;
}
div#copyright {
	width: 300px;
	float: right;
	text-align: right;
}
