@charset "UTF-8";
/* 
==============================================================================
print styles for when a site is printed...
==============================================================================
 */
 .print {
	display:inline;
}
body {
	background-image: none;
	background-color: #ffffff;
	color:#000000;
}
#PrintLogo {
	display: block;
	width:220px;
	margin: 0 0 40px 0;
}
#MainNav, #FooterBuckets, .col1, .col3, #Logo, .nav, .bottomlinks {
	display: none;
}
#ContentFrame, .col2 {
	width:100%;
	margin: 0;
	padding: 0;
	float: none;
}
a.leaf {
	background-image: none;
	padding: 0;
}
#overview, #details, #specs {
	display: block !important;
	margin-top:5px !important;
}

