<!-- http://www.dresser-rand.com/css/style.css -->
@charset "utf-8";

/* resets */
body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,
li, dl, dt, dd, form, a, fieldset, th, td {
	margin: 0; padding: 0; border: 0; outline: none;
}

h1, h2, h3, h4, h5, h6 {
}

ul, ol {
	list-style: none;
}

form {
	display: inline;
}

h1, h2, h3, h4, h5, h6 {
	margin: 5px 0 5px 0;
}

p {
	margin: 10px 0;
}

/* global styles */
body {
	margin: 0;
	padding: 0;
	
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background: url(http://dresser-rand.com/images/header_bg.jpg) repeat-x left 128px;
}

	body.home {
		background-image: url(http://dresser-rand.com/images/header_bg_home.jpg);
	}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

.floatLeft {
	float: left;
	margin: 10px 15px 15px 0;
}

hr {
	display: none;
}

div.hr {
	margin: 20px 0;
	border-top: 1px solid #ccc;
}

a:link,
a:hover,
a:visited {
	color: #333;
}

a:hover {
	color: #ee2e24;
}

a.document:link,
a.document:visited,
a.document:active {
	color: #ee2e24;
	padding-left: 10px;
	background: url(http://dresser-rand.com/images/arrow_red.png) no-repeat 0px 3px;
}

a.document:hover {
	color: #333;
	background-image: url(http://dresser-rand.com/images/arrow_blk.png);
}

h1 {
	margin: 10px 0 10px 0;
	
	font-size: 24px;
	font-weight: normal;
	color: #ee2e24;
}

h2 {
	font-size: 14px;
}

h3 {
	color: #000;
	font-size: 11px;
	font-weight: bold;
}

input.text {
	background: #fafafa;
}

input.image {
	position: absolute;
}

/* main layout */
#nav_bg_container {
	background: url(http://dresser-rand.com/images/nav_container_bg.jpg) no-repeat;
	background-position: center 111px;
}

#container {
	width: 944px;
	margin: 0 auto;
	position: relative;
}

	#header {
		position: relative;
		height: 129px;
	}

	#logo {
		position: absolute;
		top: 34px;
	}

	#nav_top {
		position: absolute;
		top: 32px;
		right: 248px;
		
		font-size: 11px;
		color: #666;
	}
	
		#nav_top a:link,
		#nav_top a:visited,
		#nav_top a:hover,
		#nav_top a:active {
			color: #666;
			padding: 0 6px;
			text-decoration: none;
		}
		
		#nav_top a:hover {
			color: #333;
		}
		
	#search {
		position: absolute;
		top: 26px;
		right: 0;
	}
	
		#search input.text {
			width: 195px;
			margin: 0 25px 0 0;
			padding: 3px;
			
			font-size: 9px;
			color: #333;
			text-transform: uppercase;
		}
		
		#search input.image {
			right: 0;
		}

	#nav_main {
		position: absolute;
		top: 46px;
		right: 0;
		margin: 31px 0 0 0;
		background: url(http://dresser-rand.com/images/nav_bg.png ) repeat-x;
	}
	
	#article_header {
		float: left;
		width: 752px;
		margin: 18px 0 0 0;
		padding: 0 0 0 32px;
	}
	
		#article_header h1 {
			width: 492px;
			padding: 0 32px 0 0;
		}
		
		#article_header a:link,
		#article_header a:visited,
		#article_header a:hover {
			text-decoration: none;
		}
	
		#breadcrumbs {
			font-size: 10px;
		}
	
			#breadcrumbs a:link,
			#breadcrumbs a:visited,
			#breadcrumbs a:hover,
			#breadcrumbs a:active {
				color: #666;
				text-decoration: none;
			}
			
			#breadcrumbs a:hover {
				color: #ee2e24;
			}
		
			#breadcrumbs span.separator {
				margin: 0 2px;
			}
		
		#options {
			float: right;
		}
		
			#options img {
				margin: 0 6px 0 0;
				position: relative;
				top:  -1px;
				vertical-align: text-bottom;
			}
			
			#options a.last img {
				margin: 0 0 0 6px;
			}
		
			#options span.separator {
				margin: 0 5px 0 5px;
				color: #cccccc;
			}
			
			#options a:link,
			#options a:visited,
			#options a:active {
				color: #999;
			}
			
			#options a:hover {
				color: #333;
			}
	
	#sidebar_left {
		margin: 18px 0 0 0;
		width: 160px;
		float: left;
	}

	#content {
		float: left;
		width: 495px;
		padding: 0 32px;
	}
	
	#content_wide {
		float: left;
		width: 600px;
		padding: 0 32px;
	}
	#content_map {
		float: left;
		width: 755px;
		margin: 10px 0 0 0;
		padding: 0 0 0 16px;
	}
		
	#content_sitemap {
		float: left;
		width: 900px;
		padding: 0 32px;
	}
	
	#sidebar_right {
		width: 225px;
		float: right;
	}
	
