/* main framework */


#wrapper {
  width: 790px;
  margin-top: 0;	
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  background: transparent url(../images/bkg_map.jpg) left top no-repeat;
}

#header {
	width: 790px;
	height: 90px;
	position: absolute;
	z-index: 3002;
	background: transparent url(../images/hdr_bkg.png) left top no-repeat;
	behavior: url(css/iepngfix.htc);
}

#body {
	width: 790px;
	height: 580px;
	overflow: hidden;
	position: relative;
}

#content {
	top: 75px;
	left: 0;
	width: 790px;
	height: 490px;
	overflow: hidden;
	position: absolute;
	z-index: 1000;
	background-color: transparent;
}

#contact {
	top: 75px;
	left: 0;
	width: 790px;
	height: 490px;
	overflow: hidden;
	position: absolute;
	z-index: 1001;
	background-color: transparent;	
}
#about {
	top: 75px;
	left: 0;
	width: 790px;
	height: 490px;
	overflow: hidden;
	position: absolute;
	z-index: 1002;
	background-color: transparent;	
}
#footer {
	height: 30px;
	width: 810px;
	margin-top: 5px;
	font-size: 10px;
	color: #6e6556;
	position: relative;
}

/* panels */

#t2_panel {
	top: 340px;
	width: 790px;
	height: 245px;
	position: absolute;
	z-index: 3000;
	background-color: #fff;
	clear: both;
}

#t2_panel #nav {
	width: 790px;
	height: 23px;
	position: absolute;
	z-index: 3001;
	background: transparent url(../images/nav_bkg_upper.png) top left no-repeat;
	clear: both;
}

#t2_panel #dropshadow {
	top: 23px;
	height: 7px;
	width: 790px;
	position: absolute;
	z-index: 3001;
	clear: both;
	behavior: url(css/iepngfix.htc);
}

#t2_panel #content {
	width: 790px;
	height: 215px;
	overflow: hidden;
	position: relative;
	clear: both;
}

#t3_caseStudies {
	top: 75px;
	left: 790px;
	width: 790px;
	height: 490px;
	position: absolute;
	z-index: 2000;
	overflow: hidden;
	background: transparent url(../images/t3_panel_bkg.png) top left no-repeat;
	clear: both;
}

#t3_gallery {
	top: 75px;
	left: 790px;
	width: 790px;
	height: 490px;
	position: absolute;
	z-index: 2000;
	overflow: hidden;
	background: transparent url(../images/t3_panel_bkg.png) top left no-repeat;
	clear: both;
}

#t3_services {
	top: 75px;
	left: 790px;
	width: 790px;
	height: 490px;
	position: absolute;
	z-index: 2000;
	overflow: hidden;
	background: transparent url(../images/t3_panel_bkg.png) top left no-repeat;
	clear: both;
}

#t3_clients {
	top: 75px;
	left: 790px;
	width: 790px;
	height: 490px;
	position: absolute;
	z-index: 2000;
	overflow: hidden;
	background: transparent url(../images/t3_panel_bkg.png) top left no-repeat;
	clear: both;
}