/*
Master styles for screen media
Author:	justine@gentlecode.net
*/

@import 'reset.css';

/* FONTS
------------------------------------------------------------- */

@font-face {
    font-family: 'NevisBold';
    src: url('../fonts/nevis-webfont.eot');
    src: url('../fonts/nevis-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/nevis-webfont.woff') format('woff'),
         url('../fonts/nevis-webfont.ttf') format('truetype'),
         url('../fonts/nevis-webfont.svg#NevisBold') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* PAGE STRUCTURE
------------------------------------------------------------- */
html { 
	background: url(../img/site_bkg.jpg) repeat;
}

body {
	font: normal 12px/18px Verdana, sans-serif;
	color: #363a3f;
}

.container {
	width: 980px;
	margin: 45px auto 0;
	overflow: visible;
	background-color: #fff;
	border: 1px solid #cccccc;
	-moz-box-shadow: 0px 0px 8px #000000;
	-webkit-box-shadow: 0px 0px 8px #000000;
	box-shadow: 0px 0px 8px #000000;
}


/* ELEMENTS
------------------------------------------------------------- */

p {
	margin-bottom: 15px;
}

a, a:visited {
	outline: none;
	text-decoration: none;
	color: #363a3f;
}

a:hover {
	text-decoration: underline;
}

a.button {
	color: #fff;
	font-family: NevisBold;
	font-size: 12px;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #5E0000;
	background-color: #990000;
	border: solid 1px #5E0000;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

a.button:hover {
	text-decoration: none;
}

h2{
	font-family: NevisBold;
	font-size: 24px;
	line-height: 30px;
	color: #333333;
	margin: 0 0 25px 0;
}
	
h3 {
	font-family: NevisBold;
	font-size: 16px;
	color: #333333;
	margin: 0 0 10px 0;
}

h4 {
	font-size: 14px;
	color: #da4205;
}

.buy_button{
	float: left;
	margin-right: 20px;
	
}

/* HEADER
------------------------------------------------------------- */

.header {
	width: 840px;
	padding: 20px 70px;
	background: #fff url(../img/header_bg.gif) 0 0 no-repeat;
	position: relative;
	float: left;
	height: 132px;
}

/* Logo */

.header h1 {
	float: left;
	position:relative;
}

.header h1 a {
	display: block;
	width: 150px;
	height: 132px;
	text-indent: -9999px;
	background: url(../img/logo.png) no-repeat;
}

/* Menu */

.header ul {
	float: right;
	overflow: hidden;
	margin: 0 px 15px 0 0;
}

.header ul li {
	float: left;
	margin: 0 0 0 10px;
	padding: 0 10px 0 0;
	border-right: solid 1px #cccccc;
}

.header ul li:last-child{
	border: none;
	padding: 0;
}

.header ul li a {
	display: block;
	height: 18px;
	color: #333333;
	line-height: 18px;
}

.header ul li a.fb{
	display: block;
	width: 20px;
	height: 18px;
	text-indent: -9999px;
	background: url("../img/icon-social.png") 0 0 no-repeat;
}


/* INTRO & PRICE
------------------------------------------------------------- */

.intro {
	position: relative;
	padding: 0;
	height: 370px;
	float: left;
	width: 980px;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #cccccc;
	background: url(../img/light_bg.gif) 0 0 repeat-y;
	-moz-box-shadow: 0 2px 4px -2px #999999, 0 -2px 4px -2px #999999;
	-webkit-box-shadow: 0 2px 4px -2px #999999, 0 -2px 4px -2px #999999;
	box-shadow: 0 2px 4px -2px #999999, 0 -2px 4px -2px #999999;	
}

#featured {
	height: 430px;
    margin-top: -25px;
    width: 980px;	
} 

#featured .content{
    height: 430px;
    width: 980px;
	display: block;
	float: left;
}

.intro a.prev {
	background: url("../img/btn-promos.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 165px;
    left: 16px;
    position: absolute;
    text-indent: -999999px;
    top: 105px;
    width: 30px;
    z-index: 1000;
}

.intro a.next {
	background: url("../img/btn-promos.png") no-repeat scroll -30px 0 transparent;
    display: block;
    height: 165px;
    position: absolute;
    right: 16px;
    text-indent: -999999px;
    top: 105px;
    width: 30px;
    z-index: 1000;
}

#featured .content a.button {
	float: left;
	display: inline-block;
	overflow: hidden;
	margin: 10px 0 0 70px;
	font-size: 15px;
	padding: 0 15px;
	height: 35px;
	line-height: 35px;
	-moz-box-shadow: 0px 0px 1px #e9e9e1;
	-webkit-box-shadow: 0px 0px 1px #e9e9e1;
	box-shadow: 0px 0px 1px #e9e9e1;
}

#featured .content img.book {
	position: relative;
    float: right;
    margin: 0 70px 0 0;
}

.intro h2 {
	float: left;
    margin: 60px 0 25px 70px;
}

#featured .content h2 {
    width: 430px;
}

.intro p {
	float: left;
	width: 430px;
	margin: 0 0 15px 0;
	clear: left;
}

#featured .content p {
	float: left;
	width: 430px;
	margin: 0 0 15px 70px;
	clear: left;
}

.price {
	position:relative;
	float:left;
	padding: 40px 0 40px 70px;
	width: 100%;
}

.price a.button{
	display: inline-block;
	font-size: 15px;
	overflow: hidden;
	padding: 0 10px;
	height: 54px;
	margin-right: 20px;
	line-height: 54px;
	-moz-box-shadow: 0px 0px 1px #e9e9e1;
	-webkit-box-shadow: 0px 0px 1px #e9e9e1;
	box-shadow: 0px 0px 1px #e9e9e1;	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.price a.button:hover {
	text-decoration: none;
}

