@charset "utf-8";
/* CSS Document */

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: 0;
	padding: 0;
	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;
	background:#000;
	color:#FFF;

}
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;
}
a {
	text-decoration:none;
}
a:link    {color:red;}
a:visited {color:red;}
a:hover   {color:white;}
a:active  {color:white;}
/*
* <-- End reset
*/

.main {
	margin:0px auto 0 auto;
	width: 800px;
	z-index:2;
	height:100%;
}
.center {
	padding:0;
	width:100%;
	position: relative;
	display: inline-block;
}
/* ============================= header ============================ */
header {
	position: relative;
	padding-top: 50px;
	width: 800px;
	height: 400px;
	z-index: 3;
	margin: 0 auto;
	float: left;
}
#logo {
	display:inline-block;
	background:url(logo.png);
	background-size:contain;
	width: 300px;
	height: 300px;
}
#logo:hover {
	text-decoration:none;
}
.logo {
	position: relative;
	height: 305px;
	text-align: center;
	z-index: 1;
}
.menu {
	position:relative;
	z-index:1;
	display: block;
	text-align: center;
}
.menuHolder {
	display:inline-block;
	position: relative;
	width: 800px;
	z-index: 3;
	height: 80px;
	margin-bottom: 28px;
}
#menu {
	z-index:3;
	position:relative;
	display: inline-block;
	width:100%;
}
#menu > li {
	position:relative;
	color: white;
	text-align: left;
	display: inline-block;
	float: left;
	width: 25%;
}
#menu > li > a {
	display: block;
	text-transform:uppercase;
	position:relative;
	height: 80px;
	z-index: 1;
	overflow: hidden;
}
#menu > li > a:hover {
	text-decoration:none;
}
#menu > li.active > a {
	text-decoration:none;
}
#menu ._last {
	background: none;
}
.mText {
	font-family: 'Century Gothic', sans-serif;
	line-height: 80px;
	color: #FFF;
	font-size: 40px;
	position: relative;
	width: 100%;
	z-index: 2;
	text-align: center;
	letter-spacing: -1px;
}
.mText_over {
	font-family: 'Century Gothic', sans-serif;
	line-height: 80px;
	color: #fff;
	font-size: 40px;
	position: absolute;
	width: 100%;
	z-index: 2;
	text-align: center;
	letter-spacing: -1px;
	height: 80px;
	top: -100px;
}
.over_slider {
	width: 800px;
	height: 31px;
	display: block;
	position: relative;
	z-index: 0;
}
.over_line {
	width: 155px;
	height: 10px;
	display: block;
	position: absolute;
	background: white;
	top: -20px;
}
/* ============================= content ====================== */

#content {
	position:relative;
	z-index: 1;
	width: 100%;
	margin: 0 auto;
	display: block;
	float: left;
	height:300px;
	overflow: hidden;
}
#content > ul {
	width: 800px;
	z-index: 0;
	display: inline-block;
	position: relative;
	overflow: hidden;
	height: 300px;
}
#content > ul > li {
	width: 800px;
	display:block;
	position:absolute;
	bottom:0;
	height: 295px;
	overflow: hidden;
}

#page-splash {
	
	
}

.box {
	font-family: 'Century Gothic', sans-serif;
	width: 800px;
	position: relative;
	display: inline-block;
	height: 341px;
	font-size: 22px;
}
/* ============================= footer ====================== */
footer {
	position: relative;
	width: 100%;
	z-index: 2;
	display: inline-block;
	bottom: 0;
	float: left;
	text-align: center;
	margin-top: 28px;
}
footer pre {
	font-family:'Century Gothic', serif;
	font-size: 11px;
	color: #FFF;
	position:relative;
	display:inline-block;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 0px;
	margin-top: 4px;
}
footer pre > a {
	font-size: 11px;
	color: #FFF;
}
.privHold {
	position: relative;
	display: inline-block;
	width: 100%;
}
.followHolder {
	position: relative;
	display: inline-block;
}
.followHolder > ul {
	display: inline-block;
}
.followHolder > ul > li {
	display: inline-block;
	float: left;
}
.followHolder > ul > li >a {
	font-family:'Century Gothic', serif;
	font-size: 9px;
	color: #FFF;
	display: inline-block;
	text-transform: uppercase;
}
