/* 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: auto;
	padding: auto;
	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: #000;
	background-image: url('../img/bluBg3.jpg');
	background-repeat:repeat-y;
	background-position:center -50px;
	overflow-x: hidden;
	height: 5550px;
	line-height: 1.5;
	color: #fff;
	font-size: 16px;
	font-family: 'Oxygen', sans-serif;
}
h1 {
	color: #F00;
}
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:#f0f0f0;
	outline: none;
	text-decoration:none;
	}
	a:hover { 
		color:#000;
		}
img { 
	display:block;
	}
p {
	margin:1em 0;
	}

/* Common shared styles
*****************************************************************/

hr {
	margin: auto;
	border: none;
	border-top: 1px dotted #c4d5dc;
	/*border-bottom: 5px solid #3b3b3b;*/
	height: 1px;
	width:940px;
	padding: 0 0 2px 0;
}

/* Page structure
*****************************************************************/

#wrapper {
	position: relative;
}
#branding {
	width: 100%;
	position:fixed;
	z-index: 1000;
	background: #0b0f10;
	border-bottom: 1px solid #394448;
	/*background-image: url('../img/headerBg.png');*/
	}
	#branding h1 {
		min-width: 310px;
		padding: 10px 15px;
		margin: 0;
		float:left;
		/*margin-left: 24px;*/
		text-transform: uppercase;
		font-size: 18px;
		font-weight: bold;
		}
	#branding h1 span {
		display:none;
	}

#foot {
	width: 100%;
	position:fixed;
	bottom:0%;
	z-index: 1000;
	background: #0b0f10;
	border-top: 1px solid #151c1e;
	}
	#foot h1 {
		/*width: 940px;*/
		padding: 10px 15px;
		margin: 0 auto;
		/*margin-left: 24px;*/
		text-transform: uppercase;
		font-size: 18px;
		font-weight: bold;
		}
	#foot h1 span {
		display:none;
	}
/* Nav
*****************************************************************/
#primary {
	float:right;
	/*background-image: url('../img/sideNavBg.png');*/
}
#primary ul li {
	padding: 30px 5px 0 5px;
	display: inline;
	white-space:nowrap;
	overflow:hidden;
	list-style-type:none;
	list-style-position:outside;
	list-style-image:none;
	float:left;
}
#primary a {
	padding: 0 5px 20px 5px;
	display:inline;
	color:#fff;
}
#primary a:hover {
	padding: 0 5px 20px 5px;
	display:inline;
	color:#fff;
	background-color:#F00;
}

nav#secondary {
	z-index: 5000;
	position: fixed;
	top: 15%;
	display:block;
	/*top: 150px;*/
	left: 30px;
	/*margin-top: -40px;*/
	width: 68px;
	height: 366px;
	/*background-image: url('../img/sideNavBg.png');*/
}
nav#secondary li {
	position: relative;
	height: 62px;
	padding: 4px 0 7px 9px;
}
nav#secondary a {
	display: block;
	width: 52px;
	height: 62px;
	text-indent: -9999px;
}
#red {
	display: block;
	width: 52px;
	height: 62px;
	text-indent: -9999px;
	background: transparent url('../img/navHome.png');
}
/*
nav#secondary#red a:hover, nav#secondary#red a.active {
	background: transparent url('../img/navHome.png');
}*/

#web {
	display: block;
	width: 52px;
	height: 62px;
	background: transparent url('../img/navWeb.png');
}/*
nav#secondary#web a:hover, nav#secondary#web a.active {
	background: transparent url('../img/navWeb.png');
}*/

#net {
	display: block;
	width: 52px;
	height: 62px;
	background: transparent url('../img/navNetwork.png');
}/*
nav#secondary#net a:hover, nav#secondary#net a.active {
	background: transparent url('../img/navNetwork.png');
}*/

#soft {
	display: block;
	width: 52px;
	height: 62px;
	background: transparent url('../img/navSoft.png');
}/*
nav#secondary#soft a:hover, nav#secondary#soft a.active {
	background: transparent url('../img/navSoft.png');
}*/

nav#secondary h1 {
	position: absolute;
	left: 60px;
	top: 10px;
	display: none;
	padding: 4px 20px 4px 27px;;
	color: #161616;
	white-space: nowrap;
	background: transparent url('../img/nav-arrow.png') 7px 100% no-repeat;
	}
