/* CSS Document */
.hideprint , .pagename, #logo,  #middle_left , #product_scroller {
	visibility:hidden;
	position:absolute;
}


body  , #background_image {
	background:none;
	background-image:none;
}


#wrapper , #middle_right {
	width:95%;
}


#product_scroller_container {
	position:relative;
	width: 90% ; 
}


#left  , #footer 
{
	position:absolute;
	visibility:hidden;
}


#main {
	background:none;
}


#phonenumber {
	position:relative;
	visibility:visible;
	display:block;
}
/*============================================================== */

/* ====================================================  */

/* these are rules that hide certain elements on the screen, but which will be revealed when 
 printed out.  The oposite of these reules will be in the print_style.css stylesheet  */
 
.screen_only {
	visibility:hidden;
	position:absolute;

} 

.print_only {
	visibility:visible;
}

