/*  Copyright 2009 Mindframe Inc. All Rights Reserved
    This means you may NOT use it for you site's design.
*/

html {
	overflow: -moz-scrollbars-vertical;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#565555;
	text-align:center;
	margin:0px;
	padding:0px;
}
a:link, a:visited {
	color:#005794;
	text-decoration:underline;
}
a:hover {
	color:#005794;
	text-decoration:none;
}
a img {
	border:none;
	outline:none;
}
a {
	outline:none;
}
h1 {
	font-size:24px;
	font-weight:bold;
	font-style:italic;
	padding:0px;
	margin:0px;
	margin-bottom:15px;
	text-transform:uppercase;
}
h1.welcome {
	font-size:36px;
	padding:0px;
	margin:0px;
	font-weight:normal;
	text-transform:capitalize;
	font-style:normal;
	margin-bottom:25px;
}
p.welcome {
	font-size:16px;
}
#container {
	text-align:left;
	margin:0px auto;
	width:970px;
}
#headerWrapper {
	background-image: url(/mediavault/_img/head_bg.jpg);
	background-repeat: repeat-x;
	height: 56px;
	position:relative;
	z-index:5;
}
#header {
	width:970px;
	background-image: url(/mediavault/_img/head_bg.jpg);
	background-repeat: repeat-x;
	height: 56px;
	margin:0px auto;
	position:relative;
}
#logo {
	position:absolute;
	top:0px;
	left:4px;
	width:232px;
	height:37px;
}
#modelYear {
	background-image: url(/mediavault/_img/model_year_bg.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 121px;
	position:absolute;
	top:12px;
	left:329px;
	font-size:11px;
	color:#dfdfdf;
	line-height:18px;
	text-align:left;
	padding:0px 15px;
	padding-right:10px;
}
#modelYear form {
	position:relative;
	top:1px;
	margin:0px;
	padding:0px;
}
#modelYear select {
	color:#dfdfdf;
	float:right;
	background-color:#333;
	border:0px;
	margin:0px;
	padding:0px;
	font-size:11px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
