@charset "utf-8";
/* CSS Document */

/* PRINT STYLESHEET */

/* Set the body background to white - replacing the gradient */
body {background: #fff}

/* Hide unwanted areas */
.sys_SystemTabbedNavigationBar,
.sys_SystemBreadcrumb,
.sys_SystemMainContentArea .sys_column.sys_width227,
.sys_SystemHeaderNavigation,
.sys_PrimaryaryFooterArea {display: none;}

/* Remove gradient backgrounds & replace with white background */
.sys_PromoAnimBoxWrapper, 
.sys_RightColumnFeaturebox.sys_HomeCentreColumn,
.sys_SystemWrapperLevelOne,
.sys_SystemWrapperLevelTwo,
.sys_SystemWrapperLevelThree,
.sys_SystemLeftEdging,
.sys_SystemRightEdging,
.sys_MiniFeatureboxes .sys_PromoBoxWrapper {background: #fff}

/* hide some of the columns & adjust the width to fill the printable page width */
.sys_SystemContentWrapper .sys_column.sys_width465.sys_ProductCentre {
	width: 100%;
}
.sys_SystemContentWrapper .sys_column.sys_width227 {display: none;}
.sys_SystemContentWrapper .sys_column.sys_width705 {width: 100%;}

/* Allow Product line left column area to be visible */
.sys_SystemContentWrapper.sys_ProductLineWrapper .sys_width705 {
	display: block;
	width: 100%;
}
.sys_SystemContentWrapper.sys_ProductLineWrapper .sys_column.sys_width465.sys_ProductCentre {
	display: block;
	width: 600px;
}
.sys_column.sys_width227.sys_ProductLeft {
	display: block;
	width: 227px;
}





