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

.space {
	height: 250px;
}

.space2 {
	height: 290px;
}

.space3 {
	height: 60px
}

/*header {
	position:fixed;
	background-color: #FFF;
	width: 100%;
	height: 50%;
}*/
/* Nav */

ul.nav {
	/*margin: 85px 0 20px 0;
	padding: 0;
	padding-left: 5%;
	padding-right: 5%;*/
	font-size: 15px;
	list-style: none;
	float: right;
	text-transform: uppercase;
	text-align: left;
	/*width: 100%;
	background-color: #C4FFFF;*/
}
ul.nav li {
	margin: 0 24px 0 0;
	padding: 0;
	display: block;
	text-align: left;
	float: right;
	background-image: none;
}
ul.nav li a {
	padding: 0 0 3px 0;
	text-decoration: none;
	line-height: 30px;
	color: #333;
}
ul.nav li a:hover {
	padding: 0 0 3px 0;
	border-bottom: 5px solid #333;
	text-decoration: none;
	line-height: 30px;
	color: #333;
}

footer {
	text-align: center;
	font-size: 12px;
}

/*.logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	width: 400px;
	height: 152px;
}*/

h1 {
	font-weight: bold;
	font-size: 28px;
	color: #000000;
	line-height: 36px;
	margin-bottom: 24px;
	text-align: center;
}
p {
	font-size: 14px;
}
/*  _______________________________________

	 filter
    _______________________________________  */

#container {
	display: block;
	margin: 0;
}
.cleaner {
	clear: both;
}
ul {
	margin: 0;
	text-align: left;
}
ul.menu {
	margin-left: .5em;
	margin-bottom: 1em;
	text-align: center;
}
ul.menu li {
	list-style-type: none;
	display: inline-block;
	font-weight: bold;
	text-shadow: 1px 1px 0px #bee5eb;
	padding: 2px 15px;
	list-style: none;
}
.selected {
	-webkit-border-radius: 15px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #bee5eb;
	-webkit-box-shadow: 1px 1px 0px #bee5eb;
}
.selected a, .selected a:visited {
	text-shadow: 1px 1px 0px #bee5eb;
	color: #fff;
}