/* --------------------------------------------------------------------------------------------------
Print Page Layout - Global Setting
--------------------------------------------------------------------------------------------------*/


*, body, p, tr, td, h1, h2, h3, h4, h5, ul, li { margin: 0; padding: 0; }

img { border: none;}
.hidden { display: inline-block;}
.show { display: none;}

body {
	font-family: "Arial", Helvetica, sans-serif; 
	font-size: 62.5%;
	line-height: 18px;
	color: #333;
}

p, h1, h2, h3, h4, h5, ul.list { margin-bottom: 20px; text-align: left; }
p, ul.list li { font-size: 1.3em; }
h1 { font-size: 1.7em; color: #660000; }
h2 { font-size: 1.5em; color: #660000; }
h3 { font-size: 1.4em; font-weight: bold; }
h4 { font-size: 1.2em; color: #660000; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.0em; }
ul.list { list-style: aquare; margin-left: 30px; }

/*-------------------- Main Layout ---------------------*/


#container {  width: 100%; height: 100%; float: left; }
#header { width: 738px; height: 150px; display: block; clear: both; border-bottom: 5px solid #510C19; }
#top-page, #main-page { width: 738px; height: 100%; clear: both; padding: 20px 0; }
#left { width: 250px; height: auto; float: left; }
#right { width: 450px; height: auto; float:right; padding-right: 15px; }
div.testimonial1, div.testimonial2 { width: 220px; height: auto; padding-top: 25px; }
div.footer { width: 750px; border-top: 5px solid #510C19; padding-top: 10px; clear: both; }
div.footer h6 { margin: 0; line-height: 15px; clear: both; }

#home div.testimonial2, #buyers-sellers div.testimonial1, #client-tracking div.testimonial2, #profile div.testimonial2,
#services div.testimonial1, #client-info div.testimonial2, #calculator div.testimonial2, #contact div.testimonial1 { display: none; visibility: hidden; }


/* -- extra -- */

.bor { border: 5px solid #d2d2d2; }
.nil { padding: 0; margin: 0; border: none; }

table, tr, td, table.red, table.red tr, table.red td { font: normal 13px/18px "Arial"; color: #333; vertical-align: top; }
table { margin-bottom: 20px; border-top: 1px solid #d2d2d2; border-left: 1px solid #d2d2d2;}
table.custom td { padding: 5px; border-bottom: 1px solid #d2d2d2; border-right: 1px solid #d2d2d2; }
table.red, table.grey {	margin-bottom: 25px;	 border: 1px solid #d2d2d2; }
table.red td p, table.grey td p {padding: 3px 15px; font: normal 12px/18px "Arial"; margin-bottom: 0;}
table.red td p.title, table.grey td p.title {	color: #660000; padding-right: 0;	}

input, select, textarea { 
	width: auto;
	height: auto;
	padding: 2px 5px;
	border: none;
	font: normal 13px/17px "Arial";
	background: #fff;
}

.expand {	height: 100px; width: 260px; overflow: hidden; background: #e5e5e5; border: 1px solid #d2d2d2; }
.box { width: 260px; height: 18px; background: #e5e5e5; border: 1px solid #d2d2d2; }
.loginbox { width: 110px; height: 18px; border: 1px solid #d2d2d2; margin: 2px 0; }

.send {
	border: 1px solid #ccc;
	width: 100px;
	height: 25px;
	color: #4c4c4c;
	font-weight: bold;
	background: #ddd;
	text-align: center;
	margin: 5px 5px 10px 0;
}
