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

#banner {
	height: 80px;
	width: 100%;
	margin: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#wave {
	height: 100%;
	width: 100%;
	background-image: url(banner_imgs/banner_wave.png);
	background-repeat: repeat-x;
	background-position: -3px;
}
#sea {
	background-image: url(banner_imgs/banner_sea.png);
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

nav {
	position: absolute;
	left: 266px;
	top: 54px;
	display: flex;
}

nav a {
	position:relative;
	color: #FFF;
	text-decoration: none;	
	display:block;
	padding-right:23px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

nav a:hover {
	color: #FF0;
	text-decoration: none;	
}

nav a.selected_link {
	color: #FF0;
}


nav a.selected_link:before {
	content: "";
	position: absolute;
	top:-50px;
	margin-left: -13px;
	background-image: url(banner_imgs/boat.png);
	height: 49px;
	width: 69px;
	display: block;
}

#nav {
	position: absolute;
	left: 269px;
	top: 54px;	
}


#nav ul{
	list-style-type: none;
	margin: 0;
 	padding: 0;
}

#nav li{
	color: #FFF;
	display: inline-block;
	padding-right: 10px; 
}

#nav a {
	color: #FFF;
	text-decoration: none;	
	display:block;
}

#nav a:hover {
	color: #FF0;
	text-decoration: none;	
}

#nav a.selected_link {
	color: #FF0;
}

#nav a.selected_link:before {
	content: "";
	position: absolute;
	top:-50px;
	margin-left: -15px;
	background-image: url(banner_imgs/boat.png);
	height: 49px;
	width: 69px;
	display: block;
}

/*

#boat {
	background-image: url(banner_imgs/boat.png);
	height: 49px;
	width: 69px;
	position: absolute;
	left: 253px;
	top: 5px;
}
*/



#homelink {
	position: absolute;
	left: 269px;
	top: 52px;
	color: #FFF;
}
#productslink {
	position: absolute;
	left: 326px;
	top: 52px;
	color: #FFF;
}
#aboutuslink {
	position: absolute;
	left: 394px;
	top: 52px;
	color: #FFF;
}
#customersrvlink {
	position: absolute;
	left: 477px;
	top: 52px;
	color: #FFF;
}

#contactlink {
	position: absolute;
	left: 672px;
	top: 52px;
	color: #FFF;
}

#schoolslink {
	position: absolute;
	left: 605px;
	top: 52px;
	color: #FFF;
}

body {
	background-image: url(banner_imgs/cloudbkg.png);
	background-repeat: repeat-x;
	background-position: 0px 60px;
	background-color: #a0dbff;
}

