html, body {
	font-size: 14px;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

/* IE PNG transparency fix */
img, div { behavior: url(style/iepngfix.htc) }

body {
	background: #122c53;
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
	color: #222;
}

#wrapper {
	background: #fff;
	margin: 0 auto;
	position: relative;
	width: 955px;
}

#header-bg {
	background: transparent url(header.png) no-repeat scroll left top;
	height: 600px;
	left: 0;
	position: absolute;
	top: 0;
	width: 955px;
	z-index: 1;
}

#header-nav {
	height: 100px;
	left: 0;
	position: absolute;
	top: 0;
	width: 955px;
	z-index: 3;
}

#header-home-link {
	display: block;
	height: 120px;
	left: 0;
	overflow: hidden;
	position: absolute;
	text-indent: -1000px;
	top: 0;
	width: 250px;
}

#header-hydra-sports-link {
	display: block;
	height: 120px;
	left: 100;
	overflow: hidden;
	position: absolute;
	text-indent: -1000px;
	top: 121;
	width: 125px;
}

#navigation, #subnavigation, #footer-links {
	color: #122b4f;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	top: 23px;
}

#navigation li, #subnavigation li, #footer-links li {
	background: transparent url(navigation-separator.png) no-repeat scroll left center;
	display: inline;
	list-style: none;
	padding: 3px 10px 4px 11px;
}

#navigation li.first, #subnavigation li.first, #footer-links li.first {
	background: transparent;
}

#navigation a, #subnavigation a, #footer a {
	color: #122b4f;
	text-decoration: none;
}

#navigation a:hover, #subnavigation a:hover, #footer a:hover {
	text-decoration: underline;
}

#subnavigation {
	right: 0;
	top: 69px;
}

#subnavigation li, #footer-links li {
	background: transparent url(subnavigation-separator.png) no-repeat scroll left center;
	padding: 1px 4px 2px 5px;
}

#background {
	background: #fff;
	left: 0;
	height: 37px;
	padding-top: 63px;
	position: absolute;
	top: 0;
	width: 955px;
}

#content-wrapper {
	left: 0;
	padding-top: 100px;
	position: relative;
	width: 955px;
	z-index: 2;
}

#footer {
	background: #122c53;
	color: #fff;
	padding: 20px 0;
	text-align: center;
	width: 955px;
}

#footer a {
	color: #fff;
}

#footer-links {
	position: static;
}

.photobar {
	background: #6781a4;
	margin: 10px 0 0;
	overflow: auto;
	overflow-y: hidden;
	padding: 7px 2px 0;
	text-align: center;
	white-space: nowrap;
}
.photobar ul {
	margin: 0;
	padding: 0;
}
.photobar li {
	display: inline;
	list-style: none;
}
.photobar img {
	margin: 0 2px 7px 1px;
	vertical-align: bottom;
}

/* Boat inventory styles */
table.inventory {
	border: solid 1px #ccc;
	border-bottom: none;
	width: 100%;
}
table.inventory tr:hover td {
	background: #ff9;
}
table.inventory td {
	border-bottom: solid 1px #ccc;
}
table.inventory td.picture {
	width:104px;
}

table.inventory td.price {
	width:100px;
}

table.inventory td.length {
	width:100px;
}
table.inventory img {
	border: none;
	height: 78px;
	width: 104px;
}
.sale-pending {
	color: #f00;
	padding-left: .5em;
}

.boat-search {
	float:right;
	padding-top:10px;
	padding-bottom:10px;
}

#wrapper #content-wrapper #content div table {
	text-align: center;
}
#wrapper #content-wrapper #content div table {
	text-align: left;
}

