body {
	font-family: Arial, Helvetica, sans-serif;
	color: #7a86ab;
	background: rgb(76, 76, 76);
	background: -moz-radial-gradient(center, ellipse cover, rgba(76, 76, 76, 1) 0%, rgba(89, 89, 89, 1) 0%, rgba(17, 17, 17, 1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(76, 76, 76, 1)), color-stop(0%, rgba(89, 89, 89, 1)), color-stop(100%, rgba(17, 17, 17, 1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(76, 76, 76, 1) 0%, rgba(89, 89, 89, 1) 0%, rgba(17, 17, 17, 1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(76, 76, 76, 1) 0%, rgba(89, 89, 89, 1) 0%, rgba(17, 17, 17, 1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(76, 76, 76, 1) 0%, rgba(89, 89, 89, 1) 0%, rgba(17, 17, 17, 1) 100%);
	background: radial-gradient(ellipse at center, rgba(76, 76, 76, 1) 0%, rgba(89, 89, 89, 1) 0%, rgba(17, 17, 17, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#4c4c4c', endColorstr='#111111', GradientType=1);
}
#header {
	padding: 6px;
	background-image: url(../images/bg.jpg);
}
#footer {
	padding: 6px;
	background-image: url(../images/bg.jpg);
}
h1, h2, h3 {
	color: #075192;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:link {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.subtitle {
	color: #1298d6;
}
.badge1 {
	background-color: #eb1b45;
	color: #FFF;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-right-radius: 15px;
	font-size: 22px;
	padding: 12px;
}
.badge2 {
	background-color: #fe7020;
	color: #FFF;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-right-radius: 15px;
	font-size: 22px;
	padding: 12px;
}
.badge3 {
	background-color: #71b80c;
	color: #FFF;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-right-radius: 15px;
	font-size: 22px;
	padding: 12px;
}
.btn-badge1 {
	background-color: #eb1b45;
	color: #FFF;
	-webkit-border-radius: 0 12px 12px 0;
	-moz-border-radius: 0 12px 12px 0;
	border-radius: 0 12px 12px 0;
	font-size: 18px;
	padding: 10px 20px 10px 20px;
	width: 42%;
}
.btn-badge2 {
	background-color: #fe7020;
	color: #FFF;
	-webkit-border-radius: 0 12px 12px 0;
	-moz-border-radius: 0 12px 12px 0;
	border-radius: 0 12px 12px 0;
	font-size: 18px;
	padding: 10px 20px 10px 20px;
	width: 42%;
}
.btn-badge3 {
	background-color: #71b80c;
	color: #FFF;
	-webkit-border-radius: 0 12px 12px 0;
	-moz-border-radius: 0 12px 12px 0;
	border-radius: 0 12px 12px 0;
	font-size: 18px;
	padding: 10px 20px 10px 20px;
	width: 42%;
}
.badge_text {
	padding: 12px;
}
.badge1_text {
	color: #eb1b45;
}
.badge2_text {
	color: #fe7020;
}
.badge3_text {
	color: #71b80c;
}
.search {
	border: 1px solid #cccccc;
	outline: 0;
	height: 40px;
	width: 250px;
	border-radius: 8px 0 0 8px;
	box-sizing: border-box;
	font-size: 16px;
	text-align: center;
}
.Avail-btn {
	-webkit-border-radius: 0 12px 12px 0;
	-moz-border-radius: 0 12px 12px 0;
	border-radius: 0 12px 12px 0;
	color: #FFF;
	font-size: 16px;
	background: #3498db;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	width: 30%;
}
.btn-more {
	-webkit-border-radius: 0 12px 12px 0;
	-moz-border-radius: 0 12px 12px 0;
	border-radius: 0 12px 12px 0;
	color: #FFF;
	font-size: 16px;
	background: #3498db;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	width: 30%;
}
.btn-more:hover {
	background: #3cb0fd;
}
.Avail-btn:hover {
	background: #3cb0fd;
}
.btn-badge1:hover {
	background-color: #f38270;
}
.menuitem {
	border-bottom: 1pt solid #e0e8ed;
}
.customerQ {
	font-style: italic;
}
.link:visited {
	color: #7a86ab;
}
.link:link {
	color: #7a86ab;
}
.link:active {
	color: #7a86ab;
}
.link:hover {
	color: #2998db;
}
.offers-search-container {}
.offers-dropdown {
	padding: 10px;
	margin: 0;
	border: 1px solid #ccc;
	width: 320px;
	border-radius: 5px;
	overflow: hidden;
	background-color: #fff;
	background: #fff;
	position: relative;
}
.offers-dropdown:after {
	top: 50%;
	left: 85%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #000000;
	border-width: 5px;
	margin-top: -2px;
	z-index: 100;
}
.offers-dropdown select {
	font-size: 15px;
	padding: 8px 13px;
	width: 130%;
	border: none;
	box-shadow: none;
	background-color: transparent;
	background-image: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.offers-dropdown select:focus {
	font-size: 15px;
	outline: none;
}
.offers-submit {
	-moz-border-radius: 10px;
	-moz-box-shadow: #6E7849 0px 0px 10px;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: #6E7849 0 0 10px;
	-webkit-transition: all 0.5s ease;
	background-color: #dce2c6;
	background-image: -moz-linear-gradient(90deg, #e5ebea, #dce2c6);
	background-image: -ms-linear-gradient(90deg, #e5ebea, #dce2c6);
	background-image: -o-linear-gradient(90deg, #e5ebea, #dce2c6);
	background-image: -webkit-linear-gradient(90deg, #e5ebea, #dce2c6);
	background-image: linear-gradient(90deg, #e5ebea, #dce2c6);
	border-radius: 10px;
	border: 2px solid #4a5032;
	box-shadow: #6E7849 0px 0px 10px;
	color: #ffffff;
	display: inline-block;
	font-family: Arial;
	font-size: 1.5em;
	margin: auto;
	padding: 10px;
	text-decoration: none;
	text-shadow: #000000 5px 5px 15px;
	text-transform: uppercase;
	transition: all 0.5s ease;
}
.offers-submit:hover {
	padding: 5px;
}
.offers-dropdown-pos {
	margin-right: 10px;
	float: left;
}
.offers-button-pos {
	margin-top: 10px;
}
.clear {
	clear: both;
}
.stock-item {
	border: 2pt solid #666;
	border-radius: 4px;
	padding: 2px;
}
.stock-title {
	background-color: #C00;
	color: #FFF;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-right-radius: 15px;
	font-size: 16px;
	padding: 4px;
}
.stock-title-stan {
	background-color: #6C6;
	color: #FFF;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-right-radius: 15px;
	font-size: 16px;
	padding: 4px;
}
.price {
	font-size: 19px;
	color: #F60;
}
.save {
	font-size: 19px;
	color: #69C;
}
.discount-text {
	color: #69C;
	font-size: 14px;
}
.now {
	font-size: 21px;
	font-weight: bold;
	color: #C00;
}
.btn-style {
	cursor: pointer;
	border-radius: 20px 3px 20px 4px;
	moz-border-radius: 20px 3px 20px 4px;
	font-size: 20px;
	color: #00b7ff;
	padding: 4px 12px;
	background: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6));
	background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
	background: linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
}
.btn-style:hover {
	color: #FFF;
	background: #C00;
}
.spacer {
	height: 5px;
}
.prices-below {
	font-size: 12px;
}
.searchBtn:link {
	font-size: 24px;
	color: orange;
}
.searchBtn:visited {
	font-size: 24px;
	color: orange;
}
.searchBtn:active {
	font-size: 24px;
	color: orange;
}
.searchBtn:hover {
	font-size: 27px;
	color: orange;
}
.contact-box {
	padding: 2px;
}
.contact-field {
	padding: 6px;
	font-size: 15px;
	border-radius: 5px;
	border: 1pt solid #CCC;
	margin-bottom: 5px;
}
.texta {
	width: 320px;
	height: 200px;
	vertical-align: top;
}
.contact-text {
	float: left;
	width: 150px;
	text-align: right;
	margin-right: 5px;
	vertical-align: middle;
}
.contact-textR {
	float: left;
}
.contact-button {
	-webkit-border-radius: 0 12px 12px 0;
	-moz-border-radius: 0 12px 12px 0;
	border-radius: 0 12px 12px 0;
	color: #FFF;
	font-size: 16px;
	background: #3498db;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
}
.contact-button:hover {
	color: #FFF;
	background: #C00;
}
.col1_img {
	width: 100%;
}
#map {
	width: 320px;
	height: 500px;
	overflow: hidden;
	border: 0px;
	padding: 6px;
}
li {
	margin-bottom: 6px;
}
.img-r {
	float: right;
	padding: 6px;
	max-width: 100%;
}
.boat-box {
	background-color: #69F;
	border: 2pt solid #FFF;
	color: #FFF;
	font-weight: normal;
	padding: 2px;
}
.wlink:visited {
	color: #FFF;
}
.wlink:link {
	color: #FFF;
}
.wlink:active {
	color: #FFF;
}
.wlink:hover {
	color: #FFF;
}
.myIframe {
	position: relative;
	padding-bottom: 65.25%;
	padding-top: 30px;
	height: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.myIframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}