/* Main CSS */
html { height:100%; /* overflow-y:scroll; */ }

body {
	background:#FFF url(../images/bg_background.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	height:96%;
	margin:0 auto;
	padding:0;
	text-align:left;
}

#container {
	height:860px;
	margin:0 auto;
	width:940px;
}

#header {
	background:url(../images/bg_header.jpg) no-repeat;
	height:111px;
	margin:0 auto;
	width:940px;
}

#navigation {
	clear:left;
	height:35px;
	width:940px;
}

/* Drop Nav */
#nav, #nav ul {
	list-style: none;
	margin:0;
	padding:0;
}

#nav li {
	float:left;
	margin:0;
	padding:0;
}

#nav li a {
	display:block;
	height:35px;
	margin:0;
	overflow:hidden;
	padding:0;
	text-decoration:none;
}

#nav li a:hover { background-image:auto; background-position:0px -35px; }

a.about { background:url(../images/nav_about.jpg) no-repeat; width:133px; }

a.products { background:url(../images/nav_products.jpg) no-repeat; width:135px; }

a.literature { background:url(../images/nav_literature.jpg) no-repeat; width:135px; }

a.media { background:url(../images/nav_media.jpg) no-repeat; width:135px; }

a.events { background:url(../images/nav_events.jpg) no-repeat; width:135px; }

a.careers { background:url(../images/nav_careers.jpg) no-repeat; width:135px; }

a.contact { background:url(../images/nav_contact.jpg) no-repeat; width:132px; }

#nav li a span {
	visibility:hidden;
}

#nav li ul {
	border-bottom:2px solid #FF8006;
	height:auto;
	left:-999em;
	margin:0;
	padding:0;
	position:absolute;
	width:auto;
}

#nav li ul li {
	float:none;
	margin:0;
	padding:0;
}

#nav li ul li a:link, #nav li ul li a:visited, #nav li ul li a:active {
	background-color:#FFC439;
	border-left:2px solid #FF8006;
	border-right:2px solid #FF8006;
	border-top:2px solid #FF8006;
	color:#000;
	display:block;
	font-size:11px;
	height:auto; /* originally 14px; */
	padding:4px 10px;
    width:157px; /* originally 112px; */
}

#nav li ul li a:hover {
	background-color:#FFA61C;
	display:block;
    width:157px;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}/* end Drop Nav */

#flasharea {
	margin-top:19px;
	height:321px;
	width:940px;
}

#main {
	height:360px;
	margin-top:20px;
	width:940px;
}

#content {
	background-color:#FFF;
	border-right:1px dotted #006BB7;
	font-size:13px;
	float:left;
	height:360px;
	margin-right:10px;
	overflow:hidden;
	width:589px;
}

#sidebar {
	float:left;
	font-size:11px;
	height:360px;
	width:340px;
}

#news {
	background:url(../images/bg_news.jpg) no-repeat;
	height:170px;
	margin-bottom:10px;
	overflow:hidden;
	width:340px;
}

#tradeshow {
	background:url(../images/bg_tradeshow.jpg) no-repeat;
	height:138px;
	overflow:hidden;
	width:340px;
}

#news img, #tradeshow img { padding-bottom:10px; }

#more_content {
	height:32px;
	width:340px;
}

#footer {
	background:url(../images/bg_footer.jpg) no-repeat;
	clear:both;
	height:29px;
	width:940px;
}

/* text */
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}

h1, h6 {
	float:left;
}

h1, h1 a {
	display:block;
	height:75px;
	overflow:hidden;
	text-decoration:none;
	width:580px;
}

h6, h6 a {
	display:block;
	height:20px;
	overflow:hidden;
	text-decoration:none;
}

h6 a.f_home { margin:0 0 0 28px; width:45px; }

h6 a.f_meritor { margin:0 0 0 62px; width:70px; }

h6 a.f_wabco { margin:0 0 0 60px; width:51px; }

h6 a.f_training { margin:0 0 0 68px; width:52px; }

h6 a.f_xpressway { margin:0 0 0 50px; width:86px; }

h6 a.f_mg { margin:0 0 0 296px; width:66px; }

h1 a span, h6 a span {
	visibility:hidden;
}

div#content p {
	color:#000;
	margin:0 auto;
	padding:5px 0;
	width:548px;
}

div#news p, div#tradeshow p {
	color:#FFF;
	margin:0 auto;
	padding-bottom:12px;
	width:320px;
}

/* Links */
a:link, a:visited, a:active, a:hover {
	color:#FFC439;
}

/* Positioning */
.floatleft { float:left; }

.margin_tneg18 { margin-top:-18px; }

.reg { font-size:75%; vertical-align:text-top; }

/* forms 2.12.09 */
#contact_form {
	margin:0 0 0 10px;
	padding:0;
}

.field_reg, .field_short, .field_other, .field_comments {
	background-color:#EEE;
	border:1px solid #999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:16px;
	padding-left:3px;
	width:247px;
}

.field_short {
	width:117px;
}

.field_other {
	width:199px;
}

.field_comments {
	height:90px;
	width:376px;
}

.field_buttons {
	text-align:right;
	margin-right:38px;
}/* end forms */

/* dynamic nav styles */
#pro_nav div div table a.nav_text {
	display:block;
	width: 220px;
	height: 30px;
	background:url(../images/leftNav_background.jpg) no-repeat 0 0;
	font-family:Tahoma, sans-serif;
	font-size:11px !important;
	font-weight:bold;
	line-height: 30px;
	text-transform:uppercase;
	color:white;
}
#pro_nav div div div table a.nav_text {background:none;display: inline; line-height: 14px; font-family:Arial, Helvetica, sans-serif; font-weight:normal;text-transform:none;text-decoration: underline;color: black;}
#pro_nav div div div img, #pro_nav div div div div { display:none; }
#pro_nav div div div {width: 178px; padding: 10px 20px; background: #FFC438; border-left: 1px solid black;border-right: 1px solid black; border-bottom: 1px solid black; }

#gen_links a {text-decoration:none;}
#gen_links div table a[class] { line-height:1.5em; }
#gen_links div table a[class]:hover {border-bottom: 1px solid #FFC439; }