/*-------------GENERIC HEADER RULES------------*/
#header_container{ 
    overflow:hidden
}
#header{
	width:100%;
	overflow:hidden;
	position:relative;
}
#header a{
    padding-right:10px
}
.wrapper{ 
    margin:0 26px; max-width:100%
}
a, div { outline:none}

/*-------------HEADER BACKGROUND-----------*/
.bgLeft{ 
   position:absolute;
   top:0px;
   left:0px;
   height:52px; 
   width:26px
}
.bgCenter{ 
   height:52px;
   width:100%;
}
.bgRight{ 
   position:absolute;
   right:0;
   top:0px;
   float:right; 
   height:52px; 
   width:26px
}
/*-----------NAVIGATION icons-----------*/
#header a.icons{
   position:absolute;
   display:block;
   width:52px;
   height:52px;
   top:0px;
}
#header a.icons span , #header a.iconsActive span{
   display:none
}
#header a.icons:hover{
   background-position:0 -52px;
}

#header a.firstIcon{ left:0px}
#header a.secondIcon{left:52px}
#header a.thirdIcon{right:52px}
#header a.fourthIcon{right:0px}

/*------------MAIN TITLE------------*/
#header .mainTitle{position:absolute; top:18px; left:65px; }
#header .menuLinks{margin:0; position:absolute; top:18px; right:10px; }


/*------------HACKS------------*/
.dj_safari .mainTitle p{float:left; margin:12px 0 0 0;height:15px; }
.dj_safari .mainTitle p.under{float:left; margin:0 0 0 0; height:15px; }

