@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
/* CSS Document */

body, html {
	margin:0;
	font-family:Open Sans;
	padding:0;
	background:#222;
	font-size: 12px;
}
a {
	color:#1596FF;
	text-decoration:none;
}
a:hover {
	color:#127DCE;
}
.banner {
	float:left;
	overflow:hidden;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	color:#fff;
	text-align:center;
	line-height:2em;
	width:100%;
	font-size:20px;
	padding-top:20px;
	
}
.shadow {
	width:100%;
	height:100%;
	background:#000;
	opacity:.6;
	cursor:pointer;
	z-index:100;
}

.logo {
	width:200px;
	margin-left:20px;
	background:#DB0000;
	padding:5px 10px;
}
.nav {
	width:100%;
	padding:0;
	margin:30px 0 0 0;
	border-top:1px solid #333;
}
.nav li {
	list-style:none;
}
.nav li a {
	width:84%;
	display:block;
	font-size:14px;
	text-align:center;
	padding:10px 8%;
	color:#fff;
	text-decoration:none;
	border-bottom:1px solid #333;
	font-weight: bold;
}
.nav li a:hover {
	color:#fff;
	background:#DB0000;
}
.social1 {
	height:25px;
	width:25px;
	display:block;
	background:url(../images/social-01.png) no-repeat top;
}
.social1:hover {
	background:url(../images/social-01.png) no-repeat bottom;
}
.social2 {
	height:25px;
	width:25px;
	display:block;
	background:url(../images/social-02.png) no-repeat top;
}
.social2:hover {
	background:url(../images/social-02.png) no-repeat bottom;
}
.social3 {
	height:25px;
	width:25px;
	display:block;
	background:url(../images/social-03.png) no-repeat top;
}
.social3:hover {
	background:url(../images/social-03.png) no-repeat bottom;
}
.socialicons {
	width:85px;
	position:absolute;
	bottom:20px;
	width:270px;
	margin:20px 0;
	padding:0 20px;
	color:#999;
	font-size:12px;
}
.socialicons a {
	float:left;
	color:#777;
	text-decoration:none;
	margin-left:5px;
}
.copyright {
	width:100%;
	color:#fff;
	font-size:10px;
	text-align:center;
	margin-top:20px;
}
.clr {
	clear:both;
	width:100%;
}
.slide {
	position:absolute;
	cursor:pointer;
	box-shadow:2px 2px 3px #222;
	margin-left:250px;
	margin-top:3px;
	height:50px;
	width:35px;
	border-top-right-radius:15px;
	border-bottom-right-radius:15px;
	background:#222 url(../images/more.png) no-repeat 5px 5px;
}
.side-nav {
	border-top:3px solid #DB0000;
	width:270px;
	padding:0;
	position:fixed;
	left:0;
	top:0;
	box-shadow:2px 3px 5px #333;
	background:#222;
	float:left;
	z-index:1;
	height:100%;
}

.container {
	position:fixed;
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	min-width:1100px;
}
.container li {
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
	height:100%;
	box-shadow: -2px 0 5px #000;
	float:left;
	width:5%;
	display:block;
	position:relative;
	background-position:right bottom;
	
}
.current {
	width:80%;
	position:relative;
}

.content {
	overflow:hidden;
	
}
.content div {
	position: absolute;
	bottom:0;
	width:100%;
	background: url(../images/contentbg.png);
	overflow: hidden;
	color: #fff;
	height: 350px;
	opacity: 0;
	padding: 10px 1%;
	left: 238px;
}
.content p {
	float:left;
	width:32%;
	min-width:280px;
	margin-left:3%;
}
.content h2 {
	margin-left:2%;
}
.biglogo {
	width:100%;
	position:fixed;
	height:100%;
	z-index:2;
	background:#000;
}
.biglogo img {
	position: fixed;
	left: 50%;
	top: 50%;
	margin-top: -130px;
	margin-left: -750px;
}

.content_resize { margin:0px auto; width:940px; padding:20px 10px; position:relative;}
