@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	list-style: none;
	outline: none; }
	
body {
	background: url(../images/background.jpg) left top repeat;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif; }
	
.decoration {
	background: url(../images/decoration.jpg) center top no-repeat;
	padding: 50px 0px 0px 0px; }
	
.shadows {
	background: url(../images/shadows.png) left top no-repeat;
	width: 832px;
	height: 816px;
	display: block;
	clear: both;
	margin: 0px auto;
	padding: 3px 0px 0px 0px; }
	
.content {
	background: #fff;
	width: 700px;
	height: 737px;
	margin: 0px auto;
	border-radius: 5px; }
	
header {
	background: url(../images/header.jpg) left top repeat-x;
	height: 163px;
	display: block;
	clear: both;
	border-radius: 5px 5px 0px 0px; }

header h1 {
	display: block;
	clear: both;
	text-align: center;
	font-size: 31px;
	color: #7a6752;
	padding: 27px 0px 0px 0px;
	text-transform: uppercase;
	letter-spacing: -1px;
	text-shadow: 0px 1px 0px #fff; }
	
header h1 span {
	display: block;
	clear: both; }
	
header h1 span em {
	color: #e9612c;
	font-weight: bold;
	font-style: normal; }
	
header h1 div {
	display: block;
	clear: both;
	text-align: center;
	overflow: hidden;
	margin: 0px auto; }
	
header h1 div img {
	float: left;
	margin: 12px 0px 0px 10px; }
	
header h1 strong {
	font-size: 50px;
	color: #83533c;
	letter-spacing: -2.5px; }
	
.books {
	background: url(../images/mainimage.png) left top no-repeat;
	width: 700px;
	height: 421px;
	display: block;
	clear: both; }
	
.books h1 {
	display: block;
	clear: both;
	font-size: 30px;
	font-weight: normal;
	color: #333;
	text-align: center;
	padding: 30px 0px;
	letter-spacing: -1px; }
	
.books h1 strong {
	color: #e9612c; }

.items {
	padding-left: 320px; }
	
.items,
.items ul,
.items ul li {
	display: block;
	clear: both; }
	
.items ul li {
	background: url(../images/tick.png) left 4px no-repeat;
	font-size: 15px;
	color: #333;
	padding: 0px 0px 26px 30px;
	line-height: 23px; }
	
.call-to-action {
	background: url(../images/cta-bg.png) left top no-repeat;
	width: 700px;
	height: 153px;
	display: block;
	clear: both; }
	
.call-to-action form {
	display: block;
	clear: both;
	overflow: hidden;
	padding: 25px 25px 0px 25px; }
	
.field {
	float: left;
	position: relative; }
	
.field img {
	position: absolute;
	top: 24px;
	left: 24px; }
	
.field input {
	display: block;
	clear: both;
	background: #fff;
	border: none;
	border: 1px solid #d9ccb6;
	border-radius: 3px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666;
	padding: 21px 21px 21px 75px;
	box-shadow: inset 0px 1px 3px #eee;
	width: 280px; }
	
.field input:focus {
	border: 1px solid #b1a187; }
	
.cta {
	background: url(../images/cta.png) left top no-repeat;
	width: 259px;
	height: 76px;
	float: right;
	border: none;
	cursor: pointer;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	padding: 0px 0px 12px 40px; }
	
.cta:hover {
	background-position: left -76px; }
	
.cta:active {
	background-position: left bottom;
	padding: 0px 0px 3px 40px; }
	
.privacy {
	background: url(../images/privacy.png) left top no-repeat;
	float: left;
	color: #846a44;
	font-size: 13px;
	margin: 10px 0px 0px 240px;
	padding: 0px 0px 0px 20px; }
	
.privacy:hover {
	text-decoration: underline; }
	
.footer {
	display: block;
	clear: both;
	text-align: center;
	font-size: 14px;
	color: #846a44;
	padding: 35px 0px 0px 0px;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.3); }
	
.popup {
	background: url(../images/transparent.png) left top repeat;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
	width: 100%;
	height: 100%;
	padding-top: 50px; }
	
.popup .footer {
	display: none; }
	
.popup .content {
	width: 900px;
	height: auto;
	padding-top: 10px;
	box-shadow: 0px 0px 60px rgba(0,0,0,0.5); }
	
.popup .books h1 {
	padding: 15px 0px 15px 300px;
	text-align: left;
	font-size: 22px;
	color: #333; }
	
.popup .books header h1 strong {
	display: block;
	clear: both;
	float: left;
	text-align: left;
	padding: 5px 0px 10px 0px; }

.popup .call-to-action {
	background:url(../images/cta-bg-popup.png) left top no-repeat;
	width: 900px;
	height: 143px; }
	
.popup .content .books {
	background: url(../images/mainimage-popup.png) left top no-repeat;
	width: 900px;
	height: 400px;
	display: block;
	clear: both; }
	
.popup .content .books header {
	background: none;
	height: auto;
	padding: 0px;
	text-align: left; }
	
.popup .content .books header h1 {
	display: block;
	clear: both;
	text-align: left;
	color: #83533c;
	font-size: 30px;
	padding: 10px 0px 0px 300px; } 
	
.popup .content .books header h1 div {
	width: auto;
	margin: 0px; }
	
.popup .content .books header h1 strong {
	font-size: 45px;
	line-height: 45px;
	color: inherit; }
	
.popup .content .books header h1 div img {
	margin: 5px 0px 0px 10px; }
	
.popup .content .books .items {
	padding: 10px 0px 0px 300px; }
	
.popup .content .books .items ul li {
	padding-bottom: 16px; }
	
.popup .content .field input {
	width: 480px; }
	
.popup .content .privacy {
	margin: 7px 0px 0px  330px; }