/* reset.css (from Blueprint CSS Framework 0.7.1 screen.css)*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}


/* setup ------------------------- */
body { 
	background: #2e4b6b;
	font: 13px/20px Georgia, Times, 'Times New Roman', serif;
	color: #fff;
}


/* typography + links ------------------------- */


/* links */
p a {
	text-decoration: none;
	color: #fff;
	padding: 1px;
	border-bottom: 1px solid #fff;
	padding: 1px;
}
p a:visited { border-bottom: 1px dotted #fff; }
p a:hover {
	background: #3C98D4;
	border-bottom: 1px solid #3C98D4;
}
#navbar a, #footer a { border-bottom: none; }


/* typography */

p {
	margin-bottom: 10px;
}
p.caption { 
	font-size: 10px;
	line-height: 15px;
}
#navbar p { 
	font: 12px/20px Helvetica, Arial, sans-serif; 
	text-transform: uppercase;
	letter-spacing: 1.5px;
}
#footer p { font: 12px/20px Helvetica, Arial, sans-serif; }
em { font-style: italic; }
strong { font-weight: bold; }


/* page layout ------------------------- */

div.clear { clear: both; }

div#navbar {
	height: 100px;
	background-image: url('../front_images/navbar_bg.jpg');
	background-repeat: repeat-x;
	padding-top: 30px;
	text-align: center;
}

div#content {
	width: 800px;
	margin: 0 auto 0 auto;
}

div#cover_title { 
	height: 76px;
	text-align: center; 
	margin-bottom: 30px;
}
div#cover_photo, div#cover_coverlines { float: left; }
div#cover_coverlines {
	margin: 10px 0 0 30px;
}

div#details { 
	clear: both;
	border-top: 1px solid #fff;
	margin: 30px auto auto auto;
	padding-top: 20px;
}
div#details_side {
	float: left;
	width: 200px;
}
div#purchase { margin-top: 30px; }
div#details_main {
	float: left;
	width: 500px;
	margin-left: 90px;
}

div#lower {
	background: #394654;
	background-image: url('../front_images/lower_shadow.jpg');
	background-repeat: repeat-x;
	clear: both;
	margin-top: 20px;
	padding-top: 60px;
	padding-bottom: 20px;
	text-align: center;
}
div#otp { 
	margin: 0px auto 0px auto; 
	width: 810px;
}
#otp div.picture {
	float: left;
	margin: 0px 8px 0px 8px;
}
div#footer {
	clear: both;
	margin-top: 20px;
}

