@charset "UTF-8";
/* CSS Document ////////////////////////////////////////////////////// */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/assets/images/background-home.png);
	background-repeat: repeat-x;
	background-color: #151515;
}

a {
	color: #666;
}

/* HEADER ////////////////////////////////////////////////////// */

.topheader {
	margin: auto;
	width: 960px;
	height: 99px;
}

.logo {
	float: left;
	position: absolute;
	z-index: 3;
	margin-top: 14px;
	margin-left: -20px;
}

.navigation {
	float: left;
	position: absolute;
	z-index: 3;
	margin-top: 36px;
	margin-left: 360px;
}

.background_glow {
	margin: auto;
	z-index: 2;
	position: absolute;
}

.introbox {
	margin: auto;
	width: 960px;
	height: 318px;
}

.introbox_image {
	z-index: 4;
	position: absolute;
}

.shadow {
	background-image: url('/assets/images/introbox/shadow.png');
	background-position: center;
	background-repeat: no-repeat;
	height: 135px;
	width: 100%;
	position: absolute;
	z-index: 3;
}

/* CONTENT ////////////////////////////////////////////////////// */

.content {
	margin: auto;
	width: 960px;
}

.content-inside1 {
	margin: auto;
	width: 960px;
	height: 650px;
	padding-top: 30px;
	padding-bottom: 30px;
	font-family: Arial;
	font-size: 12px;
	color: #666;
	line-height: 30px;
}

.content-inside2 {
	margin: auto;
	width: 960px;
	height: 322px;
	padding-top: 30px;
	padding-bottom: 30px;
	font-family: Arial;
	font-size: 12px;
	color: #666;
	line-height: 30px;
}

.welcome {
	z-index: 5;
	position: absolute;
	float: left;
	margin-top: 93px;
	width: 960px;
	text-align: center;
}

.line { 
	background-color: #dcdcdc;
	margin: 8px auto;
	height: 1px;
	margin-top: 30px;
	margin-bottom: 38px;
}

/* FOOTER ////////////////////////////////////////////////////// */

.footer {
	margin: auto;
	width: 960px;
	padding-top: 354px;
}

.footer-inside1 {
	margin: auto;
	width: 960px;
}

.footer-inside2 {
	margin: auto;
	width: 960px;
}

.footernav {
	float: left;
	z-index: 6;
	width: 960px;
	text-align: center;
	margin-left: -11px;
}

.footercopyright {
	float: left;
	width: 960px;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 15px;
}