
/* MASTER PAGE CSS!!!!! MASTER PAGE CSS!!!!! MASTER PAGE CSS!!!!! MASTER PAGE !!!!!*/
* {
 padding: 0;
 margin: 0;
}

body {
	margin: 0; 
	padding: 0; 
	text-align: center;
	min-width: 800px;
	background: black;
	font-family: Trebuchet, Helvetica, Arial, sans-serif;font-family: Trebuchet, Helvetica, Arial, sans-serif;
	
}

#wrapper {
	width: 799px;
	position: relative; 
	margin: 0 auto;
	text-align: left;
	padding: 0px;
	background: #ffffff;
}



/* END MASTER PAGE CSS!!!!!  END MASTER PAGE CSS!!!!!  END MASTER PAGE CSS!!!!! */	



/* Header Related CSS !!!!!  Header Related CSS !!!!!  */

#header
{
	padding: 0px;  
	margin: 0px;
	border-collapse: collapse;
	background-color: black;
	height:150px; 
}

#logo
{
	border: 0px;
}
	

/* End Header Related CSS !!!!!  */


/*Top Navigation CSS!!!  Top Navigation CSS!!! Top Navigation CSS!!! Top Navigation CSS!!!*/

#nav_bar
{
	width: 799px;
	margin-left: -1px;
	height: 29px;
	}

.top_links
{
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	height: 29px;
	
}

					
#nav { 
	margin:0px; 
	padding:0px;
	background:gray;
	float:left; 
	width:100%;
	border:1px solid #42432d; 	
} 

#nav li { 
	display:inline; 
	padding:0; 
	margin:0; 
} 	
	
#nav a:link, 
#nav a:visited { 
	color:#000; 
	background:gray; 
	padding:8px 18px 8px 20px; 
	float:left; 
	width:61px;
	border-right:0px solid #42432d;
	text-decoration:none; 
	font:bold 1em/1em Arial, Helvetica, sans-serif; 
	text-transform:uppercase; 
	text-shadow: 2px 2px 2px #555; 	
	text-align: center;
} 

#nav a:hover { 
	color:#fff; 
	background: #ff9900; 

} 

#nav a:active { 
		background:#e35a00; 
		color:#fff; 
} 


#nav a:focus {
  -moz-outline-style: none; /* hide focus rectangle */
  	background:#e35a00; 
	color:#fff; 
}

li
{
	font-size: 8pt;
	line-height: 125%;
}


/* END Naviagtion Related CSS !!!!!  END Navigation Related CSS !!!!!  */


/*image bar related CSS*/

#image_bar
{
	width: 799px;
	height: 50px;
	margin: 0px; 
	}

#menu_bar
{
	width:799px;
	vertical-align:bottom
	
}



/* Sub_page_master CSS#####  Sub_page_master CSS#####  Sub_page_master CSS#####*/


#leftcolumn { /* Parent Wrapper for inside boxes */
 margin: 0px;
 display: inline; /* IE Hack */
 width: 200px;
 float: left;
 min-height: 365px;
 padding: 5px 5px 5px 10px;
 border: 0px;
 background-color: #FFFFFF;
 border-collapse: collapse;

}
* html #leftcolumn {height:365px} /* IE Min-Height Hack */ 

#centercolumn { /* Parent Wrapper for inside boxes */
 border:0px;
 margin: 0px;
 display: inline; /* IE Hack */
 padding: 0px 0px 0px 0px;
 width: 300px;
 float: left;
 min-height: 365px;
 background-color: #FF9900;
 border-collapse: collapse;
}
* html #centercolumn {height:365px} /* IE Min-Height Hack */ 

#rightcolumn {
 margin: 0px;
 padding: 5px;
 display: inline; /* IE Hack */
 width: 274px;
 float: left;
 border: 0px;
 background-color: #FF9900;
 min-height: 365px;
 border-collapse: collapse;
}
* html #rightcolumn {height:365px} /* IE Min-Height Hack */ 




