body {
	background-color: #133A61;
	background-image: url(images/bglogo.jpg);
	margin-top: 25px;
	margin-right: 50px;
	margin-bottom: 25px;
	margin-left: 50px;
}
.header {
	background-image: url(images/sawblade.jpg);
	height: 95px;
	width: 780px;
	clear: both;
}
.holder {
	
	width: 780px;
    margin-top: 0px;
	border-right: 2px solid #A4A4A6;
	border-left: 2px solid #A4A4A6;
}
.address {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #002C70;
	font-size: 14px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #FEF9E0;
	text-align: center;
	border-bottom: 2px solid #A4A4A6;
	border-left: 2px solid #A4A4A6;
	border-right: 2px solid #A4A4A6;
	width: 780px;
}
	#divNav {
		
		margin: 0;
		padding: 0;
		height: 49px;
		width: 780px;
		background-color: #28377D;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #A4A4A6;
	border-right-color: #A4A4A6;
	border-left-color: #A4A4A6;
	}

	#nav {
		position: relative;
		top: 0px;
		height: 25px;
		width: 780px;
		margin: 0px;
	}

	#nav li ul, #nav li ul {
		margin: 0;
		padding: 0;
	}

	#nav a {
		text-decoration: none;
	}

	#nav li { /*float the main list items*/
		margin: 0;
		float: left;
		display: block;
	}

	#nav li ul {
		display: none;
	}

	#nav li.off ul#weldingsub, #nav li.on ul#weldingsub  { /*put the subnav below*/
		position: absolute;
		top: 24px;
		left: 0;
		
		background: #D6DBDD;
		height: 25px;
		width: 670px;
		padding-left: 110px;
	}
    	#nav li.off ul#mfgsub, #nav li.on ul#mfgsub  { /*put the subnav below*/
		position: absolute;
		top: 24px;
		left: 0;
		
		background: #D6DBDD;
		height: 25px;
		width: 545px;
		padding-left: 235px;
	}
	#nav li.off ul#nolinks, #nav li.on ul#nolinks  { /*put the subnav below*/
	position: absolute;
	top: 24px;
	left: 0;
	height: 25px;
	width: 780px;
	background-color: #28377D;
	background-image: url(images/subnavbg.jpg);
	}
	#nav li.on ul {
		background: #D6DBDD;
	}

	#nav li.on:hover ul, #nav li.over ul { /*for ie*/
		background: #D6DBDD;
	}

	#nav li a {
		color: #D6DBDD;
		font-weight: bold;
		display: block;
		height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 14px;
	}
#nav li a#home {
    width: 55px;
		
} 
#nav li a#welding {
    width: 119px;
		
}
#nav li a#mfg {
    width: 95px;
		
}
#nav li a#about {
    width: 163px;
		
}
#nav li a#documentation {
    width: 105px;
		
}
#nav li a#contact {
    width: 85px;
		
}
	#nav li.on a {
		color: #FFFFFF;
		background-color: #4E53AA;
	}

	#nav li.on ul a, #nav li.off ul a {
		border: 0;
		float: left; /*ie doesn't inherit the float*/
		color: #000033;
		width: auto;
		margin-right: 15px;
	}

	#nav li.on:hover ul a, #nav li.over ul li a { /*for ie - the specificity is necessary*/
		background: #D6DBDD;
	}

	#nav li.on ul {
		display: block;
	}

	#nav li.off:hover ul, #nav li.over ul {
		display: block;
		z-index: 6000;
	}

	#nav li.off a:hover, #nav li.on a:hover { 
		background: #D6DBDD;
	color: #2B22C6;
	
	}

	

/*subnav formatting*/

#nav li.off ul a, #nav li.on ul a {
	display: block;
	background: #D6DBDD;
	color: #000033;
	font-family: arial, verdana, sans-serif;
	font-size: small;
}		

#nav li.on ul a {
	background: #D6DBDD;
}

	

.clear {
	clear: both;
}
.content {
	background-color: #F2F2F2;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	font-size: 14px;
}
.container {
	vertical-align: middle;
	display: table-cell;
}
.midtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #E9E9EB;
	width: 475px;
	margin-left: 10px;
	float: left;
	position: relative;
	top: 110px;
}
.special {
	background-color: #33ABF2;
	width: 200px;
	margin-right: 10px;
	margin-left: 10px;
	border: 2px solid #254D91;
	float: right;
	padding: 10px;
	text-align: center;
	position: relative;
	top: 200px;
}
h1 {
	margin: 0px;
	padding: 0px;
	display: block;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #002C70;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	margin-top: 25px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
dl {
}
dt {
	font-weight: bold;
	display: inline;
	color: #003399;
}

.holder .content img {
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 6px;
	float: none;
}
.content img {
	float: none;
}

