/*--- LAYOUT BASICS ---*/
* html body	{
	text-align: center;
}
body	{
	background: #363;
	margin: 50px 0 0 0;
	padding: 0;
	border: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 25px;
	font-size:12px;
	}
img	{
	border: 0;
	margin: 0;
}
a,a:hover {color: #963; text-decoration:underline;}
/*--- WRAPPER ---*/
#wrapper	{
	background: #fff url(/images/side_bg.jpg) repeat-y top left;
	margin: 0 auto;
	padding: 0;
	border: 0;
	width: 704px;	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 704px;	  
}
#page_body_wrapper	{
	background: transparent url(/images/left_blumber.gif) no-repeat left bottom;
	margin: 0 auto;
	padding: 0;
	width: 704px; 
}
#page_body	{
	border: 0;
	padding: 0;
	margin: 0 auto;
	text-align: left;
}
/*--- HEADER ---*/
#header {
	padding: 0;
	margin: 0;
	border: 0;
	text-align: left;
	background: transparent;
}
#header .logo {
	height: 218px;
	margin-bottom: 5px;	
}
#header .logo a {
text-indent: -9999px;
text-decoration: none;
display: block;
background: transparent url(/images/building.gif) center center no-repeat;
height: 218px;
width: 500px;
}
/*---	LEFT CONTENT ---*/
#left_content   {	
	float: left;
	margin: 0;
	padding: 0 0 135px 0;
	width: 168px;  /* box model hack */	
	}
#left_logo {
	width: 145px;
	height: 145px;
	margin: 10px auto 0 auto;
	padding:0;
}
/*---	MAIN CONTENT ---*/
#main_content   {
	padding: 15px 9px 5px 5px;
	margin: 0 0 0 168px;
	background: transparent;
	text-align: left;
	/* compensates for IE Win bungling */
	height: 100%;
	}
#center_clear	{
	clear: both;
	}
/*--- CONTENT ---*/
#content	{
	margin: 25px 15px 5px 5px;
	padding: 0;
	background: transparent;
	text-align: left;
}
/*--- FOOTER ---*/
#footer {
	background: #363 url(/images/footer_bg2.jpg) top center no-repeat;
	padding: 10px 0 0 0;
	margin: 0;
	border: 0;
	font-size: 11px;
	height: 60px;
	clear: both;
}
/*-----NAVIGATION----*/
#navlist{ width: 163px; margin: 20px 0 0 0;}
#navlist ul
{
padding: 0;
list-style-type: none;
margin:0;
}
#navlist li {margin:0 0 3px 0;width: 163px;
height: 38px;}
#navlist li.home {background: url(/images/navigation/home.gif) left top no-repeat;}
#navlist li.history {background: url(/images/navigation/history.gif) left top no-repeat;}
#navlist li.service {background: url(/images/navigation/service.gif) left top no-repeat;}
#navlist li.products {background: url(/images/navigation/products.gif) left top no-repeat;}
#navlist li.manufacture {background: url(/images/navigation/manufacture.gif) left top no-repeat;}
#navlist li.contact {background: url(/images/navigation/contact.gif) left top no-repeat;}
#navlist li.contractors {background: url(/images/navigation/contractors.gif) left top no-repeat;}
#navlist a
{
display: block;
padding: 0;
margin: 0;
width: 163px;
height: 38px;
text-indent: -9999px;
text-decoration: none;
}
#navlist a:link, #navlist a:visited,#navlist a:hover
{
text-decoration: none;
}
/*-----TYPOGRAPHY----*/
h1,h2, h3, h4	{
	font-weight: bold;
	line-height: 1em;
	margin: 0;
	color: #000;
	}
strong {font-weight: bold;}
p,li {font-size: 12px;}
h1 {font-size: 22px;}
h2 {font-size: 20px; color: #963;}
h3 {font-size: 16px;}
h4 {font-size: 14px;}
p,table,h2, h3, h4,li {margin: 0 0 10px 0; padding: 0;}
#header .logo h1 {
	color: #fff;
	text-align: center;
}
#header .logo img {text-align: center;}
#footer p {font-size: 12px; color: #fff; text-align: right; font-weight: bold;}
#left_content p {font-size: 11px; margin: 5px;}
/*----- Product------*/
#featureprod {
	float: right;
	display: block;
	width: 177px;
	padding: 27px 0 0 0;
	margin: 5px 10px;
	background: #fff url(/images/featureproduct.jpg) top left no-repeat;
}
#featureprod .content{
	padding: 5px 5px 10px 5px;
	border-left: 2px solid #c9c9c9;
	border-right: 2px solid #c9c9c9;
	border-bottom: 2px solid #c9c9c9;
	text-align: center;
}
table.product {width: 95%;}
table.product td {padding: 3px 5px;}
table.product th, table.product td {border-bottom: 2px solid #963;}
table.product th.desc {width: 250px;}
table.product td.desc {font-size:11px;}
table.product tr.altTR {background-color: #fafafa;}
/*----Table-----*/
table.border{
	padding:0; 
	border: 1px solid #333;
	border-width: 0 0 1px 1px;
}
table.border td, table.border th { 
	padding: 3px; 
	border: 1px solid #333;
	border-width: 1px 1px 0 0 ;
}
.mainTR {font-weight: bold; background:#007D65;color: #fff; }
/*others*/
img.floatleft {float: left; margin-right: 15px; margin-bottom: 10px;}
.clearer {
 clear:both;
 height:1px;
 overflow:hidden;
 margin-top:-1px;
}
