body {
	background: rgb(48, 48, 48) url(pagebg.jpg) top left repeat-x;
	margin: 0;
	padding: 0;
	font: 12pt "Calibri", "Segoe UI", "Tahoma", sans-serif;
	color: #FFFFFF;
}

input, select, textarea {
	font: 10pt "Calibri", "Segoe UI", "Tahoma", sans-serif;
}

form {
	display: inline;
}

img {
	border: 0px;
}

b {
	font-weight: normal;
	color: rgb(247, 189, 29);
}

.aecon {
	font-weight: bold;
	text-transform: uppercase;
}

#logo {
	padding: 20px 0px 0px 20px;
}

#rightcolumn {
	background: url(barright.png) top left repeat-x;
}

#header {
	color: #444444;
	font-size: 10pt;
}

	#header a:link, #header a:visited {
		color: #FFFFFF;
		text-decoration: none;
		margin: 5px;
		border-bottom: 1px dotted #FFFFFF;
	}
	#header a:hover {
		color: rgb(247, 189, 29);
		text-decoration: none;
		margin: 5px;
		border-bottom: 1px dotted rgb(247, 189, 29);
	}

#barbg {
	background: url(barbg.png) top left repeat-x;
	width: 100%;
	font-size: 11pt;
}

	#barbg .spacer {
		float: left;
	}

#navbox {
	height: 34px;
	position: relative;
}

#nav {
	padding:0; 
	margin:0; 
	list-style:none; 
	height:35px; 
	position:relative; 
	z-index:200; 
	width: 100%;
	white-space: nowrap;
}

#nav li.top {
	display:block; 
	float:left;
}

#nav li a.top_link {
	display: block;
	width: 124px;
	height: 34px;
	color: #FFFFFF;
	text-align: center;
	line-height: 30px;
	text-decoration: none;
	border: 1px solid transparent;
	border-bottom: 0px;
	float: left;
	z-index: 500;
}

#nav li:hover a.top_link, #nav a.top_link:hover {
	color: #FFFFFF;
	border: 1px solid rgb(99,117,141);
	border-bottom: 0px;
	background: url(barbg-hover.png) top left repeat-x;
}
#nav li:hover a.top_link span, #nav a.top_link:hover span {
	
}
#nav li:hover a.top_link span.down, #nav a.top_link:hover span.down {

}
#nav table {
	border-collapse:collapse; 
	padding:0; 
	margin:0; 
	position:absolute; 
	left:0; 
	top:0;
}

#nav li:hover {
	position:relative; 
	z-index:200;
}
#nav a:hover {
	position:relative; 
	white-space:normal; 
	z-index:300;
}

#nav :hover ul.sub {
	left:0px; 
	top:35px; 
	padding: 3px 0px 3px 0px;
	border:1px solid rgb(99,117,141);
	border-top: 0px;
	border-bottom: 3px solid rgb(99,117,141);
	background: #404040; 
	white-space:normal; 
	width:150px; 
	height:auto; 
	z-index:300;
}
#nav :hover ul.sub li {
	display:block; 
	height:auto; 
	position:relative; 
	float:left; 
	width:150px; 
	font-weight:normal;
}
#nav :hover ul.sub li a {
	display:block; 
	font-size:8pt; 
	height:auto; 
	width:130px; 
	line-height:18px; 
	padding: 4px 10px 4px 10px;
	color:#cccccc; 
	text-decoration:none;
}

#nav :hover ul.sub li a:hover {
	color:rgb(247, 189, 29);
	background: #333333;
}
#nav :hover ul.sub li a.fly:hover {
	color:rgb(247, 189, 29);
	background: #333333;
}

#nav li.spacer {
	border-top:1px dotted rgb(99,117,141); 
}

#nav li b {
	display:block; 
	font-size:8.5pt; 
	height:18px; 
	width:150px; 
	line-height:18px; 
	margin-bottom:1px; 
	margin-top:3px; 
	text-indent:6px; 
	color:#99BB55; 
	border-bottom:1px dotted #99BB55; 
	cursor:default;
}

#nav a:hover a:hover ul, #nav a:hover a:hover a:hover ul, #nav a:hover a:hover a:hover a:hover ul, #nav a:hover a:hover a:hover a:hover a:hover ul {
	left:89px; 
	top:-4px; 
	padding:3px; 
	white-space:nowrap; 
	width:90px; 
	z-index:400; 
	height:auto;
}

