/* Marshfield Transportation Products Print CSS Document */

body {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	}
#menu, #footermenu, .clear {
	display: none;
	}
#content .seperator {
	border-bottom: 1px solid #CCCCCC;
	height: 1px;
	clear: both;
	overflow: hidden;
	}
h1 {
	color: #FF8000;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 0.1in;
	margin-bottom: 0.1in;
	}
div#footer {
	border-top: 1px solid #CCCCCC;
	padding-top: .1in;
	margin-top: .1in;
	text-align: center;
	}
	
.imgleft {
	float: left;
	margin: .1in .1in .1in 0;
	}
.imgright {
	float: right;
	margin: .1in 0 .1in .1in;
	}

