@media print {
	/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */
	
	#header {
		display: none;
	}
	#printhead {
		width: 740px;
		height: 121px;
		display: block;
		visibility: visible;
	}

	#osc-bar {
		display: none;
	}
	#footer { display: none;  }

.catimg { display: none; }
.catdesc { width: 100%; }

#container {
	width: 100%;
	
}
#header {
	padding-top: 10px;
	width: 100%;
	height: 130px;
	margin: 0 auto;
}

#intro,
#intro-osc {
	width: 100%;
	height: 300px;
	position: relative;
	left: -40px;
	background: #fff url(/staging/images/homebg.jpg) center top no-repeat;
	display: list-item;
	list-style-position: inside;
	list-style-image: url(/staging/images/homepage-print.jpg);
	border: 1px solid white;
}

#content {
	width: 100%;
	border-top: none;
	text-align: left;
	padding: 10px 20px;
	background-color: white;
	color: #707070;
}
#osc-content { 
	width: 100%;
	margin: 0 auto;
}

ul#homenav {
display: none;
}

#osc-product-info-body {
	width: 50%; 
	float: left; 
}
.product-image {
	width: 40%;
	float: right;
}
}
