/* CSS Document */

.header{
	z-index: 5;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 86px;
	padding: 0 0 0 0;
	background-color: transparent;
}

.header buttons{
	z-index: 6;
	top: 3px;
	position: relative;
	width: 100%;
}

.footer{
	z-index: 5;
	position: relative;
	width: 1080px;
	left: 0;
	height: 47px;
	padding: 0 0 0 0;
	background-color: #fff;
}

.footer p{
	position: relative;
	font-size: 12px;
	line-height: 22px;
	color: #000;
	padding: 0;
	width: 490;
	left:15%;
}

.links{
	margin:0 0 0 0;
}
	
.links a{
	display:inline-block;
	background:#C30;
	text-decoration:none;
}

.links a:hover{
	background:#fff;
}

.group:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
	}
	
*:first-child+html .group { zoom: 1; } /* IE7 */

/* Example One */
#example-one {
	float:right;
	list-style: none;
	position: relative;
	width: 750px;
	word-spacing: 30px;
}
#example-one li { 
	display: inline-block;
}
#example-one a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	font-family:"brandon-grotesque",sans-serif;
	padding: 0px 12px 0px 12px;
	text-decoration: none;
	text-transform: uppercase;
}
#example-one a:hover { 
	color: #fff; 
}
#magic-line { 
	position: absolute;
	bottom: -2px; 
	left: 0; 
	width: 81px; 
	height: 2px; 
	background: #fff;
}
.current_page_item a { 
	color: #fff; 
}
.ie6 #example-one li, .ie7 #example-one li { 
	display: inline; 
}
.ie6 #magic-line {
	bottom: -3px;
}

body{
	font-family: Georgia, serif;
	font-weight: 400;
	font-size: 15px;
	color: #fff;
	background: #d62323;
	overflow: hidden;
	-webkit-font-smoothing: antialiased;
}

a{
	color: #555;
	text-decoration: none;
}

/* Page Style */
.st-container{
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	border-collapse:collapse;
	border-spacing:0
}

/* Section1 */
.st-panel1 {
	left: 0;
	position: relative;
	width: 100%;
	height: 100%;
}

.st-panel-1 {
	position: relative;
	width: 1080px;
	height: 100%;
}

.st-panel1 h1 {
	color: #fff;
	font-size: 126px;
	font-weight: bold;
	line-height: 0;
	font-family:"brandon-grotesque",sans-serif;
	position: absolute;
	right: 0;
	height: 270px;
	top: -9px;
}

.st-panel1 h2 {
	color: #fff;
	font-size: 66px;
	line-height: 0;
	letter-spacing: 0px;
	font-family:"brandon-grotesque",sans-serif;
	position: absolute;
	right: 6px;
	top: 138px;
}

.st-panel1 h3 {
	color: #fff;
	font-size: 57px;
	letter-spacing: 0.9px;
	font-family:"brandon-grotesque",sans-serif;
	position: absolute;
	right: 10px;
	top: 165px;
}

.st-panel1 fnf {
	position: absolute;
	left: 0;
	width: 312px;
	height: 440px;
	top: 60px;
	margin: 0;
	padding: 0;
	border: 0;
}
