/* PARALLAX SCROLLING EXPERIMENT
   Master Styles
   Author: Jonathan Nicol (f6design.com)
   Modified By : Kenny Lefebvre (www.ProWeb.ca)
*****************************************************************/


/* Extended base styles (site specific)
*****************************************************************/
body {
	overflow-x:hidden
}

/* Page structure
*****************************************************************/

/* Parallax
*****************************************************************/

/* rightside */
#parallax-bg3 {
	z-index: 50;
	position: fixed;
	top: 0;
	width: 100%;
	min-width:960px;
	}
	#bg3-1 {
			position: absolute;
			top: 0%;
			right: 0%;
			}
	#bg3-2 {
			position: absolute;
			top: 1000px;
			right: 0;
			}
/* leftside */
#parallax-bg2 {
	z-index: 55;
	position: fixed;
	top: 0;
	width: 100%;
	}
	#bg2-1 {
		position: absolute;
		top: 800px;
		left: 1%;
		}
	#bg2-2 {
		position: absolute;
		top: 850px;
		left: 21%;
		}
/* leftside */
#parallax-bg1 {
	z-index: 60;
	position: fixed;
	top: 0;
	width: 100%;
	}
	#bg1-1 {
		position: absolute;
		top: 600px;
		left: 0%;
		}
	#bg1-2 {
		position: absolute;
		top: 400px;
		left: 0%;
		}
/* leftside */
#parallax-bg0 {
	z-index: 65;
	position: fixed;
	top: 0;
	width: 100%;
	}
	#bg0-1 {
		position: absolute;
		top: 600px;
		left: 0%;
		}
	#bg0-2 {
		position: absolute;
		top: 700px;
		left: 0%;
		}