/* 
--------------------------------------------------------------------------------------------------
Print Page Layout - Global Setting
--------------------------------------------------------------------------------------------------
*/


*, body, p, tr, td, h1, h2, h3, h4, h5, h6, ul, li { margin: 0; padding: 0; text-align: justify;; }

img { border: none;}
.hidden { display: block; float: left;}
.show { display: none;}

body {
	margin: 0;
	padding: 0;
	font-family: "Verdana", Arial, Helvetica, sans-serif; 
	text-align: justify;
	font-size: 62.5%;
	line-height: 1.7em;
	color: #000;
}

p { font-size: 1.2em; margin-bottom: 2em; color: #000;}
h2 {	color: #000; font: bold 1.5em/2em "Trebuchet MS", Verdana; margin-bottom: 2em; text-transform: uppercase; }
h3 { color: #43601E; font: bold 1.3em/1.6em "Trebuchet MS", Verdana; margin-bottom: 2em; text-transform: uppercase; }
h4 { color: #43601E; font: bold 1.3em/1.6em "Trebuchet MS", Verdana; margin-bottom: 5px; text-transform: uppercase; }

ul.list { list-style: square; margin: 0 0 20px 35px; }
ul.list li { font-size: 1.1em; color: #000; }


/*-------------------- Main Layout ---------------------*/


#container-wrap { 	width: 100%;	height: 100%;	margin-left: 15px; }


/*-- Header Section  --*/

#logo { width: 100%; display: block;	 clear: both; }

#navigation {
	clear: both;
	display: inline-block;
	font: bold 11px/16px "Trebuchet MS", Verdana;
	text-transform: uppercase;
}

#nav { clear: both; }

#nav, #nav li {
	margin: 0; 
	padding: 0;
	list-style: none;
	display: inline;
}

#nav a, #nav a:hover { float: left; text-decoration: none; }

.here { display: none; float: left; }


/*-- Main body Section  --*/

#inpage {
	width: 100%;
	clear: both;
	float: left;
	padding: 20px 0;
	border-top: 1px solid #9BB93C;
	margin-top: 15px;
}

#address { width: 260px; height: auto; display: block; float: left; }
#form { width: 400px; height: auto; display: block; float: right; }
div#flash-slideshow { display: none; }
div.contents { width: 95%; display: block; }


/*-- Footer Section --*/

#footer {	width: 100%;	clear: both;	border-top: 1px solid #9BB93C; }
#footer p {	font: normal 11px/16px "Trebuchet MS", Verdana;	 padding-top: 10px; clear: both; }


/*-- Accessories --*/

span.black { color: #000; }
span.low {text-transform: lowercase; }
table, tr, td { font: normal normal 11px/17px "Verdana"; color: #000; vertical-align: middle; }

table.cosmetic {
	margin: 20px 0;
	background: #fff;
	border-top: 1px solid #EFF4DC;
	border-left: 1px solid #EFF4DC;
}

table.cosmetic td {
	font-size: 1em;	
	padding: 5px 5px 5px 10px;
	border-right: 1px solid #EFF4DC;
	border-bottom: 1px solid #EFF4DC;
}

table.cosmetic td.title {
	font: bold 15px/17px "Trebuchet MS", Verdana;
	text-transform: uppercase;
	padding: 5px 5px 15px 10px;
	border-right: 1px solid #EFF4DC;
	border-bottom: 1px solid #EFF4DC;
}

table.cosmetic td input, select, textarea {
	width: 150px;
	height: 20px;
	padding: 2px;
	border: 1px solid #D7DEBF;
	font: normal 11px/17px "Verdana";
	color: #000;
	overflow: hidden;
	background: #EFF4DC;
}

table.cosmetic td input.box {
	width: 20px;
	background: none;
	padding: 0;
	text-align: center;
	border: none;
}

table.cosmetic td input.smallbox {
	width: 20px;
	background: none;
	padding: 0;
	text-align: center;
}

table.cosmetic td input.mediumbox {
	width: 60px;
	background: #EFF0E6;
	margin: 0 10px 2px 0;
}

table.cosmetic td input.largebox {
	width: 394px;
}

table.cosmetic td input.send {
	border: none;
	width: 80px;
	height: 22px;
	padding: 2px;
	font-weight: bold;
	background: #B8D842;
	text-align: center;
	margin: 5px 10px 5px 0;
}

table.cosmetic td textarea.expand {
	height: 120px;
	width: 460px
}
input, select, textarea {
	width: 250px;
	height: 20px;
	padding: 2px;
	border: 1px solid #D7DEBF;
	font: normal 11px/17px "Verdana";
	color: #000;
	overflow: hidden;
	background: #EFF4DC;
}

input.send {
	border: none;
	width: 80px;
	height: 22px;
	padding: 2px;
	font-weight: bold;
	background: #B8D842;
	text-align: center;
	margin: 5px 10px 5px 0;
}

textarea.expand {
	height: 120px;
}


