/* Default style sheet */
 
body {
	background: #303030; 
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	font-family: Arial, "Lucida Grande", Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	line-height: 18px;
	}

img, form { /* removes all default formatting on images and forms */
	margin: 0;
	padding: 0;
	border: 0;
	}

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

.Clear { clear: both; } /* clears all floats; apply to empty divs */

:focus { outline: none; } /* removes dotted outline from links */

html {overflow-y: scroll;} /* keeps vertical scroll bar in firefox at all times so page doesn't jump around */

#Container {
	width: 894px;
	margin: 0 auto 10px;
	background: #FFF;
	color: #000;
	border: 1px solid #FFF;
	border-top: none;
	}
	

/* ---------------------
	HEADER
--------------------- */

#Header { }
	#Header .Phone { float: left; }
	#Header .Links { 
		float: right;
		margin: 0 5px 0 0;
		padding: 0;
		list-style: none;
		list-style-image: none;
		}
		#Header .Links li, #Header .Links a { float: left; }
h1#Title {  /* Wallenstein title on all pages */
	clear: both; 
	margin: 0;
	border-bottom: 1px solid #FFF;
	}
	

/* ---------------------
	FOOTER
--------------------- */

#Footer {  /* red bar at bottom of page */
	clear: both;
	background: #d0232a;
	height: 26px;
	border-top: 1px solid #FFF;
	}
	
#Copyright { /* copyright infor */
		text-align: center;
		color: #E7E7E7;
		background: none;
		margin-bottom: 5px;
	}
	#Copyright a:link { color: #E7E7E7; }
	#Copyright a:visited { color: #E7E7E7; }
	#Copyright a:hover { color: #959595; }
	#Copyright a:active { color: #959595; }

/* ---------------------
	HOME PAGE
--------------------- */

#Rotate,
#HomeTitle { border-right: 1px solid #FFF; }


#HomeTitle { /* wallenstein title on homepage only */
	background: url(../../images/home_dealer_bg.gif) no-repeat top right;
	height: 92px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 12px;
	overflow:hidden;
	}
	#HomeTitle h1 { /* text invisible on page, but available for those w/out images, etc. */
		margin: 0;
		padding: 0;
		float: left;
		}
	#HomeTitle div#DealerSrch { /* Dealer search area on homepage */
		float: right;
		/*width: 188px;
		border-collapse: collapse;
		border-spacing: none;*/
		margin-top: 23px;
		margin-right: 30px;
		}
		#HomeTitle div#DealerSrch a { cursor: text; }
		/*#HomeTitle table#DealerSrch td { padding: 0; }
		
		#HomeTitle table#DealerSrch input.Input {
			background: transparent url(../../images/home_dealer_input.gif) no-repeat center left;
			border: none;
			height: 16px;
			width: 84px;
			padding-left: 5px;
			padding-top: 5px;
			padding-right: 5px;
			}
*/
#HomeProds { /* homepage products area */
	border-collapse: collapse;
	border-spacing: none;
	font-size: 10px;
	line-height: 12px;
	}
	#HomeProds td {
		padding: 0;
		vertical-align: top;
		}
		
		.Backhoes,
		.Spreaders,
		.Generators,
		.Washers { 
			border-bottom: 1px solid #FFF;
			text-transform: uppercase;
			}
			.Backhoes a,
			.Spreaders a,
			.Generators a,
			.Washers a {
				color: #000;
				text-decoration: none;
				display: block;
				height: 100%;
				padding: 115px 10px 2px;
				}
		
		.Forestry { 
			background: #BBB url(../../images/home_img_forestry.jpg) no-repeat top right; 
			width: 181px; 
			border-bottom: 1px solid #FFF; 
			}
			.Forestry a {
				display: block;
				height: 203px;
				width: 100%;
				text-decoration: none;
				}
		
		.Backhoes { background: #BBB url(../../images/home_img_backhoes_fr.jpg) no-repeat top right; }
		.Spreaders { background: #BBB url(../../images/home_img_spreaders_fr.jpg) no-repeat top right; }
		.Generators { background: #BBB url(../../images/home_img_generators_fr.jpg) no-repeat top right; }
		.Washers { background: #BBB url(../../images/home_img_washers.jpg) no-repeat top right; }
	
	#HomeProds td.ForestrySub { 
		width: 117px; 
		border-right: 1px solid #FFF;
		background: #BBB url(../../images/home_for_sub_fr.gif) repeat-y top left;
		}
	#HomeProds .ForestrySub ul {
		margin: 0;
		padding: 0;
		list-style: none;
		}
		#HomeProds .ForestrySub ul li {
			height: 30px;
			line-height: 30px;
			text-transform: uppercase;
			float: left;
			width: 117px;
			}
			#HomeProds .ForestrySub ul a {
				display: block;
				padding-left: 10px;
				color: #000;
				text-decoration: none;
				}
			#HomeProds .ForestrySub ul a:hover, #HomeProds .ForestrySub ul a:active {
				background: url(../../images/home_for_sub_fr_over.gif) no-repeat top left;
				color: #000;
				text-decoration: none;
				}
	
	#HomeText2 { /* homepage text area */
		background: #000 url(../../images/home_blackstripeBG.gif) repeat-y;
		/*height: 100px;*/ 
		color: #FFF;
		padding: 16px 20px 10px 12px;
		}
		#HomeText2 #Text { 
			/*background: url(../../images/home_text.gif) no-repeat top left;
			height: 94px;
			margin: 0 0 0 -9000px;*/
			font-size: 14px;
			}
			#HomeText2 #Text a:link { color: #CCC; text-decoration: none; }
			#HomeText2 #Text a:visited { color: #CCC; text-decoration: none; }
			#HomeText2 #Text a:hover { color: #CCC; text-decoration: none; }
			#HomeText2 #Text a:active { color: #CCC; text-decoration: none; }
		#HomeText2 #HomeParts { float: right; }
	





	#HomeText { /* homepage text area */
		background: #000 url(../../images/home_blackstripeBG.gif) repeat-y top left;
		/*height: 100px;*/ 
		color: #FFF;
		padding: 16px 20px 40px 12px;
		}
		#HomeText #Text { 
			/*background: url(../../images/home_text.gif) no-repeat top left;
			height: 94px;
			margin: 0 0 0 -9000px;*/
			font-size: 14px;
			}
			#HomeText #Text a:link { color: #CCC; text-decoration: none; }
			#HomeText #Text a:visited { color: #CCC; text-decoration: none; }
			#HomeText #Text a:hover { color: #CCC; text-decoration: none; }
			#HomeText #Text a:active { color: #CCC; text-decoration: none; }
		#HomeText #HomeParts { float: right; }
	

