/*
***********************************************************

Title:			main.css
Browser(s): 	All
Created: 		6.1.2009

***********************************************************
*/


/* Basic Structure */

body {
	background: #fcf4b9 url(../images/bkgd_main.jpg) top center no-repeat;
	text-align: center;
	margin: 0;
	padding: 0;
}

body,html,table {
	font: normal 12px Verdana, Helvetica, sans;
}

h1 {
	font: bold 22px Verdana, Helvetica, sans;
	color: #5d9731;
	}
	
h2 {
	font: bold 16px Verdana, Helvetica, sans;
	color: #5d9731;
	}
	
h2.greenback {
	background-color: #5d9731;
	color: white;
	padding: 2px 3px 3px 5px;
	margin-top: 40px;
	}
	
h3 {
	font: bold 14px Verdana, Helvetica, sans;
	color: #5d9731;
	}
	
h4.greenback {
	font: bold 12px Verdana, Helvetica, sans;
	background-color: #5d9731;
	color: white;
	padding: 2px 3px 3px 5px;
	margin-top: 40px;
	}

img.paddedRight {
	padding: 0px 10px 10px 0;
	}
	
img.paddedLeft {
	padding: 0px 0px 10px 30px;
	}
	
.skilled {
	
	}
	
img.skilledMale {
	padding: 0 20px 10px 0;
	margin-left: -16px;
	}
	
img.skilledFemale {
	padding: 0px 0px 10px 30px;
	margin-top: -100px;
	}
	
img.specOpps {
	padding: 0;
	margin: 0;
	clear: both;
	}
	
.inset {
	padding: 0 10px 5px 0;
	float: left;
	}
	
.caption {
	font: italic 11px Verdana, Helvetica, sans;
	text-align: left;
	width: 238px;
	}
	
blockquote {
	font: bold 16px Verdana, Helvetica, sans;
	color: red;
	}
	
ul.noBullet {
	list-style: none;
	}
	
.noBullet a {
	color: #5d9731;
	text-decoration: none;
	}
	
a:link {
	color: #5d9731;
	text-decoration: none;
	}

a:visited {
	color: #16340B;
	text-decoration: none;
	}
	
.clear {
	clear:both;
	height:0px;
	line-height:0px;
}

div.container {
	margin: 0px auto;
	width: 911px;
	text-align: left;
}

div.header {
	width: 911px;
	height: 146px;
	background: url(../images/header_bkgd.jpg) top left no-repeat;
}

div.logo {
	float: left;
	width: 627px;
	height: 146px;
	padding: 0;
	text-align: left;
	margin: 0;
}

div.contentMain {
	width: 911px;
	margin: 0;
	padding:0px;
	background: url(../images/bkgd.png) top left repeat-y;
}

.contentMainChild {
	text-align: left;
	padding: 40px 30px 40px 30px;
	margin:0px 5px;
	clear:both;
	
}

div.bottomBorder {
	width: 911px;
	height: 15px;
	clear:both;
	margin: 0;
	background: url(../images/bkgd.png) top left repeat-y;
}

div.bottomBorder img {
	width:901px;
	height:15px;
	margin:0px;
	display:block;
	position:relative;
	left:5px;
	top:0px;
}

/* Top nav */

div.topNav {
	float: left; 
	width: 279px;
	height: 34px;
	padding: 0;
	margin: 0 5px 0 0;
	background: url(../images/top_nav_bkgd.gif) top left repeat-x;
}

div.topNavLink {
	float: left;
	font-size: 12px;
	color: #FFF; 
	width: 265px;
	text-align: center;
	text-transform: uppercase;
	padding: 7px 0 0 0;
	margin: 0;
}

div.topNavLink a {
	color: #FFF;
	text-decoration: none;
}

div.topNavLink a:hover {
	color: #FFF;
	text-decoration: none;
}

div.topNavLeft {
	float: left; 
	width: 14px;
	height: 34px;
	padding: 0;
	margin: 0;
}


/* Main nav */