#nav ul, #nav a:hover ul ul, #nav a:hover a:hover ul ul, #nav a:hover a:hover a:hover ul ul, #nav a:hover a:hover a:hover a:hover ul ul {
	position:absolute; 
	left:-9999px; 
	top:-9999px; 
	width:0; 
	height:0; 
	margin:0; 
	padding:0; 
	list-style:none;
}

#nav li:hover li:hover > ul {
	left:90px; 
	top:-4px; 
	padding:3px; 
	border:1px solid #0b4d97; 
	white-space:nowrap; 
	width:90px; 
	z-index:400; 
	height:auto;
}
#nav li:hover > ul ul {
	position:absolute; 
	left:-9999px; 
	top:-9999px; 
	width:0; 
	height:0; 
	margin:0; 
	padding:0; 
	list-style:none;
}

#pageholder {
	clear: both;
}

#pagecontent {
	padding: 0px 0px 0px 50px;
	float: left;
	width: 550px;
}

#pagecontent h2 {
	font-weight: normal;
	font-size: 14pt;
	margin-bottom: 5px;
	margin-top: 20px;
	color: rgb(99,117,141);
}

#pagecontent b {
	font-weight: normal;
	color: rgb(247, 189, 29);
}

#pagecontent a:link, #pagecontent a:visited {
	color: rgb(99,117,141);
	border-bottom: 1px dotted rgb(99,117,141);
	text-decoration: none;
}

#pagecontent a:hover {
	color: #FFFFFF;
	border-bottom: 1px dotted #FFFFFF;
	text-decoration: none;
}

#crumbbar {
	position: relative;
	top: -5px;
	font-size: 9pt;
	color: #666666;
	padding-bottom: 10px;
}

#crumbbar a:link, #crumbbar a:visited {
	color: #999999;
	text-decoration: none;
	border: 0px;
}

#crumbbar a:hover {
	color: #FFFFFF;
	border-bottom: 1px dotted #FFFFFF;
}

#crumbbar .here{
	color: rgb(99,117,141);
}

#crumbbar .arrow {
	font-size: 8pt;
}

h1 {
	font-weight: normal;
	font-size: 16pt;
	color: rgb(247, 189, 29);
	border-bottom: 1px dotted rgb(247, 189, 29);
	padding-bottom: 2px;
	margin-top: 20px;
}

#pagecontent .first {
	margin-top: 5px;
}

.hoveritem *{
	z-index: 0;
	position: static;
}

a.hoveritem {
	cursor: pointer;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #FFFFFF !important;
	border: 1px solid transparent !important;
	display: block;
	padding: 5px;
	text-decoration: none;
}

a.hoveritem:hover {
	background: #383838;
	border: 1px dotted #666666 !important;
}

a.hoveritem h2 {
	margin-top: 0px;
	font-weight: normal;
	color: rgb(99,117,141);
	font-size: 14pt;
	border-bottom: 1px dotted rgb(99,117,141);
}

a.hoveritem h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	color: rgb(99,117,141);
	font-size: 14pt;
}

a.hoveritem .address {
	font-style: italic;
	margin-top: 5px;
	color: #999999;
}

a.hoveritem .downloadhere {
	margin-top: 15px;
	font-size: 10pt;
	font-style: italic;
	color: #666666;
}

a.downloaditem {
	cursor: pointer;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #FFFFFF !important;
	border: 1px solid transparent !important;
	display: block;
	padding: 5px;
	text-decoration: none;
}

a.downloaditem:hover {
	background: #383838 url(download.png) top right no-repeat;
	border: 1px dotted #666666 !important;
}

a.downloaditem h2 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	font-weight: normal;
	color: rgb(99,117,141);
	font-size: 14pt;
}

a.downloaditem .downloadhere {
	margin-top: 15px;
	font-size: 10pt;
	font-style: italic;
	color: #666666;
}

.imgholder {
	display: block;
	height: 100%;
	float: right;
}

.textholder {
	width: 370px;
	padding-left: 5px;
	display: block;
	position: relative;
	float: left;
	font-size: 11pt;
}

.finalholder {
	clear: both;
}

#keywordbar {
	font-size: 9pt;
	width: 137px;
	float: left;
	margin: 20px;
	margin-right: 0px;
	/* background: url(keywordbg.png) top left no-repeat; */
	/* background: #222222; */
	padding: 5px;
	font-weight: normal;
	color: #555555;
	line-height: 11pt;
}