#nav_footer {
	margin: 54px 0 15px 0;
	padding: 10px 0 7px;
	text-align: center;
	font-size: 11px;
	color: #e1e1e1;
	border: 1px solid #e1e1e1;
	border-left: none;
	border-right: none;
}

	#nav_footer a:link,
	#nav_footer a:visited,
	#nav_footer a:hover,
	#nav_footer a:active {
		text-decoration: none;
		color: #666666;
	}

	#nav_footer a:hover {
		color: #333333;
	}
	
	#nav_footer span.separator {
		margin: 0 6px;
	}

#footer {
	margin: 0 0 54px 0;
	text-align: center;
	font-size: 11px;
	color: #bbbbbb;
}

table.multicol {
	padding: 5px;
	margin-top: 0;
}
table tr.head {
	text-transform: uppercase;
	font-size:10px;
	background:  url(http://dresser-rand.com/images/sidebox_header_bg.png ) repeat-x;
	border: 1px solid #b2b2b2;
	height: 20px;
}

table th {
	padding: 0 0 10px 0;
	height: 20px;
}

/* sidebar styles */
#sidebar_right .sidebar_box p {
	margin-left: 12px;
}

#sidebar_right .sidebar_box div.hr {
	margin: 10px 0;
	color: #999;
}

.sidebar_box {
	margin-bottom: 15px;
}

.sidebar_box h2,
body.home #news h2,
body.home #events h2 {
	padding: 10px 18px 0 18px;
	border: 1px solid #b2b2b2;
	margin-top: 0;
	height: 20px;
	
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	
	background:  url(http://dresser-rand.com/images/sidebox_header_bg.png ) repeat-x;
}

.sidebar_box h2 {
	padding: 10px 12px 0 12px;
}

/* content styles */

div.content_two_col_left,
div.content_two_col_right {
	float: left;
	width: 352px;
}

div.content_two_col_right {
	margin-left: 27px;
}

ul.listing {
}

	ul.listing li a:link,
	ul.listing li a:visited,
	ul.listing li a:hover,
	ul.listing li a:active {
		display: block;
		position: relative;
		padding: 15px 0 25px 0;
		height: auto !important;
		height: 65px;
		min-height: 65px;
		
		text-decoration: none;
		border-top: 1px solid #cccccc;
	}
	
	ul.listing li.first a:link,
	ul.listing li.first a:visited,
	ul.listing li.first a:hover,
	ul.listing li.first a:active {
		border: none;
	}

	ul.listing img {
		display: block;
		position: absolute;
		left: 0;
		top: 15px;
		border: 1px solid #cccccc;
	}
	
	ul.listing .content {
		margin: 0 0 0 115px;
	}
	
	ul.listing h3 {
		font-size: 14px;
		padding: 0 0 0 15px;
		
		zoom: 1; /* ie6/7 disappearing background fix */
		background: url(http://dresser-rand.com/images/arrow_box_blk.png ) no-repeat 0px 3px;
	}
	
	ul.listing a:hover h3 {
		color: #ee2e24;
		background-image: url(http://dresser-rand.com/images/arrow_box_red.png );
	}
	
	ul.listing a:link p,
	ul.listing a:visited p,
	ul.listing a:hover p,
	ul.listing a:active p {
		color: #333;
	}
	
ul.listing2 {
}

	ul.listing2 li a:link,
	ul.listing2 li a:visited,
	ul.listing2 li a:hover,
	ul.listing2 li a:active {
		display: block;
		position: relative;
		padding: 15px 0 25px 0;
		height: auto !important;
		height: 65px;
		min-height: 65px;
		
		text-decoration: none;
		border-top: 1px solid #cccccc;
	}
	
	ul.listing2 li.first a:link,
	ul.listing2 li.first a:visited,
	ul.listing2 li.first a:hover,
	ul.listing2 li.first a:active {
		border: none;
	}

	
	ul.listing2 .content {
		margin: 0 0 0 0px;
	}
	
	ul.listing2 h3 {
		font-size: 14px;
		padding: 0 0 0 15px;
		
		zoom: 1; /* ie6/7 disappearing background fix */
		background: url(http://dresser-rand.com/images/arrow_box_blk.png ) no-repeat 0px 3px;
	}
	
	ul.listing2 a:hover h3 {
		color: #ee2e24;
		background-image: url(http://dresser-rand.com/images/arrow_box_red.png );
	}
	
	ul.listing2 a:link p,
	ul.listing2 a:visited p,
	ul.listing2 a:hover p,
	ul.listing2 a:active p {
		color: #333;
	}
	
.cascade {
	text-align: left;
	list-style-type: disc;
	padding-left: 10px;
	margin-left: 5px;
}
.cascade2 {
	text-align: left;
	margin-left: 5px;
	padding-left: 10px;
	list-style-type: circle;
}
ol.number {
list-style-type: decimal;
list-style-position: outside;
margin: 0;
padding: 0 0 0 40px;
} 	

ol.letter  {
list-style-type: lower-alpha;
list-style-position: outside;
margin: 0;
padding: 0 0 0 80px;

}

ol.capital  {
list-style-type: upper-alpha;
list-style-position: outside;
margin: 0;
padding: 0 0 0 80px;

}

		#sitemap {
			font-size: 12px;
		}
	
			#sitemap a:link,
			#sitemap a:visited,
			#sitemap a:hover,
			#sitemap a:active {
				color: #666;
				text-decoration: none;
			}
			
			#sitemap a:hover {
				color: #ee2e24;
			}
		
			#sitemap span.separator {
				margin: 0 2px;
			}
			