/*nav#secondary a:hover, nav#secondary a.active {
	background: transparent url('../img/nav-dot.png');
}*/
/*nav#secondary h1 {
	position: absolute;
	right: 22px;
	top: -7px;
	display: none;
	padding: 4px 20px 4px 7px;;
	color: #fff;
	white-space: nowrap;
	background: transparent url('../img/nav-arrow.png') 100% 50% no-repeat;
	}*/
nav.next-prev {
	position: absolute;
	bottom: 5px;
	/*left: 30px;
	margin-top: -40px;*/
	width: 100%;
	/*height: 366px;*/
	/*margin: 20px 0 0 0;*/
	}
	a.prev,
	a.next {
		display: block;
		width: 27px;
		height: 27px;
		text-indent: -9999px;
		margin:auto;
		}
	a.prev {
		margin: 0 auto 5px auto;
		background: transparent url('../img/scroll-arrow-up-sm.png') 0 0 no-repeat;
		}
		a.prev:hover {
			background: transparent url('../img/scroll-arrow-up-sm.png') 0 -27px no-repeat;
			}
	a.next {
		margin: 5px auto 0 auto;
		background: transparent url('../img/scroll-arrow-down-sm.png') 0 0 no-repeat;
		}
		a.next:hover {
			background: transparent url('../img/scroll-arrow-down-sm.png') 0 -27px no-repeat;
			}

/* Parallax
*****************************************************************/

/* content */
#content {
	z-index: 4;
	position: relative;
	/*max-width: 940px;*/
	padding: 0;
	/*margin: 0 auto;*/
	/*margin: 0 0 0 150px;*/
	line-height: 1.7;
	}
	#content p {
		font-size:30px;
		/*background:rgba(0, 0, 0, 0.8);*/
		padding: 10px;
	}
	#content article {
		width: 100%;
		text-align:center;
		}
		/*#red-gear,
		#web-gear,
		#net-gear,
		#soft-gear {
			padding-top: 105px;
			background:rgba(0, 0, 0, 0.8);
			min-height: 41em;
			}*/
		#red-gear {
			position: absolute;
			top: 100px;
			padding: 105px 0 20em 0;
			background-image: url('../img/pix-dk.png');
			/*background:rgba(0, 0, 0, 0.8);*/
			}
		#red-gear span {
			display:none;
		}
		#web-gear {
			position: absolute;
			top: 1090px;
			}
		#gearContainer {
			background:rgb(0, 0, 0);
			background:rgba(0, 0, 0, 0.8);
			/*background-image: url('../img/pix-dk.png');*/
			margin: 105px 0 0 0;
			padding: 50px 0 10em 0;
		}
		#gearContainer p {
			text-align:justify;
			width: 940px;
			margin:auto;
		}
		#gearContainer ul {
			text-align:left;
			width: 940px;
			margin:auto;
			font-size:28px;
			font-weight:bold;
			color:#ca0202;
		}
		#gearContainer li {
			font-size:20px;
			font-style:normal;
			color:#fff;
		}
		#web-gear span {
			display:none;
		}
		#net-gear {
			position: absolute;
			top: 2180px;
			min-height: 41em;
		}
		#net-gear p {
			text-align:justify;
			width: 940px;
			margin:auto;
		}
			#content h1 {
				margin: 0 0 25px 0;
				font-size: 60px;
				font-weight: normal;
				line-height: 65px;
				}
		#soft-gear {
			position: absolute;
			top: 3270px;
			min-height: 41em;
			}
		#contact-us {
			position: absolute;
			top: 4360px;
			min-height: 41em;
			}
/* foreground */
#redgear-bg3 {
	z-index: 3;
	position: relative;
	left: 25%;  /*align left edge with center of viewport */
	top: 0;
	width: 940px;
	margin-left: -10px;  /*move left by half element's width */
	}
	/* balloon */
	#bg3-1 {
	position: absolute;
	top: 50px;
	left: 605px;
	height: 585px;
		}
	#bg3-2 {
		position: absolute;
		top: 980px;
		left: 800px;
		}
	#bg3-3 {
		position: absolute;
		top: 1928px;
		left: 403px;
		}
	#bg3-4 {
		position: absolute;
		top: 3400px;
		left: -5px;
		}
/* multiple gears */
#redgear-bg2 {
	z-index: -2;
	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: 900px;
		left: 890px;
		}
/* background (clouds) */ 
#redgear-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;
		}
