@charset "UTF-8";
div, h1, h2, h3, h4, h5, h6, p, pre, address, blockquote, span, ul, ol, li, dl, dd, dt, img {
	margin: 0px;
	padding: 0px;
}
body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #4a4700;
}
body {
	background-color: #701018;
}
a:link {
	color: #6F101A;
}
a:visited {
	color: #6E101C;
}
a:hover {
	color: #917243;
}
a:active {
	color: #6E101C;
}
h2 {
	font-size: 18px;
	color: #4a4700;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	border-bottom: 2px solid #4A4700;
	margin-bottom: 15px;
	margin-top: 20px;
}
h3 {
	font-size: 14px;
	color: #494709;
	margin-top: 8px;
}
h4 {
	font-size: 12px;
	font-weight: bold;
}
#banner {
	background: url(assets/images/sealbreezeBanner.jpg) no-repeat;
	height: 226px;
}
#banner2 {
	border-top: 9px solid #907245;
	height: 215px;
	background: url(assets/images/sealbreezeBanner2.jpg) no-repeat;
}
#nav {
	background: #8F7247;
	height: 35px;
	color: #FFF;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-transform: uppercase;
	text-align: center;
	line-height: 35px;
}
#TableMain {
	border: 2px solid #917243;
}
#contentarea {
	background: #F9EFD6;
	padding: 15px;
	line-height: 1.5em;
	text-align: justify;
}
#contentarea p {
	text-align: left;
	line-height: 1.5em;
	margin-bottom: 8px;
}
#contentarea ul li {
	list-style: circle inside;
}
#tableProductForm {
	border: 4px solid #BAA379;
}
#tableProductForm .header {
	padding: 5px;
	text-align: left;
	background: #8E7249;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	color: #FFF;
}
#tableProductForm td {
	padding: 5px;
	border-bottom: 1px solid #BAA379;
	border-left: 1px solid #BAA379;
}
#tableContactForm {
	border: 4px solid #BAA379;
}
#tableContactForm td {
	border-right: 1px solid #BAA379;
	border-bottom: 1px solid #BAA379;
	padding: 5px;
	text-align: left;
}
.redTxt {
	color: #6F101A;
}
.picRight {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
}
.picLeft {
	float: left;
	padding-bottom: 10px;
	padding-right: 10px;
}
.gallery {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 650px;
}
.formfields {
	font-size: 13px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
#nav a:link, #nav a:visited, #nav a:active {
	color: #FFF;
	text-decoration: none;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
}
#nav a:hover {
	text-decoration: underline overline;
}
#footer {
	background: url(assets/images/footer.jpg);
	height: 94px;
	color: #FFF;
	text-align: center;
	line-height: 94px;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
