html, body {
	width: 100%;
	height: 100%;
}

body {
	background-color: #F00;
	color: #FFF;
	font-family: arial, helvetica, sans-serif;
}

p {
	margin: 15px 0;
}

a, a:visited, a:active {
	color: #231F20;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #231F20;
}

h2 {
	color: #231F20;
	font-size: 85px;
	font-family: 'ArcherBold', arial, helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 10px;
	line-height: 60px;
}

h3 {
	color: #231F20;
	font-size: 50px;
	font-family: 'ArcherBold', arial, helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 10px;
}

h4 {
	color: #FFF;
	font-size: 20px;
	font-family: 'ArcherBold', arial, helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 10px;
}

label {
	cursor: default;
}

div#container {
	width: 100%;/*1153*/
	height: 100%;
	margin: 0 auto;
	position: relative;
	min-width: 960px;
	max-width: 1153px;
}

nav {
	position: absolute;
	right: 800px;
	top: 0;
	width: 118px;
	z-index: 10;
}

nav a:hover {position:relative; left:5px;}

nav div {
	width: 118px;
	position: fixed;
	top: 0;
	display: block;
	background: url(../files/images/navbg.png) left bottom no-repeat;
	height: 175px;
}

html.js nav div {
	top: -160px;
}

nav span.page-loading {
	position: absolute;
	bottom: 5px;
	left: 50px;
}

nav ul {
	position: relative;
	top: -25px;
	padding-top: 30px;
	width: 118px;
	height: 150px;
	background-color: #231F20;
}

nav ul li {
	position: relative;
}

nav ul li span.loading {
	position: absolute;
	right: -10px;
	top: 0;
	background: url(../files/images/loading_bg.png) right top no-repeat;
	display: block;
	height: 23px;
	padding-top: 2px;
	padding-right: 4px;
}

nav ul li a, nav ul li a:visited {
	font-family: 'ArcherBold', arial, helvetica, sans-serif;
	color: #4D3E3F;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 17px;
	display: block;
	text-align: center;
	margin: 10px 0;
}

nav ul li a.active {
	color: #FFF;
	text-decoration: none;
}

nav ul li a:hover {
	
	color:#F03;
	text-decoration: none;	
}

div.blog {
	position: fixed;
	left: 0;
	/*top: 20%;*/
	top: 0px;
	z-index: 4;
	width: 10%;
}

html.js div.blog {
	left: -120px;
}

div.blog a {
	display: block;
	background: url(../files/images/blog_tag.png) 0 70px no-repeat;
	width: 100%;
	height: 260px;
	position: relative;
	left: -27px;
}

div.blog a:hover {
	left: -17px;
}

div.blog a span {
	display: none;
}

div#pages {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}

div#pages div.page {
	width: 100%;
	height: 100%;
	display: table;/*vertical centre*/
	position: static;/*vertical centre*/
	margin-bottom: 50%;
}

div#pages div.page div.padding {/*vertical centre*/
	width: 100%;
	height: 100%;
	padding-top: 198px;
	display: table-cell;
	vertical-align: middle;
	position: absolute;
}

div#pages div.page div.padding div.content {
	position: relative;
	width: 898px;
	margin: 0 auto;
	min-height: 400px;
	max-height: 800px;
	height: 65%;
}

div.lines {
	display: block;
	position: absolute;
	z-index: 3;
	background: url(../img/lines.png) no-repeat;
	width: 100%;
	height: 100%;
	max-width: 1153px;
	max-height: 565px;
}

div.red {
	position: absolute;
	left: 0;
	top: 565px;
	background: #000;
	width: 100%;
	height: 73px;
	display: none;
	z-index: 3;
}

html.js div.lines {
	top: -555px;
}

div#pages div.page#top div.padding div.content {
	min-height: 1px;
}

div.page#top div.top {
	position: absolute;
	width: 100%;
	height: 100%;
}

div.page#top h1 {
	padding-left: 125px;
	position: relative;
}

div.page#top h1 span {
	display: none;
}

