@charset "UTF-8";

body{
	margin: 0;
	padding: 20px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #5d7176;
	background: url(images/bg.jpg) fixed center 0;
}

h1{
	display: none;
}

h2{
	padding: 0 20px;
	color: #0a5f7b;
	font-size: 2em;
	margin: 12px 0;
}

h3{
	margin: 20px;
   }

a:link, a:hover, a:visited{
	color: #0a5f7b;
	text-decoration: none;
}



#body{
	background: url(images/main_bg.jpg) fixed center 0;
	margin: 0 auto;
	width: 920px;
	padding: 20px;
}

/*Navigation*/
#navigation{
	float: right;
	background: url(images/header_bg.gif) repeat-x;
	height: 52px;
	width: 732px;
}

#navigation ul
{
	margin: 0;
	height: 52px;
	line-height: 18px;
	background: url(images/header_end.gif) no-repeat right center;
    text-align: center;
	padding: 0;
}

#navigation ul li
{
	display: inline;
	position: relative;
	top: 15px;
	
}

#navigation ul li a
{
	padding: 0 10px;
	color: #0a5f7b;
	text-decoration: none;
	border-right: 2px #f6b772 solid;
	font-weight: bold;
	
}

#navigation ul li a:hover, #navigation #active
{
	color: #fee4a3;
}

#phone{
	font-weight: bold;
	color: #fee4a3;
	font-size: 1.2em;
	padding: 0 5px;
	padding-left: 10px;
	
}

/*Home Page Content*/
#home_content{
	float: right;
	width: 712px;
}

#home_content h2{
	padding-top: 11px;
	
}

#home_content p{
	padding: 0 15px;
	margin: 10px 0;
}

#home_full_width_column{
	float: left;
	width: 712px;
}

#home_message{

	height: 275px;
	margin-top: 20px;
	background: url(images/message_bg.gif) no-repeat;
	
}

#home_left_column{
	float: left;
	width: 276px;
}

#home_shrimp{

	height: 490px;
	margin-top: 20px;
	background: url(images/shrimp_bg.gif) no-repeat;
}

#home_crab{

	height: 295px;
	margin-top: 20px;
	background: url(images/crab_bg.gif) no-repeat;
}

#home_right_column{
	float: right;
	width: 416px;
}

#home_gourmet{

	height: 609px;
	margin-top: 20px;
	background: url(images/gourmet_bg.gif) no-repeat;
}

#home_oysters{

	height: 132px;
	margin-top: 20px;
	background: url(images/oysters_bg.gif) no-repeat;
}

#home_crab_claws{

	height: 132px;
	margin-top: 20px;
	background: url(images/crab_claws_bg.gif) no-repeat;
}

.bold{
	font-weight: bold;
}

.price{
	font-weight: bold;
	font-size: 1.3em;
	color: #fd6937;
}



.order_button{
	position: relative;
}

.order_button img{
	border: none;
	
}



#green_box{
	background: url(images/green_box_bg.gif) no-repeat;
	width: 482px;
	height: 94px;
	float: left;
	position: relative;
	top: -94px;
	text-align: center;
}

#green_box_phrase{
	color: #f3a64e; 
	font-size: 1.5em; 
	font-style: italic; 
	font-weight: bold;
      margin-top: 20px; 
	margin-bottom: 10px;
}

#green_box_guarantee{
	color: #f3c568; 
	font-size: 1.1em; 
	margin-top: 10px;
}

.slide{
	float: right;
	padding: 0 20px;
	margin-top: 20px;
}

.thumbnails{
	margin: 20px auto;
	text-align: center;
}

.photo_hr{
	background: #c0b089;
	border: none;
	height: 1px;
	clear: both;
	margin: 0 20px;
}


/*Content*/
#content{
	float: right;
	width: 712px;
	min-height: 750px;
	background: url(images/content_bg.gif) repeat-y;
}

#content p{
      margin: 20px;
}

#store_content{
	float: left;
	width: 485px;

}

#store_content hr{
	width: 465px;
	background: #c0b089;
	border: none;
	height: 1px;
	margin-left: 20px;
	clear: both;
}


.store_item{
	clear: both;
}

.item_picture{
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
	border: none;
	cursor: pointer;
}


#content p.item{
	margin: 0;
      margin-left: 20px;
	width: 450px;
}



.add_button{
	position: relative;
	float: right;
	top: 16px;
	background: url(images/add_to_cart.gif) no-repeat;
	width: 91px;
	height: 21px;
	display: block;
}

.add_button img{
	border: none;
	
}

#right_nav{
	float: right;
	width: 224px;
	margin-right: 3px;
	
}

