img {border:0;}
.bannerupsNav {background:url(../images/nav/navBac.gif) no-repeat 0 0; width:859px; height:179px; font:bold 13px Arial, Helvetica, sans-serif; color:white; text-transform: uppercase;} 
.bannerupsNav a {text-decoration:none;}
.bannerupsNav a:link, .bannerupsNav a:visited {color:white;}
.bannerupsNav a:hover {color:black;}
.bannerupsNav a:active {color:white;}
.bannerupsNav ul  {display:block; float:left; padding:0; margin:0;}
.bannerupsNav ul li {display:block; float:left; padding:0 4px 7px 8px;}
.bannerupsNav ul li ul li {margin:0; padding:0;}
.bannerupsNav ul li ul li a {padding:5px;}

.nav1 {position:absolute; top:137px; width:600px; z-index:10;}
.nav1 ul li {z-index:10;}

.nav2 {position:absolute; top:161px; width:800px; z-index:9;}
.nav2 li {margin-right:8px;}
.nav2 li a:hover {color:white;}

.n1-1 a span {visibility:hidden; display:block; position:absolute; left:496px; top:-137px; z-index:5;}
.n1-1 a:hover span, .n1-1 a:active span, .n1-1  a:focus span {visibility:visible;}
.n1-2 a span {visibility:hidden; display:block; position:absolute; left:400px; top:-137px; z-index:5;}
.n1-2 a:hover span, .n1-2 a:active span, .n1-2  a:focus span {visibility:visible;}

.n1-3 a span {visibility:hidden; display:block; position:absolute; left:305px; top:-137px; z-index:5;}
.n1-3 a:hover span, .n1-3 a:active span, .n1-3  a:focus span {visibility:visible;}

.n1-4 a span {visibility:hidden; display:block; position:absolute; left:227px; top:-137px; z-index:5;}
.n1-4 a:hover span, .n1-4 a:active span, .n1-4  a:focus span {visibility:visible;}
.n1-5 a span {visibility:hidden; display:block; position:absolute; left:145px; top:-137px; z-index:5;}
.n1-5 a:hover span, .n1-5 a:active span, .n1-5  a:focus span {visibility:visible;}
.n1-6 a span {visibility:hidden; display:block; position:absolute; left:39px; top:-137px; z-index:5;}
.n1-6 a:hover span, .n1-6 a:active span, .n1-6  a:focus span {visibility:visible; z-index:5;}
.n1-6 a:hover a {z-index:11;}
.n1-6  {z-index:11;}

.picLeft {float:left;text-align:center;}
.lang {background-color:black; position:absolute; top:0; padding-left:5px; font-size:11px;}

.imgDesc {position:relative; z-index:1; font:11px Arial, sans-serif; color:white; top:-50px; display:block; float:left; text-align:center;}



a {font-family: Arial, Helvetica, sans-serif;}
a:link {
	color: #0076C0;
	font-weight: bold;
	text-decoration:none;
}
a:visited {
	color: #0076C0;
	text-decoration:none;
}
a:hover {
	color: #0076C0;
}
a:active {
	color: #0076C0;
	text-decoration:none;
}


html,
	body {
		margin:0;
		padding:0;
		height:100%;
		background-image:url();
		background-repeat:repeat-y;
		margin: 0 auto;
		
	}
	#container {
		min-height:100%;
		position:relative;
	}
	#header {
		background:#ffffff;
		padding:0px;
		top:0px;
	}
	#body {
		padding:0px;
		padding-bottom:0px;	/* Height of the footer */	
		height:900px;
		overflow:visible;
	}
	


	h1 {
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	margin-left:130px;
	}
	.product {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-style:italic;
	font-weight:bold;
	}
	
	#footer {
		position:absolute;
		bottom:0;
		width:100%;
		height:118px;
		color:#000000;		/* Height of the footer */
		float:left;
	}
	
	#callouttop {
	-moz-border-radius-topright: 6px;
-webkit-border-radius-topright: 6px;
border-topright: 1px solid #004373;

-moz-border-radius-topleft: 6px;
-webkit-border-radius-topleft: 6px;
border-topleft: 1px solid #004373;
}

#calloutbottom {
-moz-border-radius-topright: 6px;
-webkit-border-radius-topright: 6px;
border-topright: 1px solid #004373;

-moz-border-radius-bottomleft: 6px;
-webkit-border-radius-bottomleft: 6px;
border-bottomleft: 1px solid #004373;

-moz-border-radius-bottomright: 6px;
-webkit-border-radius-bottomright: 6px;
border-bottomright: 1px solid #0077c0;
}

	/* other non-essential CSS */
	#header p,
	#header h1 {
		margin:0;
		padding:10px 0 0 10px;
	}
	#footer p {
		margin:0;
		padding:10px;
	}
	h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	}
	

