/* --------------------------------------------------------------------------------------------------
Print Page Layout - Global Setting
--------------------------------------------------------------------------------------------------*/

@import url("accessories.css");

*, body, p, tr, td, h1, h2, h3, h4, ul, li { margin: 0; padding: 0; text-align: left; }

img { border: none;}
.hidden { display: block; float: left;}
.show { display: none;}

body {
	font-family: "Verdana", Arial, Helvetica, sans-serif; 
	font-size: 62.5%;
	line-height: 17px;
	color: #000;
}

p, h1, h2, h3, h4, h5, ul.list { margin-bottom: 20px; }
p { font-size: 1.2em; }
h1 { font-size: 1.6em; line-height: 20px; font-weight: bold; color: #F0752A;}
h2 { font-size: 1.5em; line-height: 20px; font-weight: bold; color: #F0752A;}
h3 { font-size: 1.4em; font-weight: bold; }
h4 { font-size: 1.3em; font-weight: bold; }
h5 { font-size: 1.1em; }
ul.list { list-style: square; margin-left: 35px; }
ul.list li { font: normal 12px/16px "Verdana"; margin-bottom: 4px; }

/*-------------------- Main Layout ---------------------*/


#container {  width: 100%; height: 100%; float: left; }
#flashlogo, div.banner, #navigation, #special-tour, #contactdetails { display: none; visibility: hidden; }
#header { width: 750px; height: 120px; display: block; clear: both; border-bottom: 3px solid #2AB3AD; }
#page { width: 750px; height: auto; float: left; clear: both; padding: 20px 0; }
#contents { width: 470px; height: auto; float: left; }
#right { width: 250px; height: auto; float: right; border-left: 1px solid #d2d2d2; padding-left: 10px; }
#footer { width: 100%; border-top: 3px solid #2AB3AD; padding-top: 10px; clear: both; }
#footer p { font-size: 1.1em; text-align: center; }

/* -- Extras -- */
td div.title, td div.title2 { padding-bottom:3px; border-bottom: 2px solid #000; }