@charset "utf-8";
.makeRed {
	font-weight: bolder;
	color: #000000;
	background-color: #FF0000;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.outerBorder {
	border: medium groove #01707B;
	background-color: #FFFFFF;
	height: 100%;
	vertical-align: 100%;
	margin: 0px;
	padding: 0px;
}
/* CSS Document */

body {
	background-image:url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	color: #000000;
}
.inventoryHeadings {
	font-size: 9pt;
	color: #052E70;
	font-weight: bold;
	background-color: #C8F3FD;
}
.smallDesText {
	font-size: 10pt;
	color: #333333;
}
.nauticalback {
	background-attachment: scroll;
	background-image: url(../images/Nautical.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.boatTitle {
	font-size: 14pt;
	color: #FFFFFF;
	background-color: #000033;
	padding-left: 5px;
}
.detailImageBorder {
	border: medium outset #000033;
}
.StrikeThrough {
	text-decoration: line-through;
}

h1 {
	font-size: 14pt;
}

.pagebg {
	background-image:url(../images/page_bg.jpg);
	background-position:left;
	background-repeat:repeat-y;
	}
.garmond{
	font-family:Garamond;
	font-size:16px;
	text-decoration:none;
	color:#fcf0c0;
	}
.footer_bg {
	background-image:url(../images/footer_bg.jpg);
	background-repeat:no-repeat;
	background-position:left;
	height:104px;
	}
	
.garmond_black {
	font-family:Garamond;
	font-size:16px;
	text-decoration:none;
	color:#000018;
}
.garmond_blacklink {
	font-family:Garamond;
	font-size:16px;
	text-decoration:none;
	color:#000018;
}
.garmond_blacklink:hover {
	font-family:Garamond;
	font-size:16px;
	text-decoration:underline;
	color:#000018;
}
.arial {
	font-family: arial;
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a {
	color: #FFFFFF;
	text-decoration: underline;
}
