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

html{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

.hide {
	display:none;
}

/* Universal */

#banner {
	margin-left:-240px;
	padding: 0;
	position: absolute;
	left: 50%;
	bottom: 50px;
	width: 480px;
	height: 120px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	z-index: 3;
}

#banner img {
border: none;
}

#bottom {
	margin-left:-460px;
	padding: 0;
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 920px;
	height: 40px;
	background: url(../images/edgeski-bottom.png);
	line-height: 40px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	z-index: 3;
}

#bottom ul{
	margin: 0;
	padding: 0;
}

#bottom li{
	display: inline;}

#bottom .first{
	font-weight: bold;
	margin-right: 12px;
}

#bottom .sep{
	margin:0 8px 0 8px;
}

#bottom a:link{
	color:#000;
	text-decoration: none;
}

#bottom a:visited{
	color:#000;
	text-decoration: none;
}

#bottom a:hover{
	color:#000;
	text-decoration: underline;
}

/* Pro Shop Page */

#sun {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: url(../images/edgeski-proshop-bg-sun.png) center top repeat-x;
}

#top {
	margin: 0 auto;
	padding: 50px 0 50px 0;
	width: 728px;
}

#terrains{
	margin: 0 auto;
	padding: 0;
	width: 930px;
	height: 300px;
}
#terrains img {
	margin: 0;
	padding: 0 5px 0 5px;
	border: none;
}

/* Splash */

#blue {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0;
	width: 100%;
	max-height: 1200px;
	height: 100%;
	background: url(../images/edgeski-splash-water.jpg) center center repeat-x;
	z-index: 0;
}

#blue h1{
	margin: 0 0 0 5px;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
}

#blue p{
	margin: 0 15px;
	padding: 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

#boat {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 800px;
	height: 525px;
	background: url(../images/edgeski-splash-malibu-boat.png) left bottom no-repeat;
	z-index: 2;
}

#boat-hover {
	margin: -150px 0 0 0;
	padding: 0;
	position: absolute;
	left: 10%;
	top: 50%;
	width: 300px;
	height: 300px;
	background: url(../images/edgeski-300box.png) center center no-repeat;
	display: none;
	z-index: 4;
}
#boat-half{
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	z-index: 3;
}

#ub, #nb, #vt {
	margin: 0 5px;
	padding: 0;
	border: none;
	float: right;
}

#grandrapids {
	margin-top: -364px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 50%;
	width: 653px;
	height: 300px;
	background: url(../images/edgeski-splash-grandrapids.png) center center no-repeat;
	z-index: 1;
}

#grandrapids-hover {
	margin: -150px 0 0 0;
	padding: 0;
	position: absolute;
	right: 10%;
	top: 50%;
	width: 300px;
	height: 300px;
	background: url(../images/edgeski-300box.png) center center no-repeat;
	display: none;
	z-index: 4;
}

#grandrapids-half{
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	z-index: 3;
}

#logo {
	margin-left: -375px;
	padding: 0;
	position: absolute;
	left: 50%;
	top: 0px;
	width: 750px;
	height: 102px;
	text-align: right;
	z-index: 5;
	text-align: center;
}

#logo img{
	margin: 0;
	padding: 0;
	border: none;
}

#logo h5 {
	margin: 0 0 10px 0;
	padding: 0 8px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3e6089;
	letter-spacing: -.1em;
}

#logo h5 img {
	vertical-align: middle;"
}|