/*-------- Basic Page Layour -----------*/
body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; line-height: 100%;
	color:#ccc;
	background-color:#000;
	margin:0px;
	padding:0px;
}
#left {
	position:absolute;
	top: 0px;
	left: 0px;
	height: 499px;
	width:204px;
	background: #232323;
	z-index: 1;
	}
a.logo {
	display: block;
	text-indent: -1000em;
	width: 201px; height: 211px;
	position: absolute; top: 0px; left: 0px;
	z-index: 3;
}
p.logo {
	margin: 0px; padding: 0px; position: absolute; top: 0px; left: 0px; z-index: 2; 
	width:204px; height: 250px; background: #232323 url(../images/logo.gif) no-repeat top;
}
#redbox {
	position:absolute;
	height: 100px;
	top:505px;
	left:573px;
	background-color: #b80000;
		width:217px;
}
.right {
	position: relative;
	top: 70px;
	width:auto;
	margin: 0px 0px 20px 796px;
	height: 535px;
	background: #1b1b1b url(../images/right-logo.gif) no-repeat top left; 
	}
/*------- Header / Top Menu ---------*/
#header {
	position:absolute;
	top:32px;
	left:201px;
	height: 0px;
	width:700px;
	z-index: 2;
}
ul#nav { list-style: none; margin: 0px; padding: 0px;}
#nav li { float: left; margin-right: 36px; height: 7px; }
#nav a { display: block; height: 7px; text-indent: -1000em; background-repeat: no-repeat; background-position: 0px -18px; overflow:hidden; }
#nav a:hover { background-position: 0px -9px; }
#nav em a, #header em a:hover { background-position: 0px 0px; }

#nav a.nav1 { width: 59px; background-image: url(../images/hdr-portfolio.gif); }
#nav a.nav2 { width: 86px; background-image: url(../images/hdr-density.gif);}
#nav a.nav3 { width: 85px; background-image: url(../images/hdr-office.gif); }
#nav a.nav4 { width: 49px; background-image: url(../images/hdr-awards.gif); }
#nav a.nav5 { width: 64px; background-image: url(../images/hdr-client.gif); }
#nav a.nav6 { width: 66px; background-image: url(../images/hdr-contact.gif); }


/*----------- Main Content Section --------*/
#content {
	position:absolute;
	top:70px;
	left:210px;
	width:580px;
	margin: 0px; padding: 0px 0px 20px;
}

/*-------- Contact Info "footer" -----------*/
#bottom-box {
	position:absolute;
	height: 100px;
	top:505px;
	left:0px;
	background-color: #151515;
	width:567px;
}
#footer { 
	width: 149px; 
	height: 74px; 
	position:absolute; 
	top: 518px; 
	left: 209px; 
	background: no-repeat url(../images/footer.gif);
}
#footer p { display: none; }
