/* CSS Document */


body {
	background: white;
	font-size:12pt;
	color: black;
}

#header, #main-left, #main-right, #footer, img.galleryLink, p.printLink {
	display:none;
}

.printHeader {
	display: block;
	margin-bottom: 30px;
	text-align: center;
}

.printFooter {
	display: block;
	text-align: center;
	margin-top: 30px;
	font-weight: bold;
}

#wrapper {
	width:auto;
	margin:0;
	padding:0;
	border:0;
	float:none !important;
	color:black;
	background:transparent none;
} 

div#main {
	background: none;
}

body#productsPage #main-center {
	width: auto;
	margin: 0 !important;
}

h2 {
	font-size:17pt;
	font-weight: bold;
}

img.productPhotoLarge {
	border:1px solid black;
	float:right;
	margin-bottom:40px;
}
