/* Print Style Sheet */

	body {
		font: 10pt Arial, Helvetica, sans-serif;
		color: #000;
		}
		
	a {	
		color: #000;
		text-decoration: none;
		}
		
	a img {
		border: 0;
		}	
	
	h1,h2 {
		font-size: 13pt;
		margin-bottom: .5em;
		}
		
	.footer {	
		clear: both;
		border-top: 1px solid #ccc;
		padding-top: 5px;
		}
		
	li span {
		font-weight: bold;
		margin-right: 5px;
		}
		
			
	#productFlash {
		float: right;
		width: 375px;
		}
		
	/* turn off */
	
	.skipLink,
	#mainNav,
	.searchBar,
	.productThumbs,
	.productNameLabel {
		display: none;
		}
		
	.sIFR-flash, 
	.sIFR-flash object, 
	.sIFR-flash embed {
		display: none !important;
		height: 0;
		width: 0;
		position: absolute;
		overflow: hidden;
		}

	span.sIFR-alternate {
		visibility: visible !important;
		display: block !important;
		position: static !important;
		left: auto !important;
		top: auto !important;
		}