@charset "UTF-8";
/*///////////////////////////*/
/*RESET CSS*/
/*///////////////////////////*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background-color: #000000;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

img, div { behavior: url(/iepngfix.htc) }

/*///////////////////////////*/
/*MAIN STRUCTURE*/
/*///////////////////////////*/
body {
	background: url(../images/bg_main.jpg) 0 0 repeat-x;
	color: #e4e4e2;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 135%;
	}
	
p, h1 {
	margin: 0 0 10px 0;
	}
	
h1 {
	color: #fe8900;
	font-size: 21px;
	}
	
h2 {
	color: #fe8900;
	font-size: 18px;
	}
	
#header, #nav, #splash, #hp_content, #hp_footer, #main {
	margin: 0 auto;
	width: 960px;
	}
	
#header {
	height: 92px;
	}
	
#nav {
	height: 21px;
	}
	
#nav_wrapper {
	float: right;
	width: 606px;
}
	
	.btn_home a, .btn_ornamental a, .btn_structural a, .btn_about a, .btn_contact a {
		color: none;
		display: inline;
		float: left;
		height: 21px;
		margin-left: 20px;
		}
	
	.btn_home a {
		background: url(../images/btn_home.jpg) 0 0 no-repeat;
		width: 60px;
		}
		
	.btn_ornamental a {
		background: url(../images/btn_ornamental.jpg) 0 0 no-repeat;
		width: 124px;
		}
		
	.btn_structural a {
		background: url(../images/btn_structural.jpg) 0 0 no-repeat;
		width: 119px;
		}
		
	.btn_about a {
		background: url(../images/btn_about.jpg) 0 0 no-repeat;
		width: 91px;
		}
		
	.btn_contact a {
		background: url(../images/btn_contact.jpg) 0 0 no-repeat;
		width: 112px;
		}
	
	.btn_home a:hover, .btn_ornamental a:hover, .btn_structural a:hover, .btn_about a:hover, .btn_contact a:hover {
		background-position: 0 -21px;
		}
		
#main_wrapper {
	background: #000000;
	width: 100%;
	}
		
#splash {
	height: 300px;
	}
	
#footer_wrapper {
	background: url(../images/bg_footer.jpg) 0 0 repeat-x;
	width: 100%;
	}
	
#hp_content {
	height: 100%;
	text-align: left;
	}
	
	#hp_content_bg {
	float: left;
	height: 100%;
	background: url(../images/line_hpbtm.png) bottom left no-repeat;
	background-position: bottom left;
	}
	
	#hp_content_left {
	float: left;
	background: url(../images/line_vert.png) top right no-repeat;
	margin: 20px 0;
	width: 480px;
	}
	
	#hp_content_left p {
	margin: 0 30px 10px 0;
	}
	
	#hp_content_right {
	float: left;
	margin: 20px 0 0 30px;
	width: 450px;
	}
	
	#hp_content_right img {
	clear: both;
	float: left;
	margin: 0 10px 10px 0;
	}
	
#hp_footer {
	font-size: 11px;
	text-align: center;
	}
	
	#hp_footer div {
	float: left;
	margin: 10px 0 10px 0;
	width: 960px;
	}
	
#main {
	overflow: auto;
	text-align: left;
	}
	
#intro_text {
	float: left;
	margin-top: 10px;
	width: 620px;
	}
	
	#intro_text h1 {
	color: #e4e4e2;
	margin: 10px 0 10px 0;
	}
	
#content_full {
	float: left;
	margin-top: 10px;
	width: 960px;
	}
	
	.content_box {
	float: left;
	margin: 0 30px 40px 0;
	width: 465px;
	}
	
	.content_box .img {
	float: left;
	width: 160px;
	}
	
	.content_box .content {
	margin-left: 160px;
	}
	
.swirl {
	background: url(../images/bg_addtl.jpg) top right no-repeat;
}
	
.steelbeam {
	background: url(../images/bg_steelbeam.jpg) top right no-repeat;
	}
	
a:link, a:visited {color:#ffecda; text-decoration:underline;}
a:hover {color:#fe8900; text-decoration:underline;}
