/* CSS Master Style Sheet, lightingimagination.com incept: Sept 6, 2007
Author: Benjamin Liu, Designer: Robert Bethanis */

html, body, div, p, h1, h2, h3, h4, h5, ul, li, table, td, tr, form {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #fdf6ee url('../img/body_bg.gif') top left repeat-x;
	font: 65% Arial, Helvetica, sans-serif;
	color: #fff;
}

a img {
	border: 0;
	cursor: pointer;
}

.nomarg {
	margin: 0;
}

#mainarea {
	width: 1020px;
	background: url('../img/mainarea_bg.jpg') top left no-repeat;
	margin: 0 auto;
	height: 740px;
}

#header {
	width: 1020px;
	height: 226px;
	background: url('../img/header_bg.jpg') top left no-repeat;
}

#main {
	width: 701px;
	margin: 0 0 0 172px;
	position: relative;
	background: #92a3c1 url('../img/main_bg.gif') top left repeat-x;
}

#headernav {
	width: 701px;
	height: 39px;
	background: url('../img/headernav_bg.jpg') top left no-repeat;
}

table#nav_main {
	color: #fff;
	width: 450px;
	height: 38px;
	margin: 0 auto;
	border-collapse: collapse;
}

table#nav_main td {
	border-left: 1px solid #fff;
	vertical-align: middle;
	height: 100%;
	text-align: center;
}


table#nav_main a {
	text-decoration: none;
	color: #fff;
	font-size: 1.2em;
}

table#nav_main td:hover {
	background: url('../img/navmain_hover_bg.png') top left no-repeat;
}

body#index a#indexlink, body#services a#serviceslink, body#portfolio a#portfoliolink,
body#feat_proj a#feat_projlink, body#bio a#biolink, body#casestudy a#casestudylink {
	color: #29426d;
}

#banner {
	position: absolute;
	top: -75px;
	left: 201px;
	width: 287px;
	height: 83px;
	background: url('../img/banner.png') top left no-repeat;
	_background: url('../img/banner.gif') top left no-repeat;

}

#footer {
	width: 701px;
	height: 31px;
	margin-left: 172px;
	background: url('../img/footer_bg.png') top left no-repeat;
	_background: url('../img/footer_bg.gif') top left no-repeat;	
}

#headernav_bot {
	width: 701px;
	height: 12px;
}

p {
	margin-bottom: 10px;
}

h1 {
	font: bold 2.7em Arial, Helvetica, sans-serif;
	color: #fff;
	margin-bottom: 10px;
}

h2 {
	font: bold 1em Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 5px;
}

