.slider-wrapper { 
	width: 95%; 
	padding-top: 30px;
	
}

ul#list-nav {
list-style:none;
margin:0px;
padding:0;
width:1280px
}

ul#list-nav li {
display:inline
}

ul#list-nav li a {
text-decoration:none;
padding:5px 0;
width:158px;
background:#8cc540;
color:#eee;
float:left;
text-align:center;
border-left:1px solid #fff;
}

ul#list-nav li a:hover {
background:#76CFE4;
color:#000
}

ul#list-nav li#home a {
background:#76CFE4;
}

ul#list-nav li#special a {
background:#76CFE4;
}

ul#list-nav li#store a {
background:#76CFE4;
}

ul#list-nav li#survey a {
background:#76CFE4;
}

ul#list-nav li#about a {
background:#76CFE4;
}


ul#list-nav li#contact a {
background:#76CFE4;
}

#header {
    position: fixed;
	top: 0px;
	width: 100%;
	z-index:100;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ecf8fd;
	font-family: 'HelveticaNeueThin',Helvetica,Arial,sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-size-adjust: 0.51;
	margin: 0px;
}

.footer{
	color: #000000;
	font-size: 15px;
	font-family:LuzSans Book;
}

.copyright {
	color: #2d4e65;
	font-size: 12px;
}