body {
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "helvetica", sans-serif;
	font-size: 100%;
	font-style: normal; 
	background: url(images/brushed_metal.jpg) repeat; }

body,div,dl,dt,dd,ul,ol,li, h1,h2,h3,h4,h5,h6,pre,form,
fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0; }

img { border: 0; }

table {
	border-collapse: collapse;
	border-spacing: 0; }

ol,ul { list-style: none; }

/*---------------------------------------------
	-  Sticky Footer
	---------------------------------------------*/	

html, body, #wrapper { height: 100%;}

body > #wrapper { height: auto; min-height: 100%;}

#content { padding-bottom: 130px;}  /* must be same height as the footer + added padding for space between content and footer */

	#inner { 
		position: relative;
		margin: -89px 10px 0 10px;
		height: 85px;
		clear: auto; } /* negative value of footer height */ 
	
.clearfix:after { 
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden; }
	
.clearfix { display: inline-block; } /* Hides from IE-mac */

* html .clearfix { height: 1%; }

.clearfix { display: block; } /* End hide from IE-mac */

/*---------------------------------------------
	-  Site Structure (global)
	---------------------------------------------*/	
	
h1 { font-size: 1.6em; }

h2 { 
	font-size: 1.2em;
	margin-bottom: 15px;
	clear: both; }
	
	.red { color: #FF0000; }
		
h3 { font-size: 1em;
	margin-bottom: 15px; }
	
a { 
	color: #ff0000;
	text-decoration: underline; }
	
	a:hover { text-decoration: none; }

p {
	font-size: 0.8em;
	color: #444;
	padding-bottom: 15px; }

	.whitetext, ul.whitetext li a { color: #FFF; }
	
	.blacktext, ul.blacktext li a, { color: #000; }
	
	.graytext a { color: #444 !important; }
	
	p strong { color: #000; }
		
		.underline { text-decoration: underline; }
		
	.red { 
		color: #FF0000;
		font-weight: bold;  }
		
	.caps { text-transform: uppercase; }
	
table {
	border: 1px solid #666;
	width: 790px;
	background-color: #fff; }
	
	table th {
		font-size: 0.9em;
		text-align: left;
		color: #FFF;
		padding: 5px 5px 5px 8px;
		border-bottom: 1px solid #666;
		border-left: 1px solid #666; }
	
	table td {
		font-size: 0.8em;
		color: #333;
		padding: 5px 5px 5px 8px;
		border-right: 1px solid #666; }

	.bggrey { background-color: #DDD; }


/*---------------------------------------------
	-  body styles
	---------------------------------------------*/	

#wrapper {
	width: 900px;
	margin: 0 auto;
	background: url(images/shadow_main.jpg) repeat-y #FFF; }
	
#innerwrapper { 
	width: 880px;
	margin-left: 10px; }

#headerimg_dealer {
	height: 175px;
	background-image: url(images/dc_header.jpg); }

#headerimg {
	height: 175px;
	background-image: url(images/sc_header.jpg); }
	
	#headerimg a, #headerimg_dealer a { 
		display: block;
		position: relative;
		width: 215px;
		height: 125px;
		top: 25px;
		left: 50px; }
	
#content {
	overflow: auto;
	padding-top: 0;
	padding-right: 45px;
	padding-left: 45px; }
		
	#content ul {
		color: #444; 
		font-size: 0.8em; }
		
		#content li { margin: 0 0 10px 30px; }
	
#footer {
	width: 900px; 
	margin: 0 auto; 
	clear: both;
	background: url(images/shadow_main.jpg) repeat-y #FFF;
	text-align: right; }
	
	#inner {
		width: 880px;
		height: 85px;
		border-top: 4px solid #FF0000;
		background: url(images/sc_footer.jpg) no-repeat; }
	
		#inner p.right { 
			padding-top: 13px;
			margin-right: 60px;
			display: inline; }
		
		#inner p.left {
			font-size: 65%;
			color: #6b6b6b;
			padding-top: 52px;
			margin-left: 60px;
			display: inline; }
		
		#inner a {
			text-decoration: none;
			font-size: .9em;
			color: #6b6b6b; }
	
			#inner a:hover { text-decoration: underline; }

