html, body {
	font-family: verdana, helvetica, sans-serif;
	background: #6d1010 url(bg.gif) repeat-x fixed;
	margin: 0 0 32px 0;
	padding: 0;
	color: #444446;	
	font-size: 11px;
	line-height: 18px;
/*
	margin-left: auto;
	margin-right: auto;
	text-align: center;
*/
}
img { border: 0; }

a { color: #951d44; }

#main {
	background-color: #FFFFFF; 
	margin: 0 auto;
	width: 751px;
}

#header {
}	
	#logoBox {
		border-top: 20px solid #e1e0da;
		float: left;
		width: 446px;
	}
	#productsBox {
		float: left;
		background: url(bg_grey_gradient.jpg) 0px 20px;
		height: 146px;
		width: 305px;
		position: relative;
	}
		#productsBox ul {
			list-style-type: none;
			padding: 7px 0 0 19px;
			margin: 0;
			width: 159px;
		}
		#productsBox ul li {
			padding: 0 0px;
			margin: 5px 0 0 0;
			line-height: 0px;
			background: url(dottedline.gif) repeat-x left bottom;
			height: 17px;
		}
		#productsBox #last {
			background: none;
		}
		

#body {
	clear: both;
	background: url(bg_leftnav.jpg) no-repeat;
	height: 1%;
	/*border-top: 1px solid blue;*/
	/*background: url(bg_leftnav.gif) repeat-x;*/
}
	
	#leftNav {
		background: url(navigate.gif) no-repeat;
		float: left;
		width: 169px;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 10px;
	}
		#leftNav a {
			color: #292422;
			text-decoration: none;
			font-weight: bold;
			font-size: 10px;
		}
		#leftNav ul {
			list-style-type: none;
			padding: 19px 20px 100px 4px;
			margin: 0;
		}
		#leftNav ul li {
			/*border: 1px solid blue;*/
			padding: 0px 0px 6px 0;
			margin: 4px 0 0px 10px;
			line-height: 11px;
			text-indent: -10px;
			background: url(dottedline.gif) no-repeat left bottom;
			clear: both;
		}
		#leftNav ul li a {
			padding-left: 10px;
		}
		#leftNav ul li a:hover, #leftNav ul li.on a, #leftNav ul li.on2 a{       /*.on2 IS FOR AN LI WITH A SUBNAV*/
			color: #960c0c;			
			background: url(arrow.gif) no-repeat 0px 3px;
		}
		#leftNav ul li.home_on a {
			color: #292422;			
			background: url(arrow.gif) no-repeat 0px 3px;
		}
		
		#leftNav ul li.on2 {
			background: none;
		}
		
		/* SUBNAV */
		#leftNav ul li ul {
			list-style-type: none;
			padding: 0 0 6px 0;
			margin: 0px 0 4px 0;
			text-transform: none;
			background: url(dottedline.gif) no-repeat left bottom;
		}
		*html #leftNav ul li ul { /* THIS IS FOR PC IE ONLY */
			margin: -6px 0 4px 0;
		}
		#leftNav ul li ul li {
			padding: 4px 0px 0px 0;
			margin: 0px 0 0px 10px;
			line-height: 11px;
			text-indent: -10px;
			background: none;
		}
		#leftNav ul li ul li a {
			padding-left: 10px;		
			background: none;
			font-weight: normal;
		}		
		/* SUBNAV */
		
		
		#leftNav ul li.on ul li a, #leftNav ul li.on2 ul li a {
			color: #960c0c;			
			background: none;
		}
		
		#leftNav ul li ul li.subnav_on a, #leftNav ul li ul li a:hover {
			color: #960c0c;		
			background: url(arrow_subnav.gif) no-repeat 0px 3px;
			font-weight: bold;
		}
		
		
		
	#bodyMain {
		float: left;
		width: 582px;
	}		
		#bodyMain h3 {
			color: #FFFFFF;
			height: 100px;
			background-color: #3f3846; 
			background-repeat: no-repeat;
			background-position: 27px 62px;
			margin: 0; 
			padding: 0;
		}		
		#bodyMain h3.casters {
			background-image: none;
			height: 100px;
			background-color: #3f3846; 
			background-repeat: no-repeat;
			background-position: 27px 62px;
			margin: 0; 
			padding: 0;
			width: 300px;
		}
		#bodyMain h3.about_us {
			background-image: url(head_about.gif);
		}	
		#bodyMain h3.contact_us {
			background-image: url(head_contact.gif);
		}	
		#bodyMain h3.news {
			background-image: url(head_news.gif);
		}	
		#bodyMain h3.careers {
			background-image: url(head_careers.gif);
		}	
		#bodyMain h3 span {
			position: relative;
			left: -1000px;
		}
	
	#bodyMainText {
		margin: 20px 27px 35px 25px;
	}
	
