@charset "UTF-8";
body {
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 17px;
}
.oneColFixCtrHdr #container {
	width: 756px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(/assets/images/global/vertbg-756.8.gif) repeat-y;
	text-align: left;
	margin: 20px auto 0;
}
.oneColFixCtrHdr #container #sidebar {
	width: 200px;
	float: right;
	padding: 15px 10px;
	border-left: 2px dotted #999999;
}


/* header */
.oneColFixCtrHdr #header {
	background: #FFFFFF;
	padding: 20 0px 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin-top: 0px;
	margin-right: 9px;
	margin-left: 9px;
	position: relative;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #container #header #nav {
	position: relative;
	height: 36px;
	padding-left: 14px;
	background-image: url(/assets/images/global/nav-cap-left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* main content */
.oneColFixCtrHdr #mainContent {
	padding: 0 10px;
	top: 85px;
}
.oneColFixCtrHdr #mainContent h1 {
	color: #476BA5;
	margin-left: 4px;
	letter-spacing: .1em;
	font: bold 1.5em "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #mainContent h2 {
	color: #BF5910;
	margin-left: 4px;
	letter-spacing: 0.1em;
	font: bold 1.2em Arial, Helvetica, sans-serif;
}

#mainContent #contact-form {
	float: right;
	width: 350px;
	margin-top: 5px;
}

.required { color: #F00; }
.bottomline {
	left: 0px;
	bottom: 0px;
	position: absolute;
}

/* links */
a:link {
	color: #406EAA;
}
a:visited {
	color: #5B7FB0;
	text-decoration: none;
}
a:hover {
	color: #406EAA;
}
a:active {
	color: #406EAA;
}
#footer a:link {
	color: #CCCCCC;
	text-decoration: underline;
}
#midbox {
	margin-top: 6px;
}
#midbox_left {
	float: left;
	height: 160px;
	width: 354px;
	padding-left: 6px;
	padding-right: 5px;
	padding-top: 1px;
	background-image: url(/assets/images/misc/home-l-welder.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#midbox_right {
	float: right;
	height: 160px;
	width: 354px;
	padding-top: 1px;
	padding-right: 5px;
	padding-left: 5px;
	background-image: url(/assets/images/misc/home-r-gallerypav04.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#mainContent p {
	margin-left: 4px;
	margin-right: 4px;
}
#subcontent {
	padding-top: 20px;
}

/* footer */
.oneColFixCtrHdr #footer {
	padding: 0;
	background: #5b7eb4;
	width: 738px;
	margin-right: 12px;
	margin-left: 9px;
	height: 22px;
}
.oneColFixCtrHdr #footer .p_left {
	float: left;
	margin-top: 0px;
	margin-left: 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	padding-right: 0;
	padding-left: 10;
	width: 60%;
	font-size: 0.8em;
	padding-top: 5px;
}
.oneColFixCtrHdr #footer .p_right {
	float: right;
	width: 30%;
	text-align: right;
	margin: 0px 10px 0px 0px;
	position: relative;
	padding-top: 4px;
}

/* general */
.left_logo {
	margin-bottom: 10px;
}
.logo_right {
	top: 20px;
	right: 0px;
	position: absolute;
}
.float-left {
	float: left;
	margin-right: 8px;
}
.float-right {
	float: right;
	margin-left: 8px;
}
.clearfloat {
	clear: both;
}
.float-right02 {
	float: right;
	margin-left: 5px;
	margin-bottom: 30px;
	margin-right: 20px;
	margin-top: 5px;
	width: 325px;
}
.float-left02 {
	float: left;
	width: 325px;
	margin: 5px 5px 30px 20px;
	clear: left;
}
#mainContent #staging {
	border: medium solid #D56D23;
	padding: 6px;
	background: #FFF8E3;
	height: 100px;
	width: 90%;
}
#mainContent #truss {
	border: medium solid #2B609C;
	padding: 6px;
	height: 100px;
	width: 90%;
	background: #FFF8E3;
}
.prod-div {
	position: relative;
	margin-bottom: 10px;
	border: 1px solid #666;
}

#prod01 h2 {
	width: 150px;
	position: relative;
	left: 0px;
}
.caption-blue {
	font-size: .85em;
	color: #5B7EB4;
	font-style: italic;
	float: right;
}