@import "reset.css";
@import "typography.css";
@import "forms.css";
/* layout.css */
body, html {
	text-align : center;
	background-color: #fff;
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	height:100%;
}
/******************Mariposa Absolute Placement Fix***********************/
#outer {
	height:100%;
	min-height:100%;/*for mozilla*/
	text-align: center;
	margin : 0 auto; 
	color: #000;
	background: #000;
}

html>body #outer {height:auto}
/**************************************Layout**************************/
img {
	border: 4px solid #4B4B4C;
	padding: 1px;
	background: #fff;
	margin: 10px;
}

#top-bar {
	height: 106px;
	width: 738px;
	margin: 0 auto;
	background: url(../images/top-bar.gif) center no-repeat; 
}


#logo-link {
	height: 101px;
	width: 200px;
	float: left;
	font-size: 11px;
	
}
#logo-link a {
	display: block;
	text-indent: -999em;
	height: 101px;
	width: 200px;
}
#column-outer {
	width: 738px;
	margin: 0 auto;
	background: url(../images/column-bg.gif) repeat-x top #000;
}
#column-inner {
	width: 725px;
	background: url(../images/column-bg-vert.gif) center repeat-y;
	margin: 0 auto;
}


/*****************************Header and Callouts****************/

#header {
	width: 725px;
	background: url(../images/column-top.gif) top no-repeat;
	margin: 0 auto;
	padding: 12px 0 0 0;
}
#header-l {
	float: left;
	width: 181px;
	height: 151px;
	margin: 0 0 0 8px !important;
	margin:/**/ 0 0 0 4px;
}
#header-r {
	float: right;
	width: 528px;
	height: 151px;
	margin: 0 8px 0 0;
	margin:/**/ 0 4px 0 0;
	
}
#review {
	width: 181px;
	height: 66px;
	margin: 0;
	background: url(../images/header-review.gif);
	display: block;
	text-indent: -999em;
}

#projects {
	width: 181px;
	height: 85px;
	margin: 0;
	background: url(../images/header-projects.gif);
	display: block;
	text-indent: -999em;
}

#commercial {
	width: 253px;
	height:151px;
	float: right;
	background: url(../images/commercial.jpg);
	display: block;
	text-indent: -999em;
}

#industrial {
	width: 275px;
	height:151px;
	float: right;
	background: url(../images/industrial.jpg);
	margin: 0;
	display: block;
	text-indent: -999em;
}
#content {
	clear: both;
	width: 705px;
	margin: 0px auto 0 auto;
	border-top: 3px solid #ECECEC;
	text-align: left;
	padding: 20px 0 20px 0;
	background: url(../images/content-top.gif) top center  no-repeat #C1BFBF;

}
#content-bottom {
	background: url(../images/column-bottom.gif);
	width: 725px;
	height: 33px;
}
.contact-table {
	margin: 0 0 0 20px;
	width: 90%;
}
.contact-table td {
	padding: 20px;
	border-bottom: 1px solid #888;
}
/******************************Navigation***********************/
#nav {
	width: 100%;
	height: auto;
	padding: 0;
}

#nav ul {
	margin: 0 0 0 8px;
	padding: 0;
	text-align: left;
	list-style: none;
}
#nav li {
	display: inline;
}
#nav li a {
	display: block;
	padding: 8px 12px;
	font-weight: normal;
	font: 11px Arial, Helvetica, Sans-serif;
	color: #fff;
	border-top: 2px solid #4B4B4C;
	float: left;
	text-decoration: none;
}
#nav li a.last {
	border: none;

}
#nav li a:hover {
	color: #fff;
	background: #555;
	border-top: 2px solid #222;
}


#wrapper {
	width: 750px;
	padding: 10px 0 0 0;
	background: #4B4B4C;
	margin: 0 auto;

}


/*******************Break out of Floats evenly************************/
.cleaner {
	clear: both;
}
/**********************Footer****************************************/
#footer {
	width: 738px;
	color: #666;
	font-size: 16px;
	clear: both;
	height: 56px;
	background: url(../images/footer-bg.gif);
	margin: 0 auto;
	
}
#footer p {
	text-align: center;
	padding: 0px 0 0 0;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}
#footer a {
	color: #666;
}
#footer a:hover {
	color: #fff;
}