#bg1 {
	position: fixed;
	background-image:url('../gfx/bgs/bg1.jpg');
	background-repeat: no-repeat;
	width: 10000px;
	height: 100000px;
	z-index: -1;
}

.container {
	z-index: 10;
}

#content {
	position: absolute;
	z-index: 200;
}

.hand {
	position: fixed;
	background-image: url("../gfx/hand.png");
	background-repeat: no-repeat;
	background-position: -150px 0px;
	height: 2000px;
	width: 2000px;
	left: 0;
}

.offset-custom {
	margin-left: 300px;
}

a {
	color: #333;
}

.nav {
	position: fixed;
	top: 30px;
	margin-left: -27px;
}
.nav .nav-header {
	margin-bottom: 5px;
	text-align: center;
}
.nav li {
	margin: 0;
}
.nav .link a{
	font-family: 'Oswald', sans-serif;
	font-size: 19px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	padding: 15px 117px 15px 20px;
	font-weight: 400;
	margin: 0;
}
.nav li.active a{
	background: none;
	background-color: black;
}

.nav .link a:hover{
	color: #fff;
	background-color: #E5811E;
}



/* CONTENT STYLES */
#content .box {
	background-image:url('../gfx/transparent.png');
	padding:3%;
	color:#000;
	/*-moz-box-shadow:    0px 0px 10px 1px #222;	
	-webkit-box-shadow: 0px 0px 10px 1px #222;	
	box-shadow:         1px 1px 1px 0px #222;	*/	
	margin:0 1% 20px 1%;
	overflow:hidden;
	vertical-align:text-top;
	float:left;
}

#content .box .box {
	background-image:none;
	background-color:transparent;
	color:#000;
	/*-moz-box-shadow:    0px 0px 10px 1px #222;	
	-webkit-box-shadow: 0px 0px 10px 1px #222;	
	box-shadow:         1px 1px 1px 0px #222;	*/	
	margin:0px 1% 20px 1%;
	overflow:hidden;
	padding:0;
}

#content .box.noPadding {
	padding:0;
}

#content .box .padFix {
	width:130%;
}

#content .box.noMargin {
	margin:0 1% 0 1%;
}

#content .half-page {
	display:inline-table;
	width:41.5%;
}

	#content .box .box.half-page {
		display:inline-table;
		width:47.5%;
	}

	#content .noPadding.box.half-page {
		display:inline-table;
		width:47.6%;
	}


#content .one-third {
	display:inline-table;
	width:24.8%;
}

	#content .box .box.one-third {
		display:inline-table;
		width:30.8%;
	}

	#content .noPadding.one-third {
		display:inline-table;
		width:30.8%;
	}

#content .one-fourth {
	display:inline-table;
	width:16.4%;
}

	#content .box .box.one-fourth {
		display:inline-table;
		width:22.4%;
	}

	#content .noPadding.one-fourth {
		display:inline-table;
		width:22.39%;
	}

#content .two-thirds {
	display:inline-table;
	width:57.3%;
}

	#content .box .box.two-thirds {
		display:inline-table;
		width:64.3%;
	}


#content .black {
	background-image:url('../gfx/transparent_black.png');
	color:#fff;	
}

	#content .black strong, #content .black a, #content .black p {
		color:#fff;	
	}
	
	#content .black h1,#content .black h2,#content .black h3,#content .black h4,#content .black h5,#content .black h6 {
		color:#fff;	
	}


#content .blue {
	background-image:none;
	background-color:#5b7fbd;
	color:#fff;	
}

	#content .blue strong, #content .blue a, #content .blue p {
		color:#fff;	
	}
	
	#content .blue h1,#content .blue h2,#content .blue h3,#content .blue h4,#content .blue h5,#content .blue h6 {
		color:#fff;	
	}
	
	
#content .red {
	background-image:none;
	background-color:#f1224a;
	color:#fff;	
}

	#content .red strong, #content .red a, #content .red p {
		color:#fff;	
	}
	
	#content .red h1,#content .red h2,#content .red h3,#content .red h4,#content .red h5,#content .red h6 {
		color:#fff;	
	}


#footer {
	width:100%;
	height:20px;
	background-color:#000;
	position:fixed;
	bottom:-100px;
	left:0;
	z-index:100;	
	padding:5px 10px;
	font-size:11px;
	color:#fff;
}


#footer .bright {
	position: fixed;
	right:20px;
	bottom:5px;
}

label.error {
	display:block;
	color: #fff;
	position:absolute;
	margin-top:-10px;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	background-color:red;
	padding:0 3px;
	z-index:10;
}
