/* @override 
	http://bottlerocketapps.com/css/style.css */

/*
CSS for the demo: Recreating the Nikebetterworld.com Parallax Demo
Demo: Recreating the Nikebetterworld.com Parallax Demo
Author: Ian Lunn
Author URL: http://www.ianlunn.co.uk/
Demo URL: http://www.ianlunn.co.uk/demos/recreate-nikebetterworld-parallax/
Tutorial URL: http://www.ianlunn.co.uk/blog/code-tutorials/recreate-nikebetterworld-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/.

Dual licensed under the MIT and GPL licenses:
http://www.opensource.org/licenses/mit-license.php
http://www.gnu.org/licenses/gpl.html
*/

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

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

#header{
	background: white;
	height: 130px;	
}

#intro{
	background: url(/library/images/homeslide-basebg.png) 50% -100px fixed;
	overflow: hidden;
	/*color: white;*/
	height: 620px;
	margin:0px 0 0 0;
	padding: 0px 0 0px 0;
	box-shadow: -3px -3px 5px rgba(0, 0, 0, .25) inset;
}

#second{
	height: 805px;
	margin: 00px auto 0 ;
	overflow: hidden;
	padding: 0;
}

#third{
	/*background: url(/library/images/app_section-bg.jpg);*/
	height:960px;
	position:relative;
	overflow:hidden;

}

#third div#app_section {
	/*background: url(/library/images/app_section.png) no-repeat center top;*/
	/*height: 820px;*/
	
}

#fourth{
	height: 815px;
	padding:0;
}

#fourth img {
	display: block;
	margin: 0 auto;
/*	padding-top: 152px;*/
}