/* Font definition for other browsers */
@font-face {
  font-family: Bnt;
  src: url('fonts/Aller_Rg.eot');
  src: url('fonts/Aller_Rg.ttf') format("truetype");
}

@font-face{ 
	font-family: 'bntbody';
	src: url('fonts/proximanova-regular-webfont.eot');
	src: url('fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
	     url('fonts/proximanova-regular-webfont.woff') format('woff'),
	     url('fonts/proximanova-regular-webfont.ttf') format('truetype'),
	     url('fonts/proximanova-regular-webfont.svg#webfont') format('svg');
}

@font-face{ 
	font-family: 'bntbody-bold';
	src: url('fonts/proximanova-semibold-webfont.eot');
	src: url('fonts/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
	     url('fonts/proximanova-semibold-webfont.woff') format('woff'),
	     url('fonts/proximanova-semibold-webfont.ttf') format('truetype'),
	     url('fonts/proximanova-semibold-webfont.svg#webfont') format('svg');
}

#top-bar-outer {
	width: 100%;
	height: 40px;
	display: block;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}

#top-bar-bg {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #FFFFFF; /* old browsers */
	box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	*zoom: 1;
	*position: relative;
}

#top-bar {
	margin: 0 auto;
	width: 960px;
	text-align: left;
	
}

#logo {
	float: left;
}

#logo a {
	text-indent: -9999px;
	background: transparent url(bnt_white.gif) no-repeat 0;
	display: block;
	color: #fff;
	height: 40px;
	width: 140px;
	margin-right: 5px;
	outline: none;
}

#global-nav {
	float: right;
	margin-left: 0;
}

#languageselect {
	float: right;
	width: 125px;
	height: 39px;
	margin-top: 7px;
}


#top-bar ul {
	float: right;
	list-style-type: none;
	margin: 0;
}

#top-bar ul li {
	margin: 0;
	padding: 0;
	float: left;
}


#top-bar ul li a {
	text-decoration: none;
	color: #336;
	padding: 10px 10px;
	display: block;
    font-weight: 500;
	font-family: Bnt,Helvetica Neue,Arial,sans-serif;
}

#global-nav ul {
}

#global-nav li {
height: 40px;
border-left: 1px solid #FF9966;
width: 70px;
text-align: center;

}
#global-nav li:first-child {

}

#global-nav li:last-child {
border-right: 1px solid #FF9966;
}


#global-nav li a {
	margin-right: 0px;
	outline: none;
}


#global-nav li a:hover {
	height: 20px;
	color: #fff;
	background: #333366; /* old browsers */
	background: -moz-linear-gradient(top, #336699 0%, #333366 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#336699), color-stop(100%,#333366)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#336699', endColorstr='#333366',GradientType=0 ); /* ie */
	box-shadow: 0 1px 2px rgba(0,0,0,0.8);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.8);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.8);
}


#global-nav li:first-child a:hover {

}

#global-nav li:last-child a:hover {

}


#global-nav a.active  {
	height: 20px;
	font-weight: bold;
	color: #336;
		box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	border-bottom: 5px solid #336;
}

#global-nav a.active:hover  {
	color: #FFF;
}