@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: rgb(230,230,230);
	margin: 0;
	padding: 0;
	color: rgb(0,0,0);
	background-image: url(img/index_bg2.jpg);
	background-repeat: no-repeat;
	background-size: contain;
}
.header {
	height: 150px;
}


ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}
a img { 
	border: none;
}

a:link {
	color: #42413C;
	text-decoration: none;
}
a:visited {
	color: #6E6C64;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

.container {
	width: 960px;
	margin: 0 auto; 
}


.content {
	background-image: url(img/content_bg.jpg);
	height: 410px;
}

.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.container .header img {
	float: left;
}

#navbar {
	height: 55px;
	width: 605px;
	float: left;
	margin-right: auto;
	margin-left: auto;
	padding-top: 55px;
}
.samples {
	background-color: rgb(0,0,0);
	padding-top: 10px;
	height: 10%;
	width: 100%;
}
.samples a {
	font-size: 36px;
	color: rgb(255,255,255);
	text-decoration: none;
}
.footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:20px;
}
.footer p {
	float: right;
	margin-right: 10%;
	color: rgb(102,102,102);
}

.footer a {
	color: rgb(102,102,102);
	text-decoration: none;
	margin-left: 5px;
}
.footerfirst {
	color: rgb(102,102,102);
	text-decoration: none;
	margin-left: 10%;
	float: left;
}
.contacttext {
	width: 515px;
	float: left;
	padding-top: 110px;
	font-size: 16px;
}

.googlemap {
	float: left;
	margin-top: 20px;
}
.equipmenttext {
	width: 515px;
	float: left;
	padding-top: 60px;
	font-size: 16px;
	padding-left: 20px;
}

.equippic {
	padding-top: 40px;
	margin-left: 25px;
	float: left;
}.container .header #navbar img {
	padding-right: 205px;
}