/* ---------------------
	LAYOUT TABLE
--------------------- */

#LayoutTable { /* general page structure */
	width: 100%;
	border-collapse: collapse;
	border-spacing: none;
	border: none;
	clear: both;
	}
	#LayoutTable td { 
		padding: 0;
		vertical-align: top;
		}

	#LeftCol { /* navigation column */
		background: #000 url(../../images/nav_btm_bg.gif) no-repeat bottom left;
		color: #FFF;
		width: 181px;
		border-right: 1px solid #FFF;
		font-size: 10px;
		}
		#LayoutTable td#LeftCol { padding-bottom: 212px; }
	
	#MidCol { /* sub-navigation column */
		background: #ececec url(../../images/middle_bg.jpg) repeat-y top left;
		width: 239px;
		border-right: 1px solid #FFF;
		color: #000;
		}
	
	#RightCol { /* content column */
		background: #FFF;
		color: #000;
		}

 ---------------------
	MENU
--------------------- */
#Nav2, #Nav2 ul {
list-style: none;
padding-left:0px;

text-decoration:none;
font-weight: bold; 
}

#Nav2 li {
color: #000;
text-decoration: none;
padding-left:10px;
text-transform:uppercase;
font-size:10px;
height:33px; 
overflow:hidden;
vertical-align:middle;
background:url(../../images/EMBHomeButtonFade.png) bottom no-repeat;

}
 
#Nav2 a {
color: #000;
text-decoration:none;
}

#Nav2 li:hover {
background-image:none;	
background:#E70033;
color: #FFF;
text-decoration: none;
}

#Nav, #Nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
	}
#Nav { 
	/*border-bottom: 1px solid #FFF;*/
	height: 284px;
	}
	#Nav li {
		margin: 0;
		padding: 0;	
		width: 181px;
		float: left;			
		}
		#Nav li a {
			display: block;
			width: 181px;
			}
		#Nav li li {
			background: url(../../images/nav_for_sub.gif) no-repeat top left;
			height: 23px;
			text-transform: uppercase;
			line-height: 23px;
			}
			#Nav li li a {
				display: block;
				padding-left: 10px;
				width: 171px;
				color: #000;
				text-decoration: none;
				}
				#Nav li li a:hover, #Nav li li a:active {
					background: url(../../images/nav_for_sub_over.gif) no-repeat top left;
					color: #000;
					text-decoration: none;
					}
	
#LeftCol #DealerSrch { /* content page dealer search */
	background: #d0232a;
	border-bottom: 1px solid #FFF;
	padding: 14px 15px;
	color: #FFF;
	}
	#LeftCol #DealerSrch p {
		margin: 0;
		padding: 0 0 5px;
		text-transform: uppercase;
		}
		#LeftCol #DealerSrch input.Input {
			background: transparent url(../../images/nav_dealer_input.gif) no-repeat center left;
			border: none;
			width: 108px;
			padding-left: 5px;
			padding-top: 5px;
			padding-right: 5px;
			float: left;
			height: 18px;
			}