div.page#top h1.never {
	background: url(../files/2011LOGO.png) no-repeat;
	width: 640px;
	height: 379px;
	z-index: 4;
	margin-top: 25px;
}

div.page#top h1.buy-now {
	background: url(../files/images/buy_now.png) no-repeat;
	/*width: 455px;
	height: 254px;*/
	z-index: 2;
	/*top: 281px;/*needed to fix chrome*/
}

div.buttons {
	height: 90px;
	clear: both;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	width: 898px;
	
}

div.page a.button {
	display: block;
	padding: 10px;
	background-color: #F00;
	position: absolute;
	bottom: 0;
}

div.page a.button.left {
	float: left;
	left: 0;
}

div.page a.button.right {
	float: right;
	right: 0;
}

div.page a.button.full_story {
	height: 70px;
	width: 340px;
	background: url(../img/full_story.png) 0 0 no-repeat;
	padding: 0;
	margin-bottom: 7px;
}

div.page a.button.full_story:hover {
	background-position: 0 -70px;
}

div.page a.button.visuals {
	width: 530px;
	height: 77px;
	background: url(../img/visuals.png) 0 0 no-repeat;
	padding: 0;
}

div.page a.button.visuals.home {
	width: 408px;
}

div.page a.button.visuals:hover {
	background-position: 0 -77px;
}

/*Why Page*/
div.page#why .text-right {
	width: 230px;
}

div.page#why h2 {
	color: #FFF;
	text-align: right;
	margin-right: 300px;
	font-size: 90px;
	line-height: 70px;
	z-index: 10;
	position: relative;
}

div.page#why h2 div {
	font-size: 75px;
}

div.page#why div.buttons {
	height: auto;
	margin-bottom: 185px;
	z-index: 8;
	width: 100%;
}

div.page#why div.buttons a.button {
	background: none;
	overflow: hidden;
}

/*What Page*/
div#pages div.page#what div.padding div.content {
	min-height: 400px;
}

div#pages div.page#what h2 {
	position: relative;
	z-index: 6;
	top: 9px;
}

.six-percent {
	background: url(../img/6percent.png) no-repeat;
	width: 321px;
	height: 272px;
	position: absolute;
	right: 142px;
	top: -142px;
	z-index: 5;
}

.six-percent span {
	display: none;
}

div#pages div.page#what ul {
	margin-top: 50px;
	margin-bottom: 30px;
}

div#pages div.page#what ul li {
	list-style: url(../img/star.png);
	width: 412px;
	margin: 10px 0;
}

div#pages div.page#what div.buttons {
	height: 209px;
}

div#pages div.page#what a.video {
	display: block;
	width: 450px;
	height: 137px;
	background: url(../img/video.png) no-repeat;
	padding: 0;
}

div#pages div.page#what a.video:hover {
	background-position: 0 -137px;
}

.resume {
	
	font-family: 'ArcherMedium', arial, helvetica, sans-serif;
	color: #231F20;
	font-weight: bold;
	position: relative;
	z-index: 100;


}

#leftContact {
	font-family: 'ArcherMedium', arial, helvetica, sans-serif;
	color: #231F20;
	font-weight: bold;
	position: relative;
	z-index: 100;
	
}


	

div#pages div.page#what a.return {
	color: #FFF;
	font-size: 52px;
	width: 350px;
	font-family: 'ArcherBold', arial, helvetica, sans-serif;
	line-height: 38px;
	text-transform: uppercase;
	height: 137px;
	padding: 0;
	letter-spacing: -1px;
}



div#pages div.page#what a.return span {
	display: block;
}

div#pages div.page#what a.return span.middle {
	font-size: 49px;
}

div#pages div.page#what a.return span.bottom {
	font-size: 72px;
	height: 0px;
	line-height: 72px;
	position: relative;
	top: -10px;
	background-color:#ff0000;
}

div#pages div.page#what a.return:hover {
	text-decoration: none;
	cursor: default;
	outline: hidden;
}

div#pages div.page#what .investment {
	position: absolute;
	bottom: 145px;
	right: 13px;
}

