/* 
--------------------------------------------------------------------------------------------------
Print Page Layout - Global Setting
--------------------------------------------------------------------------------------------------
*/

@import url("accessories.css");
@import url("cms-layout.css");

*, body, p, tr, td, h1, h2, h3, h4, h5, h6, ul, li { margin: 0; padding: 0; text-align: left; }

img { border: none;}
.hidden { display: inline-block;}
.show { display: none;}

body {
	margin: 0; padding: 0;
	font-family: "Verdana", Arial, Helvetica, sans-serif; 
	font-size: 62.5%;
	line-height: 17px;
	color: #000;
}

p, h1, h2, h3, h4, ul.list { margin-bottom: 20px; clear: both;}
p { font-size: 1.2em; }
h1 { font-size: 1.5em; line-height: 20px; font-weight: bold; color: #D39D50;}
h2 { font-size: 1.5em; line-height: 20px; font-weight: bold; color: #D39D50;}
h3 { font-size: 1.3em; font-weight: bold; }
h4 { font-size: 1.2em; font-weight: bold; }
ul.list { list-style: square; margin-left: 35px; }
ul.list li { font-size: 1.2em; }


/*-------------------- Main Layout ---------------------*/


#container { 	width: 750px;	height: 100%;	 float: left; }
#header { width: 750px; height: 270px; clear: both; display: block; }
#page { width: 750px; height: auto; clear: both; margin-bottom: 10px;}
#left { float: left; width: 210px; position: relative; top: -50px; margin-right: 10px; }
#right { float: right; width: 480px; margin-right: 20px; display: block;  }
div.contactdetails { margin-left: 10px; width: 200px; display: block; }
div.callaction { margin-left: -25px; display: block; }
#flash, div.logo, div.banner, div.navigation, div.slogan { display: none; }
#footer {	width: 750px;	clear: both;	border-top: 3px solid #000; padding-top: 10px; }
#footer p { float: left; }



