#exteriorWrapper {
	width: 100%;
}

.contentWrapper td {
	color:#999999;
	}

.layout_top {
	display: none;
}

.headerWrapper .left,
.headerWrapper .right {
	display: none;
}

.sIFR-alternate {
	color: #00576c;
	visibility: visible !important;
	font-weight: bold;
}

td.menu {
	display: none;
	width: 1px;
	
}

td.contents {
	width: 100% !important;
}

embed {
	display: none;
}

#flashHome,
#flashProducts {
	display: none;
}

.hide {
	display: block;
}

.flex,
.flex .sIFR-alternate {
	color: #6b207d !important;
}

.total,
.total .sIFR-alternate {
	color: #7eaa3c !important;
}

/* --- TO DISPLAY IMAGES OF THE MENU WHEN PRINTING WEB PAGE. --- */

td.print_menu {
	display: block;
	width: 300px;
	}
	
/* --- TO DISPLAY IMAGE OF SIDE BAR ON PRODUCT REVIEWS PAGE WHEN PRINTING WEB PAGE. --- */
	
div.inner {
	display: none;
	}
	
div.print_sidebar {
	display: block;
	width: 190px;
	}