html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: arial;
}
a:link {
	font-weight: bold;
	font-size: 15px;
	text-decoration: underline;
	color: #000;
}
a:active {
	font-weight: bold;
	font-size: 15px;
	text-decoration: underline;
	color: #000;
}
a:visited {
	font-weight: bold;
	font-size: 15px;
	text-decoration: underline;
	color: #000;
}
a:hover {
	font-weight: bold;
	font-size: 15px;
	text-decoration: underline;
	color: #6396D7;
}
ol, ul {
	list-style: disc;
	padding-left: 25px;
}
li {
	padding-left: 7px;
	font-size: 15px;
	line-height: 20px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
#logo {
	text-align: center;
	padding: 25px;
}
#phonebar {
	background: #6396d7;
	padding: 15px;
	text-align: center;
	text-shadow: 1px 1px #224e86;
	color: #fff;
}
#container {
	padding: 25px 0px 25px 0px;
  margin: 0 auto; 
  text-align: left; 
  width: 960px; 
}
#machinery {
	float: left;margin-right: 50px;
}
#alpha {
	position: relative;
	width: 550px;
}
#dusthog {
	float: right; 
}
h1 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 30px;
	border-bottom: 3px solid #5c91bb;
	padding-bottom: 25px;
}
strong {
	font-weight: bold;
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
#first {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 20px;
}
#second {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 20px;
}
#third {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 50px;
	float: right;
}
#fourth {
	text-align: center;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 20px;
	clear: both;
}
#contactbuttoncenter {
	text-align: center;
	clear: both;
	margin: 0 auto 40px;
}
#contactbutton {
	background: #6396d7;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	font-size: 15px;
	padding: 15px 40px 15px 40px;
	border: 4px solid #4780ca;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	display: inline-block;
}
#contactbutton:hover {
	background: #4780ca;
}
@media only screen and (max-width: 960px ) {
	body {
		background: #fff;
	}
	#alpha {
		width: auto;
	}
	#machinery {
		position: relative;
		max-width: 100%;
		width: 100%;
		margin-bottom: 20px;
		float: none;
		width: auto;
		display: block;
		margin: 0 auto 20px;
	}
	#machinery2 {
		max-width: 100%;
		width: auto;
	}
	#container {
		width: auto;
		padding: 20px 20px 20px 20px;
	}
	#first {
		width: auto;
	}
	#second {
		width: auto;
	}
	#third {
		width: auto;
		margin-bottom: 20px;
		float: none;
	}
	h1 {
		width: auto;
	}
	#logo img {
		max-width: 100%;
		width: auto;
		height: auto;
	}
	#phonebar {
		width: auto;
	}
	#contactbuttoncenter {
		width: auto;
	}
	#contactbutton {
		margin-bottom: 20px;
	}

}