/*Who page*/
.text-right {
	float: right;
	width: 344px;
	top: -10px;
	position: relative;
}

a.stratum {
	text-transform: uppercase;
}

img.twenty-years {
	position: relative;
	left: -13px;
	/*margin-top: -5%;*/
	margin-top: -13px;
}

div#pages div.page#who div.padding div.content {
	min-height: 470px;
}

/*Contact Page*/
div#pages div.page#contact {
	margin-bottom: 0;
	background: url(../files/images/contact_bottom.png) center bottom no-repeat;
	min-height: 900px;
}

div#pages div.page#contact div.padding {
	padding-top: 0;
	min-height: 900px;
}

div#pages div.page#contact div.padding div.content {
	position: relative;
	top: 198px;
}

div.page#contact form ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.page#contact form ul li {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}

div.page#contact form label {
	position: absolute;
	color: #FFF;
	font-family: 'ArcherBold', arial, helvetica, sans-serif;
	width: 320px;
	padding: 11px;
	cursor: pointer;
}

div.page#contact form label.error {
	position: static;
}

div.page#contact form label.focus {
	color: #231F20;
}

div.page#contact form .text {
	background-color: #231F20;
	border: 1px solid #752125;
	width: 320px;
	padding: 10px;
	font-family: 'ArcherBold', arial, helvetica, sans-serif;
	color: #FFF;
	cursor: pointer;
}

div.page#contact form .small {
	clear: left;
	height: 35px;
}

div.page#contact form .small div {
	float: left;
}

div.page#contact form .small .text, div.page#contact form .small .text,
div.page#contact form .small label, div.page#contact form .small label {
	width: 144px;
	margin-right: 10px;
}

div.page#contact textarea {
	height: 150px;
}

div.page#contact input.focus, div.page#contact textarea.focus {
	color: #231F20;
	background-color: #FFF;
	border: 1px solid #E78B8E;
}

div.page#contact input.focus#submit {
	color: #231F20;
	background-color: #D2232A;
	border: none;
}

div.page#contact div.text-right {
	display: block;
	background: url(../files/images/divider.png) left top no-repeat;
	min-height: 376px;
	padding-left: 62px;
	position: relative;
	top: -60px;
	font-weight: bold;
	font-family: 'ArcherMedium', arial, helvetica, sans-serif;
}

div.page#contact div.text-right ul, div.page#contact div.text-right ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.page#contact div.text-right ul {
	margin-bottom: 15px;
	overflow: auto;
}

div.page#contact div.text-right ul li {
	clear: left;
}

div.page#contact div.text-right ul li label, div.page#contact div.text-right ul li div {
	float: left;
	margin-bottom: 7px;
}

div.page#contact div.text-right ul li label {
	display: block;
	width: 75px;
	color: #231F20;
	text-transform: uppercase;
	padding-top: 1px;
}

div.page#contact div.text-right ul li div {
	width: 240px;
	font-family: arial,helvetica,sans-serif;
}

.testers {
	display: none;
}

address {
	display: inline;
	font-style: normal;
}

span.email a {
	color: #FFF;
}

.text-button {
	text-transform: uppercase;
	display: block;
	padding-left: 45px;
	height: 30px;
	line-height: 30px;
	background: url(../files/images/arrow.png) -10px 0 no-repeat;
	margin: 10px 0;
	margin-bottom: 30px;
	border: none;
	font-family: 'ArcherMedium', arial, helvetica, sans-serif;
	color: #231F20;
	font-weight: bold;
	position: relative;
	z-index: 100;
}

input.text-button {
	float: right;
	margin-right: 142px;
	background-color: #D2232A;
}

.text-button:hover {
	background-position: 0;
}

footer {
	position: absolute;
	bottom: 0;
	right: 140px;
	z-index: 500;
	padding-bottom: 18px;
	text-align: right;
	color: #F00;
	font-size: 11px;
}

footer a:active, footer a:visited {
	color: #4B3F40;
	font-weight: normal;
}

