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

img {
	border: none;
}

.image>img {
	padding-left: 25px;	
}

html {
	width: 100%;
	background: #0c0e0d url(../images/BodyBg.gif) repeat-x 0 0;
	position:fixed;
}

header {
	height: 125px;
	background: #0c0e0d url(../images/BodyBg.gif) repeat-x 0 0;
	position: relative;
	margin: 0 auto;
	float: center;
}

#header {
	width: 1128px;
	height: 125px;
	margin: 0 auto;
	padding: 5px 0 0 0;
	background: transparent;
}

#scroll {
	width: 100%;
	height: 250px;
	-webkit-animation: spotlightBG 60s infinite alternate;
	-moz-animation: spotlightBG 60s infinite alternate;
	-o-animation: spotlightBG 60s infinite alternate;
	animation: spotlightBG 60s infinite alternate;
	background-repeat: no-repeat;
}

	@-webkit-keyframes spotlightBG {
		0% { background-image: url(../images/index1.png); }
		25% { background-image: url(../images/index2.png); }
		50% { background-image: url(../images/index3.png); }
		75% { background-image: url(../images/index4.png); }
		100% { background-image: url(../images/index5.png); }
	}
	@-moz-keyframes spotlightBG {
		0% { background-image: url(../images/index1.png); }
		25% { background-image: url(../images/index2.png); }
		50% { background-image: url(../images/index3.png); }
		75% { background-image: url(../images/index4.png); }
		100% { background-image: url(../images/index5.png); }
	}
	@-o-keyframes spotlightBG {
		0% { background-image: url(../images/index1.png); }
		25% { background-image: url(../images/index2.png); }
		50% { background-image: url(../images/index3.png); }
		75% { background-image: url(../images/index4.png); }
		100% { background-image: url(../images/index5.png); }
	}
	@keyframes spotlightBG {
		0% { background-image: url(../images/index1.png); }
		25% { background-image: url(../images/index2.png); }
		50% { background-image: url(../images/index3.png); }
		75% { background-image: url(../images/index4.png); }
		100% { background-image: url(../images/index5.png); }
	}


#linkBar {
	height: 40px;
	width: 1128px; 
	background: #333333; /* Old browsers */
	background: -moz-linear-gradient(top,  #333333 1%, #0f0f0f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#333333), color-stop(100%,#0f0f0f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #333333 1%,#0f0f0f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #333333 1%,#0f0f0f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #333333 1%,#0f0f0f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #333333 1%,#0f0f0f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#0f0f0f',GradientType=0 ); /* IE6-9 */	
}

.links {
	border-right: solid 1px #333;
	border-left: solid 1px #333;
	float: left;
	height: 40px;
	width: 159px;
}

.links p {
	font-style: italic;
	text-align: center;
	color: #CCCCCC;
}

.links:hover{
	text-decoration: underline;	
}

a:link, a:visited {
	text-decoration: none;
	border: none;
	color: #959595;
}

a:hover {
	text-decoration: underline;
}

body {
	margin: 0 auto;
	color: #959595;
	font-family: Arial, Helvetica, sans-serif;
	background: transparent;
}

#bodyBG {
	
}

body ::-webkit-scrollbar {
	width:9px;
	height:0;
}
body ::-webkit-scrollbar-button:start:decrement, body ::-webkit-scrollbar-button:end:increment {
	display:block;
	height:0;
	background-color:transparent;
}
body ::-webkit-scrollbar-track-piece {
	background-color:transparent;
	-webkit-border-radius:0;
	-webkit-border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
}
body ::-webkit-scrollbar-thumb:vertical {
	height:50px;
	background-color:#454545;
	-webkit-border-radius:8px;
}
body ::-webkit-scrollbar-thumb:horizontal {
	width:50px;
	background-color:transparent;
	-webkit-border-radius:8px;
}

#main {
	width: 1030px;
	height: 800px;
	background: #000;
	margin: 40px auto;
	padding: 20px;
	padding-left: 40px;
	padding-right: 40px;
	overflow: auto;
}

#main a {
	color: #0FF;
}

#factory img {
	margin: 0 40px;	
}

.team {
	float: left;
	height: 150px;
	width: 150px;
	margin: 75px 50px 0 50px;
	text-align: center;	
}

.name {
	float: left;
	width: 150px;
	margin: 0 50px 0 50px;
	text-align: center;	
}

.clear {
	clear: both;	
}