#Parts { /* parts button */
	text-align: center;
	padding-top: 25px;
	padding-bottom: 10px;
	}
	

/* ---------------------
	MIDDLE COLUMN
--------------------- */

#SeriesGraphic img,
#SeriesTitle img,
#SeriesIm img,
#ModelSelectTitle,
#ModelSelect,
#FeatureSelectTitle { border-bottom: 1px solid #FFF; } 

ul#ModelSelect { /* select a model */
	list-style: none;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
	margin: 0;
	padding-left: 35px;
	background: url(../../images/model_select_bg.jpg) repeat-y top left;
	}
	ul#ModelSelect a:link { color: #000; text-decoration: none; }
	ul#ModelSelect a:visited { color: #000; text-decoration: none; }
	ul#ModelSelect a:hover { color: #d0232a; text-decoration: none; }
	ul#ModelSelect a:active { color: #d0232a; text-decoration: none; }

ul#FeatureSelect { /* features & options */
	list-style: none;
	font-size: 16px;
	font-weight: bold;
	}
	ul#FeatureSelect ul {
		margin-left: 0;
		margin-bottom: 20px;
		padding-left: 15px;
		font-size: 11px;
		font-weight: normal;
		line-height: 13px;
		list-style: url(../../images/bullet_square.gif);
		}
		ul#FeatureSelect a:link { color: #000; text-decoration: none; }
		ul#FeatureSelect a:visited { color: #000; text-decoration: none; }
		ul#FeatureSelect a:hover { color: #d0232a; text-decoration: none; }
		ul#FeatureSelect a:active { color: #d0232a; text-decoration: none; }


/* ---------------------
	CONTENT AREA
--------------------- */

#PlayBar { /* video, gallery & pdf */
	background: #000 url(../../images/play_bg.gif) no-repeat top left;
	height: 20px;
	color: #FFF;
	border-bottom: 1px solid #FFF;
	}
	#PlayBar ul {
		margin: 0;
		padding: 0;
		list-style: none;
		}
		#PlayBar li, #PlayBar a { float: left; }
.ProdImg, .GallImg { border-bottom: 1px solid #FFF; } /* product and gallery image containers */
	.ProdImg img, .GallImg img { margin-top: -4px;  } /* fixes weird spacing above gallery and product images in standards compliant browsers  */
	.GallImg img { margin-bottom: -3px; }
h2#SubTitle { /* product banner */
	margin: 0;
	padding: 0;
	background: #000;
	color: #FFF;
	}
h2#SeriesBanner { /* series banner */
	margin: 0;
	padding: 0;
	background: #FFF;
	color: #000;
	}

#SplitterModels {
	background: #CCC url(../../images/models_bg.jpg) no-repeat left top;
	height: 155px;
	width: 472px;
	}
	#SplitterModels ul {
		float: left;
		font-size: 14px;
		list-style:  none;
		margin: 0 0 0 20px;
		padding: 7px 0 0 0;
		}
		#SplitterModels li { padding-bottom: 1px; }
		#SplitterModels a { text-decoration: none; }
	#SplitterModels img { float: right; }