body.sitemap h3 {
	text-size: 14px; 
}

body.sitemap h3 a {
	color:#ee2e24;
	text-decoration: none;
	text-size: 14px; 
}
body.sitemap h3 a:hover {
	color:#333;
	}

body.sitemap h2 {
	text-size: 16px;
}

/* home page tweaks */
body.landing #content {
	float: left;
	width: 752px;
	padding-right: 0;
}

body.home h2,
body.landing h2 {
	margin: 25px 0 15px 0;
	
	color: #000;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
	
body.home #banner {
}

body.home #banner a {
/*	display: block;
	width: 100%;
	height: 100%;*/
	text-decoration: none;
}
	
	body.home #banner a#banner_text:link,
	body.home #banner a#banner_text:visited,
	body.home #banner a#banner_text:hover,
	body.home #banner a#banner_text:active {
		width: 140px;
		padding: 0 0 0 20px;
		position: absolute;
		left: 765px;
		top:  336px;
		
		color: #000;
		font-size: 11px;
		line-height: 1.35em;
	}
	
	body.home #banner a#banner_text:hover {
		color: #ee2e24;
		background-image: url(http://dresser-rand.com/images/arrow_box_red.png );
	}

body.home #content {
	float: left;
	width: 944px;
	padding: 0;
}

body.home ul.features li {
	width: 305px;
	display: inline; /* ie6 double-margin fix */
	float: left;
	margin-left: 14px;
}

	body.home ul.features li.first {
		margin-left: 0;
	}
	
	body.home ul.features li a:link,
	body.home ul.features li a:visited,
	body.home ul.features li a:hover,
	body.home ul.features li a:active {
		padding-bottom: 0;
		border-top: 1px solid #999;
	}
	
	body.home ul.features li.first a:link,
	body.home ul.features li.first a:visited,
	body.home ul.features li.first a:hover,
	body.home ul.features li.first a:active {
		border-top: 1px solid #999;
	}
	
	body.home ul.features img {
		position: static;
	}
	
	body.home ul.features h2 {
		margin: 11px 0 4px 9px;
	}
	
	body.home ul.features .content {
		margin: 0;
	}
	
	body.home ul.features p {
		font-size: 14px;
		margin: 12px 0 15px 13px;
		padding: 0 0 0 15px;
		
		zoom: 1; /* ie6/7 disappearing background fix */
		background: url(http://dresser-rand.com/images/arrow_box_blk.png ) no-repeat 0px 3px;
	}
	
	body.home ul.features a:hover p {
		color: #ee2e24;
		background-image: url(http://dresser-rand.com/images/arrow_box_red.png );
	}
	
	body.home ul.features a:hover img {
		border-color: #ee2e24;
	}

/* news + events on home page */
body.home #news {
	float: left;
	width: 625px;
}

body.home #events {
	float: left;
	width: 305px;
	margin-left: 14px;
}

	body.home #news h2,
	body.home #events h2 {
		margin-top: 0;
	}
		
body.home #news a:link,
body.home #news a:visited,
body.home #news a:hover,
body.home #news a:active,
body.home #events a:link,
body.home #events a:visited,
body.home #events a:hover,
body.home #events a:active {
	padding-top: 0;
	min-height: 57px;
	height: auto !important;
	height: 57px;
	border: none;
}

