/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/* FONTS */
@font-face {
	font-family: proximaNovaBold;
	src: url('../inc/proximaNovaBold.otf'), url('../proximaNovaBold.otf'); /* IE9 */
	}
@font-face {
	font-family: proximaNovaRegular;
	src: url('../inc/proximaNovaRegular.otf'), url('../proximaNovaRegular.otf'); /* IE9 */
	}
@font-face {
	font-family: proximaNovaLight;
	src: url('../inc/proximaNovaLight.otf'), url('../proximaNovaLight.otf'); /* IE9 */
	}


/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	font: .81em/150% Arial, Helvetica, sans-serif;
	color: #666;
}
a {
	color: #FFFFFF;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
	font-size: 2.0em;
	font-family:proximaNovaLight;
	line-height: 1.4em;
	color:#000;
}

p2 {
	margin: 0 0 1.2em;
	padding: 0;
	font-size: 2.0em;
	font-family:proximaNovaLight;
	line-height: 1.4em;
	color:black;	
}

p3 {
	margin: 0 0 1.2em;
	padding: 0;
	font-size: 2.0em;
	font-family:proximaNovaLight;
	line-height: 1.4em;
	color:white;	
}

/* headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 20px 0 .4em;
	color: #000;
}
h1 {
	font-size: 2em;
}
h2 {
	font-family:proximaNovaBold;
	letter-spacing:0.0px;
	line-height:45px;
	color:black;
	font-size: 3.4em;
	margin-top: -6px;
}
h3 {
	font-family:proximaNovaBold;
	letter-spacing:0.0px;
	line-height:45px;
	color:white;
	font-size: 3.4em;
	margin-top: 00px;
	
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}

/* reset webkit search input styles */
input[type=search] {
	-webkit-appearance: none;
	outline: none;
}
input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
#blackBG {
	width: 100%;
	height:350px;
	margin: 0 auto;
	background-color:#000;
	z-index:5;
	
}

#whiteBG {
	width: 100%;
	height:350px;
	margin: 0 auto;
	background-color:#FFF;
	z-index:5;
	
}

#contactBG {
	width: 100%;
	height:350px;
	margin: 0 auto;
	background-color:#F90;
	z-index:5;
	
}

#contentWrap {
	width: 1025px;
	height:350px;
	margin: 0 auto;
	z-index:10;
	
}

/************************************************************************************
HEADER
*************************************************************************************/

/* header */

#header {
	position:relative;
	width:100%;
	height:100px;
	background-color:#000000;	
	
	-moz-box-shadow: 0px 4px 15px #000000;
	-webkit-box-shadow: 0px 4px 15px #000000;
	box-shadow: 0px 4px 15px #000000;
	
	z-index:10;
	}

.logo {
	position:relative;
	top:00px;
	
	height:80px;
	float:left;
	padding-top: 10px;
	background-image:url(../img/menu.jpg);
	font-family:proximaNovaBold;
	}


	
.contact {
	position:relative;
	padding-top: 20px;
	padding-right:10px;
	height:60px;
	float:right;
	}



#welcome {
	position:relative;
	width:100%;
	top:00px;
	background-color:#000;
	
	
	z-index:10;
	}


/************************************************************************************
CONTENT
*************************************************************************************/

#copyWhite {
	position: relative;
	width: 550px;
	float: left;
	padding-top: 30px;
	
}

#videoWhite {
	position: relative;
	width: 430px;
	float: right;
	padding-top: 30px;
	
}

#videoBlack {
	width: 430px;
	float: left;
	padding-top: 30px;
	
}

#copyBlack {
	width: 550px;
	float: right;
	padding-top: 30px;
}

#top {
	width: 200px;
	height: 200px;
	float: right;
	padding-top: 50px;
	
}

#contentMiddle {
	position:relative;
	width: 100%;
	height: 100px;
	left: 00px;
	bottom: 0px;
	background-color:#069;
	float:none;
	padding-top: 50px;
}



/************************************************************************************
FOOTER
*************************************************************************************/

#footer {
	position:relative;
	width:100%;
	top:00px;
	background-color:#333;
	height: 60px;
	z-index:9;
	}
