/* 
--------------------------------------------------------------------------------------------------
Print Page Layout - Global Setting
--------------------------------------------------------------------------------------------------
*/

@import url("accessories.css");

*, body, p, tr, td, h1, h2, h3, ul, li { margin: 0; padding: 0; text-align: left; }

img { border: none;}
.hidden { display: block; float: left;}
.show { display: none;}

body {
	margin: 0;
	padding: 0;
	font-family: "Tahoma", Arial, Helvetica, sans-serif; 
	font-size: 62.5%;
	line-height: 17px;
	color: #000;
}

p, h2, h3, ul.list { margin-bottom: 20px; }
p, ul.list li { font-size: 1.2em; }
h1 { font-size: 2.4em; line-height: 25px; font-weight: bold; color: #ED1C24; margin-bottom: 30px; }
h2 { font-size: 1.5em; line-height: 20px; font-weight: bold; color: #ED1C24; }
h3 { font-size: 1.3em; font-weight: bold; }
ul.list { list-style: square; margin-left: 35px; }



/*-------------------- Main Layout ---------------------*/


#container { 	width: 100%;	height: 100%; 	float: left; }
div.banner, div.callaction, #logo, #flash, #right { display: none; visibility: hidden; }
div.navigation { width: 100%; height: 120px; display: block;	clear: both; }
#page { width: 100%; height: auto; clear: both; border-top: 3px solid #015c31; padding-top: 20px; }
#left {	width: 95%; padding-bottom: 20px; display: block; }
#footer {	width: 100%;	clear: both;	border-top: 3px solid #015c31; padding-top: 10px; }