body.home #events a:link,
body.home #events a:visited,
body.home #events a:hover,
body.home #events a:active {
	min-height: 0;
	height: auto !important;
	padding-bottom: 20px;
	padding-right: 10px;
}

body.home #news img {
	top: 0;
	left: 19px;
}

body.home #news .content {
	margin-left: 91px;
}

body.home #events .content {
	margin-left: 18px;
}

body.home div.date {
	margin-bottom: 5px;
	font-size: 10px;
	color: #999;
}

<!-- http://www.dresser-rand.com/css/nav -->
@charset "UTF-8";		

/* MAIN NAVIGATION ====================================================================== */

/* NAV LEVEL 1 */
div#nav_main ul {
	list-style: none;
	margin: 0;
	padding: 0 10px;
}

	/* NAV ITEM LEVEL 1 */
	div#nav_main li {
		position: relative;
		float: left;
		padding: 8px 5px 10px 5px;
	}

		/* hover inset box, using "sliding doors" technique */
		div#nav_main li:hover div.nav_over_center,
		div#nav_main li.hover div.nav_over_center,
		div#nav_main li.selected div.nav_over_center {
			float: left;
			background: url(http://dresser-rand.com/images/nav_selected_bg_center.png) repeat-x center;
		}
		
		div#nav_main li:hover div.nav_over_left,
		div#nav_main li.hover div.nav_over_left,
		div#nav_main li.selected div.nav_over_left {
			float: left;
			background: url(http://dresser-rand.com/images/nav_selected_bg_left.png) no-repeat left center;
		}
		
		div#nav_main li:hover div.nav_over_right,
		div#nav_main li.hover div.nav_over_right,
		div#nav_main li.selected div.nav_over_right {
			float: left;
			background: url(http://dresser-rand.com/images/nav_selected_bg_right.png) no-repeat right center;
		}
		/* ================================================= */
	
			div#nav_main a:link,
			div#nav_main a:visited,
			div#nav_main a:hover,
			div#nav_main a:active {
				display: block;
				/*float: left;*/
				padding: 2px 10px 1px 10px;
				line-height: 17px;
				float: left;
			
				color: #000;
				font-size: 10px;
				text-transform: uppercase;
				text-decoration: none;
			}
	
			/* level 1 hover */
			div#nav_main li:hover a:link,
			div#nav_main li:hover a:visited,
			div#nav_main li:hover a:hover,
			div#nav_main li:hover a:active,
			div#nav_main li.hover a:link,
			div#nav_main li.hover a:visited,
			div#nav_main li.hover a:hover,
			div#nav_main li.hover a:active,
			div#nav_main li.selected a:link,
			div#nav_main li.selected a:visited,
			div#nav_main li.selected a:hover,
			div#nav_main li.selected a:active {
				color: #fff;
			}
	
	
/* NAV LEVEL 2 */
/* drop shadow for dropdown */
div#nav_main li div.shadow_box {
	display: none;
	position: absolute;
	top: 34px;
	left: 0;
	background: url(http://dresser-rand.com/images/nav_shadow.png ) bottom right;
}

div#nav_main li.flipped div.shadow_box {
	left: auto;
	right: -11px;
	/*background: url(http://dresser-rand.com/images/nav_shadow_flipped.png ) bottom left;*/
}

/* first dropdown has different alignment */
div#nav_main li.first div.shadow_box {
	left: -10px;
}

div#nav_main li.last div.shadow_box {
	right: -10px;
}

/* show dropdown on hover */
div#nav_main li:hover div.shadow_box,
div#nav_main li.hover div.shadow_box {
	display: block;
}

div#nav_main li div.shadow_box_inner {
	background: url(http://dresser-rand.com/images/nav_shadow_top.png) repeat-x;
	margin: 0 11px 0 0;
	padding: 18px 15px 27px 5px;
}

div#nav_main li.first div.shadow_box_inner {
	padding-left: 13px;
}

div#nav_main li.flipped div.shadow_box_inner {
	/*margin: 0 0 0 11px;*/
}
	
		div#nav_main li li {
			float: none;
			padding: 0;
			margin: 0;
		}
		
			div#nav_main li li a:link,
			div#nav_main li li a:visited,
			div#nav_main li li a:hover,
			div#nav_main li li a:active,
			div#nav_main li:hover li a:link,
			div#nav_main li:hover li a:visited,
			div#nav_main li:hover li a:hover,
			div#nav_main li:hover li a:active,
			div#nav_main li.hover li a:link,
			div#nav_main li.hover li a:visited,
			div#nav_main li.hover li a:hover,
			div#nav_main li.hover li a:active {
				float: none;
				width: 100%;
				font-size: 11px;
				color: #333333;
				white-space: nowrap;
				text-transform: none;
				padding: 0;
			}
		
			/* level 2 hover */
			div#nav_main li li a:hover,
			div#nav_main li.hover li a:hover,
			div#nav_main li:hover li a:hover {
				color: #ee2e24;
			}



