#header {
	background-image: url('/img/header_images/header.png');
	background-repeat: no-repeat;
	width: 760px;
	height: 183px;
	margin-bottom:10px;
	position: relative;
}
#supernav {
	position: absolute;
	top: 0;
	right: 0;
	height: 25px;
	width: 202px;
}
#headerLinks {
	position: absolute;
	top: 38px;
	left: 16px;
	width: 218px;
	height: 78px;
}
#headerLinks a {
/*	float: left;*/
}
#nav {
	position: absolute;
	top: 108px;
	left: 0;
	height: 71px;
	width: 566px;
}
a:link, a:hover, a:visited, a:active {
	color: #275583;
	text-decoration: none;
}
a:hover {
	color: #568C9C;
}
img, a:link img, a:hover img, a:visited img, a:active img {
	border: none;
	margin: 0; padding: 0;
	text-decoration: none;
}

#mainContent {
	padding-left: 20px;
}

#sidenav {
	font-size: 13px;
	font-weight: bold;
	padding-top: 20px;
	text-align: center;
}
#sidenav a {
	display: block;
}
#sidenav img {
	margin-top: 20px;
}

#footer {
}
#footer tr td {
	padding: 20px 0px;
}
#footer tr td div {
	border-top: 3px solid #333;
	background-color: #C70A0A;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	padding: 5px 0px;
	text-align: center;
}
#footer tr td div a {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	text-align: center;
	margin: 0 10px;
}
#footer tr td div a:hover {
	color: #333;
}

h2 a.learnmore:link,
h2 a.learnmore:hover,
h2 a.learnmore:visited,
h2 a.learnmore:active {
	background-color: #fff;
	color: #C70A0A;
	font-size: 12px;
	margin-left: 10px;
	padding: 1px 3px;
}
h2 a.learnmore:hover {
	background-color: #C70A0A;
	color: #fff;
}


form#LeadIndexForm, form#LiteratureIndexForm {
	padding: 20px;
}
form div.input_company {
	float: left;
	margin: 0 20px 20px 0;
	width: 500px;
}
form div.input_address {
	float: left;
	margin: 0 20px 20px 0;
	width: 400px;
}
form div.input_city {
	float: left;
	margin: 0 20px 20px 0;
	width: 150px;
}
form div.input_state {
	float: left;
	margin: 0 20px 20px 0;
	width: 140px;
}
form div.input_zip {
	float: left;
	margin: 0 20px 20px 0;
	width: 70px;
}

div.input_industry_type, 
div.input_how_heard {
	margin: 0 20px 20px 0;
	width: 300px;
}

form div.input_industry_type_other_detail {
	float: left;
	margin: 0 20px 20px 0;
	width: 400px;
}

form div.input_newsletter {
	float: left;
	margin: 0 20px 20px 0;
	width: 450px;
}
form div.input_newsletter input {
	border: none;
}


table#machineInfo {
	width: 100%;
}
table#machineInfo tr td.specifications {
	padding-right:20px;
	width: 50%;
}
table#machineInfo tr td.uses {
	border-left:1px solid #cdcdcd; 
	padding-left:20px; 
	width:50%;
}
