@charset "utf-8";
/* CSS Document */

ul#header-list {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* =============================================================================
   Links
   ========================================================================== */
a#header-link, a#header-link:link {
  color: #999999;
  text-decoration: none;
}
/* =============
   +MOBILE - HEADER
   ============= */
@font-face {
  font-family: 'BryantProRegular';
  src: url('../fonts/bryantpro-regular-webfont.eot');
  src: url('../fonts/bryantpro-regular-webfont.eot?iefix') format('eot'), url('../fonts/bryantpro-regular-webfont.woff') format('woff'), url('../fonts/bryantpro-regular-webfont.ttf') format('truetype'), url('../fonts/bryantpro-regular-webfont.svg#webfontmw9beFs5') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BryantProBold';
  src: url('../fonts/bryantpro-bold-webfont.eot');
  src: url('../fonts/bryantpro-bold-webfont.eot?iefix') format('eot'), url('../fonts/bryantpro-bold-webfont.woff') format('woff'), url('../fonts/bryantpro-bold-webfont.ttf') format('truetype'), url('../fonts/bryantpro-bold-webfont.svg#webfontmw9beFs5') format('svg');
  font-weight: normal;
  font-style: normal;
}

#mobile-header{
	min-width: 320px;
	margin: 0 auto;
}
div#top-bar{
	background: none;
	border-bottom: 1px solid #B3B3B3;
	background: #E9EAEB;
	height: auto;
}   
#zon-sites-menu ul{
	font-family: BryantProRegular;
	height: 30px;
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 3px;
	background-color: #FAFAFA;		
}
#zon-sites-menu ul li{
	text-transform: uppercase;
	text-align: center;
	width:auto;
	display: block;
	float: left;
	line-height: 30px;
	margin: 0 5%;
	text-align: center;
}
li span.zon-sites-option1, li span.zon-sites-option2, li span.zon-sites-option3{
	display: block;
}
#zon-sites-menu ul li a{
	color:#3E3E3E;
	font-size: 14px;
}
#mobile-header #mobile-logo{
	width: 110px;
	height: 60px;
	display: block;
	float: left;
}
#mobile-header #mobile-logo{
	width: 105px;
	height: 60px;
	display: block;
	float: left;
}
#mobile-header img{
	margin: 0!important;
	padding: 0!important;
}
#mobile-header #mobile-menu{
    background: url("../images/mobile-hbg.png") repeat-x #F7F7F7;
    background-color: #F7F7F7;
    height: 60px;
}
#mobile-header #mobile-main-menu{
	width: 210px;
	height: 60px;
	display: block;
	float: right;	
}
#mobile-header .mobile-main-option{
	display: block;
	width: 70px;
	float: right;
	margin: 0!important;
	padding: 0!important;
}
/* Contain floats: h5bp.com/q */.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}