.borderbottom { padding: 0px 0 10px 0;
	margin-bottom: 15px;
	border-bottom: 1px solid #CCC; }
			
.underline { text-decoration: underline; }

.full { 
	width: 100%;
	height: auto; }
		
.third { width: 230px; }

.fourth { width: 185px; }
	
.twothirds { width: 525px; }

.alignR { text-align: right; }
	
.right { float: right; }

.left { float: left; }

.half { width: 380px; }

.marginleft { margin-left: 30px; }

.margintop { margin-top: 30px; }

.marginright { margin-right: 30px; }

.zeromargin { margin-bottom: 0; }

.topleft { position: relative;
			top: 0px;
			left: -45px; }

.clear { clear: both; }

.row { 
	clear: both;
	overflow: auto; }
	
.section { 
		clear: both;
		width: 790px;
		overflow: auto; 
		margin-bottom: 15px; }

.center, img.center { text-align: center; }

.downloadTitle { font-size: .9em;
	margin-top: 8px; }

.thumbsL {
	float: left;
	margin-right: 34px;
	margin-bottom: 30px; }

.thumbsR {
	float: right;
	margin-bottom: 30px;
	margin-right: 0px; }
	
.videosL {
	float: left;
	margin: 0px 34px 20px 0;
	 }
	 
.videosR {
	float: right;
	margin: 0px 0px 20px 0;
	 }
	
.whiteborder { border: 1px solid #FFF; }

.greyborder { border: 1px solid #6C6C6C; }

.noborder { border: none; }

.dc_login, .info_login {
	width: 213px;
	padding: 30px 0 0 25px;
	margin-right: 30px; }
	
	.info_login { 
		margin: 0 0 0 20px; }
	
	.cs_login { 
		width: 230px;
		padding: 30px 0 0 25px;
		margin-right: 30px; }
		
		.dc_login p, .info_login p, .cs_login p { padding-bottom: 5px; }
				
		.dc_login p.margintop, .info_login p.margintop, .cs_login p.margintop { margin-top: 10px; }

.sidenav h3 a, .sidenav h3 {
	color: #000 !important; }

	ul.sidenav {
		margin: -10px 0 10px 0; }
	
	ul.sidenav li { 
		margin: 0 !important; 
		padding: 0 0 5px 15px; }

/*---------------------------------------------
	-  Nav styles
	
	---------------------------------------------*/	

#menuwrapper {
	background: url(images/navbar_bg.jpg) center repeat-x #898989;
	border-top: 3px solid #FF0000;
	padding-left: 50px;
	position: relative;
	z-index: 4; }

.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0; }

#p7menubar, #p7menubar ul {
	padding: 0;
	margin: 0;
	list-style: none; }

#p7menubar a {
	display: block;
	text-decoration: none;
	font-size: 0.625em;
	color: #FFFFFF;
	letter-spacing: 1px;
	padding: 12px 0 11px 0; }

#p7menubar a.trigger { 
	background: url(images/arrow_down.gif) no-repeat right center; 
	padding-right: 15px; }
	
	#p7menubar a.trigger.red { 
	color: #ff0000; }

#p7menubar li {
	float: left;
	width: 1em;
	color: #FFFFFF; }

#p7menubar li h5 { 
	margin-left: 6px;
	font-size: .7em;
	color: #FF0000;
	margin-top: 5px; }

	#p7menubar li h5.first { margin-top: 0; }
	
#p7menubar ul li.indent a { padding-left: 12px; }

#p7menubar ul li.indent2 a { padding-left: 18px; }

#p7menubar li ul, #p7menubar ul li  { width: 10em; }

#p7menubar li ul {
	position: absolute;
	display: none;
	background: url(images/subnav_bg.jpg) repeat-x #3d3d3d;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666; }
	
#p7menubar ul li a  {
	color: #FFFFFF;
	letter-spacing: 0px;
	line-height: 1em;
	padding: 2px 12px 3px 6px; }

#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a { color: #666666; }

#p7menubar li:hover ul, #p7menubar li.p7hvr ul { display: block; }

#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {
	color: #FFFFFF;
	background-color: transparent; }

#p7menubar ul a:hover { background: url(images/submenu_bg.jpg) repeat-x #666 !important; }

#p7menubar li { width: auto; }

#p7menubar .vertdividers {
	line-height: 46px;
	padding: 0 15px 0 15px; 
	color: #666; }
	
#subhead {
	font-weight: bold;
	color: #FF0000;
	padding: 30px 0 10px 0;
	margin-bottom: 30px; 
	width: 790px;
	border-bottom: 1px solid #666;
	letter-spacing: -0.05em;
	position: relative; 
	z-index: 3; }
	
#subnav { 
	margin: -15px 0 30px 0;
	position: relative; 
	z-index: 3; }

