/* 
--------------------------------------------------------------------------------------------------
Print Page Layout - Global Setting
--------------------------------------------------------------------------------------------------
*/

@import url("accessories.css");

.clear:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */

.clear { display: inline-block; }
.show { display: none; }
.hidden { display: inline-block; visibility: visible; }
img { border: none; }

*, body, p, tr, td, h1, h2, h3, h4, ul, li { margin: 0; padding: 0; text-align: left; }

body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
	font-size: 62.5%;
	line-height: 18px;
	color: #666666;
}

table { margin: 20px 0;  }
td {  padding: 2px 5px; font: normal 13px/17px "Trebuchet MS"; color: #7F8084; vertical-align: top; }
p, h1, h2, h3, h4, ul.list { margin-bottom: 20px; }

p, ul.list li { font-size: 1.3em; text-align: justify; }
h1 { font-family: "Helvetica", Arial; font-size: 3em; line-height: 30px; font-weight: bold; color: #7EAFD1;}
h2 { font-family: "Helvetica", Arial; font-size: 1.5em; line-height: 15px; font-weight: bold; color: #5CA1C1;}
h3 { font-size: 1.2em; font-weight: bold; color: #5CA1C1; }
h4 { font-size: 1.8em; font-weight: bold; color: #5CA1C1;}
ul.list { list-style: square; margin-left: 35px; }



/*-------------------- Main Layout ---------------------*/

#container { width: 100%; height: 100%; clear: both; float: left; }
#logo { width: 100%; height: 113px; border-bottom: 3px solid #E2E4E5; clear: both; }
#page { width: 750px; padding: 20px 0; clear: both; }
#left { width: 500px; height: auto; float: left; }
#left #display { clear: both; width: 500px; height: auto; display: inline-block; }
#right { width: 230px; height: auto; float: right; }
div.call-action { width: 230px; height: auto; clear: both; }
div.call-action p { font-size: 1.2em; line-height: 14px; text-align: left; }
#footer { width: 100%; height: 30px;  border-top: 3px solid #E2E4E5; padding-top:10px; clear: both; }
#footer p { font-size: 1.2em; color: #AAAAAD; }



