@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #333;
	background:-moz-linear-gradient(50% 10% -90deg,
	rgba(170, 194, 204, 1) 0%,
	rgba(255, 255, 255, 1) 100%);
	background:-webkit-gradient(linear,50% 10%,50% 100%,
	color-stop(0, rgba(170, 194, 204, 1)),
	color-stop(1, rgba(255, 255, 255, 1)));
	margin: 0px;
}
#wrapper {
	width: 300px;
	margin-right: auto;
	margin-left: auto;	
}
nav {
	font-size: 1.143em;
	line-height: 30px;
	margin: 5px auto 5px auto;
	text-align: center;
	width: 280px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

nav ul {list-style: none; margin: 0 auto; width: 280px;}
nav li {
	width: 260px;
	margin-left: 0px;
	display: block;
}

nav a:link, #banner nav a:visited {
	color: #fff;
	display: block;
	height: 30px;
	text-decoration: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-top: 5px;
	padding-right: 1.5em;
	padding-bottom: 5px;
	padding-left: 1.5em;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: -35px;
	background-color: #000;
}
nav a:hover, nav a:active,
nav .active a:link, nav .active a:visited {
	background: #fff;
	color: #333;
	margin: 5px;
	text-shadow: none !important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#wrapper header {
	background-image: url(images/logo-mob-2.png);
	background-repeat: no-repeat;
	display: block;
	padding-top:65px;
}
#wrapper #hero {
	display: hidden;
}
#wrapper #content {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	display:block;
	font-size: 14px;
}

#wrapper #content h2 {
	font-size: 14px;
	color: #33535A;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	padding-bottom: 10px;
}
footer {
	background-color:#000;
	color:#fff;
	display:block;
}
#center{
	width: 300px;
	padding-top: 10px;
	padding-bottom: 30px;
	margin-right: auto;
	margin-left: auto;	
}
#button {
	font-size: 1.143em;
	height: 50px;
	
}
#button a:link, a:visited {
	color: #fff;
	display: inline-block;
	height: 30px;
	text-decoration: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 5px;
	padding-top: 5px;
	padding-right: 1.5em;
	padding-bottom: 5px;
	padding-left: 1.5em;
	background-color: #000;
}
#button a:hover, #button a:active,
#button .active a:link, #button .active a:visited {
	background: #fff;
	color: #333;
	margin: 5px;
	text-shadow: none !important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}