/* CSS Print Document */
* {
	margin: 0;
	padding: 0;
	list-style: none;
}
body {
	margin: 1em;
	width: auto;
	background: #fff;
	color: #000;
	font: 12px/120% "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
}
#header {
	width: auto;
	border-bottom: 5px solid #000;
	height: 275px;
}
#contentwrap {
	width: auto;
	padding: 2em 1em;
}
#colbox {
	position: absolute;
	right: 0;
	top: 100px;
}	
#nav,#submenu,#footer,form,#carttab,#footer {
	display: none;
}
img {
	display: none;
}
img.printable {
	display: block;
}
#header a img {
	border: 0;
	display: block;
}
p {
	padding: 0 3em 1em 0;
	line-height: 1.5em;
}
h1,h2 {
	font-family: tahoma,arial, sans-serif;
	border-bottom: 1px solid #c00;
	font-size: 130%;
	font-weight: bold;
}
h3,h4,h5 {
	font-family: verdana,arial, sans-serif;
}
h1,h2,h3,h4 {
	padding: .5em 0;
}
h3,h4 {
	font-size: 120%;
	font-weight: normal;
	font-style: italic;
}
h2 {
	color: #c00;
}
h3 {
	color: #555;
}
h4 {
	color: #967542;
}
h5 {
	font-size: 100%;
	font-weight: bold;
}