.price a.button span {
	margin: 0 0 0 20px;
	font-size: 29px;
	line-height: 54px;
}

.price a.hard {	
	background: #990000 url(../img/btn-hard-price-bg.png) 140px 0 no-repeat;
}

.price a.pdf {
	background: #32373e url(../img/icon-pdf.png) 6px 0 no-repeat;
}


/* ABOUT
------------------------------------------------------------- */

.about {
	float: left;
    padding: 30px 70px 20px;
    position: relative;
}

/* TITLES
------------------------------------------------------------- */

.titles {
	float: left;
    padding: 30px 70px;
    position: relative;
    width: 840px;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	background: url(../img/light_bg.gif) 0 0 repeat-y;
	-moz-box-shadow: 0 2px 4px -2px #999999, 0 -2px 4px -2px #999999;
	-webkit-box-shadow: 0 2px 4px -2px #999999, 0 -2px 4px -2px #999999;
	box-shadow: 0 2px 4px -2px #999999, 0 -2px 4px -2px #999999;
}

.titles .title{
	position: relative;
	width: 380px;
	float: left;
	margin-right: 60px;
}

.title:last-child{	
	margin-right: 0;
}

.title a.button {
	float: left;
	clear: left;
	display: inline-block;
	overflow: hidden;
	padding: 0 7px;
	height: 25px;
	line-height: 25px;
	-moz-box-shadow: 0px 0px 1px #e9e9e1;
	-webkit-box-shadow: 0px 0px 1px #e9e9e1;
	box-shadow: 0px 0px 1px #e9e9e1;
}

/* TESTIMONIALS/REVIEWS
------------------------------------------------------------- */

.testimonials {
	float: left;
    padding: 30px 60px;
    position: relative;
	width: 860px;
	height: 125px;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	background: url(../img/light_bg.gif) 0 0 repeat-y;
	-moz-box-shadow: 0 2px 4px -2px #999999, 0 -2px 4px -2px #999999;
	-webkit-box-shadow: 0 2px 4px -2px #999999, 0 -2px 4px -2px #999999;
	box-shadow: 0 2px 4px -2px #999999, 0 -2px 4px -2px #999999;
}

.testimonials a.prev {
	background: url("../img/btn-carousel-sm.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 82px;
    left: 16px;
    position: absolute;
    text-indent: -999999px;
    top: 50px;
    width: 26px;
    z-index: 1000;
}

.testimonials a.next {
	background: url("../img/btn-carousel-sm.png") no-repeat scroll -26px 0 transparent;
    display: block;
    height: 82px;
    position: absolute;
    right: 16px;
    text-indent: -999999px;
    top: 50px;
    width: 26px;
    z-index: 1000;
}

.testimonials .quote {
	width: 265px;
	float: left;
	text-align: center;
	margin: 0 15px;
}

.testimonials .quote blockquote {
	font-size: 11px;	
}

.testimonials .quote cite {
	font-family: NevisBold;
	display: block;
	font-size: 15px;
	font-style: normal;
}

.testimonials .quote cite a{
	color: #333333;
}

#review {
	background-image: none;
}

/* FEATURES
------------------------------------------------------------- */

.features {
	padding: 30px 0 20px 70px;
	float: left;
    position: relative;
}

.features div {
	float: left;
	width: 265px;
	margin: 0 32px 0 0;
}

.features p {
	color: #666666;
}

/* SAMPLES
------------------------------------------------------------- */

.samples {
	float: left;
    position: relative;
	width: 860px;
	height: 194px;
	padding: 25px 60px 20px;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	background: url(../img/light_bg.gif) 0 0 repeat-y;
	-moz-box-shadow: 0 2px 4px -2px #999999, 0 -2px 4px -2px #999999;
	-webkit-box-shadow: 0 2px 4px -2px #999999, 0 -2px 4px -2px #999999;
	box-shadow: 0 2px 4px -2px #999999, 0 -2px 4px -2px #999999;
}

.samples ul li {
	float: left;
	position: relative;
	margin: 0 25px;
	height: 194px;
	width: 174px;
}

.samples ul li a {
	display: block;
	margin: 6px 0 0 0;
	padding: 7px 26px;
	background-color: #fff;
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.samples ul li span.zoom {
	display: block;
	width: 28px;
	height: 25px;
	text-indent: -9999px;
	padding: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	background: transparent url(../img/icon-zoom.png);
	position: absolute;
	bottom: -0; left: 73px;
}

.samples a.buttons {
	display: block;
	width: 43px;
	height: 43px;
	text-indent: -9999px;
	position: absolute;
	background: url(../img/icon-arrows.png) no-repeat;
}

.samples a.prev {
	background: url("../img/btn-carousel-sm.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 82px;
    left: 16px;
    position: absolute;
    text-indent: -999999px;
    top: 84px;
    width: 26px;
    z-index: 1000;
}

.samples a.next {
	background: url("../img/btn-carousel-sm.png") no-repeat scroll -26px 0 transparent;
    display: block;
    height: 82px;
    position: absolute;
    right: 16px;
    text-indent: -999999px;
    top: 84px;
    width: 26px;
    z-index: 1000;
}

/* FOOTER
------------------------------------------------------------- */

.footer {
	float: left;
    padding: 15px 70px;
    position: relative;
    width: 840px;
}

.footer h2{
	margin-top: 15px;
}

.footer p{
	color: #666;
}

/* MISC.
------------------------------------------------------------- */

.hide {
	display: none;
}


/* self-clear floats */

.group:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}