@charset "utf-8";
/* NavBar */
#navBar, #homeMenu {
	width:100%;
	background-image: url(../images/menu-bar-tileUp.gif);
	background-repeat: repeat-x;
	border:none;
	font-size: 12px;
}
/* Controls NavBar Drop down Buttons format and position */
#navBar span {
	/*margin: 1;*/
	padding: 2px;
	padding-left: 22px;
	display:block;
	background-position: 0% 48%;
	background-repeat: no-repeat;
}
#navBar li, #homeMenu li{
	background-image: url(../images/menu-bar-tileUp.gif);
	background-repeat: repeat-x;

}

#homeMenu a:hover, #homeMenu a:focus{
	background-image: url(../images/menu-bar-tileOver.gif);
	background-repeat: repeat-x;
	color:#FF8022;
}
/* Controls the Main Menu Bar items static look */
#navBar li a, #homeMenu li a{
	color:#000000;
	background-color: transparent;
	display:block;
}
/* This controls the upstate colour of the text and background of the Drop-down Menus */
#navBar li li a{
	color:#FFF;
	
	display:block;
}
/* Leaves Button in a Down State for Current section */
#navBar a.current, #homeMenu a.current{
	color:#000000;
	background-image: url(../images/menu-bar-tileOver.gif);
	background-repeat: repeat-x;
}

/* Controls Bar downstate image when in pulldown menu */
#navBar li li li a.MenuBarItemHover, a.MenuBarItemSubmenuHover, a.MenuBarSubmenuVisible{
	background-image: url(../images/menu-bar-tileOver.gif);
	background-repeat: repeat-x;
}

/* Controls the font rollover colour for drop-down Menus */
#navBar  a.MenuBarItemHover {
	color:#0e245e;
	background-color:#FF6600;
	display:block;
}
/* Controls the font rollover colour for Main Menu Bar topics */
#navBar a.MenuBarItemSubmenuHover, #navBar a.MenuBarSubmenuVisible{
	color:#FF8022;
	display:block;
}

/* Products button Icons */
#product-1 {
	background-image: url(../images/ob_logoN.png);
	background-repeat:no-repeat;
}	
#product-2 {
	background-image: url(../images/nx_logoN.png);
	background-repeat:no-repeat;
}
#product-3 {
	background-image: url(../images/wo_logoN.png);
	background-repeat:no-repeat;	
}
#product-4 {
	background-image: url(../images/lv_logoN.png);
	background-repeat:no-repeat;	
}
#product-5 {
	background-image: url(../images/pm_logoN.png);
	background-repeat:no-repeat;
}
#product-6 {
	background-image: url(../images/hd_logoN.png);
	background-repeat:no-repeat;
}
#Bar{
	background-image: url(../images/menu-bar-tileUp.gif);
	background-repeat:repeat-x;
	margin-top: 450px;
	position: absolute;
	margin-left: 7px;
	width: 866px;
	height: 44px;
	z-index: 99;
}
/* spry Horizontal Menu Bar Fix for IE */
ul.MenuBarHorizontal#navBar li {
	width: auto;
	white-space: nowrap;
	display:block;
}
ul.MenuBarHorizontal#navBar ul {
	position:absolute;
	width: auto;
	padding:0;
	margin:0;
	float:none;
	white-space: nowrap;
	background-color:#223E67;
}

ul.MenuBarHorizontal#navBar ul li {
	display: block;
	padding: 0;
	float: none;
	width: auto;
	background-image:none;
	white-space: nowrap;
	clear:both;
}

/* Shadow Effect for backgroud */
#upperShadow {
	background: #3F4D67
		url(../images/sideShadows.gif)
		repeat-y 50% 0px;
	margin:0px auto;
	padding:0px 19px;
	width:930px;
	text-align:left;
}

#bottomShadow {
	background: #3F4D67
	    url(../images/footerShadow.gif)
		no-repeat 50% 0%;
	margin:0px;
	padding:13px 0px 0px 0px;
}
/* Bottom Nav Style */
#footerNav {
	text-align:center;
	padding-top:12px;
}
.bNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #D0D8E1;
	overflow:hidden;
}
.bNav A:link {
	color: #D0D8E1;
	text-decoration: none;
	padding:5px;
}
.bNav A:visited {
	color: #666666;
	text-decoration: none;
}
.bNav A:hover {
	color: #fb8227;
	text-decoration: underline;
}
.bottomPolicy {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	word-spacing: normal;
}
.bottomPolicy A:link {
	color: #b47523;
	text-decoration: none;
}
.bottomPolicy A:visited {
	color: #999999;
	text-decoration: none;
}
.bottomPolicy A:hover {
	color: #D0D8E1;
	text-decoration: underline;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
