@import "menu.css";
body {
	background: #FFFFFF url('images/top-gradient.jpg') repeat-x top left;
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #002f54;
}
p {
	margin-top: 0em;
	margin-bottom: 0.4em;
}
a,a:visited {
	color: #2589C5;
}
a:hover {
	text-decoration: none;
}
div#container {
	width: 913px;
	margin: 0px auto;
	position: relative;
	text-align: left;
}
a#header {
	display: block;
	background: url('images/logo.jpg');
	width: 903px;
	margin-left: 10px;
	height: 127px;
	margin: 0px auto;
}
div#nav {
	background: url('images/top_menu_bg.jpg') no-repeat;
	width:903px;
	margin-left: 10px;
	height: 48px;
	margin: 0px auto;
	position: relative;
	z-index: 1;
}
form#searchArea {
	position: absolute;
	top: 17px;
	right: 1px;
	width: 175px;
	height: 38px;
}
form#searchArea input.text {
	position: absolute;
	top: 6px;
	left: 1px;
	border: 0px;
	width: 125px;
	background: none;
	color: #444;
	font-size: 10px;
}
form#searchArea input.button {
	position: absolute;
	top: 3px;
	right: 14px;
}
div#breadCrumbcontainer {
	background: url('images/breadcrumb_bg.jpg');
	width:903px;
	margin-left: 10px;
	height: 31px;
}
div#breadCrumb {
	padding-left: 33px;
	padding-top: 7px;
	color: #7695a2;
	font-size: 9px;
}
div#breadCrumb a.breadrumbClassStr {
	color: #0585aa;
	text-decoration: none;
}
div#content {
	width: 913px;
	margin-top: 20px;
	margin-bottom: 20px;
}
ul#icons {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul#icons li {
	float: left;
}
ul#icons li a {
	height: 78px;
	display: block;
}
ul#icons li a em {
	display:none;
}
a#waterskiing {
	width: 154px;
	background: url('images/footermenu_icons/waterski.gif') top left;
}
a#waterskiing:hover {
	background: url('images/footermenu_icons/waterski.gif') top right;
}
a#wakeboard {
	width: 151px;
	background: url('images/footermenu_icons/wakeboard.gif') top left;
} 
a#wakeboard:hover {
	background: url('images/footermenu_icons/wakeboard.gif') top right;
}
a#jetski {
	width: 146px;
	background: url('images/footermenu_icons/jetski.gif') top left;
} 
a#jetski:hover {
	background: url('images/footermenu_icons/jetski.gif') top right;
}
a#paddling {
	width: 149px;
	background: url('images/footermenu_icons/paddle.gif') top left;
} 
a#paddling:hover {
	background: url('images/footermenu_icons/paddle.gif') top right;
}
a#sailing {
	width: 151px;
	background: url('images/footermenu_icons/sail.gif') top left;
} 
a#sailing:hover {
	background: url('images/footermenu_icons/sail.gif') top right;
}
a#boating {
	width: 151px;
	background: url('images/footermenu_icons/boat.gif') top left;
} 
a#boating:hover {
	background: url('images/footermenu_icons/boat.gif') top right;
}
div.clear {
	width: 100%;
	font-size: 1px;
	clear:both;
}
div#footer {
	background: url('images/footerbg.jpg') bottom right no-repeat;
	width: 903px;
	margin-left: 5px;
	height: 130px;
	color: #072231;
}
div#footer a{
	color: #072231;
	text-decoration: none;
}
div#footer a:hover{
	color: #072231;
	text-decoration:underline;
}
div#copyrightcontainer {
	color: #062132;
	font-size: 11px;
	font-weight: bold;
	width: 500px;
	float: left;
	margin-left: 22px;
	margin-top: 12px;
}
div#copyright {
	float: left;
	width: 130px;
}
div#copyrightcontainer ul {
	display: block;
	float: right;
	width: 330px;
	margin: 0px;
	padding: 0px;
}
div#copyrightcontainer ul li {
	display: inline;
	padding: 0em 1em;
	border-right: 1px solid #333;
}
div#copyrightcontainer ul li.NIMLastItem {
	border: 0px;
}
ul#design {
	display:block;
	float:right;
	list-style-type:none;
	padding:0;
	font-weight: bold;
	width: 320px;
	margin-right: 12px;
	margin-top: 12px;
}
ul#design li{
	display: inline;
	padding: 0em 0.8em;
	border-right: 1px solid #857b7c;
	color: #828c9b;
	font-size: 11px;
	text-decoration: none;
}
ul#design li.NIMLastItem{
	border-right: none;
	padding-right: 0em;
}
