@font-face {
 font-family: 'allerregular';
 src: url('../fonts/aller_rg-webfont.eot');
 src: url('../fonts/aller_rg-webfont.eot?#iefix') format('embedded-opentype'), 
      url('../fonts/aller_rg-webfont.woff') format('woff'), 
	  url('../fonts/aller_rg-webfont.ttf') format('truetype'), 
	  url('../fonts/aller_rg-webfont.svg#allerregular') format('svg');
 font-weight: normal;
 font-style: normal;
 }
.cbp-af-header {
	/*position: fixed;*/
	top: 45px;
	left: 0;
	width: 100%;
	background: url(../images/topPanelBg.jpg) repeat left top ;
	z-index: 100;
	margin-bottom: 5px;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
}
.cbp-af-header .cbp-af-inner {
	width: 100%;
	
	margin: 5px auto;
	padding: 0 0;
	border-top: solid 8px #d92b00;
}
.cbp-af-header h1,  {
	display: inline-block;
	position: relative;
}
/* We just have one-lined elements, so we'll center the elements with the line-height set to the height of the header */
.cbp-af-header h1, .cbp-af-header nav {
	padding: 0px 0 0 0;
}
.cbp-af-header h1 {
	width: 273px;
	height: 59px;
	margin:16px 0 0;
	padding:0;
}
.cbp-af-header h1 a {
	width:100%;
	height:100%;
	background:url(../images/logo.png) no-repeat left top;
	background-size:100% 100%;
	text-indent:-9999px;
	display:block;
}
.cbp-af-header nav {
	float: ;
}
.cbp-af-header nav ul { float:left;}
.cbp-af-header nav ul li { float:left; position:relative; }

.cbp-af-header nav ul ul{ position:absolute; display:none; width:250px; }
.cbp-af-header nav ul li:hover ul{
	display:block;
	z-index:1000;
}
.cbp-af-header nav ul li li{
	width:200px;
}
.cbp-af-header nav ul li li a {
	padding:5px 15px;
	line-height:22px;
	margin:0;
	border-bottom:solid 1px #232120;
	background:#d43758;
	display:block;
	font-size:12px;
	color: #FFF;
}
/*.cbp-af-header.cbp-af-header-shrink{ top: 0;}
.cbp-af-header.cbp-af-header-shrink nav {padding-top:30px;}
.cbp-af-header nav ul, .cbp-af-header.cbp-af-header-shrink nav ul { float:left;}
.cbp-af-header nav ul li, .cbp-af-header.cbp-af-header-shrink nav ul li { float:left; position:relative; }

.cbp-af-header nav ul ul, .cbp-af-header.cbp-af-header-shrink nav ul ul { position:absolute; display:none; width:250px; }
.cbp-af-header nav ul li:hover ul, .cbp-af-header.cbp-af-header-shrink nav ul li:hover ul {
	display:block;
	z-index:1000;
}
.cbp-af-header nav ul li li, .cbp-af-header.cbp-af-header-shrink nav ul li li {
	width:200px;
}
.cbp-af-header nav ul li li a, .cbp-af-header.cbp-af-header-shrink nav ul li li a {
	padding:5px 15px;
	line-height:22px;
	margin:0;
	border-bottom:solid 1px #232120;
	background:#d43758;
	display:block;
	font-size:12px;
	color: #FFF;
}*/
.cbp-af-header nav li a {
	color: #4e4e4e;
	font-weight: normal;
	text-transform:uppercase;
	border: solid 1px #f1f1f1;
	background: #fff;
	margin: 0 0 0 0px;
	padding:11px 13px;
	font-size: 12px;
	font-family: 'allerregular';
}
.cbp-af-header nav li a:hover {
	color: #fff;
	background:#e9869b;
	border-top:solid 1px #d43758;
}
/* Transitions and class for reduced height */
.cbp-af-header h1, .cbp-af-header nav li a {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
/*.cbp-af-header.cbp-af-header-shrink {
	height: 64px;
}
.cbp-af-header.cbp-af-header-shrink nav li a {
	line-height: 0px;
	padding:9px 10px;
	font-size: 12px;
}
.cbp-af-header.cbp-af-header-shrink h1 {
	width:67px;
	height:60px;
}
.cbp-af-header.cbp-af-header-shrink .call{ display: none;}*/