/* --------------------------------------------------------------------------------------------------
Print Page Layout - Global Setting
--------------------------------------------------------------------------------------------------*/

@import url("accessories.css");
@import url("cms-layout.css");

*, body, p, tr, td, h1, h2, h3, h4, h5, ul, li { margin: 0; padding: 0; text-align: left; }

img { border: none;}
.hidden { display: block; float: left;}
.show { display: none;}

body {
	font: normal 62.5%/20px "Verdana", Arial, Helvetica, sans-serif; 
	color: #666;
}

p, h1, h2, h3, h4, h5, ul.list { margin-bottom: 20px; }
p { font-size: 1.2em; }
h1 { font-size: 1.8em; line-height: 25px; font-weight: bold; color: #000;}
h2 { font-size: 1.6em; line-height: 20px; font-weight: bold; color:#333;}
h3 { font-size: 1.5em; font-weight: bold; }
h4 { font-size: 1.4em; font-weight: bold; }
h5 { font-size: 1.3em; font-weight: bold; }
ul.list { list-style: disc; margin-left: 35px; }
ul.list lia { font-size: 12px; }


/*-------------------- Main Layout ---------------------*/


#container {  width: 100%; height: 100%; float: left; }
#header { width: 100%; height: 100px; display: block; clear: both; border-bottom: 3px solid #D0CAC9; }
#page { width: 750px; height: auto; clear: both; padding: 20px 0; }
#footer { width: 100%; border-top: 3px solid #D0CAC9; padding-top: 10px; clear: both; }
#footer p { font-size: 1.1em; }

/*-------------------- Popup enquiry form ---------------------*/

#form { width: 480px; height: 460px; clear: both; margin: 10px auto; border: 5px solid #D0CAC9; }
#form table { width: 400px; margin: 15px 40px; background: #fff; }
#form table td { padding: 5px; }