/* End Sub_page_master CSS#####  End Sub_page_master CSS#####  End Sub_page_master CSS#####*/

	
/*Footer related CSS*/
a.red_link
{
	color: white;
	font-family: Trebuchet, Helvetica, Arial, sans-serif;font-family: Trebuchet, Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}

a.red_link:hover
{
	color: #FF9900;
	text-decoration:underline;
}

#footer{
	clear: both;
	height: 20px;
	background-color: gray;
	border: 0px solid #aaaaaa;
	color: white;
	width: 98.8%;
	font-size: 6.5pt;
	font-weight: bold;
	padding: 5px;
	margin: 0px;
	}

/*index css*/

.greeting
{
	padding: 10px;
	font-size: 14px;
	text-align: center;
	}


	
.large_text
{
	font-size: 18px;
	font-weight: bold;

	}
	
#front_page_crab
{
		margin: 0px;
		border: 0px;
		vertical-align:bottom
		}
		
img#leftcolumn
{
	text-align: center;
	}

	
/*menu page CSS*/

#menu_leftcolumn
 { /* Parent Wrapper for inside boxes */
 margin: 0px;
 display: inline; /* IE Hack */
 width: 384px;
 float: left;
 min-height: 1090px;
 padding: 15px 5px 5px 10px;
 border: 0px;
 background-color: #FFFFFF;
 border-collapse: collapse;
 background: url(../images/bay_bg.jpg) repeat-y;
}
* html #leftcolumn {height:1090px} /* IE Min-Height Hack */ 

#menu_rightcolumn
 { /* Parent Wrapper for inside boxes */
 margin: 0px;
 padding: 15px 5px 5px 10px;
 display: inline; /* IE Hack */
 width: 385px;
 float: left;
 border: 0px;
 background-color: #FF9900;
 min-height: 1090px;
 border-collapse: collapse;
 background: url(../images/bay2_bg.jpg) repeat-y;
}
* html #rightcolumn {height:1090px} /* IE Min-Height Hack */ 

td#menu
{
	padding: 5px 10px 5px 10px;
	font-family: Trebuchet, Helvetica, Arial, sans-serif;font-family: Trebuchet, Helvetica, Arial, sans-serif;
	text-align: left;
	}



.menu_heading
{
	font-size: 18px;
	font-weight: bold;
	color: black;
	border: 2px solid red;
	}
	
.sizes
{
	font-size: 10px;
	font-weight: bold;
	color: black;
	text-decoration: underline;
}