/* SECONDARY NAVIGATION =========================================================== */

/* level 1 */
ul#nav_secondary ul {
	background: url(http://dresser-rand.com/images/nav_secondary_bg.png) no-repeat bottom right;
	zoom: 1; /* ie6/7 haslayout fix */
}

	ul#nav_secondary li a:link,
	ul#nav_secondary li a:visited,
	ul#nav_secondary li a:hover,
	ul#nav_secondary li a:active {
		display: block;
		margin-bottom: 1px;
		padding: 8px 10px 6px 12px;
		
		font-size: 12px;
		font-weight: normal;
		text-transform: uppercase;
		text-decoration: none;
		background:  #a1a1a1 url(http://dresser-rand.com/images/sidebox_header_bg.png ) repeat-x;
		border: 1px solid #b2b2b2;
	}
	
	ul#nav_secondary a.tall:link,
	ul#nav_secondary a.tall:visited,
	ul#nav_secondary a.tall:hover,
	ul#nav_secondary a.tall:active {
		background-image: url(http://dresser-rand.com/images/sidebox_header_bg_tall.png );
	}

		/* level 2 */
		ul#nav_secondary li li a:link,
		ul#nav_secondary li li a:visited,
		ul#nav_secondary li li a:hover,
		ul#nav_secondary li li a:active {
			margin-bottom: none;
			font-size: 10px;
			font-weight: bold;
			text-decoration: none;
			background:  #ccc;
			border: none;
		}
		
			ul#nav_secondary li li ul {
				padding: 2px 0 20px 0;
			}
	
			/* level 3 */
			ul#nav_secondary li li li a:link,
			ul#nav_secondary li li li a:visited,
			ul#nav_secondary li li li a:hover,
			ul#nav_secondary li li li a:active {
				padding: 5px 10px 0 25px;
				
				font-size: 11px;
				font-weight: normal;
				text-transform: none;
				background: none;
			}
	
			ul#nav_secondary li li li.arrow a:link,
			ul#nav_secondary li li li.arrow a:visited,
			ul#nav_secondary li li li.arrow a:active {
				background: url(http://dresser-rand.com/images/arrow_blk.png) no-repeat 13px 9px;
			}
		
			ul#nav_secondary li li li.arrow a:hover {
				background: url(http://dresser-rand.com/images/arrow_red.png) no-repeat 13px 9px;
			}
	
			ul#nav_secondary li li li.arrow_selected a:link,
			ul#nav_secondary li li li.arrow_selected a:visited,
			ul#nav_secondary li li li.arrow_selected a:active {
				background: url(http://dresser-rand.com/images/arrow_down_blk.png) no-repeat 13px 9px;
			}
		
			ul#nav_secondary li li li.arrow_selected a:hover {
				background: url(http://dresser-rand.com/images/arrow_down_red.png) no-repeat 13px 9px;
			}
			
			
				/* level 4 */
				ul#nav_secondary li li li.arrow li a:link,
				ul#nav_secondary li li li.arrow li a:visited,
				ul#nav_secondary li li li.arrow li a:hover,
				ul#nav_secondary li li li.arrow li a:active,
				ul#nav_secondary li li li li a:link,
				ul#nav_secondary li li li li a:visited,
				ul#nav_secondary li li li li a:hover,
				ul#nav_secondary li li li li a:active {
					background: none;
					padding: 4px 10px 0 36px;
				}
				
				ul#nav_secondary li li li ul {
					padding-bottom: 7px;
				}
				
				ul.markets div {
					margin-top: 8px;
					padding-left: 25px;
					text-transform: uppercase;
					font-size: 10px;
					font-weight: bold;
				}
				
				ul#nav_secondary li li li.arrow_markets a:link,
				ul#nav_secondary li li li.arrow_markets a:visited,
				ul#nav_secondary li li li.arrow_markets a:hover,
				ul#nav_secondary li li li.arrow_markets a:active {
					background: url(http://dresser-rand.com/images/arrow_blk.png) no-repeat 25px 8px;
				}
				
				ul#nav_secondary li li li.arrow_markets a:hover {
					background: url(http://dresser-rand.com/images/arrow_red.png) no-repeat 25px 8px;
				}