#footer {
	clear: both;
	padding: 7px;
	background-color: #cac9c4;
	text-align: center;
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: .5px;
	height: 1%;
}	
#footer a {
	font-size: 9px;
	color: #493f34;
	padding: 0 1px;
	text-decoration: none;
}	
#footer a:hover {
	color: #000000;
	padding: 0 1px;
	text-decoration: none;
}
#footer a:visited {
	font-size: 9px;
}	
	
#bodyMainText h4 {
	font-size: 12px; 
	padding: 0;
	margin: 0;
	line-height: 18px;
}	
#bodyMainText p {
	padding: 0;
	margin: 0 0 18px 0;
}	
	
		#bodyMainText .calloutContainer {
			margin: 0 0 10px 10px;
			border: 1px solid #d5d5d5; 
			float: right;
		}	
		#bodyMainText .calloutContents {
			background-color: #e5e5e5; 
			width: 158px;
			border: 3px solid #FFFFFF; 
		}	
			
		#bodyMainText .calloutContents p {
			font-size: 10px;
			margin: 4px 8px 12px 8px;
			padding: 0px;
		}	
		
		#bodyMainText .calloutContainer2 {
			clear: both;
			margin: 0 0 10px 28px;
			border: 1px solid #d1ccc6; 
			float: right;
		}	
		#bodyMainText .calloutContents2 {
			background-color: #c8c2bb; 
			width: 169px;
			color: #363638;
			border: 3px solid #FFFFFF; 
		}	
			
		#bodyMainText .calloutContents2 ul {
			font-size: 10px;
			margin: 4px 8px 12px 8px;
			padding: 0px;
			list-style-type: none;
		}		
		#bodyMainText .calloutContents2 ul li {
			line-height: 11px;
			margin: 5px 0 0 0;
			padding: 0 0 5px 0;
			background: url(dottedline.gif) repeat-x 2px bottom;
		}
		
		#bodyMainText .calloutContainer3 {
			margin: 0 0 10px 0;
			border: 1px solid #d5d5d5; 
			float: right;
		}	
		
		#bodyMainText .calloutContainer4 {
			margin: 0;
			border: 1px solid #d5d5d5; 
		}
		
		#bodyMainText .calloutHeader4 {
			background-color: #a9a9a9; 
			border: 3px solid #FFFFFF; 
			border-bottom: none;
		}	
		
		#bodyMainText .calloutContents4 {
			background-color: #e5e5e5; 
			border: 3px solid #FFFFFF; 
			padding: 7px;
		}	
		
		#bodyMainText .calloutContents4 p {
			margin-bottom: 7px;
			
		}

	
		#bodyMainText .calloutContainer5 {
			margin: 0 0 0px 0;
			border: 0px solid #d5d5d5; 
			float: right;
                        padding: 0px;
		}	
	

dt {
	width: 20px;
	font-weight: bold;
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	clear:both;
}

dd {
	margin-left: 0;
   
}


	
	
/* HOME PAGE */	
#succesStories {
	float: left;
	width: 446px;
}	
#succesStories img {
	margin: 3px;
}	
#succesStories img#middle {
	margin: 3px 0;
}
#succesStories img#top {
	margin-bottom: 0;
}	




#news {
	width: 305px;
	float: right;
	background: #444446;
	height: 198px;
	font-size: 10px;
	line-height: 13px;
	color: #e7e5db;
}
#newsCopy {
	padding: 6px 14px 9px 14px;
	overflow: auto;
	height: 163px;
	scrollbar-track-color: #333;
	scrollbar-face-color: #444444;
	scrollbar-3dlight-color: #333333;
	scrollbar-shadow-color: #666;
	scrollbar-darkshadow-color: #333333;
	scrollbar-highlight-color: #999;
	scrollbar-arrow-color: #999;
}

