html {
	overflow-Y: scroll;
	min-height: 100%;
}
body {
	color: #000000;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 30%, #e2e2e2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#ffffff), color-stop(100%,#e2e2e2));
	background: -webkit-linear-gradient(top,  #ffffff 30%,#e2e2e2 100%);
	background: -o-linear-gradient(top,  #ffffff 30%,#e2e2e2 100%);
	background: -ms-linear-gradient(top,  #ffffff 30%,#e2e2e2 100%);
	background: linear-gradient(to bottom,  #ffffff 30%,#e2e2e2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e2',GradientType=0 );
	margin: 0px;
	font: 0.625em 'Source Sans Pro', sans-serif;
	font-weight: 200;
}
body a{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
body a:hover {
	color: #000000;
}
h1, h2 {
	color: #999999;
	font-weight: 200;
}
img {
	border: 0px none;
}
form {
	margin: 0px;
}
div {
	overflow: hidden;
}
.doc {
	padding-left: 4em;
	padding-right: 4em;
}
.header {
	width: 100%;
	background: #191919;
}
.logo {
	width: 220px;
	margin: 0px auto;
	padding-left: 6em;
	padding-top: 2em;
	padding-bottom: 2em;
}
.home {
	width: 100%;
	background: #000000;
	padding-bottom: 16px;
	text-align: center;
}
.datasheet {
	width: 100%;
	padding-bottom: 4em;
	font-size: 1.8em;
}
.datasheet p {
	margin: 0px;	
	margin-bottom: 0.5em;
}
.data {
	float: left;
	width: 280px;
    padding: 20px;
}
.data p {
	margin: 0px;	
	margin-bottom: 0.5em;
}
.contact {
	width: 100%;
	font-size: 1.4em;
	padding-bottom: 4em;
	background: #191919;
	color: #ffffff;
}
.contact a {
	color: #ffffff;
}
.contact h1, .contact a:hover {
	color: #ffffff;	
}
.contact .doc div {
	float: left;
	width: 210px;
}
.bxslider .image {
	margin: 0px auto;
}
.bxslider .text {
	min-width: 300px;
	font-size: 2em;
	color: #ffffff;
	padding: 4em;
}	
