@media print {

/* reset */

* {
	padding:0px;
	margin:0px;
	position:relative;
}

body {
	font-size:100%;
	line-height:1em;
}

a {
	text-decoration:underline;
	color:black;
}

img {
	display:none;
}

object {
	display:none;
}

/***********************************
        HTML Element Styles
***********************************/

body {
	font:11px/18px Verdana, sans-serif;
	color:black;
}

p {
	margin-bottom:10px;
}

ul {
	margin-left:15px;
	margin-bottom:10px;
	font-style:italic;
}

/***********************************
          General Styles
***********************************/

.heading1 {
	font-size:18px;
	font-weight:bold;
}

.heading2 {
	font-size:16px;
	font-weight:bold;
}

.heading3 {
	font-size:14px;
	font-weight:bold;
}

.heading4 {
	font-size:12px;
	font-weight:bold;
}

.bold {
	font-weight:bold;
}

.italic {
	font-style:italic;
}

/* Layout and Misc */

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

.clearBoth {
	clear:both;
}

.centered {
	margin-left:auto;
	margin-right:auto;
}

.noteRed {
	color:red;
	font-style:italic;
}

.noteGreen {
	color:green;
	font-style:italic;
}

/***********************************
              Header
***********************************/ 

#navigationBar {
	display:none;
}

#banner {
	display:none;
}

/***********************************
               Main 
***********************************/

#mainTitle, #ourProductsTitle {
	font-size:18px;
	font-weight:bold;
}

#main .grid09 {
	margin-left:0px;
	width:100%;
}

#mainTop {
	display:none;
}

.mainCallout p:first-child {
	font-size:14px;
	font-weight:bold;
}

/* Product Pages */

.product1 {
	width:202px;
	height:177px;
	border:1px solid black;
	padding:8px;
	margin:0px 5px 10px 0px;
	text-align:center;
	float:left;
}

.product1 img, .product1 input[type="image"] {
	display:block;
	border:1px solid black;
	margin-bottom:7px;
}

#main .product1 a {
	text-decoration:none;
	display:block;
	color:black;
	font-weight:bold;
}

.product2 {
	width:661px;
	height:158px;
	border:1px solid black;
	padding:18px 18px 18px 19px;
	margin-bottom:10px;
}

.product2 img, .product2 input[type="image"] {
	display:block;
	border:1px solid black;
	float:right;
}

.product2 p {
	width:440px;
	margin-top:5px;
}

.productImage {
	width:220px;
	padding-left:10px;
	padding-right:10px;
	float:right;
	text-align:center;
}

.productImage img, .productImage input[type="image"] {
	float:right;
	display:block;
	border:1px solid black;
}

.productInformation {
	width:100%;
}

.productInformation p.grid06 {
	width:400px;
}

.productInformation > div.floatLeft {
	float:none;
}

.productInformation img {
	display:block;
	margin-bottom:10px;
}

#main a.headingLink {
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

/* Left Navigation */

#leftNav {
	display:none;
}

/* Button Styles */

#whatElse {
	display:none;
}

#main .blackButton {
	display:none;
}

.mainCallout a {
	display:none;
}

/***********************************
              Footer
***********************************/

#footer .footerCallout, #footer ul, #footer a, #footer p.italic {
	display:none;
}

}