@charset "UTF-8";
body {
	background: #000000 url(../images/pgbkgd.jpg) center 425px repeat-y;
	color: #502401;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
a {
	font-weight: bold;
	color: #502401;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 36px;
	margin: 10px 0 0 0;
	padding: 20px 0 0 0;
}
h2 {
	font-size: 24px;
}
.prodname {
	font-weight: bold;
}
.titlefishright {
	margin-left: 5px;
}
.alert {
	padding: 5px;
	margin: 0 35px 10px 25px;
	color: #FF0000;
	border: 1px #FF0000 solid;
	background: #ffbfbf;
	text-align: center;
}
.error {
	color: #FF0000;
}
.subtle {
	color: #999999;
	font-size: 10px;
}
.footnote {
	font-size: 10px;
	font-style: italic;
}
#cartlink {
	float: right;
	font-size: 12px;
	padding-top: 18px;
}
#cartlink a {
	color: #502401;
	text-decoration: none;
}
#cartlink a:hover {
	text-decoration: underline;
}
form.store, form.store1 {
	margin: 5px 0;
	padding: 5px 0;
	border-bottom: 1px #b29b66 solid;
}
form.store1 {
	border-top: 1px #b29b66 solid;
}
form.store input, form.store1 input {
	float: right;
	margin: 0;
	padding: 0;
}
form.store img, form.store1 img {
	float: left;
	margin-right: 3px;
}
div.hr {
	width: 375px;
	height: 20px;
	border: none;
	background: url(../images/dividingline.gif) center center no-repeat;
}
div.hr hr {
	display: none;
}
#page {
	min-height: 425px;
	height: 100%;
}
#container {
	margin: 0 auto;
	width: 800px;
	background: url(../images/hdrbkgd.jpg) top right no-repeat;
}
/* NAVIGATION */
#nav {
	height: 425px;
	width: 305px;
	float: left;
}
#nav ul, #nav li {
	border: 0;
	margin: 0;
	padding:0;
	display: block;
	list-style: none;
}
#nav span {
	display: none;
}
#nav a, #nav li {
	width: 300px;
	height: 42px;
}
#nav a.homebtn {
	background: url(../images/blackjacktunalogo.gif) top center no-repeat;
	height: 226px;
}
#nav a.storebtn {
	background: url(../images/storebtn.gif) top center no-repeat;
}
#nav a.aboutbtn {
	background: url(../images/aboutbtn.gif) top center no-repeat;
}
#nav a.fish101btn {
	background: url(../images/fish101btn.gif) top center no-repeat;
}
#nav a.recipiesbtn {
	background: url(../images/recipiesbtn.gif) top center no-repeat;
}
#nav a.contactbtn {
	background: url(../images/contactbtn.gif) top center no-repeat;
}
#navlinks {
	margin: 0 0 0 100px;
}
/* CONTENT */
#content {
	margin: 0 100px 25px 305px;
	padding-top: 100px;
	min-height: 425px;
}
/* CONTENT */
#footer {
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
	clear: both;
}
#footer a {
	text-decoration: none;
	color: #502401;
}
#footer a:hover {
	text-decoration: underline;
}
#ship {
	height: 227px;
	width: 262px;
	background-image: url(../images/ship.gif);
	padding-right: 113px;
}
#contactform td{
	padding: 5px 0;
}