/* DTAS Print CSS */

/* Remove header, LH menu, footer */
#hd, #nav, #ft {display: none;}

/* On product pages - remove product image header, product image and rollover text */
#prd-img-hd {display: none;}

/* Remove width restrictions on the content area and the divs within which the content is contained */
#wpr, #wpr2, #content {
	margin: 0px; border: 0px; padding: 0px;
	width: 100%;
}