div.navA {
	width: 901px;
	height: 43px;
	left:5px;
	margin: 0;
	background: url(../images/bkgd.png) top left repeat-y;
	position:relative;
	z-index:10000;
}

div.navALink {
	float: left;
}

div.navALink img {
	height:43px;
	border-width:0px;
}

div.navALink .ladders {
	width:170px;
}

div.navALink .products {
	width:228px;
}

div.navALink .aboutus {
	width:212px;
}

div.navALink .safety {
	width:110px;
}

div.navALink .pricelist {
	width:181px;
}

.navAsubmenu {
	position:absolute;
	left:159px;
	top:43px;
	font-size:12px;
	width:675px;
	z-index:10000;
	display:block;
}

.navAsubmenu .column {
	
	float:left;
	border:#333333 solid 1px;
	background:#5D9733;
	width:220px;
	height:250px;
}

/*
.navAsubmenu .column2 {
	
	float:left;
	border:#333333 solid 1px;
	background:#5D9733;
	width:200px;
	height:250px;
}
*/
.navAsubmenu .column .container 
{
	width:auto;
}
.container .padding 
{
	padding:4px 10px;
}

.navAsubmenu a,
.navAsubmenu a:link,
.navAsubmenu a:visited {
	padding:2px 0px;
	color:#ffffff;
	text-decoration:none;
	border-collapse:collapse;
	width:auto;
	clear:both;
	display:block;
	line-height:1.2em;
}

.navAsubmenu a:hover {
	color:#eeeeee;
}

.navAsubmenu .Section,
.navAsubmenu a.Section:link, 
.navAsubmenu a.Section:visited 
{
	color:#000000;
	font-weight:bold;
	margin:10px 0px;
	padding:0px;
	clear:both;
}
.navAsubmenu a.Section:hover 
{	
	color:#444444;
} 

.navAsubmenu .groupSection, 
.navAsubmenu .groupSection:link, 
.navAsubmenu .groupSection:visited 
{
	font-weight:bold;
	margin:1px 0px 2px 0px;
	margin-left:20px;
	padding:0px;
	clear:both;
}
.navAsubmenu .groupSection:hover 
{	
	
} 
.group 
{
	margin-left:40px;
	padding:0px;
}


/* ============== start CONTENTS ============== */

/* HOMEPAGE */
body.homepage .contentMainChild {
	padding:40px 0px 40px 0px;
	
}

.mainPic {
	float: left;
	width: 636px;
	height: 425px;
	position:relative;
}
	
.homeRight {
	float: left;
	width: 230px;
	height: 425px;
	vertical-align: top;
}

/* SAFETY */

.titlecell {
	font-weight: bold;
	}
	
/* CONTACT US */

.row1 {
	float: left;
	padding: 0 0 0 110px;
	width: 300px;
	height: 130px;
	position: inherit;
	vertical-align: top;
	}
	
.row1-2 {
	float: left;
	padding: 0 0 0 80px;
	width: 330px;
	height: 130px;
	position: inherit;
	vertical-align: top;
	}

.columns {
	float: left;
	padding: 0 0 0 50px;
	width: 225px;
	height: 350px;
	position: relative;
	}
	
#officePic {
	width: 300px;
	height: 200px;
	float: right;
	padding-top: 15px;
	}
	
#officeCopy {
	width: 500px;
	float: left;
	vertical-align: top;
	}
	
/* INTERIOR PAGES */
	
#productsPic {
	width: 400px;
	height: 200px;
	float: left;
	padding-top: 39px;
	}
	
#productsCopy {
	width: 400px;
	float: left;
	}

.scrub {
	clear: both;
	}
	
.ladderName {
	float: left;
	width: 400px;
	margin-left: -30px;
	margin-bottom: 30px;
	}
	
img.specialtyPOP {
	float: left;
	margin-left: -30px;
	padding: 0 50px 5px 0;
	}

.infoHouse {
	width: 840px;
	float: left;
	}
	
.contact {
	width: 840px;
	height: 1200px;
	float: left;
	}
		
.ladderPic {
	float: left;
	width: 370px;
	}
	
