/***** clearfix *****/

/* Panel Tab/button */
.tab {
  	height: 22px;
	position: relative;
    top:0px;
    z-index: 999;
	
	
}

.tab ul.login {
	display: block;
	position: relative;
  	height: 22px;
  	font-weight: bold;
	line-height: 22px;
  	color: white;
  	font-size: 13px;
	margin-left:50%;
	margin=right:50%;
	
}

.tab ul.login li {
	display: block;
	height: 22px;
  	
}

.tab a.open, .tab a.close {
	height: 22px;
	line-height: 22px !important;
	cursor: pointer;
	display: block;
	width: 151px;
	position: relative;	
}

/* sliding panel */
#wrap{
    position:relative;
	bottom:0px;
	clear:both;
}

#wrap #toppanel {
	position:absolute;
  	bottom:1px;
	width: 100%;
	z-index: 3;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	left: -1px;
}
#wrap1{
	position: absolute;
	bottom:0px;
	clear:both;
	margin:0 auto;
	width:100%;	
}

#wrap1 #toppanel {
	position:absolute;
  	bottom:76px;
	width: 100%;
	z-index: 3;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	left: -1px;
}

#panel {
	width: 100%;
	height: 180px;
	color:#333;
	background:#fff;
	overflow: hidden;
	position:relative;
	bottom:0px;
	z-index: 3;
	display: none;
	text-align: center;
	border-top:1px solid #CCC;
	
}
#panel ul.brand{
	position:relative;
	margin:0 auto;
	top:8px;
	width:980px;
	height:150px;
	clear:both;

}

#panel ul.brand li {
   float:left;
   margin-right:3px;
   margin-bottom:8px;
   border-right:1px solid #CCC;
   padding-right:3px;   

   
}
#panel ul.brand li div{ 
   width:130px;
   height:70px;
   display:table-cell;
   vertical-align:middle;  
   text-align:center; 
}

#panel ul.brand li img{	
   
}