#news strong {
	font-size: 9px;
	color: #cdc1b2;
}
#news p {
	padding: 4px 2px 8px 2px;
	margin: 0 0 0 0;
	width: 256px;
	background: url(dottedline_tan.gif) repeat-x 2px bottom;
}
#news a {
	color: #cdc1b2;
	text-decoration: none;
}
#news a span {
	color: #b0bcdb;
}
#news p:hover {
	background-color: #333333;
}
#news a:hover {
	color: #f8f7f1;
}
/*
#bodyHome {
	clear: both;
	height: 1%;
}
*/


#divnavcasterswheels 	{ visibility: hidden; z-index: 10; position: absolute; left: 179px; top: 20px; }
#divnavengineeredhinges	{ visibility: hidden; z-index: 10; position: absolute; left: 179px; top: 20px; }
#divnavhaydockcasters 	{ visibility: hidden; z-index: 10; position: absolute; left: 179px; top: 20px; }
#divnavstockerhinges 	{ visibility: hidden; z-index: 10; position: absolute; left: 179px; top: 20px; }
#divnavtubularproducts	{ visibility: hidden; z-index: 10; position: absolute; left: 179px; top: 20px; }
#divnaverwagner			{ visibility: hidden; z-index: 10; position: absolute; left: 179px; top: 20px; }


/* NEWS */

#newsstories p {
	padding-bottom: 15px;
	margin-bottom: 15px;
	background: url(line_grey_hz.gif) repeat-x bottom left;
}



/* SUCCESS STORIES */

.successpic {
	float: right;
	padding: 4px;
	border: 1px solid #bfbfbf;
	margin: 0px 0px 7px 7px;
}

#successstories p {
	padding-bottom: 15px;
	margin-bottom: 15px;
	background: url(line_grey_hz.gif) repeat-x bottom left;
}

/* DEFINITION DROPDOWN */

#defineContainer1 {
	margin: 10px 0 10px 0;
	padding-bottom: 10px;
	background: url(line_grey_hz.gif) repeat-x bottom left;
}

.stretcher {
	margin: 0 10px 0 16px;
	background: url(line_grey_hz2.gif) repeat-x bottom left;
	filter:alpha(opacity=0);
	-moz-opacity:0.0;
	opacity:0.0;
}

#defineContainer1 .stretcher {
	margin: 0 10px 0 16px;
	background: none;
}

.quote .stretcher img {
	padding-bottom: 6px;
}

.stretchtitle {
	padding: 0 10px 0 16px;
}
	
.quote {
	position: relative;
}

.quote a {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	margin-top: 4px;
}


/* REQUEST QUOTE */

.requesthead {
	color: #14724d;
	font-weight: bold;
	font-size: 12px;
	background: url(head_bg_green.jpg) repeat-x;
	width: 500px;
	padding: 5px 0 5px 10px;
}

.requiredcolor {
	color: #14724d;
}

.formleft {
	text-align: right;
	font-weight: bold;
	font-size: 10px;
	line-height: 12px;
	padding-right: 5px;
	width: 200px;
}

.form_sm_font {
	font-size:10px;
	line-height: 15px;
}

.submit {
	text-align: center;
}


/* FIND A REP */


#findrep {
	/*width is set on section css*/
 	border: 1px solid #cccccc;
}
#findreptop {
	background: #a9a9a9; 
	color: #ffffff;
	font-weight: bold;
	font-stretch: condensed;
	font-size: 10px;
	padding: 2px 0px 3px 5px;
	margin: 3px 3px 0px 3px;
}
#findrepbottom {
 	background: #f1f1f1;
 	text-align: center;
 	padding: 20px 0 20px 0;
 	margin: 3px;
}
#zip {
	color: #666666;
	font-size: 11px;
	padding: 4px 0 4px 7px;
}

#leftNav ul {
	float: left; 
	width: 142px;
}

#minimumHeight {
	float: left; 
	height: 355px; 
	width: 1px;
}	
	