/* --------------------------------------------------------------------------------------------------
Print Page Layout - Global Setting
--------------------------------------------------------------------------------------------------*/

@import url("global.css");
@import url("accessories.css");

img { border: none;}
.hidden { display: inline-block;}
.show { display: none;}

body {
	font: normal 62.5%/19px "Tahoma", Arial, Helvetica, sans-serif; 
	color: #333;
	background: #fff;
}

h1, h2, h3, p { color: #333; }


/*-------------------- Main Layout ---------------------*/

#container {  width: 750px; height: auto; float: left; }
#contents { width: 740px; height: auto; clear: both; padding: 20px 0; display: inline-block; }
#wrap, div.text { width: 740px; height: auto; clear: both; display: block; }
#footer { width: 750px; border-top: 5px solid #052678; padding-top: 10px; clear: both; }
#footer p { font-size: 1.1em; margin: 0; text-align: center; }

/* -- extras -- */

#logo, #nav, #callus, #address, h1 img, h2 img { display: none; }
#links { font-size:20px; }