/* PARALLAX SCROLLING EXPERIMENT
   Master Styles
   Author: Jonathan Nicol (f6design.com)
*****************************************************************/


/* Global reset
   http://meyerweb.com/eric/tools/css/reset/ 
*****************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Extended base styles (site specific)
*****************************************************************/

html { 
	overflow-y: scroll; /* always force a scrollbar in non-IE */
	}
body {
	background:transparent url(../img/bg_1.gif) repeat top left;
	overflow-x: hidden;
	height: 4550px;
	line-height: 1.5;
	color: #dbdba5;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:1em;
	letter-spacing: 0.15em;
	/*font:normal lighter 14px Verdena, Arial, sans-serif; letter-spacing:0.1em;*/
}
h1 {
	color: #c1cd00;
}
h1 span{
	color: #c1cd00;
	font-size:0.5em;
	line-height: 0.5em;
}
article h3 {
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 16px;
	line-height: 30px;
	position: relative;
	font-weight: 400;
	color: #897e65;
    padding: 0px 0px 5px 0px;
}
a, a:link,
a:active,
a:visited {
	-webkit-transition: color 0.25s ease-out;
	-moz-transition: color 0.25s ease-out;
	-o-transition: color 0.25s ease-out;
	transition: color 0.25s ease-out;
	color:#9a9b00;
	outline: none;
	text-decoration:none;
	}
	a:hover { 
		color:#eaeabc;
		}
img { 
	display:block;
	}
p {
	margin:1em 0;
	}

/* Common shared styles
*****************************************************************/

/*hr {
	margin: 0;
	border: none;
	border-top: 1px solid #3b3b3b;
	border-bottom: 1px solid #3b3b3b;
	height: 3px;
}*/

/* Page structure
*****************************************************************/

#parallax {
	position: relative;
}
#branding {
	width: 100%;
	min-width: 520px;
	/*background:transparent url(../img/bg_00.png) repeat-x top left;*/
	background-color: #3f1e0b;
	display:block;
	height: 6px;
	/*position:fixed;*/
	position: relative;
	z-index: 1000;
	}
	#branding h1 {
		text-indent:-9999px;
		background:transparent url(../img/logo_festive_fruits.png) no-repeat;
		display:block;
		width: 374px;
		height: 223px;
		width: 1250px;
		margin: 0 auto;
		text-transform: uppercase;
		font-size: 18px;
		font-weight: bold;
		position: relative;
		/*left:12%;*/
		}

/* Nav
----------------------------------------------------------------*/

nav#primary {
	z-index: 2000;
	position: fixed;
	top: 25px;
	right: 46px;
}
nav#primary ul li{
	position: relative;
	height: 50px;
	margin-left:15px;
	display: inline-block;
}
nav#primary a#nav_home {
	display: inline-block;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	background: transparent url('../img/nav_home_1.png') no-repeat;
}
nav#primary a#nav_home:hover{
	background: transparent url('../img/nav_home_3.png') no-repeat;
}
nav#primary a#nav_home.active {
	background: transparent url('../img/nav_home_2.png') no-repeat;
}
nav#primary a#nav_work {
	display: inline-block;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	background: transparent url('../img/nav_work_1.png') no-repeat;
}
nav#primary a#nav_work:hover{
	background: transparent url('../img/nav_work_3.png') no-repeat;
}
nav#primary a#nav_work.active {
	background: transparent url('../img/nav_work_2.png') no-repeat;
}
nav#primary a#nav_about {
	display: inline-block;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	background: transparent url('../img/nav_about_1.png') no-repeat;
}
nav#primary a#nav_about:hover{
	background: transparent url('../img/nav_about_3.png') no-repeat;
}
nav#primary a#nav_about.active {
	background: transparent url('../img/nav_about_2.png') no-repeat;
}
nav#primary a#nav_contact {
	display: inline-block;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	background: transparent url('../img/nav_contact_1.png') no-repeat;
}
nav#primary a#nav_contact:hover{
	background: transparent url('../img/nav_contact_3.png') no-repeat;
}
nav#primary a#nav_contact.active {
	background: transparent url('../img/nav_contact_2.png') no-repeat;
}
nav#primary h1 {
	position: absolute;
	left: -10px;
	top: 50px;
	display: none;
	padding: 10px 10px 5px 10px;;
	color: #fff;
	white-space: nowrap;
	background: transparent url('../img/nav-arrow.png') 25% 50% no-repeat;
	text-align: center;
	}
nav.next-prev {
	margin: 20px 0 0 0;
	}
	a.prev,
	a.next {
		display: block;
		width: 15px;
		height: 11px;
		text-indent: -9999px;
		}
	a.prev {
		margin: 0 auto 5px auto;
		background: transparent url('../img/scroll-arrow-up.png') 0 0 no-repeat;
		}
		a.prev:hover {
			background: transparent url('../img/scroll-arrow-up.png') 0 -11px no-repeat;
			}
	a.next {
		margin: 5px auto 0 auto;
		background: transparent url('../img/scroll-arrow-down.png') -1px 0 no-repeat;
		}
		a.next:hover {
			background: transparent url('../img/scroll-arrow-down.png') -1px -11px no-repeat;
			}

