@charset "utf-8";
/* CSS Document */

/*********** BASIC ELEMENTS **********/
* {
	margin: 0;
	padding: 0;
}
body {
	background-color:#354046;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-bottom:35px;
}
img {
	border: 0;
}
.left {
	float: left;
}
/*********** STRUCTURE **********/
#container {
	width:950px;
	padding:50px 25px;
	margin:0 auto;
}
#logo {
	padding-bottom:20px;
	border-bottom:1px solid #45565d;
}
#featured {
	padding:30px 10px;
	border-bottom:1px solid #45565d;
}
div.quote {
	width:660px;
	background:url(../structure/quotes.png) 20px 10px no-repeat;
	padding:20px 35px 0 35px;
	font-weight: normal;
}
div.sidelinks {
	padding-top:35px;
}
#logo, div.quote, div.sidelinks {
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#main {
	padding:20px 10px 15px 10px;
	border-bottom:1px solid #45565d;
}
#col_l {
	width:671px;
	float:left;
}
#col_r {
	margin-left:671px;
	padding-left:30px;
}
div.theauthor {
	border-bottom:1px solid #45565d;
	margin-bottom:18px;
}
#footer {
	text-align:center;
	padding-top:15px;
}
img.author{
	float: left;
	margin: 0 5px 5px 0;
	border: 2px solid #415058;
}
/*********** TYPOGRAPHY **********/
#logo h1 {
	font-style:italic;
	font-weight:normal;
	font-size:60px;
	color:#e8bb5e
}
#logo p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#98acb3;
	text-transform:uppercase;
	letter-spacing:14px;
	padding-left:5px;
}
div.quote p {
	color:#7d8d96;
	line-height:22px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
}
div.quote a, div.sidelinks a {
	display:block;
	text-decoration:none;
	text-transform:uppercase;
}
div.quote a#purchase_button {
	width:196px;
	height:43px;
	line-height:43px;
	color:#cbceda;
	margin:20px auto 0 auto;
	background-image: url(../structure/buy_big.gif);
	background-repeat: no-repeat;
}
div.sidelinks a {
	background:url(../structure/buy_small.png) no-repeat;
	width:198px;
	height:36px;
	line-height:36px;
	color:#7f868f;
	font-size:10px;
	margin-bottom:24px;
}
div.sidelinks a:hover, div.quote a:hover{
	text-decoration: underline;
	color: #FFF;
}
#main h2 {
	font-size:10px;
	font-weight:normal;
	color:#e8bb5e;
	text-transform:uppercase;
	padding-bottom:20px;
}
#main h3 {
	font-size:16px;
	font-weight:normal;
}
#main h3, #main p {
	color:#98acb3;
	padding-bottom:20px;
	line-height:18px;
}
#col_r p {
	font-size:11px;
}
#col_r a {
	font-size:11px;
	color:#6093A8;
	text-decoration:underline;
}
#footer p {
	font-size:10px;
	text-transform:uppercase;
	color:#98acb3;
	letter-spacing:3px;
}
/********* CLEARFIX **********/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/******** CHECKOUT **********/
#purchase {
	height:110px;
	overflow:hidden;
}
#step1, #step2 {
	width:196px;
	margin:0 auto;
}
#step1 {
	padding-top:25px;
}
#step2 {
	display:none;
	margin-top:20px;
}
#step2 p {
	font-style:normal;
	font-size:12px;
	line-height:16px;
	padding-bottom:10px;
}
#step2 form {
	float:left;
}
#step2 a#check_button {
	float:right;
}
/********** CHECKOUT FORM **********/
#formcontainer {
	margin:0 auto;
	width:300px;
	padding-top:60px;
	
}
#formcontainer h1 {
	font-style:italic;
	font-weight:normal;
	font-size:20px;
	color:#e8bb5e;
	text-align:center;
	
}
#checkoutform {
	width:300px;
}
#checkoutform label{
	font-size:14px;
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#checkoutform label {
	float:left;
	margin-top:6px;
}
#checkoutform input.text-input {
	width:200px;
	height:18px;
	background-color:#fff;
	float:right;
	border:0;
	margin:0;
	padding:4px 5px 0 5px;
	border:1px solid #222;
	color:#222;
	font-size:12px;
}
#checkoutform input.submit {
	background-color:#3F6473;
	border:0;
	padding:5px;
	margin:0;
	float:right;
	color:#fff;
}
#checkoutform div.row {
	clear:both;
	height:40px;
}
#checkoutform p.required {
	color:#fff;
}