#Content { /* padding for main content area */
	padding: 0 30px 10px 15px;
	}
	#Content h2 { /* content heading */
		font-size: 24px;
		font-weight: bold;
		line-height: 26px;
		margin: 5px 0;
		}
		#Content h2.Smaller { font-size: 23px; }
	#Content h3 { /* content heading */
		font-size: 24px;
		font-weight: bold;
		line-height: 26px;
		margin: 5px 0;
		}
	#Content h4 {
		font-size: 16px;
		font-weight: bold;
		line-height: 26px;
		color: #D0232A;
		margin: 5px 0;
		}
	#Content h5 {
		font-size: 12px;
		font-weight: bold;
		color: #681215;
		}
		
		#Content .NoPadding { margin: 0 -30px 0 -15px;} /* removes content area padding on elements that are too wide */
	
	#Content hr {
		background: #000;
		color: #000;
		height: 1px;
		width: 100%;
		border: none;
		}
	
	#Content a:link { color: #D0232A; }
	#Content a:visited { color: #D0232A; }
	#Content a:hover { color: #681215; }
	#Content a:active { color: #681215; }
	
	
	/* various content table styles */
	.FeaturesThumbs, 
	.ModelDesc,
	.SpecsQuick,
	.SpecsDetail,
	.SeriesButtons,
	.IndustrySelect,
	.Icons,
	#Lookup,
	#DealerList table,
	.EditTable,
	#Documents {
		border-collapse: collapse;
		border-spacing: none;
		margin: 5px 0 10px 0;
		}
		#Documents p {
            margin:  0px;
            padding: 0px;
			}
	#Documents table,
	.ProductList {
		border-collapse: collapse;
		border-spacing: none;
		margin: 0;
		}
	.IndustrySelect
	#DealerList table {
		margin: 5px -30px 5px -15px;
		border-bottom: 1px solid #CCC;
		width: 712px;
		}
	.SpecsQuick,
	.SpecsDetail,
	.SeriesButtons { width: 100%; }
		.Icons td { text-align: center; }
		#Content .FeaturesThumbs td,
		#Lookup td,
		#Documents td {
			vertical-align: top;
			font-size: 11px;
			font-weight: normal;
			/* padding: 5px; */
			padding: 0px;
			}
			#Documents table td { padding: 0 10px 0 0; }
			
			#Documents h4 { margin-top: 0; margin-bottom: 0px; }
			
		#Content .ProductList td {
			text-align: center;
			vertical-align: baseline;
			padding: 10px 5px;
			}
			#Content .FeaturesThumbs td a,
			#Content .FeaturesThumbs p.Heading {
				font-size: 14px;
				font-weight: bold;
				}
			#Content .ProductList a { 
				text-decoration: none;
				font-size: 14px;
				}
				#Content .ProductList a span { text-decoration: underline; }
			#Content .FeaturesThumbs p { 
				margin-top: 0; 
				margin-bottom: 3px;
				}
			#Content .FeaturesThumbs a:link { color: #000; text-decoration: none; }
			#Content .FeaturesThumbs a:visited { color: #000; text-decoration: none; }
			#Content .FeaturesThumbs a:hover { color: #d0232a; text-decoration: none; }
			#Content .FeaturesThumbs a:active { color: #d0232a; text-decoration: none; }
			
			#Documents h5 { margin: 0; }
	
		#Content .SpecsDetail th { 
			text-align: left;
			font-size: 14px;
			}
		#Content .SpecsQuick .Divider td { border-bottom: 1px solid #000; }
		
		#Content .ModelDesc td,
		#Content .SpecsQuick td,
		#Content .SpecsDetail td,
		#Content .SeriesButtons td,
		#Content .EditTable td {
			vertical-align: middle;
			padding: 5px;
			}
		#DealerList table th {
			text-transform: uppercase;
			text-align: left;
			padding-left: 10px;
			}
		#DealerList table td { 
			padding: 0 0 7px 20px;
			text-align: left;
			vertical-align: top;
			color: #000;
			}
			#Content .SeriesButtons td a { 
				text-align: center;
				display: block;
				}
			#Content .SeriesButtons td ul { 
				margin: 5px 0 5px 20px;
				padding-left: 15px;
				font-size: 11px;
				font-weight: normal;
				line-height: 13px;
				list-style: url(../../images/bullet_square.gif);
				}
		#Content .SpecsDetail td { line-height: 12px; }
			#Content .SpecsQuick .Label,
			#Lookup .Label,
			.EditTable .Label,
			#Documents .Image { 
				text-transform: uppercase;
				width: 110px;
				}
			#Lookup .Label { width: auto; }
			#Content .SpecsQuick .Value { font-size: 18px; }
			
			#Content .SpecsDetail .Label {
				background: #681215 url(../../images/model_specs_label_bg.jpg) repeat-y top left;
				color: #FFF;
				text-transform: uppercase;
				border-bottom: 1px solid #c9a9ab;
				}
			#Content .SpecsDetail .Value {
				background: #BBB url(../../images/model_specs_value_bg.jpg) repeat-y top right;
				color: #000;
				text-transform: uppercase;
				border-bottom: 1px solid #DDD;
				border-right: 1px solid #BBB;
				border-left: 1px solid #e3e3e3;
				width: 30%;
				}
				
/* ---------------------
	DOCUMENTS
--------------------- */

#ProdHeader {
	background: url(../../images/docs_header_bg.jpg) no-repeat 1px -40px;
	height: 114px;
	margin: 1px -30px 1px -15px;
	}
	#ProdHeader h3, #ProdHeader img { float: left; }
		#ProdHeader h3 { 
			color: #FFF;
			margin-left: 10px;
			}
		#ProdHeader img { border-right: 2px solid #FFF; }
	#ProdHeader div { 
		float: right;
		margin: 90px 30px 0 0;
		color: #FFF;
		}
				
/* ---------------------
	DEALERS
--------------------- */	
			
.Required { color: #F00; }

#map {
	width:712px; 
	height:350px; 
	background-color: #fff;
	}
	
#Results { margin-top: 30px; }
	#Results h4.NoPadding { margin-bottom: 20px; }
	
#DealerList {}
	.DealerName	{ 
		cursor: pointer;
		text-decoration: underline;
		}
		#DealerList .Break { display: block; }