/*=============================================================
	Print style for Hecs Fire
=============================================================*/

@import url("global.css");


.hidden { display: inline-block;}
.show { display: none;}

body {font: normal 62.5%/17px "Verdana", Arial, Helvetica, sans-serif; color: #333;background: #fff; margin-top: -20px; }


/*=============================================================
	Main print skeleton layout
=============================================================*/

#container {  width: 100%; height: auto; clear: both; }
#header { width: 750px; height: 140px; display: block; clear: both; border-bottom: 2px solid #000; float: left; margin-bottom: 15px; }
#mainpage { width: 730px; height: auto; display: block; clear: both;}
.banner { width: 365px; float: left; }
.contents { width: 345px; float: right; }
#footer { width: 750px; border-top: 2px solid #000; padding-top: 10px; clear: both; }
#footer p { font-size: 1em; }
.address { border-top: 1px dashed #e2e2e2; float: left; clear: both; margin-top: 10px; }
div.section, ul.product_range li ul li { display: block; visibility: visible;  }