* { margin: 0; padding: 0; }
body { background-color:#000; height:100%;}
html{ font-size:100%; }

article, aside, figure, footer, header, nav, section { display: block; }

a:active, a:link, a:visited {text-decoration:none; outline: none; color:#fff;}

a:hover {color:#CCC;}

.AlternateGotNo2D { 
	font-family: AlternateGotNo2D;
	font-weight: normal;
	font-style: normal;
}

.site-wrap {
	margin:0 auto;
	width:1080px;
	text-align:center;
	overflow: hidden;
	background-color:#000;
	box-shadow: 0 0 2px #161616;
}

header {
	height:50px;
	background: url(../images/nav-background.jpg) 50% 0 no-repeat;
	background-image: url(../images/nav-background.jpg);
	overflow:hidden;
	/*background-color:#fff;*/
}

header nav {
	overflow:hidden;
	width:780px;
	margin: 0 auto;
	}

header nav ul, footer ul {
	list-style:none;
}

header nav ul li {
	float:left;
	width:257px;
	padding-top: 13px;
	font-family: 'AlternateGotNo2D', Helvetica, Sans-Serif;
	font-size:26px;
	text-transform:uppercase;
	letter-spacing:2px;
	opacity:60%;
}

header nav a:active, header nav a:link, header nav ul li a:visited {text-decoration:none; outline: none; color:#000;}

header nav ul li:hover a {color:#fff; text-shadow: 1px 1px 2px #161616;}



@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
 
.fade-in {
    opacity:0;  /* make things invisible upon start */
    -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;
 
    -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
 
    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    animation-duration:1s;
}
 
.fade-in.one {
-webkit-animation-delay: 0.3s;
-moz-animation-delay: 0.3s;
animation-delay: 0.3s;

}

#main-image {
		background-color:#000;
		height:599px;
		margin:0;
		padding:0;
		display:block;
}

#main-image img {vertical-align:bottom;}


/*   INFO   */

#info-wrap {
	width: 1080px;
	height: 280px;
	background-color:#fff;
	display:block;
	text-align:left;
	box-shadow: 0 0 2px #000;
	-webkit-box-shadow: 0 0 2px #000;
	
}

#info-top {
	width:870px;
	margin: 0 auto;
	display:block;
	overflow:hidden;
	padding-top:16px;
}

#info-bottom {
	width:870px;
	margin: 0 auto;
	display:block;
	overflow:hidden;
}

.info-bound {
	margin:10px;
	/*border-top: 1px solid #cecece;*/
	float:left;
	background-color:;
	width: 270px;
	height: 110px;
	font-family: 'Aver Italic';
	font-size:15px;
	font-style:italic;
	font-weight:500;
}

#info-wrap .info-bound p {}

.info-icon {float:left;}

#wash-p {
	padding-top:22px;
	padding-left:26px;
	overflow:hidden;
}

#wash-image {
	margin: 10px 2px 0 1px;
}

#nocorn {
	margin: 0px 15px 0 3px;
}

#nocorn-p {
	padding-top:25px;
	padding-left:11px;
}

#fountain-p{
	padding-top:12px;
	padding-left:10px;
	overflow:hidden;
}

#fountain {
	margin: 10px 2px 0 1px;
}

#Natwave-p {
	padding-left: 15px;
	overflow:hidden;
}

#Natwave {
	margin: 15px 0px 0 0px;
}

#drinks-p {
	padding-top:11px;
	padding-left:9px;
	overflow:hidden;
}

#drinks {
	margin: -4px 8px 0 1px;
}

#hours-p {
	padding-top:10px;
	padding-left:12px;
	overflow:hidden;
}

#hours {
	margin: 7px 2px 0 1px;
}

#contact {
	height: 221px;
	background: url(../images/woodBG.jpg) 50% 0 no-repeat;
	background-image: url(../images/woodBG.jpg);
	overflow:hidden;
}

.contact-box {
	width:600px;
	margin: 77px auto;
}

#contact-list {
	height:120px;
	float:left;
	width:270px;
	padding-right:30px;
	text-align:right;
	font-family: 'AlternateGotNo2D', Helvetica, Sans-Serif;
	font-size:26px;
	line-height:24px;
	color:#fff;
	letter-spacing:1px;
}

footer .contact-box ul {}

footer .contact-box ul li {}

#contact-list2 {
	height:120px;
	float:left;
	width:250px;
	text-align:left;
	padding-left:50px;
	font-family: 'AlternateGotNo2D', Helvetica, Sans-Serif;
	font-size:26px;
	line-height:24px;
	color:#fff;
	letter-spacing:1px;
}

#footer {background-color:#000;height:32px; display:block;}