* {
	padding:0;
	margin:0;
	border:0;
}
html {
	height:100%;
}
body {
	margin:0;
	padding:0;
	height:100%;
	color:#292929;
	background-color:#E9E9E9;
	background-repeat:no-repeat;
	background-position:top center; 
	font-family:Arial;
	font-size:100%;
}
p {
	font-size:13px;
	color:#292929;
	padding:2px 0 8px 0;
	line-height:17px;
}
h1 {
	padding:0 0 20px 0;
	background-repeat:no-repeat;
	width:464px;
	height:38px;
	text-indent:-9999px;
	overflow:hidden;
}
h2 {
	padding:3px 0 0 0;
	margin:0;
	background-position:0 2px;
	background-repeat:no-repeat;
	width:350px;
	height:39px;
	text-indent:-9999px;
	overflow:hidden;
}
h3 {
	padding:0;
	background-repeat:no-repeat;
	width:222px;
	height:214px;
	text-indent:-9999px;
	overflow:hidden;
}
ul {
	padding:0;
	margin:0 0 15px 15px;
}
ul li {
	font-size:13px;
	color:#292929;
	padding:1px 0;
	list-style-type:disc;
}
a:link, a:visited {
	color:#3178A6;
	text-decoration:underline;
}
a:hover {
	color:#3178A6;
	text-decoration:none;
}
hr {
	height:1px;
	color:#BEBEBE;
	background-color:#BEBEBE;
	border:0;
	padding:0;
	margin:16px 0 18px 0;
}
.home {
	background-image:url(../images/bg-home.jpg);
}
.sub {
	background-image:url(../images/bg-sub.jpg);
}
#container {
	width:960px;
	margin:0 auto;
	padding:0;
	min-height:100%;
	margin-bottom:-125px;
}
#header {
	height:134px;
	position:relative;
}
#header img {
	margin:37px 0 0 10px;
}
#header p {
	background-image:url(../images/get-quote.png);
	background-repeat:no-repeat;
	width:200px;
	height:63px;
	position:absolute;
	top:37px;
	right:0;
	text-indent:-9999px;
	overflow:hidden;
}
#nav {
	position:absolute;
	top:134px;
	left:10px;
	margin:0;
	padding:0;
	z-index:50;
}
#nav li {
	padding:0;
	margin:0;
	list-style:none;
	float:left;
	background-image:none;
}
#nav li a {
	margin:0;
	padding:0;
	display:block;
	height:52px;
	text-decoration:none;
	background-position:top;
	background-repeat:no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
#home a {
	background-image:url(../images/nav-home.png);
	width:80px;
}
#about a {
	background-image:url(../images/nav-about.png);
	width:99px;
}
#products a {
	background-image:url(../images/nav-products.png);
	width:105px;
}
#capabilities a {
	background-image:url(../images/nav-capabilities.png);
	width:211px;
}
#quote a {
	background-image:url(../images/nav-quote.png);
	width:139px;
}
#contact a {
	background-image:url(../images/nav-contact.png);
	width:116px;
}
#nav a:hover {
	background-position:bottom;
}
#nav .here a {
    background-position:0 -52px;
}

#hero {
	height:370px;
	margin-top:42px;
	position:relative;
}
#hero img {
	position:absolute;
	top:0;
	left:10px;
	z-index:10;
}
#intro {
	width:460px;
	height:370px;
	position:absolute;
	top:0;
	right:10px;
	background-image:url(../images/bg-intro.jpg);
	background-repeat:no-repeat; 
}
#intro h1 {
	background-image: url(../images/intro.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	width:406px;
	height:101px;
	padding:0;
	margin:28px 0 0 28px;
}
#intro p {
	color:#FFFFFF;
	padding:28px 28px 0 28px;
	line-height:22px;
}
#intro a {
	width:111px;
	height:38px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	background-image:url(../images/btn-learn.png);
	background-repeat:no-repeat;
	background-position:top; 
}
#intro a:hover {
	background-position:bottom;
}
#shortcuts {
	margin-top:28px;
}
#shortcuts h2 {
	background-repeat:no-repeat;
	width:462px;
	height:178px;
	padding:0;
	margin:0;
	text-indent:-9999px;
	overflow:hidden;
}
.one {
	background-image:url(../images/shortcut-sheeting.jpg);
}
.two {
	background-image:url(../images/shortcut-slitting.jpg);
}
.three {
	background-image:url(../images/shortcut-metal-framing.jpg);
}
.cta {
	float:left;
	width:462px;
	margin:9px 7px;
}
html>body .cta {
	float:left;
	width:462px;
	margin:9px;
}

.cta p {
	padding:18px 18px 0 18px;
	margin:0;
	font-size:13px;
}
.cta a {
	width:105px;
	height:27px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	background-image:url(../images/btn-details.jpg);
	background-repeat:no-repeat;
	background-position:top; 
}
.cta a:hover {
	background-position:bottom;
}
.line {
	background-image:url(../images/cta-line.gif);
	background-repeat:repeat-x;
	width:462px;
	height:2px;
	margin-top:18px;
}
#slideshow IMG {
    z-index:8;
}
#slideshow IMG.active {
    z-index:10;
}
#slideshow IMG.last-active {
    z-index:9;
}

