/* --------------------------------------------------------------------------------------------------
Print Page Layout - Global Setting
--------------------------------------------------------------------------------------------------*/

@import url("global.css");


.hidden { display: block;}
.show { display: none;}

body {
	font: normal 62.5%/17px "Verdana", Arial, Helvetica, sans-serif; 
	color: #333;
	background: #fff;
}


/*-------------------- Main Layout ---------------------*/

#container {  width: 750px; height: auto; clear: both; }
#header { width: 750px; height: 120px; display: block; clear: both; border-bottom: 3px solid #000; }
#mainpage { width: 750px; height: auto; clear: both; padding: 20px 0; float: left; }
.right, .contents { width: 740px; height: auto; display: block; }
#footer { width: 750px; border-top: 3px solid #000; padding-top: 10px; clear: both; }
#footer h4 { color: #000; margin: 0; text-align: center; }

/* -- extras -- */

#logo, ul#nav, #cart, .banner, .left, #contactdetails, .logo-extend { display: none; visibility: hidden; }

form.form input.send, input.send, a.but { float: left; width: auto; height: 20px; padding: 3px 5px; text-align: center; display: block; color: #fff; font-weight: bold; text-decoration: none; margin: 0 10px 0 0; cursor: pointer; border: 1px dotted #333; }
