@charset "UTF-8";
/* CSS Document */

* {margin:0; padding:0;}

body{
	overflow-y: scroll;
	overflow-x: hidden;
}

.ie7 body{
	overflow:hidden;
}

#mobiler {display:block;font-size:80px;}
#screener {display:none;}

.mobile-logo {width:100%;background-color:white;margin-bottom:0px;}
.mobile-sub {
	width:100%;
	float:left; 
	background-color:#cc0000;
	color:white;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	margin-bottom:50px;
	margin-top:0px;
	}
	
.mobile-navi {color:black;}

.mobile-navi ul li {
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	list-style-type:none;width:100%;
	display: block;
	font-size: 80px;
	line-height: 80px;
	box-sizing:border-box;
	padding: 50px 0px 50px 50px;
	text-decoration: none;
	border-bottom:5px solid #cc0000;
}
