/* styles for the print view */

body {
	overflow: visible !important;
	overflow: auto;
	background-image: none;
	background-color: #FFF;
}

* {
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 128.5%;
}

#headerImage,
#locator,
#loginLink,
#productsLink,
#searchBox,
#langNav,
#mainNav,
#leftCol,
#rightCol,
#footer,
#homeNav
 {
	display: none;
}

#main {
	/* position: static;*/
position:absolute; top:30px;	
	margin: 10px;
	text-align: left;
}

#head h1 a {
position:absolute; top:-30px;
	display: block;
	text-indent: -9999px;
	/* width: 170px;*/
	/* height: 40px;*/
	width: 0px;
	height: 0px;
}

#head h1 img {
	position: absolute;
	left: 15px;
	top: 0px;
	border: none;
}

#midCol {
	position: relative;
	margin-top: 40px;
}