#keywordbar b {
	font-weight: normal;
	color: #FFFFFF;
}

#footer {
	border-top: 1px dotted rgb(99,117,141);
	padding: 5px;
	margin-top: 50px;
	clear: both;
	text-align: center;
	color: #444444;
	font-size: 10pt;
}

#footer a:link, #footer a:visited{
	color: rgb(99,117,141);
	text-decoration: none;
}
	#footer a:hover{
		color: #FFFFFF;
		border-bottom: 1px dotted #FFFFFF;
	}

#location {
	margin-top: 10px;
	font-size: 10pt;
	color: #FFFFFF;
}

	#location span {
		margin-left: 10px;
		margin-right: 10px;
	}

#phone {
	font-size: 8pt;
	margin-top: 0px;
	color: #999999;
}

	#phone span {
		margin-left: 10px;
		margin-right: 10px;
	}

#copyright {
	margin-top: 10px;
	font-size: 8pt;
}
#copyright a:link, #copyright a:visited{
	color: #444444;
	text-decoration: none;
}
	#copyright a:hover{
		color: #666666;
		border-bottom: 1px dotted #666666;
	}

#projecttitle {
	border-bottom: 0px;
}

#projectpicture {
	float: right;
	margin: 0px 0px 10px 10px;
}

.description {
	margin-bottom: 20px;
	font-size: 12pt;
}

.quote {
	font-size: 9pt;
	font-style: italic;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #AAAAAA;
}

.quoteauthor {
	text-align: right;
	font-size: 8pt;
	font-style: italic;
	color: rgb(247, 189, 29);
	margin-top: 10px;
}

#projectdetails {
	font-size: 11pt;
	clear: both;
}

#projectdetails h2 {
	color: rgb(247, 189, 29);
	border-bottom: 1px dotted rgb(247, 189, 29);
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 14pt;
}

h1 a {
	border: 0px !important;
	color: rgb(247, 189, 29) !important;
	display: block;
}

h1 a:hover {
	border: 0px !important;
	color: #FFFFFF !important;
}

#contactbox {
	margin-top: 20px;
}

#contactbox .spacer {
	border-top: 1px dotted #555555;
}

#estimatebox {
	margin-top: 20px;
}

#estimatebox .spacer {
	border-top: 1px dotted #555555;
}

.textbox, .textarea {
	border: 1px solid #555555;
	background: #222222;
	padding: 2px;
	color: #FFFFFF;
}

select {
	border: 1px solid #555555;
	background: #222222;
	color: #FFFFFF;
}

select:focus {
	background: #292929;
	border: 1px solid #777777;
	color: #FFFFFF;
}

.textbox:focus, .textarea:focus {
	background: #292929;
	border: 1px solid #777777;
}

.textbox.required, .textarea.required, submit.required {
	border: 1px solid rgb(154, 114, 5);
}

.textbox.required:focus, .textarea.required:focus, submit.required:focus {
	border: 1px solid rgb(247, 189, 29);
}

.submit {
	padding: 5px;
}

#contactbox .textbox {
	width: 350px;
}

#contactbox .textarea {
	width: 550px;
}

#estimatebox .textbox {
	width: 350px;
}

#estimatebox .textarea {
	width: 550px;
}

.note {
	font-size: 10pt;
}

.smallnote {
	font-size: 8pt;
}

.smallnote2 {
	font-size: 10pt;
}

.indent {
	padding-left: 20px;
}

#estimatebox .indent
{
	color: rgb(99,117,141);
}

.alt {
	background: #2b2b2b;
}

#sitemap a {
	display: block;
	border: 0px !important;
	padding: 5px;
} 

#sitemap a:hover {
	background: #373737;
} 

#sitemap a span {
	display: none;
	float: right;
	font-style: italic;
}

#sitemap a:hover span {
	display: inline;
	color: #999999;
}

.mezzanine {
	display: table-cell;
}

.crane {
	display: table-cell;
}

.industrialeq {
	display: table-cell;
}

.skylights {
	display: table-cell;
}

.forklifts {
	display: table-cell;
}

.racks {
	display: table-cell;
}

.docks {
	display: table-cell;
}

.heated {
	display: table-cell;
}

.cooled {
	display: table-cell;
}

.humidity {
	display: table-cell;
}

.process {
	display: table-cell;
}
