/* --------------------------------------------------------------------------------------------------
Print Page Layout - Global Setting
--------------------------------------------------------------------------------------------------*/

@import url("global.css");
@import url("accessories.css");


img { border: none;}
.hidden { display: inline-block;}
.show { display: none;}

p, ul.list li { font-size: 12px; }

/*-------------------- Main Layout ---------------------*/

#container {  width: 750px; height: 100%; float: left; clear: both; }
#right-panel { width: 750px; height: auto; display: inline-block; }
#header { width: 750px; height: 120px; display: block; clear: both; border-bottom: 5px solid #d2d2d2; }
#page { width: 750px; height: auto; clear: both; padding: 20px 0; }
div.contents { width: 520px; float: right; height: auto; display: block; }
div.featured { width: 180px; height: auto; float: left; padding: 0 15px 0 0; border-right: 2px solid #d2d2d2; display: block; }
#footer { width: 750px; border-top: 5px solid #d2d2d2; padding-top: 10px; clear: both; }
#footer p { font-size: 1.1em; }
#services-list { margin-left:20px; }
#contents h1 { font-size:10px; }

/* -- extras -- */

#privacy div.contents, #contact div.contents { width: 730px; height: auto; display: block; }
#privacy div.featured, #contact div.featured { display: none; }
ul#nav1, ul#nav2, ul#nav3 { display: none; visibility: hidden; }