.ladderInfo {
	float: right;
	width: 420px;
	}

.accessoriesPic {
	float: left;
	width: 300px;
	margin: 6px;
	}
	
.accessoriesInfo {
	}
	
.AccImg {
	float:left;
	margin-right:20px;
	}
	.AccInfo {
	float:left;
	width:550px;
	   border:red solid 0px;
		  padding-bottom:20px;
	}
.accessoriesInfo h2.greenback {
	clear:both;
	}
	
.warehousePic {
	float: left;
	width: 840px;
	text-align: center;
	}
	
.warehouseInfo {
	clear: both;
	width: 800px;
	margin:0 5px;
	padding:40px 30px;
	text-align:left;
	}
	
.warehouseLeft {
	float: left;
	width: 390px;
	padding-right: 10px;
	text-align:left;
	}
	
.warehouseRight {
	float:right;
	width: 390px;
	padding-left: 10px;
	text-align:left;
	}
	
.rails {
	clear: both;
	width: 800px;
	margin:0 5px;
	padding:40px 30px;
	text-align:left;
	}
	
.leftRails {
	float: left;
	width: 200px;
	padding-right: 10px;
	text-align:left;
	}
	
.middleRails {
	float:left;
	width: 350px;
	padding-left: 10px;
	padding-top: 100px;
	text-align:left;
	}
	
.rightRails {
	float:left;
	width: 200px;
	padding: 55px 10px 10px 10px;
	}
	
ol.steps {list-style-type: none; margin-left: -40px;}

.plankPic {
	float: left;
	width: 840px;
	text-align: center;
	}
	
.plankInfo {
	clear: both;
	width: 800px;
	margin:0 5px;
	padding:40px 30px;
	text-align:left;
	}
	
.plankLeft {
	float: left;
	width: 390px;
	padding-right: 10px;
	text-align:left;
	}
	
.plankRight {
	float:right;
	width: 390px;
	padding-left: 10px;
	text-align:left;
	}
	
.guardrailTable {
	clear: both;
	width: 825px;
	margin:0 5px;
	/* padding:40px 30px; */
	text-align:left;
	}
	
table {
	text-align: center;
	}
	
div.guardrailTable table#fullWidth { width:825px; }
	
td.fatbottom {
	border-bottom: black 2px solid;
	}
	
td {
	border: #ccc 1px solid;
	padding: 3px;
	}

td.noBorder {
	border: none;
	text-align: left;
	padding: 0;
	}
	
td.gray {background-color: #f1f1f1;}
	
th {
	background-color: black;
	color: #fff;
	padding-bottom: -3px;
	}
	
th.smallTableHead {
	font-size: 9px;
	font-weight: 400; 
	padding: 0 2px; 
	}
	
.dimensions td {
	width: 220px;
	}

li.callout {
	list-style-image:url('../images/arrow.jpg');
	}
	
ul.sitemap {
	list-style: none;
	margin-left: 80px;
	}
	
.sitemapListing {
	font-weight: bold;
	color: #5d9731;
	}
	
#sitemapPic {
	width: 175px;
	height: 200px;
	float: left;
	padding-top: 150px;
	}
	
#sitemapCopy {
	width: 600px;
	float: left;
	vertical-align: top;
	background-color: #fcf4b9;
	}

/* ============== end CONTENTS ============== */

/* Footer */

div.footer {
	font-family: Verdana, Helvetica, sans;
	font-size: 11px;
	width: 911px;
	color: #000000;
	line-height: 20px;
	text-align: center;
	padding: 27px 0 40px 0;
	margin: 0;
}

div.footer a {
	color: #5d9732;
	text-decoration: none;
}

div.footer a:hover {
	color: #42731e;
}

.werner { 
	display:block;
	margin: 20px auto 0px auto;
	width:254px;
	height:19px;
}

.greenbull { 
	display:block;
	margin: 20px auto 0px auto;
	width:900px;
	height:84px;
}

/* ============== BROWSER FIXES ============== */

/* IE 6 */

ie6.html {

	}
	
/* IE 7 */

ie7.html {
	
	}