/***** clearfix *****/
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}

/* Panel Tab/button */
.tab {
  	height: 42px;
	position: relative;
    top: 0;
    z-index: 100;
}


.tab a.open, .tab a.close 
{	
	cursor: pointer;
	display: block;
	position: relative;
}

/* sliding panel */
#toppanel {
    position: absolute;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    top: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#panel {
	width: 100%;
	height: 85px;
	color: #999999;
	background: #12171d;
	overflow: hidden;
	position: relative;
	z-index: 100;
	display: none;
}

#panel .content {
	width: 1006px;
	margin: 0 auto;
}
