/* CSS Document */

body {
	background: url(/images/dutch_harbor.jpg) repeat-x top center #27394b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	margin: 0;
}

#base {
	width: 739px;
}

#base2 {
	width: 829px;
}

#picture {
	position: ;
	margin-right: -50px;

}
a {
	color: #91201c;
	text-decoration: underline;
}
a:hover {
	text-decoration:none;
}

#crab_cron_form {
	background: url(/images/sign_up_form_bg.gif) top center no-repeat;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #993300;
}

#video {
	background: url(/images/monthly_highs.png) top right no-repeat;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color:#FFFFFF;
}
#video a {
	color: #ffffff;
	text-decoration: none;
}
#video a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#left_col {
	width: 228px;
	padding-top: 8px;
}
.product_sub {
	font-size: 0.8em;
	color: #818181;
}
.price_table {
	background: #e8e8e8;
	color: #99221e;
	font-weight: bold;
	font-size: 1.2em;
}
.inner_price{
	padding: 7px;
}
#grand_total {
	background: #8e201b url(/images/shopping_cart_bg.gif) repeat-x top;
	color: #ffffff;
}
#inner_total {
	padding: 10px;
}
#total {
	font-size: 1.2em;
	color: #ffffff;
}
#shipping {
	color: #ffffff;
}

#content_area {
	width: 591px;
}

#content {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 1.0em;
	padding: 0 10px 0 10px;
}
#welcome {
	background: url(/images/bg_welcome.gif) bottom right no-repeat;
}

#welcome div {
	padding: 29px 15px 0 20px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 0.9em;
	line-height: 16px;
}

#sub_title {
	font-size: 1.4em;
	color:#94211c;
}


#quicklinks  a {
	color: #27394b;
	line-height: 1.3em;
	/*border-bottom: #990000 1px solid;*/
}
#page_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.7em;
}

.sub_title {
	color: #ba292c;
	font-size: 0.8em;
}

#prod_detail {
	padding-left: 10px;
	padding-right: 10px;
}

#prod_title {
	color: #b52b2f;
	font-size: 1.8em;
	font-weight:bold;
}
.cal {
	border-left:1px #333333 solid;
	border-bottom:1px #333333 solid;
}
.cal2 {
	background: #f7d68c;
	border-left: #333333 solid 1px;
}
#need_help {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #aa2626;
	font-size: 1.2em;
}

#to_order span {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	height: 60px;
	color: #333333;
	font-size: 1.0em;
}

.avail {
	color: #ffffff;
	background: #333333;
}



/****************FOOTER**************************************************/


#footer {
	color: #999999;
	font-size: 0.9em;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#footer_links {
	background: url(/images/footer_links_bg.gif) center top no-repeat;
	height: 60px;
}
#we_ship {
	font-size: 1.1em;
	color: #ffffff;
	padding-right: 20px;
}
.flinks {
	background: #59738c;
	color: #ffffff;
}

.flinks a {
	color: #ffffff;
	text-decoration: none;
}

.flinks a:hover {
	color: #ffffff;
	text-decoration: none;
}	


/****************FOOTER**************************************************/

#subnav_td {
	background: url(/images/subnav_bg.png) top center no-repeat;
	font-size: 0.9em;
}
#subnav a {
	padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 1.1em;
	text-decoration: none;
	line-height: 1.2em;
	display: block;
	width: 100%;
}
#subnav a:hover {
	text-decoration: underline;
}
#subnav2 {
	line-height: 20px;
}

#subnav2 a {
	padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 1.1em;
	text-decoration: none;
	line-height: 1.em;
	display: block;
	width: 100%;
}
#subnav2 a:hover {
	text-decoration: underline;
}
#blackout {
	background: #333333;
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	filter:alpha(opacity=80);  /*ie */
	-moz-opacity:.80; /*older mozilla & firefox*/
	opacity:.80;  /*safari 1.2, newer firefox and mozilla, CSS3 */
	khtmlopacity:.80;  /*safari<1.2, konqueror */
}
