/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* Backgrounds and bodies */

body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background:url(images/background.gif) repeat;
	background-color:#970E42;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
}

img {
	border:0;
}

#outer{
	margin:0 auto;
	padding:0;
	width:918px;
	height:auto;
}

#inner{
	width:909px;
	height:auto;
	background:url(images/mainBack.png) repeat-y;
	padding:0 0 0 9px;
	clear:both;
	float:left;
}

/*************** Top ***************/

#top{
	width:900px;
	clear:both;
	float:left;
	height:264px;
	background:url(images/topBar.jpg) repeat-x;
}

#title{
	width:575px;
	height:247px;
	background:url(images/title.jpg);
	margin:7px 0 0 165px;
}

/**************** Main Content ***************/

#mainContent{
	width:900px;
	height:auto;
	clear:both;
	float:left;
	background:url(images/pictureBack.jpg);
	padding-bottom:30px;
}

#topShadow{
	clear:both;
	float:left;
	width:900px;
	height:10px;
	background:url(images/topShadow.png) repeat-x;
}

#content{
	clear:both;
	float:left;
	width:900px;
	height:auto;
}

#bookCover{
	width:389px;
	height:457px;
	float:left;
	margin:8px 57px 16px 43px;
}

#textColumn{
	width:355px;
	height:auto;
	float:left;
}

p.webAddress a{
	text-decoration:none;
	color:#000;
}

p.Author{
	font-size:24px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	text-align:center;
	margin:52px 0 38px -13px;
	line-height:1.4;
}

p{
	line-height:1.6;
}

p.isbn{
	margin-top:38px;
	font-size:15px;
}

#purchase{
	clear:both;
	float:left;
	width:900px;
	height:auto;
}

p.webAddress{
	font-size:16px;
	text-align:center;
	line-height:1.4;
	width:400px;
	float:left;
	margin-top:10px;
}

#iBookstore{
	width:72px;
	height:72px;
	float:left;
	margin:3px 0 0 35px;
}

#buyNow{
	margin:0 0 0 20px;
	width:325px;
	height:82px;
	position:relative;
	float:left;
	cursor:pointer;
	cursor:hand;
}

#buyNow a{
	display:inline-block;
	width:100%;
	height:100%;
}

#buyNowButton, #buyNowButtonO{
	width:325px;
	height:82px;
	margin:0;
	background:url(images/buyNow.png);
	position:absolute;
	top:0;
	left:0;
}

#buyNowButtonO{
	background:url(images/buyNowO.png);
	display:none;
}


/******************* Bottom ********************/

#bottom{
	clear:both;
	float:left;
	background:url(images/bottomShadow.jpg) repeat-x;
	width:900px;
	height:165px;
	padding-top:20px;
}

#bottom a{
	color:#fff;
	text-decoration:none;
}

#bottom a:hover{
	color:#A3174E;
}

#bottom img{
	position:relative;
	display:inline-block;
	top:0;
}

#facebook{
	width:107px;
	height:25px;
	margin:3px 20px 0 0;
	float:right;
}

#facebook a{
	display:inline-block;
	width:100%;
	height:100%;
	padding-top:10px;
	background:url(images/facebook.jpg) no-repeat top right;
}

#facebook a:hover{
	background-position:bottom right;
}

#mascotbooks{
	width:107px;
	height:51px;
	overflow:hidden;
	float:right;
	margin-right:15px;
}

#mascotbooks img:hover{
	top:-51px;
}

#copyright{
	float:left;
	font-size:11px;
	margin-left:15px;
	color:rgba(255, 255, 255, 0.5);
}


/********************* IE Warning Display **********************/

#warningOverlay{
	position:absolute;
	width:100%;
	height:100%;
	z-index:9999;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='images/backFade.png', sizingMethod='scale');
	font:18px Tahoma, Geneva, sans-serif;
	font-weight:bold;
	color:#fff;
	text-align:center;
	margin:0;
	padding:0;
}

#warningOverlayText{
	position:relative;
	top:50%;
	margin:-40px auto 0 auto;
	height:80px;
	width:30%;
}