/* END Nav
--------------------------------------------------------------------*/

/* Parallax
*****************************************************************/

/* content */
#content {
	z-index: 4;
	position: relative;
	/*left:13%;*/
	top:620px;
	width: 1050px;
	padding: 0 25px;
	margin: 0 auto;
	line-height: 1.7;
	}
	#content article {
		width: 350px;
		}
		#manned-flight ,
		#frameless-parachute,
		#english-channel,
		#about {
			padding-top: 200px;
			}
		#manned-flight {
			position: absolute;
			top: 0px;
			}
		#frameless-parachute {
			position: absolute;
			top: 600px;
			}
		#english-channel {
			position: absolute;
			top: 2210px;
			}
			#content h1 {
				margin: 0 0 25px 0;
				font-size: 60px;
				font-family: Georgia, serif;
				font-weight: normal;
				line-height: 65px;
				}
		#about {
			position: absolute;
			top: 3000px;
			}
/* foreground (ballons/landscape) */
#parallax-bg3 {
	z-index: 3;
	position: fixed;
	left: 50%; /* align left edge with center of viewport */
	top: 0;
	width: 940px;
	margin-left: -470px; /* move left by half element's width */
	}
	/* balloon */
	#bg3-1 {
		position: absolute;
		top: 600px;
		left: 355px;
		}
	#bg3-2 {
		position: absolute;
		top: 1000px;
		left: 325px;
		}
	#bg3-3 {
		position: absolute;
		top: 2300px;
		left: 403px;
		}
	#bg3-4 {
		position: absolute;
		top: 2820px;
		left: 350px;
		}
/* midground (clouds) */
#parallax-bg2 {
	z-index: 5;
	position: fixed;
	left: 50%; /* align left edge with center of viewport */
	top: 0;
	width: 1200px;
	margin-left: -600px; /* move left by half element's width */
	}
	#bg2-1 {
		position: absolute;
		top: 162px;
		left: 200px;
		}
	#bg2-2 {
		position: absolute;
		top: 300px;
		left: 1150px;
		}
	#bg2-3 {
		position: absolute;
		top: 543px;
		left: -35px;
		}
	#bg2-4 {
		position: absolute;
		top: 1180px;
		left: 250px;
		}
	#bg2-5 {
		position: absolute;
		top: 850px;
		left: 900px;
		}
/* background (clouds) */
#parallax-bg1 {
	z-index: 1;
	position: fixed;
	left: 50%; /* align left edge with center of viewport */
	top: 0;
	width: 1200px;
	margin-left: -600px; /* move left by half element's width */
	}
	#bg1-1 {
		position: absolute;
		top: 85px;
		left: -270px;
		}
	#bg1-2 {
		position: absolute;
		top: 440px;
		left: 795px;
		}
	#bg1-3 {
		position: absolute;
		top: 900px;
		left: -220px;
		}
	#bg1-4 {
		position: absolute;
		top: 1020px;
		left: 450px;
		}

	
/* products */
#price{
	z-index: 200;
	position: relative;
	top: 1250px;	
	/*background: #576369 url(../img/bg_03.png) repeat-x top left;*/
	/*opacity:0.5;
  	filter:alpha(opacity=100);*/
	max-width: 1200px;
	height: 605px;	
	margin: 0 auto;
	}
	
.inner_price{
	position: relative;
	margin: 0 auto;
}
.inner_price ul.item{
	position: relative;
	left:6%;
}
.inner_price li{		
		width:300px;
		background-color: #fff;
  		padding:10px;
  		border:5px solid;
		border-radius:10px;
		-moz-border-radius:10px;
		display:inline-block;
		margin:10px;	
		}

.inner_price img{
	margin:0 auto;
}

#price .inner_price h3 a{
	padding-top:10px;
	font-size: 1.4em;
	color:#c2003c;
}
#price .inner_price p{
	color:#87765e;
}
#all_products{
	width:320px;
	background-color: #c2003c;
	padding:10px;
	border:5px solid #c1cd00;
	border-radius:10px;
	-moz-border-radius:10px;
	text-align: center;
	font-size: 2em;
	line-height: 70px;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	color: #c1cd00;
	margin-top:20px;
}
#all_products a{
	color:#dbdba5;
}
#all_products a:hover{
	color:#c1cd00;
}
/* background */
#bg_color1{
	position: absolute;
	top: 715px;	
	background: transparent url(../img/bg_03.png) repeat-x top left;
	display:block;
	width: 218px;
	height: 605px;	
	width: 100%;
	z-index: 0;
	}
	
#bg_color2{
	position: absolute;
	top: 2900px;	
	background: transparent url(../img/bg_04.png) repeat-x top left;
	display:block;
	width: 30px;
	height: 717px;	
	width: 100%;
	z-index: 0;
	}
#bg_color3{
	position:absolute;
	top: 4450px;	
	background-color: #211607;
	height: 100px;	
	width: 100%;
	z-index: 111;
	text-align: center;
}