.item
{	
	font-size: 10px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

.prices
{
	font-size: 10px;
	font-weight: normal;
	color: black;
	text-decoration: none;
}

.menu_info
{
	font-size: 10px;
	font-weight: normal;
	color: red;
	text-decoration: none;
	font-style: italic;
}	

/*platter page CSS*/

#platter_leftcolumn
 { /* Parent Wrapper for inside boxes */
 margin: 0px;
 display: inline; /* IE Hack */
 width: 784px;
 float: left;
 min-height: 300px;
 padding: 15px 5px 5px 10px;
 border: 0px;
 background-color: #FFFFFF;
 border-collapse: collapse;
 background: url(../images/bay3_bg.jpg) repeat-y;
}
* html #platter_leftcolumn {height:300px} /* IE Min-Height Hack */ 


.platter_heading
{
	font-size: 14px;
	font-weight: bold;
	color: red;
	text-decoration: underline;
	text-transform: uppercase;
}

.platter_info
{
	font-size: 11px;
	font-weight: normal;
	color: black;
	text-decoration: none;
	font-style: italic;
}


/*specials page CSS*/

#specials_leftcolumn
 { /* Parent Wrapper for inside boxes */
 margin: 0px;
 display: inline; /* IE Hack */
 width: 784px;
 float: left;
 min-height: 300px;
 padding: 15px 5px 5px 10px;
 border: 0px;
 background-color: #FFFFFF;
 border-collapse: collapse;
 background: url(../images/bay4_bg.jpg) repeat-y;
}
* html #specials_leftcolumn {height:300px} /* IE Min-Height Hack */ 

.sp_item
{	
	font-size: 13px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

.sp_prices
{
	font-size: 14px;
	font-weight: bold;
	color: black;
	text-decoration: none;
	}
	
	
td#specials
{
	padding: 5px 10px 5px 10px;
	font-family: Trebuchet, Helvetica, Arial, sans-serif;font-family: Trebuchet, Helvetica, Arial, sans-serif;
	text-align: left;
	border: 0px solid black;
	width: 150px;
	}



	
/*history page CSS*/

#history_leftcolumn
 { /* Parent Wrapper for inside boxes */
	 margin: 0px;
	 display: inline; /* IE Hack */
	 width: 784px;
	 float: left;
	 min-height: 300px;
	 padding: 15px 5px 5px 10px;
	 border: 0px;
	 background-color: #FFFFFF;
	 border-collapse: collapse;
	 background: url(../images/history_bg.jpg) repeat-y;
}
* html #history_leftcolumn {height:300px} /* IE Min-Height Hack */ 	

p.history{
	padding: 25px 50px 25px 50px;
	font-size: 12px;
	font-weight: normal;
	color: black;
	text-decoration: none;
	font-family: Trebuchet, Helvetica, Arial, sans-serif;font-family: Trebuchet, Helvetica, Arial, sans-serif;
	}
	
/*hours page CSS*/

#hours_leftcolumn
 { /* Parent Wrapper for inside boxes */
 margin: 0px;
 display: inline; /* IE Hack */
 width: 784px;
 float: left;
 min-height: 300px;
 padding: 15px 5px 5px 10px;
 border: 0px;
 background-color: #FFFFFF;
 border-collapse: collapse;
 background: url(../images/hours_bg.jpg) repeat-y;
}
* html #hours_leftcolumn {height:300px} /* IE Min-Height Hack */ 

td#hours
{
	padding: 10px 10px 10px 10px;
	font-family: Trebuchet, Helvetica, Arial, sans-serif;font-family: Trebuchet, Helvetica, Arial, sans-serif;
	text-align: left;
	border: 0px solid black;
	}



.DOW
{	
	font-size: 14px;
	font-weight: bold;
	color: red;
	text-decoration: none;
}

.time
{	
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}


	
/*history page CSS*/

#directions_leftcolumn
 { /* Parent Wrapper for inside boxes */
 margin: 0px;
 display: inline; /* IE Hack */
 width: 410px;
 float: left;
 min-height: 350px;
 padding: 25px 5px 5px 15px;
 border: 0px;
 background-color: #FFFFFF;
 border-collapse: collapse;
}
* html #directions_leftcolumn {height:350px} /* IE Min-Height Hack */ 

#directions_rightcolumn
 { /* Parent Wrapper for inside boxes */
 margin: 0px;
 padding: 25px 5px 5px 10px;
 display: inline; /* IE Hack */
 width: 354px;
 float: left;
 border: 0px;
 background-color: #FF9900;
 min-height: 350px;
 border-collapse: collapse;
}
* html #directions_rightcolumn {height:350px} /* IE Min-Height Hack */ 


p.directions
{
	font-size: 12px;
	font-weight: normal;
	color: black;
	text-decoration: none;
	font-family: Trebuchet, Helvetica, Arial, sans-serif;font-family: Trebuchet, Helvetica, Arial, sans-serif;
	}


/*history page CSS*/

#survey_leftcolumn
 { /* Parent Wrapper for inside boxes */
 margin: 0px;
 display: inline; /* IE Hack */
 width: 784px;
 float: left;
 min-height: 300px;
 padding: 15px 5px 5px 10px;
 border: 0px;
 background-color: #FFFFFF;
 border-collapse: collapse;
}
* html #survey_leftcolumn {height:300px} /* IE Min-Height Hack */ 

/*contact page CSS*/

.contact
{
	padding: 20px;
	font-size: 12px;
	text-align: center;
	}	

a.contact_link
{
	color: white;
	font-family: Trebuchet, Helvetica, Arial, sans-serif;font-family: Trebuchet, Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}

a.contact_link:hover
{
	color: black;
	text-decoration:underline;
}