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

img {
	border: none;
	width: 90%;	
}

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

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

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

#header {
	width: 100%;
	height: 10%;
	margin: 0 auto;
	padding: 0 0 0 0;
	background: transparent;
}

#linkBar {
	height: 5%;
	width: 100%; 
	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: 5%;
	width: 13%;
}

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

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

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

#bodyBG {
	
}

#scroll {
	width: 0;
	height: 0;
}

#main {
	width: 100%;
	background: #000;
	margin: 10px auto;
	padding-left: 10px;
	padding-right: 20px;
	overflow: auto;
}

#main a {
	color: #0FF;
}

#factory img {
	margin: 0;	
	width: 45%;
}

#featured {
	width: 0px;
	height: 0px;
}

.team {
	float: left;
	width: 15%;
	margin: 30px 5% 0 5%;
	text-align: center;	
}

.name {
	float: left;
	width: 15%;
	margin: 0 5% 0 5%;
	text-align: center;	
}

.clear {
	clear: both;	
}

#footer {
	width: 100%;
	height: 400px;
		
}