#sidebar {
	width:222px;
	float:left;
	margin:72px 0 0 9px;
}
#sidebar p {
	font-size:12px;
	padding:0;
	margin:0;
	line-height:16px;
}
#content {
	width:702px;
	float:right;
	margin:72px 9px 0 0;
}
#content-top {
	height:17px;
	background-image:url(../images/content-top.png);
	background-repeat:no-repeat;
}
#content-area {
	background-image:url(../images/content-bg.png);
	background-repeat:repeat-y;
	padding:0 17px 17px 17px;
	min-height:693px;
}
#content-btm {
	height:7px;
	background-image:url(../images/content-btm.png);
	background-repeat:no-repeat;
}
.about {
	background-image:url(../images/heading-about.gif);
}
.products {
	background-image:url(../images/heading-products.gif);
}
.production {
	background-image:url(../images/heading-production.gif);
}
.quote {
	background-image:url(../images/heading-quote.gif);
}
.contact {
	background-image:url(../images/heading-contact.gif);
}
.sitemap {
	background-image:url(../images/heading-sitemap.gif);
}
.whoops {
	background-image:url(../images/heading-whoops.gif);
}
.sheeting {
	background-image:url(../images/heading-sheeting.gif);
}
.slitting {
	background-image:url(../images/heading-slitting.gif);
}
.framing {
	background-image:url(../images/heading-framing.gif);
}
.customer {
	background-image:url(../images/heading-customer.gif);
}
.history {
	background-image:url(../images/heading-history.gif);
}
.improvement {
	background-image:url(../images/heading-improvement.gif);
}
.inventory {
	background-image:url(../images/heading-inventory.gif);
}
.financial {
	background-image:url(../images/heading-financial.gif);
}
.blanking {
	background-image:url(../images/heading-blanking.gif);
}
.coilspec {
	background-image:url(../images/heading-coilspec.gif);
}
.coilhand {
	background-image:url(../images/heading-coilhand.gif);
}
#process-top-1 {
	background-image:url(../images/process-1.png);
}
#process-top-2 {
	background-image:url(../images/process-2.png);
}
#process-top-3 {
	background-image:url(../images/process-3.png);
}
#process-top-4 {
	background-image:url(../images/process-4.png);
}
#process-top-5 {
	background-image:url(../images/process-5.png);
}
#process-area {
	background-image:url(../images/sidebar-bg.png);
	background-repeat:repeat-y;
	padding:0 20px 15px 20px;
}
#process-btm {
	background-image:url(../images/sidebar-info.png);
	background-repeat:no-repeat;
	width:222px;
	height:104px;
	margin-bottom:20px;
}
#process-btm a {
	display:block;
	height:100px;
	text-indent:-9999px;
	overflow:hidden;
}
#request-top {
	background-image:url(../images/quote-bg.png);
}
#request-area {
	background-image:url(../images/sidebar-bg.png);
	background-repeat:repeat-y;
	padding:0 20px 15px 20px;
}
#request-btm {
	background-image:url(../images/sidebar-btm.png);
	background-repeat:no-repeat;
	width:222px;
	height:8px;
}
.border {
	border:4px solid #E9E9E9;
	margin:0 8px 2px 0;
}
#form {
	width:520px;
}
.table {
	border-top:1px solid #1B1D42;
	border-left:1px solid #1B1D42;
	border-bottom:1px solid #1B1D42;
	margin:3px 0 16px 0;
}
.title {
	background-color:#1F1F6D;
	padding:10px;
	color:#FFFFFF;
	font-size:14px;
	letter-spacing:1px;
	border-right:1px solid #1B1D42;
}
.sub-title {
	background-color:#1F1F6D;
	color:#FFFFFF;
}
.even {
	font-size:13px;
	padding:6px;
	border-right:1px solid #1B1D42;
	border-top:1px solid #1B1D42;
}
.odd {
	font-size:13px;
	padding:6px;
	border-right:1px solid #1B1D42;
	border-top:1px solid #1B1D42;
}
.row-color {
	background-color:#8AC6DE;
}
.employee {
	margin:7px 10px 10px 0;
	height:80px;
	width:320px;
	float:left;
}
.map {
	float:left;
	width:305px;
	margin:0 23px 0 0;
}
.map p {
	text-align:center;
	padding-top:5px;
}
#footer {
	height:125px;
	margin-top:30px;
	background-image:url(../images/bg-footer.jpg);
	background-repeat:repeat-x;
}
#top {
	width:960px;
	margin:0 auto;
	padding:0;
	height:90px;
}
#top p {
	padding:21px 10px 10px 10px;
	font-size:13px;
	color:#303030;
}
#top ul {
	padding:0;
	margin:39px 0 0 0;
	float:right;
}
#top ul li {
	padding:0 10px 0 30px;
	float:left;
	list-style:none;
	font-size:12px;
}
#top a:link, #top a:visited {
	color:#303030;
	text-decoration:none;
}
#top a:hover {
	color:#101049;
}
#bottom {
	width:960px;
	margin:0 auto;
	padding:0;
	height:35px;
}
#bottom p {
	color:#C8E5FB;
	font-size:11px;
	padding:12px 10px 0 10px;
}
#bottom a:link, #bottom a:visited {
	color:#C8E5FB;
	text-decoration:none;
}
#bottom a:hover {
	color:#FFFFFF;
}
.left {
	float:left;
}
.right {
	float:right;
}
.stretch {
	clear:both;
	height:125px;
}
.clear {
	clear:both;
	height:0;
}