.shrimp_nav{
	background: url(images/store_shrimp_bg.gif) bottom right no-repeat;
	height: 750px;
}

.gourmet_nav{
	background: url(images/store_gourmet_bg.gif) bottom right no-repeat;
	height: 850px;
}

.crab_nav{
	background: url(images/store_crab_bg.gif) bottom right no-repeat;
	height: 500px;
}

.oysters_nav{
	background: url(images/store_oysters_bg.gif) bottom right no-repeat;
	height: 125px;
	width: 170px;
	float: right;
	margin-top: 20px;
	margin-right: 3px;
}

.crab_claws_nav{
	background: url(images/store_crab_claws_bg.gif) bottom right no-repeat;
	height: 116px;
	width: 182px;
	float: right;
	margin-top: 20px;
	margin-right: 3px;
}



#right_nav ul{
	list-style:none;
}

#right_nav li{
	border-top: #c0b089 thin solid;
	margin-right: 10px;
	padding: 5px 0 5px 2px;
}

#right_nav li a{
	text-decoration: none;
	color: #f0983b;
	font-size: 1.2em;
	font-weight: bold;
}

#right_nav li a:hover, #right_nav li a#right_active{
	color: #de7928;
}



#content_header{
	background: url(images/header.gif) no-repeat top center;
	height: 52px;
	margin-top: 20px;
	float: right;
	width: 712px;
}

.middle_header{
	background: url(images/middle_header.gif) no-repeat top center;
	height: 44px;
	width: 708px;
	clear: both;
      padding-bottom: 20px;
	  margin-left: 2px;
}

.middle_header h2{
	padding-top: 10px;
}

#content_footer{
	background: url(images/footer.gif) no-repeat top center;
	height: 10px;
	float: right;
	width: 712px;
}

.preview{
	display: none;
	width: 340px; 
	height: 224px; 
	position: absolute; 
      margin-left: 125px;
      margin-top: -36px;
	z-index: 1;  
	background: #FFFFFF; 

}

.preview_title{
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 5px;
}

.preview_image{
	padding: 5px 20px 20px 20px;
	background: #ffffff;
}

.close_button{
	position: relative;
	top: 10px;
	right: 10px;
	float: right;
	margin-bottom: 10px;
	cursor: pointer;
}

/*Left Column*/
#left_column{
	float: left;
	width: 188px;
	text-align: center;
}

#orange_left_column{
	background: url(images/left_col_bg.gif) repeat-y top center;
	text-align: center;
}

#logo_link{
	width: 188px;
	height: 150px;
	display: block;
	text-decoration: none;
	background: url(images/logo.gif) no-repeat top center; 
}

#orange_left_column p{
	padding: 10px 10px;
	color: #2b5754;
	margin: 0;
}

#orange_left_column p#wild_gulf{
	font-weight: bold;
	font-size: 1.05em;
}

#orange_left_column hr{
	width: 60%;
	background: #f0c086;
	height: 1px;
	border: none;
	margin: 0 auto;
      padding: 0;
}

#orange_left_column p#try_some{
	background: url(images/left_col_bottom.gif) no-repeat center bottom;
	font-weight: bold;
	font-size: 1.8em;
	color: #0a5f7b;
	padding-top: 0;
}

#news_and_recipes, #photo_gallery{
	background: url(images/news.gif) no-repeat;
	height: 56px;
	width: 178px;
	display: block;
	margin: 20px 0;
	font-weight: bold;
	font-size: 1.5em;
	color: #0a5f7b;
	text-decoration: none;
	text-align: left;
	padding-left: 10px;
	padding-top: 8px;
}

 #photo_gallery{
 	background: url(images/photo_gallery.gif) no-repeat;
	margin-bottom: 10px;
 }

#payment{
	color: #f9d297;
}

#continue{
	padding: 20px;
	font-weight:  bold;
	position:  absolute;
}

/*Footer*/

#footer{
	padding: 20px 0;
	clear:  both;
}

#copyright{
	float: left;
	padding-top: 3px;
	font-size: 0.85em;
}

#copyright a:link, #copyright a:hover, #copyright a:visited{
	color: #98dadb;
	text-decoration:none;
}

#footer_nav{
	float: right;
}


#footer_nav ul
{
	margin: 0;
      padding: 0;
	line-height: 18px;
}

#footer_nav ul li
{
	display: inline;
}

#footer_nav ul li a
{
	padding: 0 12px;
	color: #fae5b2;
	text-decoration: none;
	border-right: 2px #779892 solid;
	font-weight: bold;
}

#footer_nav ul li a:hover, #footer_nav #active
{
	color: #f39544;
}