#pNavWrapper {
	width:685px;
	position:absolute;
	top:0px;
	right:-215px;
}
#pNav {
	height:45px;
	line-height:45px;
	position:relative;
	z-index:15;
	text-align:left;
}
/*=================================================
	IMAGE BASED TOP NAVIGATION
=================================================*/
a#fishBoats {
	font-size: 1px;
	text-decoration: none;
	text-indent: -2000px;
	height: 45px;
	width: 71px;
	background-image: url(/mediavault/_img/fish_boats.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
a:hover#fishBoats {
	background-position: center bottom!important;
}
a#fishSportBoats {
	font-size: 1px;
	text-decoration: none;
	text-indent: -2000px;
	height: 45px;
	width: 114px;
	background-image: url(/mediavault/_img/fish_sport_boats.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
a:hover#fishSportBoats {
	background-position: center bottom;
}
a#utilityBoats {
	font-size: 1px;
	text-decoration: none;
	text-indent: -2000px;
	height: 45px;
	width: 83px;
	background-image: url(/mediavault/_img/utility_boats.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
a:hover#utilityBoats {
	background-position: center bottom;

}
a#logos {
	font-size: 1px;
	text-decoration: none;
	text-indent: -2000px;
	height: 45px;
	width: 81px;
	background-image: url(/mediavault/_img/logos.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
a:hover#logos {
	background-position: center bottom;
}
a#modv {
	font-size: 1px;
	text-decoration: none;
	text-indent: -2000px;
	height: 45px;
	width: 76px;
	background-image: url(/mediavault/_img/modv.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
a:hover#modv {
	background-position: center bottom;
}
a#contact {
	font-size: 1px;
	text-decoration: none;
	text-indent: -2000px;
	height: 45px;
	width: 97px;
	background-image: url(/mediavault/_img/contact.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
a:hover#contact {
	background-position: center bottom;
}
.navDrop {
	background-image:url(/mediavault/_img/nav_drop.png);
	background-repeat: no-repeat;
	height: 4px;
	position:absolute;
	top:20px;
	left:0px;
	border:solid 1px red;
}
#navLeft {
	background-image: url(/mediavault/_img/nav_left_curve.png);
	height: 41px;
	width: 99px;
	position:absolute;
	top:0px;
	left:-90px;
	z-index:2000;
}
#navRight {
	background-image: url(/mediavault/_img/nav_right_curve.png);
	height: 41px;
	width: 99px;
	position:absolute;
	top:0px;
	right:-90px;
	z-index:2000;
}
#content {
	padding:25px;
	padding-top:15px;
}
#sNav {
	display: inline-block;
	list-style:none;
	margin:0px;
	padding:0px;
	border:solid 1px #c6c6c6;
	border-left:none;
	border-right:none;
	line-height:27px;
	height:27px;
	padding-left:5px;
	margin-bottom:25px;
	width:100%;
}
#sNav li {
	display: inline;
}
#sNav li a {
	color:#4d4c4c;
	text-transform:capitalize;
	font-style:italic;
	text-decoration:none;
	padding-right:10px;
	margin-right:9px;
	background-image: url(/mediavault/_img/snav_divider.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#sNav li a.noImg {
	background-image:none;
}
#sNav li a:hover, #sNav li a.on {
	color:#005794;
	text-decoration:none;
}
.contentRow {
	float:left;
	padding-bottom:30px;
}
.contentBox {
	width:200px;
	margin-right:40px;
	float:left;
}
.contentBoxEnd {
	width:200px;
	float:left;
	margin-right:0px;
}
.contentBox img, .contentBoxEnd img {
	margin-bottom:22px;
}
.contentBox .links, .contentBoxEnd .links {
	height:22px;
	border:dotted 1px #7f7f7f;
	border-left:none;
	border-right:none;
	line-height:22px;
}
.contentBox .links a, .contentBoxEnd .links a {
	background-image: url(/mediavault/_img/download_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 14px;
	text-decoration:none;
	color:#4d4c4c;
	text-transform:lowercase;
}
.contentBox .links a:hover, .contentBoxEnd .links a:hover {
	text-decoration:none;
	color:#005794;
}
.contentBox .name, .contentBoxEnd .name {
	color:#000;
	font-weight:bold;
	margin:9px 0px;
}
#footer {
	font-size:10px;
	padding:0px 12px;
	padding-top:17px;
	margin:25px 25px;
	text-align:left;
	background-image: url(/mediavault/_img/footer_line.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
#footer .link a {
	float:right;
	text-decoration:none;
	color:#4d4c4c;
	margin-left:8px;
	padding-left:7px;
	border-left:solid 1px #4d4c4c;
}
#footer .link a.nb { border:none;
}
#footer .link a:hover {
	text-decoration:none;
	color:#005794;
}
.clear {
	clear:both;
}
.clearIE {
.clear:both;
.margin:25px;
}
.i {
	font-style:italic;
}
.fr {
	float:right;
}
.fl {
	float:left;
}
.b {
	font-weight:bold;
}
.va {
	vertical-align:middle
}
.solidLine {
	border-top:solid 1px #c6c6c6;
	margin-bottom:18px;
	margin-top:10px;
}
table.sort {
	font-size:11px;
	font-style:italic;
}
form input#sort {
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:11px;
	width:28px;
	height:14px;
	text-align:center;
	vertical-align:middle;
	color:#565555;
	border-right: solid 1px #b9b9b9;
	border-bottom:solid 1px #b9b9b9;
	border-top:solid 2px #7f7f7f;
	border-left:solid 2px #7f7f7f;
}
form input {
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:11px;
	height:14px;
	text-align:left;
	vertical-align:middle;
	color:#565555;
	border-right: solid 1px #b9b9b9;
	border-bottom:solid 1px #b9b9b9;
	border-top:solid 2px #7f7f7f;
	border-left:solid 2px #7f7f7f;
}
.form_field {
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size:11px;
	color:#4d4c4c;
	border: solid 1px #c1c4d3;
	padding:3px;
	background-image: url(/_img/form_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.error {
	color:#ed1c24;
}
ul.error {
	margin:0px;
	padding:0px;
	margin:10px;
}
.error li {
	background-image: url(/_img/error.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	list-style:none;
	line-height:18px;
}
.success {
	color: #00573C;
}
ul.success {
	margin:0px;
	padding:0px;
	margin:10px;
}
ul.success li {
	background-image: url(/_img/accept.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	list-style:none;
	line-height:18px;
}
.fr {
	float:right;
}
.fl {
	float:left;
}
div.mediaLayer a.close {
	text-decoration:none;
	font-size:1px;
	text-indent:-3000px;
	height:20px;
	display:block;
	background-image: url(/_img/btn_close.gif);
	background-repeat: no-repeat;
	width: 67px;
	background-position: center top;
}
div.mediaLayer a:hover.close {
	background-position: center bottom;
}
div.mediaLayer a.download {
	text-decoration:none;
	font-size:1px;
	text-indent:-3000px;
	height:20px;
	display:block;
	background-image: url(/_img/download.gif);
	background-repeat: no-repeat;
	width: 74px;
	background-position: center top;
}
div.mediaLayer a:hover.download {
	background-position: center bottom;
}
div.mediaLayer a.embed {
	text-decoration:none;
	font-size:1px;
	text-indent:-3000px;
	height:20px;
	display:block;
	background-image: url(/_img/embed.gif);
	background-repeat: no-repeat;
	width: 112px;
	background-position: 10px top;
	padding-left:10px;
}
div.mediaLayer a:hover.embed {
	background-position: 10px bottom;
}
