/* 
--------------------------------------------------------------------------------------------------
Print Page Layout - Global Setting
--------------------------------------------------------------------------------------------------
*/

@import url("accessories.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: block; float: left;}
.show { display: none;}

body {
	margin: 0;
	padding: 0;
	font-family: "Tahoma", Arial, Helvetica, sans-serif; 
	font-size: 62.5%;
	line-height: 18px;
	color: #444444;
}

p, h1, h2, h3, h4, h5, ul.list { margin-bottom: 20px; }
p,  ul.list li { font-size: 1.2em; }
h1 { font: bold 1.7em/20px "Times New Roman"; color: #000; }
h2 {	font: bold 1.5em/18px "Times New Roman"; color: #000;}
h3 {	font: bold 1.3em/18px "Tahoma"; color: #000;}
ul.list {	list-style: square; 	margin-left: 35px; }


/*-------------------- Main Layout ---------------------*/


#container { 	width: 100%;	height: 100%; float: left;	}
#header { width: 740px; height: 140px; display: block; clear: both; border-bottom: 2px solid #999;}
#left, #banner { display: none; }
#page { width: 100%; height: auto; clear: both; border-bottom: 2px solid #999; padding: 20px 0; }
#right { width: 95%; height: auto; display: block; }
#footer {	width: 740px;	clear: both; padding-top: 15px; }
#footer p { margin-bottom:5px; padding: 0; }


/*-- Accessories --*/



