@charset "UTF-8";
html {
	height: 100%;
}
body {
	font-family: "Lucida Grande", Helvetica, sans-serif;
	font-size: 12px;
	background-color: #49857b;
	color: #FFFFFF;
}
@font-face {
	font-family: 'Conv_Archer-Light-Pro';
	src: url('../_fonts/Archer-Light-Pro.eot');
	src: local('☺'), url('../_fonts/Archer-Light-Pro.woff') format('woff'), url('../_fonts/Archer-Light-Pro.ttf') format('truetype'), url('../_fonts/Archer-Light-Pro.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	text-shadow: 0 0 1px rgba(0,0,0,0.3);
	font-smooth: large;
}
a, a:visited {
	color: #ababab;
	text-decoration: none;
}
a:hover, a:visited:hover {
	color: #FFF;
}
.clear {
	clear: both;
}
h1, h2, h3, h5, h6 {
	line-height: 1.3em;
	letter-spacing: -.05em;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 45px;
}
h3 {
	font-size: 28px;
}
h5 {
	font-size: 16px;
}
#nav, #content, #footer {
	text-align: center;
}
#content {
	background-color: #121212;
}

.goods, .alt {
	text-align: left;
	width: 960px;
	margin:0px auto 0px auto;
}
.label {
	text-indent: -8008px;
	width: 80px;
	height: 10px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
/* header */
#nav {
	background-image: url(../_img/nav_bg.gif);
	background-repeat: repeat-x;
	background-color: #121212;
	padding-bottom: 0px;
}
#nav .goods {
	background-image: url(../_img/nav_bg_mid.gif);
	background-repeat: repeat-x;
}
#nav h1 a {
	display: block;
	width: 460px;
	height: 52px;
	background-image: url(../_img/lake_fever_sessions.png);
	text-indent: -8008px;
}
#nav ul {
	width: 945px;
	height: 30px;
	margin: 0px auto 0px auto;
}
#nav ul li {
	display: inline;
}
#nav ul li a {
	display: block;
	width: 134px;
	height: 30px;
	margin-right: 1px;
	float: left;
	text-indent: -8008px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#nav ul li a:hover {
	background-position: 0px -30px;
}
#nav ul li a.active, #nav ul li a.active:hover {
	background-position: 0px -60px;
}
body.archive #nav ul li a.archive, body.about #nav ul li a.about, body.contact #nav ul li a.contact, body.updates #nav ul li a.updates, body.blog #nav ul li a.blog {
	background-position: 0px -60px;
}
#nav ul li a.archive {
	background-image: url(../_img/nav_archives.gif);
}
#nav ul li a.about {
	background-image: url(../_img/nav_about.gif);
}
#nav ul li a.contact {
	background-image: url(../_img/nav_contact.gif);
}
#nav ul li a.updates {
	background-image: url(../_img/nav_updates.gif);
}
#nav ul li a.blog {
	background-image: url(../_img/nav_blog.gif);
}
/* body */
#content .goods .interior {
	margin: 0px 12px 0px 12px;
	padding-top: 34px;
}
#content h1, 
#content h3 {
	padding-bottom: 0px;
}
#content h3,
#content h5,
#footer h3 {
	font-family: 'Conv_Archer-Light-Pro', Helvetica, Arial, sans-serif;	
}
#content .goods .interior .spacer {
	margin-bottom: 40px;
	background-color: #121212;
}
#content .goods .interior .teaser {
	background-image: url(../_img/teaser_video_bg.gif);
	background-position: center;
	padding-bottom: 40px;
}
#content .goods .interior .teaser-video {
	padding-left: 150px;
	width: 623px;
}
#content .goods .interior .teaser-video .desc {
	line-height: 1.5em;
	padding-top: 15px;
	text-align: center;
	font-size: 9px;
	text-transform: uppercase;
}
#content .goods .interior .teaser-descrip a.tugboat, #content .goods .interior .teaser-descrip a.lakefever  {
	display: block;
	width: 221px;
	background-repeat: no-repeat;
	text-indent: -8008px;
}
#content .goods .interior .teaser-descrip a.tugboat {
	height: 145px;
	background-image: url(../_img/teaser_tugboat.gif);
	margin-bottom: 43px;
}

#content .goods .interior .teaser-descrip a.lakefever {
	height: 120px;
	background-image: url(../_img/teaser_lf.gif);
}
/* --------------------------------------------------------------------------- 
	HOME
  --------------------------------------------------------------------------- */
 body.home #content h3 {
	 font-size: 30px;
 }
 body.home #content h5 {
	font-size: 18px; 
 }