#subnav li {
	display: inline;
	margin: 0 0.5em 0 0; }

#subnav li a {
	font-size: 1.2em;
	text-decoration: none; }
	
/*---------------------------------------------
	-  Homepage styles
	---------------------------------------------*/	
	
.home { background: url(images/home_bg.jpg) no-repeat top left; }

#news { 
	background: white;
	overflow: auto;
	width: 780px; 
	padding: 30px 5px 30px 5px;
	margin-top: 30px; }
	
	.subnews { 
		width: 208px; 
		float: left;
		margin-left: 25px;
		border-right: 1px solid #ccc;
		padding-right: 20px;
		display: inline; }
		
		.subnews p { padding-bottom: 0; }
		
		.subnews img { padding: 0;
			margin-bottom: 15px; }
		
	.subnewstwothirds { 
		width: 480px; 
		float: left;
		margin-left: 25px;
		border-right: 0;
		padding-right: 20px;
		display: inline; }
		
	.last {border-right: 0; }
	
	.releasethumb { float: left;
		margin-right: 15px; }
	
/*---------------------------------------------
	-  ER styles
	---------------------------------------------*/	

.ER h1, .ER h2, .ER h3, .ER a, .ER ul li a:hover, .ER ul.blacktext li a:hover, .ER ul.whitetext li a:hover { color: #ff0000; }

.nopadding { padding: 0 0 45px 0 !important; }

.erlineup { 
	background: url(er/images/er_lineup.jpg) no-repeat top center;
	height: 500px;
	width: 880px;
	overflow: hidden; }
	
	.erlineup #subnav, .erlineup #subhead, .erlineup .lineup, .erlineup p { margin-left: 45px; }
	
.erlineup p { 
	position: absolute;
	z-index: 3; }
	
.lineup { height: 300px; }
		
a.force { 
	width: 182px;
	height: 230px;
	display: block;
	position: absolute;
	margin: 144px 0 0 60px;
	z-index: 2; }

	a:hover.force {
		width: 880px;
		height: 500px;
		background-image: url(er/images/er_lineup.jpg); 
		background-position: 0px 1503px; 
		position: absolute;
		margin: -136px 0 0 -45px;
		z-index: 1; }		
	
a.metrostar {
	width: 186px; 
	height: 230px;
	display: block;
	position: absolute;
	margin: 144px 0 0 300px;
	z-index: 2; }
		
		a:hover.metrostar {
		width: 880px;
		height: 500px;
		background-image: url(er/images/er_lineup.jpg); 
		background-position: 0px 1005px; 
		position: absolute;
		margin: -136px 0 0 -45px;
		z-index: 1; }
	
a.gladiator {
	width: 223px;
	height: 230px;
	display: block;
	position: absolute;
	margin: 144px 0 0 500px;
	z-index: 2; }
		
		a:hover.gladiator {
		width: 880px;
		height: 500px;
		background-image: url(er/images/er_lineup.jpg); 
		background-position: 0px 504px; 
		position: absolute;
		margin: -136px 0 0 -45px;
		z-index: 1; }

		.safari a:hover.force { margin-top: -134px; }
		.safari a:hover.metrostar {	margin-top: -134px; }
		.safari a:hover.gladiator {	margin-top: -134px; }
		
		.chrome a:hover.force { margin-top: -134px; }
		.chrome a:hover.metrostar {	margin-top: -134px; }
		.chrome a:hover.gladiator {	margin-top: -134px; }
		
		.opera a:hover.force { margin-top: -134px; }
		.opera a:hover.metrostar {	margin-top: -134px; }
		.opera a:hover.gladiator {	margin-top: -134px; }
		
.lineuptable { 
	margin: 20px 0 100px 0;
	padding-left: 45px;
	position: relative;
	z-index: 2; }

table.ERtable { clear: both; }

	table.ERevents th { background: url(er/images/er_events_header_bg.gif); }

		.SpecHeader { background: url(er/images/black_table_header.jpg); }
		
		.furionSpecHeader { background: url(er/images/furion_specs_header.jpg); } 
		
		.metrostarSpecHeader { background: url(er/images/metrostar_specs_header.jpg); }
			
		.gladiatorSpecHeader { background: url(er/images/gladiator_specs_header.jpg); }
		
table.OEMs {table-layout: fixed;
			width: 100%; }

table.deliveries {
	background: #fff;
	padding: 0; 
	border-top: 1px solid #a8adb0;
	border-left: 1px solid #a8adb0;
	border-right: 1px solid #a8adb0;
	border-bottom: 0px; }
		
	table.deliveries th, table.deliveries td, table.deliveries tr, .rsm table th, .rsm table td, .rsm table tr { border: 0; }
	
	table.deliveries tr { padding-left: 30px; }
	
	table.deliveries td {
		color: #000;
		font-size: .9em; 
		padding: 5px 0 15px 30px; }
	
		table.deliveries td a { color: #000; }
	
	table.deliveries th { 
		font-size: 1em;
		background: #fff;
		padding: 20px 0 10px 30px; }

table.navlinks { 
	border-top: 0;
	border-bottom: 1px solid #a8adb0; }

	table.navlinks tr td { 
		width: 90px;
		padding: 5px 30px 15px 0; } 
		
		table.navlinks tr td a { color: #f45211; }

.rsm { 
	width: 340px;
	padding: 20px;
	margin-top: 30px;
	float: left; }

	.rsm img { 
		border: 2px solid #444;
		float: left;
		width: 165px; }  
	
	.rsm table { 
		background: transparent;
		border: 0;
		float: right;
		width: 165px; }
	
		.rsm table th { 
			color: #000;
			padding-top: 0;
			padding-bottom: 0; }
	
			.rsm table td.region { padding-top: 0px; }
	
.highlight { background: #444; }

	.highlight img { border: 2px solid #000; }

		.highlight table { width: 165px; }

		.highlight table td, .highlight table th { color: #fff; }
	
.er_genericBG { 
	background: url(er/images/er_generic.jpg) no-repeat top center !important; }

.er_performanceBG { 
	background: url(er/images/er_performance.jpg) no-repeat top center !important; }
	
.er_qualityBG { 
	background: url(er/images/er_quality.jpg) no-repeat top center !important; }

.er_safetyBG { 
	background: url(er/images/er_safety.jpg) no-repeat top center; 
	height: 600px !important; }
	
.er_spaciousBG { 
	background: url(er/images/er_spacious.jpg) no-repeat top center !important; }

.furionBG { 
	background: url(er/furion/images/furion_bg_default.jpg) no-repeat top center;
	background-color: #959595;
	height: 600px !important; }
	
.furionRTbg {
	background: url(er/furionrt/images/furionrt_bg.jpg) no-repeat top center;
	height: 565px !important; }
	
.furionRTbg_generic {
	background: url(er/furionrt/images/furionRT_generic_bg.jpg) no-repeat top center; !important; }
	
.furionRTbg_specs { background: url(er/furionrt/images/furionRT_bg_specs.jpg) no-repeat top center; }
	
.furionRTbg_features { background: url(er/furionrt/images/furionrt_bg_features.jpg) no-repeat top center; }

.furionRTbg_contact {
	background: url(er/furionrt/images/furionrt_bg_contact.jpg) no-repeat top center;
	height: 565px !important; }

.forceBG {
	background: url(er/force/images/force_bg_default.jpg) no-repeat top center;
	background-color: #959595;
	height: 600px !important; }

.metrostarBG {
	background: url(er/metrostar/images/metrostar_bg_default.jpg) no-repeat top center;
	background-color: #959595;
	height: 600px !important; }
	
.neatBG { 
	background: url(er/neat/images/neat_bg_default.jpg) no-repeat top center;
	height: 680px !important; }
	
.neatBG_features { 
	background: url(er/neat/images/neat_bg_features.jpg) no-repeat top center; !important; }

.gladBG {
	background: url(er/gladiator/images/glad_default.jpg) no-repeat top center; 
	background-color: #959595;
	height: 600px !important; }
	
	.glad_evolution { 
		background: url(er/gladiator/images/glad_default_over.jpg) no-repeat top center;
		height: 600px !important; }

.deliveriesBG { 
	background: url(er/images/deliveriesbg.jpg) no-repeat 0px -30px;
	height: 964px !important; }

.erBG { background: url(er/images/er_flames_bg.jpg) no-repeat top; }

.furionBG_specs, .force_specsBG, .metrostar_specsBG, .gladiator_specsBG { background: url(er/images/er_bg_generic.jpg) no-repeat top center; }

.furionBG_gallery, .forceBG_gallery, .metrostarBG_gallery, .gladiatorBG_gallery { background: url(er/images/er_bg_gallery.jpg) no-repeat top center; }

.ifsBG {
	background: url(er/ifs/images/ifs_bg.jpg) no-repeat top center; height: 563px !important; }
	
.ifsBG_specs {
	background: url(er/ifs/images/ifs_bg_specs.jpg) no-repeat top center; !important; }
	
.ifsBG_why {
	background: url(er/ifs/images/ifs_bg_why.jpg) no-repeat top center; height: 563px !important; }

.dc_login_iframe { background: #fff; }

	#txtUserID, #txtPwd, #txtLogin, #txtPW { width: 183px; }
	
	table.dealer {table-layout: auto;
		width: 520px; }
			
	table.dealer th { background: #444; }
	
	table.dealer td { border-top: 1px solid #444; }
		
		table.dealer a img, table.dealer a:hover img { border: 0; }
		
	.leftcol { width:520px; }
	
	.dealer iframe { 
		width: 525px;
		border: 0;
		overflow: hidden; }
	
	.dealer a.pdf {
		float: left;
		font-size: .9em;
		color: #444;
		margin: 0 30px 30px 0; }
		
	.dealer a img { border: 1px solid silver; }
	
		.dealer a:hover img { border: 1px solid #444; }
	
	.dealer .row img {
		float: left; 
		width: 148px;
		margin-bottom: 30px; }
	
	.dealer .row p {
		width: 345px;
		float: right; 
		margin: 0 0 30px 30px; }
		
		.ie7 .dealer .row { margin-bottom: 30px; } 
		
		.ie7 .dealer .row img { margin-bottom: 0px; }
		
		.ie7 .dealer .row p { margin-bottom: 0px; }
		
	.sparCON_tablebg { background: #e8e8e8; }
				
		
/*---------------------------------------------
	-  RV styles
	---------------------------------------------*/	

.RV h1, .RV a, .rv_next, .RV ul li a:hover { color: #0099CC; }

.RV h2, .RV ul li, .RV ul li a { color: #000; }

.RV h3 {color: #0099CC; }

.NGP h1, .NGP h2, .NGP a,  .NGP ul li a:hover { color: #0099CC; }

.NGP ul li, .NGP ul li a { color: #FFF; }
	
.rvBG_lineup { background: url(rv/images/rv_lineup.jpg) no-repeat center top; }

	.rv_chart { margin-top: 560px; }

.rvBG_why {
	background: url(rv/images/rv_why_bg.jpg) no-repeat top center;
	height: 3775px;}

	#why_foundation { 
		position: absolute;
		top: 935px;
		margin-left: 410px; }
		
		#why_foundation h2 a, #why_smoothing h2 a, #why_service h2 a, #why_wherever h2 a, #why_everything h2 a { 
			text-decoration: none;
			color: #000; }
	
		.invisible { text-decoration: none; line-height: 1%; }
		
	#why_smoothing { 
		position: absolute;
		top: 1645px; }
	
	#why_service { 
		position: absolute;
		top: 2365px;
		margin-left: 410px; }
	
	#why_wherever { 
		position: absolute;
		top: 3020px; }
	
	#why_everything { 
		position: absolute;
		top: 3770px;
		margin-left: 410px; }
	
	.rv_next {
		font-size: 0.8em;
		line-height: 1em;
		display: block;
		width: 100px; 
		padding: 5px 0 15px 0; }

.rvBG_watercolor { background: url(rv/images/rv_watercolor_bg.jpg) no-repeat center top; }

ul.rv_lists li { list-style: none url(rv/images/arrow_rv.gif) outside; }

.RV th { background: url(rv/images/rv_events_bg.gif); }

.ngpBG { 
	background: url(rv/ngp/images/ngp_bg.jpg) no-repeat top center;
	height: 620px !important; }
	
.ngpBG_specs { 
	background: url(rv/ngp/images/ngp_specsBG.jpg) no-repeat top center; }

.ngpBG_gallery { 
	background: url(rv/ngp/images/ngp_galleryBG.jpg) no-repeat top center; }


/*---------------------------------------------
	-  Def styles
	---------------------------------------------*/	

.defBG {
	background: url(defense/images/def_bg.gif) no-repeat; }

.expertise {
	height: 700px;
	background: url(defense/images/def_expertise_bg.jpg) no-repeat; }

.innovation {
	height: 600px;
	background: url(defense/images/def_innovation_bg.jpg) no-repeat; }

.gallery {
	background: url(defense/images/def_gallery_bg.jpg) no-repeat top center;
	height: 1080px; }

#content p.callout, #innovation p.callout, #expertise p.callout {
	color: #888; 
	font-style: italic;
	padding: 20px 50px 20px 50px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	font-size: 1.2em;
	margin: 15px 0 15px 0;}

table.orange th {  
	background: #fcb016;
	color: #000; }
	
	.def th { background: url(defense/images/def_events_bg.gif); }

/*---------------------------------------------
	-  Info styles
	---------------------------------------------*/	

.info ul li a { color: #000; }
	
	.info ul li a:hover { color: #FF0000; }

.corp_list li { list-style: none url(images/arrow_right.gif) outside; }

.info table th { background: url(images/events_bg.gif); }

.campus_map { border: 1px solid #979797; }

.employmentBG { background: url(info/images/employment_bg.jpg) no-repeat right bottom; }

ul.supplier li { 
	padding: 0 0 20px 0;
	margin: 0 .5em 0 0 !important; 
	font-size: 1.1em;
	display: block; }

.supplierBG { background: url(info/supplier/images/supplier_philosophy.jpg) no-repeat right bottom; }

.supplierBG_products { background: url(info/supplier/images/supplier_products.jpg) no-repeat; }

.supplierBG_become { background: url(info/supplier/images/supplier_become.jpg) no-repeat right bottom; }

.downloads, .dc_login, .info_login, .cs_login { 
	background: url(/info/downloads/images/topright_corner.gif) no-repeat top right #424243;
	overflow: auto; }
	
	.info .downloads { 
		width: 765px;
		padding: 30px 0 0 25px; }
	
	.dc_login .cap, .info_login .cap, .cs_login .cap, .downloads .cap { 
		background: url(/info/downloads/images/bottomleft_corner.gif) no-repeat bottom left #424243;
		height: 20px;
		clear: both; }
	
	.dc_login .cap, .info_login .cap, .cs_login .cap {
		width: 213px;
		margin: 17px 0 0 -25px; }
	
	.downloads .cap {  
		width: 775px;
		margin-left: -25px; }
		
	.downloads .marginright { margin-right: 20px; }

	.downloads h3, .downloads p {
		text-align: center;
		color: #fff; }

	.downloads h2 { 
		color: #fff; }	
		
	.downloads img { border: 1px solid #000; }

p.caption { 
	padding-top: 10px;
	font-size: .7em; }

img.press { border: 2px solid #444 !important; }

a:hover img.press { border: 2px solid #FF0000 !important; }

a.pdf {
	float: right;
	display: block;
	background: url(info/press/images/adobeicon.gif) right center no-repeat; 
	height: 43px;
	width: 150px;
	padding: 7px 60px 0 0;
	margin-bottom: 15px; 
	font-size: .8em;
	text-align: right; }
	
ul.press li { 
	padding: 0 0 20px 0;
	margin: 0 .5em 0 0 !important; 
	font-size: 1.1em;
	display: inline; }

	ul.press li a, ul.supplier li a { color: #000; }
	
		ul.press li a:hover, ul.supplier li a:hover { color: #ff0000; }
	
	ul.blacktext li a { color: #000; }
		
		ul.blacktext li a:hover { color: #ff0000; }
		
p.press a { color: #444;
		text-decoration: none;
		display: inline; }
		
p.press a:hover { text-decoration: underline;
		display: inline; }

h2.press { margin-top: 15px; }

table.press, table.press td, table.press tr { border: 0; }

table.press { margin-top: 30px; }

table.press td { 
	font-weight: bold;
	padding: 0 20px 10px 0; 
	vertical-align: top; }
	
	table.press td a { 
		color: #444;
		background: url(info/press/images/pdf2.gif) no-repeat top left;
		padding-left: 25px;
		display: block;
		width: 425px; }

.supplier table, .supplier table tr, .supplier table tr td, .noborder,  .noborder tr, .noborder tr td {	border: 0 !important; }

#ddlCategory { margin-bottom: 20px; } 

#ugrdDocs_mtb tr td { padding: 0 0 0 10px !important; }

#G_ugrdDocs tr td { padding: 10px !important; }

.supplieradmin, .supplieradmin table { width: 580px; }

	.supplieradmin table, .supplieradmin table tr td { border: 0; }


iframe.cservice { 
	border: 0;
	width: 780px;
	height: 530px; }

.sitemap ul, .sitemap ul ul {
	font-size: 1em !important; 
	margin-left: 30px; }
	
	.sitemap h2 { font-size: 1.4em; }
	.sitemap h3 { font-size: 1.1em; }
	.sitemap h2, .sitemap h3 { margin: 20px 0 10px 0; }

.form input { float: right; }

.form input.left { float: left; margin-right: 10px; }
