@font-face {
	font-family: 'AdobeGaramondProRegular';
	src: url('agaramondpro-regular-webfont.eot');
	src: url('agaramondpro-regular-webfont.eot?#iefix') format('embedded-opentype'), url('agaramondpro-regular-webfont.woff') format('woff'), url('agaramondpro-regular-webfont.ttf') format('truetype'), url('agaramondpro-regular-webfont.svg#AdobeGaramondProRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'FuturaStdMediumCondensed';
	src: url('futurastd-condensed-webfont.eot');
	src: url('futurastd-condensed-webfont.eot?#iefix') format('embedded-opentype'), url('futurastd-condensed-webfont.woff') format('woff'), url('futurastd-condensed-webfont.ttf') format('truetype'), url('futurastd-condensed-webfont.svg#FuturaStdMediumCondensed') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'FuturaStdBoldCondensed';
	src: url('futurastd-condensedbold-webfont.eot');
	src: url('futurastd-condensedbold-webfont.eot?#iefix') format('embedded-opentype'), url('futurastd-condensedbold-webfont.woff') format('woff'), url('futurastd-condensedbold-webfont.ttf') format('truetype'), url('futurastd-condensedbold-webfont.svg#FuturaStdBoldCondensed') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	font-family: "AdobeGaramondProRegular", "Times New Roman", Times, serif;
	font-size: 16px;
	color: #d8d7d7;
	line-height: 1.5;
	background: #000 url(../images/bg-clouds.jpg) repeat-x center top;
}
.container {
	width: 820px;
	margin: 0 auto;
	padding: 0 20px;
}
/********************************
-- Top / Nav / Banner
*********************************/
nav { padding: 69px 0 24px 0; }
nav ul { font-family: "FuturaStdMediumCondensed", Arial, Helvetica, sans-serif; }
nav li {
	margin-right: 25px;
	font-size: 10px;
	color: #363636;
}
nav a {
	font-size: 16px;
	color: #727272;
	text-decoration: none;
	margin-right: 25px;
}
nav .active a { color: #fff; }
#banner {
	min-height: 600px;
	background: #000 url(../images/bg-banner.jpg) no-repeat center top;
}
#banner h1 {
	width: 548px;
	height: 193px;
	margin: 33px 0 83px 0;
	text-indent: -9999px;
	background: transparent url(../images/watch-trailer.png) no-repeat;
}

#banner h1 a {
	display: block;
	width: 548px;
	height: 193px;
}

#video_player {
	display: none;
	width: 854px;
	height: 480px;
}

iframe {
	display: block;
}

/********************************
-- List of Reviews
*********************************/
#reviews li {
	width: 149px;
	height: 169px;
	margin-right: 52px;
	background: transparent url(../images/bg-blockquote.png) no-repeat;
}
#reviews { text-align: center; }
#reviews p {
	font-style: italic;
	color: #a4a4a4;
	margin: 0 -10px;
}
#reviews .first p, #reviews .third p { padding: 35px 0 15px 0; }
#reviews .second p { padding: 38px 0 15px 0; }
#reviews cite {
	font-family: "FuturaStdMediumCondensed", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
}
#reviews cite span {
	display: block;
	font-size: 12px;
	color: #888788;
}
/********************************
-- Large Synopsis Paragraph
*********************************/
#synopsis { padding: 50px 40px 40px 0; }
#synopsis span {
	font-size: 50px;
	float: left;
	line-height: 30px;
	padding: 10px 10px 5px 0;
}
/********************************
-- Lower Section
*********************************/
#order { background: transparent url(../images/bg-order.jpg) no-repeat center bottom; }
/********************************
-- List of Books
*********************************/
#books {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#books > li { margin-bottom: 55px; overflow: hidden; }
.thumbnail {
	float: left;
	border: 1px solid #323334;
	max-width: 220px;
}
.book {
	float: right;
	width: 560px;
}
.book, .thumbnail { margin-bottom: 15px; }
#books h2 {
	font-family: "AdobeGaramondProRegular", "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 30px;
	padding: 0 0 15px 40px;
	margin: 0 0 15px -40px;
	border-bottom: 1px solid #323334;
}
#books h2 > span, .price {
	font-family: "FuturaStdBoldCondensed", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	color: #858585;
	margin-right: 15px;
}
.price { float: right; }
.price span {
	font-family: "AdobeGaramondProRegular", "Times New Roman", Times, serif;
	font-size: 24px;
	color: #fff;
	margin: 0 7px;
}
.buy-book { clear: both; }
.book > p {
	margin-right: 82px;
	font-size: 15px;
	width: 478px;
}
.book > p.hide { margin: 20px 0; }
.buy {
	float: right;
	width: 62px;
	height: 62px;
	background: transparent url(../images/buy.png) no-repeat;
	text-indent: -9999px;
}
.read-more, .close, .book > p.read-more a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff0030;
	text-decoration: none;
}
p.legend {
	font-family: Arial, Helvetica, sans-serif;
	color: #a4a4a4;
	font-size: 12px;
}
p.legend > span {
	color: #fdfdfd;
	margin: 0 15px 0 0;
}
/********************************
-- Retailer Section
*********************************/
.buy-book {
	position: relative;
	padding: 24px 40px 30px 40px;
	background: #29292b url(../images/bg-buy-book.png) repeat-x;
	border: 1px solid #1d1e20;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	-moz-box-shadow:2px 2px 5px #080808;
	-webkit-box-shadow:2px 2px 5px #080808;
	box-shadow:2px 2px 5px #080808;
	margin-bottom: 30px;
}
.buy-online {
	background: transparent url(../images/bg-buy-online.png) no-repeat;
	width: 127px;
	height: 26px;
	position: absolute;
	top: -27px;
	left: 40px;
}
.buy-book .close {
	position: absolute;
	right: 0;
	top: -25px;
}
.buy-book h3 {
	font-family: "FuturaStdBoldCondensed", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	color: #bbbbbb;
	margin-bottom: 25px;
}

.fourcol { float: left; width: 20%; margin-right: 40px; }
.fourcol ul { list-style-type: disc; color: #646464; padding-left: 18px; }
.fourcol ul a { color: #f7b319; text-decoration: none; }
.hide { display: none; }


/********************************
-- Footer
*********************************/
footer { margin-top: -60px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #a4a4a4; background: transparent url(../images/bg-footer.png) no-repeat center top; padding: 30px 0 80px 0; }
footer a { color: #fdfdfd; font-weight: bold; text-decoration: none; }