/* SuperFish menu */

	/*** ESSENTIAL STYLES ***/
	.sf-menu, .sf-menu * {margin:0; padding:0; list-style:none;  }
	.sf-menu {line-height:1.0;}
	
	.sf-menu ul {
		position:absolute;
		top:-999em;
		width:14em; /* left offset of submenus need to match (see below) */
	}
	
	.sf-menu ul li {width:100%; background-color:#00246a; padding:5px 5px;}
	
	.sf-menu li:hover {
		visibility:inherit; /* fixes IE7 'sticky bug' */
		
	}

	.sf-menu li li:hover { background-color:#095fac; color:white;}
	.sf-menu li li a:hover {color:white;}
	.sf-menu li li 
	.sf-menu li {float:left; position:relative;}
	
	.sf-menu a {display:block; position:relative; color:white;}
	
	.sf-menu li:hover ul,
	.sf-menu li.sfHover ul {
		top:23px; /* match top ul list item height */
		z-index:99;
		color:white;
		
	}
	
	.nav2 li:hover ul,
	.nav2 li.sfHover ul {
		top:16px; /* match top ul list item height */
		z-index:99;
		color:white;
		
	}
		
	ul.sf-menu li:hover li ul,
	ul.sf-menu li.sfHover li ul {
		top:-999em;
		color:white;
	}
	
	ul.sf-menu li li:hover ul,
	ul.sf-menu li li.sfHover ul {
		left:14em; /* match ul width */
		top:0;
	}
	
	
	/*** shadows for all but IE6 ***/
	.sf-shadow ul {
		background:	url('/images/layout/menu/shadow.png') no-repeat bottom right;
		padding:0 9px 9px 0;
	}
	
	.sf-shadow ul.sf-shadow-off {background: transparent;}
	
	/*** arrows **/
	.sf-menu a.sf-with-ul {
		padding-right:2.25em;
		min-width:1px; /* trigger IE7 hasLayout so spans position accurately */
	}
	
	.sf-sub-indicator {
		position:absolute;
		display:block;
		right:.75em;
		top:1.05em; /* IE6 only */
		width:10px;
		height:10px;
		text-indent:-999em;
		overflow:hidden;
	}
	
	a > .sf-sub-indicator {  /* give all except IE6 the correct values */
		top:.8em;
		background-position:0 -100px; /* use translucent arrow for modern browsers*/
	}
	
	/* apply hovers to modern browsers */
	a:focus > .sf-sub-indicator,
	a:hover > .sf-sub-indicator,
	a:active > .sf-sub-indicator,
	li:hover > a > .sf-sub-indicator,
	li.sfHover > a > .sf-sub-indicator {
		background-position:0px -100px; /* arrow hovers for modern browsers*/
	}

	/* point right for anchors in subs */
	.sf-menu ul .sf-sub-indicator {background-position: -10px 0;}
	.sf-menu ul a > .sf-sub-indicator {background-position: 0 0;}
	
	/* apply hovers to modern browsers */
	.sf-menu ul a:focus > .sf-sub-indicator,
	.sf-menu ul a:hover > .sf-sub-indicator,
	.sf-menu ul a:active > .sf-sub-indicator,
	.sf-menu ul li:hover > a > .sf-sub-indicator,
	.sf-menu ul li.sfHover > a > .sf-sub-indicator {
		background-position: -10px 0; /* arrow hovers for modern browsers*/
	}
	
	.bannerupsNav ul li ul li {margin:0; padding:0;}
	.bannerupsNav ul li ul li a {padding:5px;}


.hometype {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}

.customerheadline {
	color:#ffffff;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	}
.customertype {
	color:#ffffff;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	line-height:20px;
	}
	
	.redhighlight {
	color:#ff3300;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:2;
	}
	.whitehighlight {
	color:#ffffff;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	}
	.redhighlightitalic {
	color:#ff3300;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:italic;
	line-height:2;
	}
	.title {
	color:#0076C0;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	}
	.largetitle {
	color:#0076C0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	}
	.bullets {
	color:#000000;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.5;
	}
	.content {
	color:#000000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	}
	#imgs {
	padding:8px;
	a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0478C0;
	}
	.products {font-style:italic;
}
a.faq {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	
}
a.faq:link {
	color: #0076C0;
	font-weight: bold;
	text-decoration:none;
	
}
a.faq:visited {
	color: #0076C0;
	text-decoration:none;
}
a.faq:hover {
	color: #0076C0;
	text-decoration:underline;
}
a.faq:active {
	color: #0076C0;
	text-decoration:none;
}

.prodSelect {color:yellow;}


<!--[if lt IE 7]>
	#container {
		height:100%;
	}
<!--[endif]-->
