/* Menu convert ul - dropdown box
----------------------------------------------- */
/* default style */
.selectnav { display: none; }

/* small screen */
@media screen and (max-width: 720px) {



  .js #menu { display: none; }
  .js .selectnav { display: block; float:left;}


body {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0;
}
  
/* Header
----------------------------------------------- */
.header {
	width:100%;
	background: url(../images/navbar/logo_phone.png) left no-repeat, url(../images/navbar/navbar3.png) repeat 50% 0%;
	height:111px;
	position:absolute; top:0; left:0;
}

/* Menu
----------------------------------------------- */
.js .selectnav {
    margin-top:80px;
	float:right;
	display:block;
	width:150px;
}

/* Main Content Are
----------------------------------------------- */
.content_body {
    margin-top:98px;
    margin-left:5px;
    margin-right:5px;
	position:absolute;
	width:100%;
	padding-bottom: 60px;
}

/* Hidden Stuff (on phones)
----------------------------------------------- */
#box_right { display:none; }
.extra_left { display:none; }

/* Footer
----------------------------------------------- */
#extra2{
	background:url(../images/footerextra.png)  repeat 50% 0%; height:40px; padding:10px 0;
	position:fixed; bottom:0; left:0;
	width:100%;	
}
.phone_footer{ width:100%; float:left; padding-top:10px; color:#999999; margin-left:10px;}
.phone_footer a{ text-decoration:none; }
.phone_footer a:link    {color:#00b1f1;}
.phone_footer a:visited {color:#00b1f1;}
.phone_footer a:hover   {color:#00b1f1;}
.phone_footer a:active  {color:#00b1f1;}



}/* End of stuff for smaller screen only */




