/* --------------------------------------------------------------------------------------------------
Print Page Layout - Global Setting for  FIMET (Austrlia) Pty Ltd.
--------------------------------------------------------------------------------------------------*/

@import url("global.css");
@import url("accessories.css");


.hidden { display: inline-block;}
.show { display: none;}
img { border: none; }

body {
	font: normal 62.5%/19px "Tahoma", Arial, Helvetica, sans-serif; 
	color: #333;
	background: #fff;
}

h5 { border-bottom: 1px solid #9ca9c3; }

/*-------------------- Main Layout ---------------------*/

#container {  width: 750px; height: auto; clear: both; }
#header { width: 750px; height: 120px; display: block; clear: both; border-bottom: 5px solid #9ca9c3; }
#page, div.contents { width: 750px; height: auto; clear: both; float: left; padding: 20px 0; }
#left { width: 220px; margin-right: 10px; height: auto; float: left; display: block; }
#right { width: 500px; height: auto; float: right; display: block; border-left: 1px solid #9ca9c3; padding-left: 15px; }
#footer { width: 750px; border-top: 5px solid #9ca9c3; padding-top: 10px; clear: both; }
#footer p { font-size: 1.1em; margin: 0; }

/* -- extras -- */

ul#nav, #banner, #flash, #flash-nav, h1.heading img, div.cta { display: none; visibility: hidden; }
.first, .second { border: 1px solid #9ca9c3; }