.interior fieldset {
	float: left;
	padding: 8px 0px 8px 0px;
}
.interior fieldset.audio {
	width: 710px;
	border: 0px solid #F00;
}
.interior fieldset legend {
	font-size: 9px;
	text-transform: uppercase;
	font-weight:bold;
	display: block;
	width: 90px;
	height: 12px;
}
.featureBlock {
	float: left;
	border: 0px solid #F00;
	width: 220px;
	margin-right: 14px;
}
.interior fieldset.video .featureBlock {
	margin-right: 0px;
}
.interior fieldset dt {
	margin-bottom: 12px;
}
.interior fieldset dt img {
	border: none;
}
.interior fieldset dd {
	line-height: 1.4em;
}
.interior fieldset dd p.preview {
	float: right;
	margin-left: 10px;
}
.interior fieldset dd p.preview a {
	display: block;
	width: 23px;
	height: 23px;
	text-indent: -8008px;
	background-image: url(../_img/home_preview.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
.interior fieldset dd p.preview a:hover {
	background-position: 0px -24px;
}
.interior fieldset dd p.preview a.active {
	background-position: 0px -48px;
}
.interior fieldset dd p.preview a.active:hover {
	background-position: 0px -72px;
}
.interior fieldset.video dt div.overlay {
	position: relative;
	top: -124px;
	margin-bottom: -124px;
}
.interior fieldset.video dt div.overlay a {
	display: block;
	width: 220px;
	height: 124px;
	text-indent: -8008px;
	background-image: url(../_img/home_play_overlay.png);
	background-repeat: no-repeat;
	background-position: center;
}

.ShadowBox table td {
	background-repeat: repeat-x;
}

/* footer */
#footer {
	background-image: url(../_img/footer_bg.gif);
	background-repeat: repeat-x;
	background-color: #49857b;
	color: #335d56;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.2em;
	padding-bottom: 30px;
}
#footer .goods {
	background-image: url(../_img/footer_bg_mid.gif);
	background-repeat: repeat-x;
	padding-top: 12px;
}
#footer a {
	color: #254540;
	text-decoration: none;
}
#footer a:hover {
	color: #24423d;
}

#footer #lion {
	float: left;
	width: 120px;
	height: 63px;
	background-image: url(../_img/footer_logo.gif);
	background-repeat: no-repeat;
}
#footer legend {
	display: none;
}
#footer .blurb {
	margin-top: 15px;
	margin-left: 9px;
	padding-right: 8px;
	border-right: 1px solid #335d56;
	width: 221px;
	float: left;
}
#addtl {
	width: 368px;
}

#footer .short {
	border-right: none;
	width: 114px;
}
#footer #addtl {
	width: 208px;
	height: 41px;
}
#footer fieldset.end {
	border-right: none;
}
#footer fieldset.end a {
	display: block;
	width: 114px;
	height: 41px;
	float: left;
}
#footer fieldset.end a.first {
	margin-right: 8px;
}

#footer .alt {
	border-top: 1px solid #335d56;
	background-image: none;
	min-height: 65px;
	height: 65px;
	padding-top: 0px;
	margin-top: 0px;
}

.extended {
	display: none;
}
.aboutHeader .share {
	float: right;
	margin-top: -5px;
}
#nav .updateBlock {
	background-color: #70cfbf;
	display: none;
}

#nav .updateBlock .descrip, #nav .updateBlock .form {
	padding: 20px;
	line-height: 1.5em;
}
#nav .updateBlock .descrip {
	color: #232323;
	width: 400px;
	float: left;
	margin-right: 20px;
}
#nav .updateBlock .form {
	width: 380px;
	float: left;
	padding-top: 20px;
}
#nav .updateBlock .form input {
	font-size: 15px;
	padding: 4px;
}
#nav .updateBlock form .text {
	width: 250px;
	color: #999;
}
#nav #getupdates {
	background-image: url(../_img/get_updates.gif);
}
#nav .updateBlock small {
	font-size: 9px;
	color: #232323;
	padding-left: 4px;
}
#nav #navPromo a{
	display: block;
	width: 265px;
	height: 100px;
	text-indent:-9999px;
	background: url(../_img/promo_thursday.png) no-repeat;
}
#nav #navPromo {
	z-index: 100;
	position: relative;
	clear: none;
	width: 265px;
	margin-right: -265px;
	height: 100px;
	top: -82px;
	left: 895px;
	float: left;
	display: none;
}
body.archive #content h3 {
	font-size: 28px;
	padding-bottom: 20px;	
}
