/*
Plugin: jQuery Parallax
Version 1.1.3
Author: Ian Lunn
Twitter: @IanLunn
Author URL: http://www.ianlunn.co.uk/
Plugin URL: http://www.ianlunn.co.uk/plugins/jquery-parallax/

License: http://creativecommons.org/licenses/by-sa/3.0/ (Attribution Share Alike). Please attribute work to Ian Lunn simply by leaving these comments in the source code or if you'd prefer, place a link on your website to http://www.ianlunn.co.uk/.
*/

@charset "utf-8";
/* CSS Document */


body{
	margin: 0;
	min-width: 1000px;
	padding: 0;
}

p{
	margin: 0 0 20px 0;	
}

p, ul{
	font-family:"Proxima Nova Light", 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size-adjust:0.488;
	font-weight:200;
	font-style:normal;
}

img{
	border: 0;
}

h1, #pixels{
	font-family:"Museo 900", Verdana, serif;
	font-size-adjust:0.40;
	font-weight:700;
	font-style:normal;
}

h2{
	font-family:"Beau Sans Pro Book", Verdana, sans-serif;
	font-size-adjust:0.531;
	font-weight:500;
	font-style:normal;
}

#header h1, #pixels{
	color: #48941A;
}

.float-left{
	background-image: url(images/bg2.png);
	float: left;
	top: 0px;
	overflow: hidden;
}

.float-fifth{
	float: left;
	background-image: url(images/fifthWD.png);
	background-repeat: no-repeat;
	padding-top: 20px;
	height: 750px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 200px;
	margin-left: 0px;
	padding-bottom: 20px;
}

.iframe
{
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 100px;
	padding-bottom: 0px;
}

.center{
	font-size: 2.5em;
	padding: 0px 0 0 0;
	text-align: center;
}

#nav{
	list-style: none;
	z-index: 300;
	position: fixed;
	left: 50%;
	margin-left:-500px 	
}

#nav li{
	margin: 0 0 15px 0;	
}

#header, #intro, #second{
	width: 100%;
}

#intro{
	background:url(images/firstBG2.jpg) 50% 0 no-repeat fixed;
	color: white;
	height: 1300px;
	margin: 0 auto;
	padding: 0;
}

#second{
	background: url(images/secondBG.jpg) 50% 0 no-repeat fixed;
	color: white;
	height: 1300px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}

#third{
	background: url(images/secondBG.jpg) 50% 0 no-repeat fixed;
	color: white;
	height: 1300px;
	padding: 0px 0 0 0;	
	overflow: hidden;
}

#fourth{
	background: url(images/secondBG.jpg) 50% 0 no-repeat fixed;
	color: white;
	height:800px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}

.ad {
	width: 1000px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 203;
}

#fifth{
	background: url(images/fifthBG.jpg) 50% 0 no-repeat fixed;
	color: white;
	height: 800px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}

#sixth{
	background:#FFF ;
	height: 150px;
	margin: 0 auto;
	padding: 0px 0 0 0;
}

.story{
	margin: 0 auto;
	min-width: 1000px;
	overflow: hidden;
	width: 1000px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.story .float-left, .story .float-fifth{
	position: relative;
	width: 1000px;
	
}
