@charset "UTF-8";
/* CSS Document */

header, nav, article, section, footer, address {
	display: block;
}
body {
	margin: 0;
	background-image:url(images/dark-metal-grids/dark-metal-grid-5.jpg);
}
.container {
	width: 1100px;
	margin: auto;
}
.logo {
	position: absolute;
	background-image: url(images/siteLogo.png);
	
	height: 60px;
	width: 400px;
	
	z-index: 2090;
}
.navigation {
	height: 65px;
	background-image:url(images/dark-metal-grids/dark-metal-grid-5.jpg);
	
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #FF0;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
	z-index: 22;
	position: relative;
}
.titleArea {
	margin-top: 30px;
	height: 210px;
	background-color:#F00;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
	position: relative;
		border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #FF0;
		border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #FF0;
}
.buttons {
	margin-left: 270px;
	text-decoration: none;
}
.logo {
background-image: /*put image of logo*/
}

.nav {
	float: right;
	margin-top: 0px;
}
ul.nav li {
	float: left;
	padding: 19.5px 15px;
}
a {
	text-decoration: none;
}
ol, ul {
	list-style: none;
}
ul.nav li a, ul.nav li {
	font-family: 'Open Sans', sans-serif;
	font-size: 19px;
	color: #FFF;
	font-weight: 600;
	padding: 19.5px 15px;
	text-decoration: none;
}
ul.nav li a:hover {
	padding: 19.5px 15px;
	background-color: red;
	color: #000;
}
/*fixed guide */


#fixedGuide {
	position: fixed;
	top: 0;
	z-index: 1;
	width: 50px;
	height: 450px;
	margin: 0;
	background-image: url(fixedGuide.png);
	text-align: center;
	right: 0;
	top: 80px;
}
/* Controls the position of the text within the Fixed Guide */
#fixedGuideText {
	margin-left: 8px;
	margin-top: 50px;
}
/* Abosolute position property for IE to display Fixed Guide as fixed */
#fixedGuideAbsoulute {
	position: absolute;
}

h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
	font-size: 80px;
	line-height: 0.4em;
	font-style: normal;
	color: white;
}
h2 {font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 50px;
	line-height: .4em;
	color: #F00;
	
}
p {
	font-style: normal;
	font-weight: 400;
	line-height: 1.4em;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
}
.textContainer { margin-top: 35px;
background-color: #FCFCFC;
padding: 10px;
border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;line-height: -5;
}
footer { 	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #FF0;
height: 40px; }
.bannerSection{ }
.bannerText{ float: left;}
.banner{ width: 700px; float: right;}