BODY {
margin: 10px 0 0 10px;
padding: 0;
color: #003;
font-weight: normal;
}
body, 
table#header tr td,
body table tr td table tr td,
body table tr td table tr th/*,
td.content,
body table tr td.content*/
 {
	font: 76% arial, helvetica, sans-serif;
}
h2.serif {
	font-family: georgia, 'times new roman', serif;
	font-size: 24px;
	color: #CC0000;
}
h3 {
	font-size: 1.2em;
}
/* --------------- nav bar and header ------------------- */
table#header {
	width: 750px;
}
/*table#header tr td.nav1 {
	width: 10%;
}
table#header tr td.nav2 {
	width: 90%;
}*/
table#header tr td #logoContainer {
	position: relative;
	background: transparent;
}
table#header tr td #logoContainer #logo {
	position: absolute;
	top: 0px;
	left: 0px;
}

/* ---------------------------------- */

table#header tr td.nav1 #topNavBar1 a {
	font-size: 0.8em;
	font-family: serif;
}
table#header tr td #topNavBarContainer {
	background: transparent;
	position: relative;
	background: #eee;
	/*top: 0;
	left: 0;*/
}
table#header tr td #topNavBarContainer #shopNow {
	position: absolute;
	top: -20px;
	left: 0;
}
/*table#header tr td.peter {
	
}*/
#topNavBar1, #topNavBar2 {
    /*float:left;*/
    width:100%;
    background: #fff;
    /*font-size:93%;*/
	 font-family: tahoma;
    line-height:normal;
	 font-size: 0.9em;
	 white-space: nowrap;
    }
#topNavBar1 ul, #topNavBar2 ul {
    margin: 0;
    padding:0;
    list-style:none;
    }
#topNavBar1 li {
    float:left;
    margin:0;
    padding:0;
    }
#topNavBar2 li {
    float:left;
	 white-space: nowrap;
    margin:0;
    padding:0;
    }
#topNavBar1 li {
	 background:url("../images/tab_right.gif") no-repeat right top;
    }
#topNavBar2 li {
	 background:url("../images/tab_right2.gif") no-repeat right top;
    }
#topNavBar2 li.sub {
	 background:url("../images/tab_right2.gif") no-repeat right top;
    }
#topNavBar1 a, #topNavBar2 a {
    display:block;
    padding:5px 6px;
    }

#topNavBar1 a {
    background:url("../images/tab_left.gif") no-repeat left top;
    } 
#topNavBar2 a {
    background:url("../images/tab_left2.gif") no-repeat left top;
    }
#topNavBar2 li.sub a {
    background:url("../images/tab_left2.gif") no-repeat left top;
    }
#topNavBar1 #sel {
    background-image:url("../images/tab_right_sel.gif");
    }
#topNavBar1 #sel a {
    background-image:url("../images/tab_left_sel.gif");
    }

#topNavBar2 #sel {
    background-image:url("../images/tab_right_sel.gif");
    }
#topNavBar2 #sel a {
    background-image:url("../images/tab_left_sel.gif");
    }
#topNavBar2 #selsub {
    background-image:url("../images/tab_right3_sel.gif");
    }
#topNavBar2 #selsub a {
    background-image:url("../images/tab_left3_sel.gif");
    }

#topNavBar1 a:link {
	color: #006;
	text-decoration: none;
}
#topNavBar1 a:visited {
	color: #006;
	text-decoration: none;
}
#topNavBar1 a:hover {
	color: #000;
	text-decoration: underline;
}
#topNavBar1 a:active {
	color: #000;
	text-decoration: none;
}

#topNavBar1 #sel a:link {
	color: #ffc;
	text-decoration: none;
}
#topNavBar1 #sel a:visited {
	color: #ffc;
	text-decoration: none;
}
#topNavBar1 #sel a:hover {
	color: #fff;
	text-decoration: underline;
}
#topNavBar1 #sel a:active {
	color: #fff;
	text-decoration: none;
}

#topNavBar2 a:link {
	color: #006;
	text-decoration: none;
}
#topNavBar2 a:visited {
	color: #006;
	text-decoration: none;
}
#topNavBar2 a:hover {
	color: #000;
	text-decoration: underline;
}
#topNavBar2 a:active {
	color: #000;
	text-decoration: none;
}

#topNavBar2 #sel a:link, #topNavBar2 #selsub a:link {
	color: #ffc;
	text-decoration: none;
}
#topNavBar2 #sel a:visited, #topNavBar2 #selsub a:visited {
	color: #ffc;
	text-decoration: none;
}
#topNavBar2 #sel a:hover, #topNavBar2 #selsub a:hover {
	color: #fff;
	text-decoration: underline;
}
#topNavBar2 #sel a:active, #topNavBar2 #selsub a:active {
	color: #fff;
	text-decoration: none;
}

/*horizontal nav bar under the tabs*/
#topNavBar3Container {
	width: 100%;
	border-top: 1px solid #9B9B75;
	border-bottom: 1px solid #9B9B75 ;
	background: #39397F;
	padding: 0;
}

#topNavBar3 {
width: 100%;
margin: 0;
padding: 0;
/*height: 20px;*/
background: #39397F;
}

#topNavBar3 ul {
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
background-color: #006;
}

#topNavBar3 ul li {
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}

#topNavBar3 ul li a {
background: #39397f;
/*background-color: transparent;*/
width: 80px;
/*height: 18px;*/
border-top: none;
border-left: 1px solid #9B9B75;
border-bottom: none;
border-right: none;
padding: 4px 0;
margin: 0;
color: #cc9;
text-decoration: none;
display: block;
text-align: center;
font-size: 0.9em;
}

#topNavBar3 ul li a:hover {
color: #cc9;
background: #006;
text-decoration: underline;
}

#topNavBar3 a:active {
background: #fff;
color: #fff;
}

#topNavBar3 li#sel a {
background: #006;
border-top: none;
border-left: 1px solid #9B9B75;
border-bottom: none;
border-right: none;
color: #cc9;
}

#topNavBar3 ul li.last a {
	border-right: 1px solid #9B9B75 ! important;
}

ul.vertSubNav {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.vertSubNav li {
	margin: 0 0 5px 0;
	padding: 8px;
	/*background: url(../images/list_bullet_news.gif) no-repeat 0 0.3em;*/
	font-size: 12px;
	border: 1px solid #333399;
	background: #E3E4C5;
}
/* ---------------------------------- */	 
	 
H3.pagetop{
color: #c00;
font-family: Arial,sans-serif;
margin:10px 0;
}
h3.headerBlue {
	background: #5657B3;
	padding: 3px;
	margin: 0;
	text-align: center;
}
h3.headerBlue a {
	color: #fff;
}
/* -------------- recipes styles -------------------- */
table.recipe {
	background: #E3E4C5;
	border: 5px solid #E3E4C5;
}
table.recipe tr td {
	background: transparent;
	padding: 0.5em;
	border-width: 0 0 2px 0;
	border-color: #006;
	border-style: solid;
}
table.recipe tr td.recipeHeader {
	color: #CC3300;
	font-weight: bold;
}
table.recipe tr td.recipeBody {
	color: #003;
}

h4, h5, h5 {
	color: #000066;
}

/* --------------- lobster festival styles ------------- */


div.lobsterFestivalHeaderStrip {
	background: transparent url( ../images/lobster_festival_header.jpg ) no-repeat bottom left;
	padding: 0 0 0 170px;
	margin: 0;
	color: #006;
	/*height: 110px;*/
	border-bottom: 1px solid #39397F;
	height: 100px;
	color: #FAFAE2;
}
div.lobsterFestivalHeaderStripOutside {
	background: #8787cf url( ../images/lobster_festival_headerbg.gif ) repeat-y left;
	margin: 0 0 20px 0;
}
div.lobsterFestivalHeaderStrip h2 {
	color: #fff;
	font-style: italic;
	font-weight: normal;
	font-family: 'times new roman', serif;
	letter-spacing: 2px;
	font-size: 26px;
	margin:0 20px 7px 0;
	padding: 15px 0 5px 0;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #fff;
}

/* ---------------------- */

table#lobsterFestival {
	width: 100%;
	border-collapse: collapse;
}
table#lobsterFestival tr th, table#lobsterFestival tr td.footer {
	background: #4242B4;
	color: #fff;
	border: 1px solid #ccc;
	font-weight: bold;
}
table#lobsterFestival tr td {
	border: 1px solid #ccc;
}
table#lobsterFestival tr td, table#lobsterFestival tr th {
	padding: 10px;
}
table#lobsterFestival tr td h4 {
	margin: 0 0 0.5em 0;
	color: #EA6D2A;
	font-size: 1.2em;
}

/* --------------- ramus restaurant guide styles ------------- */

table.restaurant {
	background: transparent;
}
table.restaurant tr td {
	background: transparent;
	/*padding: 0.5em;*/
	/*border-width: 0;
	border-color: #006;
	border-style: solid;*/
}
table.restaurant tr td.main {
	/*background: #f00;*/
	width: 360px;
}
table.restaurant tr td.spacer {
	/*background: #0f0;*/
	width: 15px;
}
table.restaurant tr td.side {
	/*background: #00f;*/
	width: 180px;
}
table.restaurant tr td table.info {
	border-collapse: collapse;
	background: #FFFFEE;
	width: 100%;
}
table.restaurant tr td table.info tr th, table.restaurant tr td table.info tr td {
	background: transparent;
	padding: 0.5em;
	border-width: 1px;
	border-color: #006;
	border-style: solid;
}
.YellowHeader {	/* css selectable via drop down in fck */
	font-weight: bold;
	color: #fff;
	background: #E2C363;
	font-size: 12px;
	text-align: center;
}
img[align=left] {		/* image tags added via fck with align attribute used */
	margin: 8px 8px 8px 0;
}
img[align=right] {	/* image tags added via fck with align attribute used */
	margin: 8px 0 8px 8px;
}
table.restaurant tr td table.info tr th {
	font-weight: bold;
	color: #fff;
	background: #ECBE32;
}
.restaurantGuideFooter {
	background: #E9E9F5 url( ../images/restaurant_guide_headerbg.gif ) repeat-y left;
	 width: 750px; 
	 height: 20px;
}
h2.restaurantGuide {
	background: #E9E9F5 url( ../images/restaurant_guide_headerbg.gif ) repeat-y left;
	padding: 0.5em 0;
	color: #fff;
	font-style: italic;
	font-weight: normal;
	font-family: 'times new roman', serif;
	letter-spacing: 2px;
	height: 30px;
	font-size: 26px;
	margin: 0;
	border-bottom: 1px solid #006;
}

h3.restaurantGuide {
	/*background: #FFFFEE url( ../images/restaurant_guide_item_headerbg.gif ) repeat-y left;*/
	background: #FFFFEE;
	padding: 0.5em;
	border-width: 1px;
	border-color: #006;
	border-style: solid;
	text-align: center;
	margin: 15px 15px 15px 0;
}
div.restaurantGuideHeaderStrip {
	background: transparent url( ../images/restaurant_guide_home2.jpg ) no-repeat bottom left;
	padding: 0 0 0 280px;
	margin: 0;
	color: #006;
	/*height: 110px;*/
	border-bottom: 1px solid #39397F;
}
div.restaurantGuideHeaderStripOutside {
	background: #E9E9F5 url( ../images/restaurant_guide_headerbg.gif ) repeat-y left;
	margin: 0 0 20px 0;
}
div.restaurantGuideHeaderStrip h2 {
	color: #fff;
	font-style: italic;
	font-weight: normal;
	font-family: 'times new roman', serif;
	letter-spacing: 2px;
	font-size: 26px;
	margin:0;
	padding: 0.5em 0;
}
.restGuideListtingContainer {
	border-top: 1px solid #006;
	padding: 20px 0;
	margin: 20px 0 0 0;
	clear: both;
}
ul.boxRestaurant {
	margin: 0 0 0 0;
	padding: 5px 0 8px 0;
	list-style: none;
	background: transparent;
	border-width: 1px 0;
	border-color: #39397F #39397F #48489C #39397F;
	border-style: solid;
}
ul.boxRestaurant li {
	margin: 0 5px 2px 2px;
	padding: 0 0 0 8px;
	background: url(../images/list_bullet_news.gif) no-repeat 0 0.3em;
	font-size: 12px;
}
div.restaurantListingBox {
	background: transparent;
	border-bottom: 1px solid #eee;
	margin-bottom: 1em;
	padding-bottom: 1em;
}
div.restaurantListingBox h3 {
	font-size: 1em;
	margin: 0 0 0.3em 0;
}
div.restaurantListingBox p {
	font-size: 0.9em;
	margin: 0;
}
div.restaurantListingBox ul {
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	list-style: none;
}
div.restaurantListingBox img {
	display: block;
	margin: 2px;
}
div.restaurantListingBox div.theimg {
	border: 1px solid #DEDEB6;
	float: left; margin: 0 10px 10px 0;
}
/* ---------------------- */


/* ---------- mailing list form ----------- */

table.content tr td {
	font-size: 1em;
}
label {
	font-weight: bold;
}

/* ---------- news box ----------- */

h4.boxNews {
	margin: 0;
	border-width: 1px;
	border-style: solid;
	border-color: #333399;
	background: #E3E4C5;
	font-size: 1.3em;
	padding: 3px 5px;
	font-size: 16px;
	font-family: MS Sans Serif, Sans-Serif;
	color: #006;
}


h4.boxNews a:link {
	color: #000066;
	text-decoration: none;
}
h4.boxNews a:visited {
	color: #000066;
	text-decoration: none;
}
h4.boxNews a:hover {
	color: #000066;
	text-decoration: underline;
}
h4.boxNews a:active {
	color: #000066;
	text-decoration: none;
}
ul.boxNews {
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #333399;
	margin: 0;
	padding: 5px 0 0 0;
	list-style: none;
	background: #FFFFEE;
}
ul.boxNews li {
	margin: 0 5px 5px 5px;
	padding: 0 0 0 8px;
	background: url(../images/list_bullet_news.gif) no-repeat 0 0.3em;
	font-size: 12px;
}
ul.boxNews li h5 {
	margin: 0;
	font-weight: normal;
}
ul.boxNews li p {
	margin: 0;
}

ul.boxNews li div.img {
	float: left;
	margin: 5px 0 0 0;
}
ul.boxNews li div.img img {
	margin-right: 0.5em;
	margin-bottom: 0.5em;
}
ul.boxNews li p, ul.boxNews li h5 {
	margin: 0;
}
ul.boxNews li h5, ul.boxNews li h4 {
	margin: 0;
	font-size: 1em;
	display: inline;
}
p.newsarticledate {
	font: normal 0.9em 'lucida console', courier, monospace;
	color: #ff9900;
	margin: 0 0 1em 0;
	padding-left: 15px;
	background: url(../images/doc_ico1.gif) no-repeat 0 0.1em;
}
/* ---------------- nav box with no borders or background--------------------- */

ul.navListNoBox {
	margin: 0;
	padding: 5px 0 0 0;
	list-style: none;
	background: transparent;
}
ul.navListNoBox li {
	margin: 0 5px 5px 5px;
	padding: 0 0 0 8px;
	background: url(../images/list_bullet_news.gif) no-repeat 0 0.3em;
	font-size: 12px;
}
h4.navListNoBox {
	margin: 0;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #333399;
	background: transparent;
	font-size: 1.3em;
	padding: 3px 5px;
	font-size: 16px;
	font-family: MS Sans Serif, Sans-Serif;
	color: #006;
}
/* ---------------------------------------- */
div.hr {
	border-top: 1px solid #ccc;
	margin: 5px 0;
}
div.hr hr {
  display: none;
}

div.usermessage {
	border: 1px solid #eee;
	padding: 0.3em;
	background: #f9f9f9;
	color: #c30;
	font: 0.9em 'ludica console', courier, monospace;
	margin-bottom: 1em;
}

.userError	{
	color: #ff3300;
	font-size: 12px;
	font-family: lucida console, courier new, monospace;
	font-weight: normal;
}

.bold	{
	font-weight: bold;
}
p.navLink {
	padding: 0 0 0 8px;
	background: transparent url(../images/list_bullet_news.gif) no-repeat 0 0.3em;
}
.leftfloatingpic {
	float:left;
	margin: 0 10px 10px 0;
}
.leftfloatingpicWithBorder {
	float:left;
	margin: 0 10px 10px 0;
	background: #f9ffff;
	border: 1px solid #000316;
}
div.leftfloatingpicWithBorder {
	float:left;
	margin: 0 10px 10px 0;
	background: #f9ffff;
	border: 1px solid #000316;
}
div.leftfloatingpicWithBorder img {
	display: block;
	padding: 3px;
}
div.rightfloatingpicWithBorder {
	float:right;
	margin: 0 0 10px 10px;
	background: #f9ffff;
	border: 1px solid #000316;	
}
div.rightfloatingpicWithBorder img {
	padding: 3px;
	display: block;
}
.rightfloatingpic {
	float:right;
	margin: 0 0 10px 10px;
}
.rightfloatingpicWithBorder {
	float:right;
	margin: 0 0 10px 10px;
	background: #f9ffff;
	border: 1px solid #000316;	
}

TD.homepage {
	background-image: url(../images/bg_lobster.gif);
	background-repeat: no-repeat;
	background-position: 10% 10%;
}

.mainText	{
	color: #000033;
	font-family: MS Sans Serif, Sans-Serif;
	font-weight: normal;
}

.mainTextSmall	{
	color: #000033;
	font-size: 10px;
	font-family: MS Sans Serif, Sans-Serif;
	font-weight: normal;
}

.mainTextLarge	{
	color: #000033;
	font-size: 18px;
	font-family: MS Sans Serif, Sans-Serif;
	font-weight: normal;
}


.mainTextLarge2	{
	color: #000033;
	font-family: MS Sans Serif, Sans-Serif;
	font-weight: bold;
}

.redText	{
	color: #ff3300;
	font-size: 14px;
	font-family: MS Sans Serif, Sans-Serif;
	font-weight: bold;
}

.whiteText	{
	color: #ffffff;
	font-size: 16px;
	font-family: verdana, MS Sans Serif, Sans-Serif;
	font-weight: bold;
}

.firstletter {
	font-size: 30px;
	float: left;
	font-family: Arial,Tahoma,Verdana,MS Sans Serif, Sans-Serif;
	font-weight: normal;
	margin-bottom: -5%;
	}

h3.headerbar {
	background: #EDEEDB;
	color: #006;
	padding: 0.3em 0.5em;
	border: 1px solid #006;
}
	
.salmon_steps	{
	color: #000033;
	font-family: Verdana, MS Sans Serif, Sans-Serif;
	font-weight: normal;
}

.salmon_steps_number	{
	color: #000033;
	font-size: 14px;
	font-family: MS Sans Serif, Sans-Serif;
	font-weight: bold;
	background: #cccc99;
}

.flashText1	{
	color: #333399;
	font-size: 14px;
	font-family: MS Sans Serif, Sans-Serif;
	font-weight: normal;
}

.formLabelShop	{
	color: #000033;
	background: none;
	font-size: 14px;
	font-family: MS Sans Serif, Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

.specials { font-family: "times new roman","Comic Sans MS"; color: #eeeeee; font-style: italic; font-size:15px; }


TABLE.enquiries {
	background-image: url(http://wharfedale/ramus/images/bg_lobster.gif);
	background-repeat: no-repeat;
	background-position: 20% 20%;
}

/* image floats - no tables revision */

div.imgFloatRight {
	float: right;
	margin: 0 0 5px 15px;
	border: 1px solid #000;
}
div.imgFloatRight img {
	display: block;
	margin: 3px;
}

/*==========================
  form
  ========================== */
  
INPUT.mailinglist, INPUT.buybutton	{
	color: #000000;
	background: #eeeeee;
	font-family: MS Sans Serif, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
}

INPUT.buttonColor	{
	color: #000000;
	background: #99CC66;
	font-family: MS Sans Serif, Sans-Serif;
	font-size: 11 px;
	font-weight: normal;
	border-style: solid;
	border-top: 1px #9999CC solid;
	border-bottom: 1px #333399 solid;
	border-left: 1px #9999CC solid;
	border-right: 1px #333399 solid;
}

INPUT.enquiries {
	color: #000000;
 	background: #CCCC99;
	border-style: solid;
  border-top: 1px #000066 solid;
  border-bottom: 1px #000066 solid;
  border-left: 1px #000066 solid;
  border-right: 1px #000066 solid;
	font-size: 12px;
	font-family: Verdana, Arial, Sans-Serif;
}

TEXTAREA.enquiries {
	color: #000000;
 	background: #CCCC99;
	border-style: solid;
  border-top: 1px #000066 solid;
  border-bottom: 1px #000066 solid;
  border-left: 1px #000066 solid;
  border-right: 1px #000066 solid;
	font-size: 12px;
	font-family: Verdana, Arial, Sans-Serif;
}

/*==========================
  navigation
  ========================== */
  
.topNav	{
	color: #FFFFFF;
	font-size: 14px;
	font-family: MS Sans Serif, Sans-Serif;
	font-weight: normal;
}

.footerNav	{
	color: #333399;
	font-size: 14px;
	font-family: MS Sans Serif, Sans-Serif;
	font-weight: normal;
	line-height: 1.7em;
}


A.footerNav:link	{
	text-decoration: none;
	color: #333399;
	font-size: 14px;
	font-family: MS Sans Serif, Sans-Serif;
}

A.footerNav:visited	{
	text-decoration: none;
	color: #333399;
	font-size: 14px;
	font-family: MS Sans Serif, Sans-Serif;
}

A.footerNav:hover	{
	text-decoration: underline;
	color: #FF6600;
	font-size: 14px;
	font-family: MS Sans Serif, Sans-Serif;
}

A.footerNav:active	{
	text-decoration: none;
	color: #333399;
	font-size: 14px;
	font-family: MS Sans Serif, Sans-Serif;
}


A.topNav:link	{
	text-decoration: none;
	color: #ffffff;
	font-size: 14px;
	font-family: MS Sans Serif, Sans-Serif;
}

A.topNav:visited	{
	text-decoration: none;
	color: #ffffff;
	font-size: 14px;
	font-family: MS Sans Serif, Sans-Serif;
}

A.topNav:hover	{
	text-decoration: underline;
	color: #ffffff;
	font-size: 14 px;
	font-family: MS Sans Serif, Sans-Serif;
}

A.topNav:active	{
	text-decoration: none;
	color: #ffffff;
	font-size: 14 px;
	font-family: MS Sans Serif, Sans-Serif;
}


.topNavShopseparator { text-decoration: none; color: #CCCCFF;	font-size: 12px; font-family: MS Sans Serif, Sans-Serif;
}

A.topNavShop:link	{	text-decoration: none; color: #3333CC;	font-size: 11px; font-family: MS Sans Serif, Sans-Serif; font-weight: bold; }

A.topNavShop:visited { text-decoration: none; color: #3333CC;	font-size: 11px; font-family: MS Sans Serif, Sans-Serif; font-weight: bold; }

A.topNavShop:hover { text-decoration: underline; color: #3333CC; font-size: 11 px; font-family: MS Sans Serif, Sans-Serif; font-weight: bold; }

A.topNavShop:active	 {	text-decoration: none; color: #3333CC;	font-size: 11 px;	font-family: MS Sans Serif, Sans-Serif; font-weight: bold; }


A.topNavCaps:link	{
	text-decoration: none;
	color: #CCCC99;
	font-size: 11px;
	font-family: MS Sans Serif, Sans-Serif;
}

A.topNavCaps:visited	{
	text-decoration: none;
	color: #CCCC99;
	font-size: 11px;
	font-family: MS Sans Serif, Sans-Serif;
}

A.topNavCaps:hover	{
	text-decoration: underline;
	color: #ffffff;
	font-size: 11 px;
	font-family: MS Sans Serif, Sans-Serif;
}

A.topNavCaps:active	{
	text-decoration: none;
	color: #CCCC99;
	font-size: 11 px;
	font-family: MS Sans Serif, Sans-Serif;
}


/* //////////////////////////// CONTACTS PAGE //////////////////////////// */


.contacts	{
	color: #000033;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
}

.contacts A:link, .contacts A:visited, .contacts A:active {
	color: #ff3300;
	font-family: verdana,MS Sans Serif, Sans-Serif;
	text-decoration: none;
	font-weight: bold;
}
.contacts A:hover {
	color: #ff3300;
	font-family: verdana,MS Sans Serif, Sans-Serif;
	text-decoration: underline;
	font-weight: bold;
}

.mailingList	{
	text-decoration: none;
	color: #333366;
	font-family: Arial, Sans-Serif;
}

/*---------------------------------------
  boxes
  ---------------------------------------*/
DIV.boxheader	{
	color: #333333;
	background:#E7E7CE;
	border-style: solid;
	border-color: #003;
	border-width: 1px;
	padding:2px;
	text-align:center;
	font-size: 16px;
	font-weight: bold;
	font-family: MS Sans Serif, Sans-Serif;
}
DIV.boxbody	{
	color: #333333;
	background:#FFFFEF;
	border-style: solid;
	border-color: #003;
	border-width: 0 1px 1px 1px;
	padding:2px 5px;
	font-family: verdana,arial,Sans-Serif;
	
}

DIV.boxbody A:link, DIV.boxbody A:visited, DIV.boxbody A:active {
	color: #339;
	text-decoration: none;
}
DIV.boxbody A:hover {
	color: #f30;
	text-decoration: underline;
}
DIV.boxbody DIV {margin-bottom:5px;}

  
  
/*.boxHeader1	{
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	font-family: MS Sans Serif, Sans-Serif;
}*/

.boxHeader2	{
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	font-family: MS Sans Serif, Sans-Serif;
}

.boxText1	{
	color: #336;
	font-family: Verdana,Arial,Sans-Serif;
}

.bullet1	{
	color: #339;
	font-weight: bold;
}


/*---------------------------------------
  shop styles
  ---------------------------------------*/
.MainHeadingShop	{
	font-family: Arial, Sans-Serif;
	color: #003333;
	font-size: 18px;
	font-weight: bold;
}

.SubHeadingShop	{
	font-family: Arial, Sans-Serif;
	color: #ff3300;
	font-size: 16px;
	background: none;
	font-weight: bold;
}

/*-------------------------------------*/
A.shopnav:link	{
	text-decoration: none;
	color: #003333;
}

A.shopnav:visited	{
	text-decoration: none;
	color: #003333;
}

A.shopnav:hover	{
	text-decoration: underline;
	color: #003333;
}

A.shopnav:active	{
	text-decoration: none;
	color: #003333;
}
/*-------------------------------------*/

/* ------------------------------------*/


A.generic:link	{
	text-decoration: underline;
	color: #ff3300;
	font-weight: normal;
}

A.generic:visited	{
	text-decoration: underline;
	font-weight: normal;
	color: #ff3300;
}

A.generic:hover	{
	text-decoration: underline;
	font-weight: normal;
	color: #ff3300;
}

A.generic:active	{
	text-decoration: underline;
	font-weight: normal;
	color: #ff3300;
}


A.box1:link, A.box1:visited, A.box1:active	{
	color: #339;
	text-decoration: none;
}
A.box1:hover	{
	color: #F30;
	text-decoration: underline;
}





A.boxheader1:Link	{
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	font-family: MS Sans Serif, Sans-Serif;
	text-decoration: none;
}

A.boxheader1:visited	{
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	font-family: MS Sans Serif, Sans-Serif;
	text-decoration: none;
}

A.boxheader1:hover	{
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	font-family: MS Sans Serif, Sans-Serif;
	text-decoration: none;
}

A.boxheader1:Active	{
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	font-family: MS Sans Serif, Sans-Serif;
	text-decoration: none;
}



A.underline:Link	{
	font-size: 10px;
	font-family: MS Sans Serif, Sans-Serif;
	color: #333399;
	text-decoration: underline;
	font-weight: normal;
}

A.underline:visited	{
	font-size: 10px;
	font-family: MS Sans Serif, Sans-Serif;
	color: #333399;
	text-decoration: underline;
	font-weight: normal;
}

A.underline:hover	{
	font-size: 10px;
	font-family: MS Sans Serif, Sans-Serif;
	color: #FF3300;
	text-decoration: underline;
	font-weight: normal;
}

A.underline:Active	{
	font-size: 10px;
	font-family: MS Sans Serif, Sans-Serif;
	color: #333399;
	text-decoration: underline;
	font-weight: normal;
}



A.redtext:link, A.redtext:visited, A.redtext:active 	{
	color: #f30;
	font-size: 12px;
	font-family: verdana,MS Sans Serif, Sans-Serif;
	text-decoration: none;
	font-weight: bold;
}

A.redtext:hover	{
	color: #f30;
	font-size: 12px;
	font-family: verdana,MS Sans Serif, Sans-Serif;
	text-decoration: underline;
	font-weight: bold;
}

/*---------------------------------------
  RECIPES
  ---------------------------------------*/

.recipeBoxHeader	{
	color: #cc0000;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, sans-serif;
}

.recipeBoxBold	{
	color: #000033;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, sans-serif;
}

.recipeBoxNormal	{
	color: #000033;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, sans-serif;
}

UL.recipeBold	{
	font-weight: bold;
}
/*---------------------------------------
  SHOP 
  ---------------------------------------*/
/* ------ fresh seafood page ----------- */

 table.freshSeafood tr th {
	color: #006;
	padding: 10px;
	font-size: 16px;
	/*background: #DCDCEF;*/
	background: #E9E9F5 url( ../images/restaurant_guide_headerbg.gif ) repeat-y left;
	border-bottom: 1px solid #006;
	font-weight: bold;
	text-align:left;
}
table.freshSeafood tr td {
	padding: 5px;
	border-bottom: 1px solid #006;
}
table.freshSeafood tr td.shaded {
	background: #F8F8F8;
}
table.catchHeader tr th {
	background: #900 url( ../images/bb_hframe_fill.jpg );
	padding: 10px;
	color: #FFFFCC;
	font-family: "times new roman", serif;
	font-size: 20px;
	font-style: italic;
}

table.catchBody tr td {
	background: #000;
	padding: 5px;
	border-bottom: 1px solid #777;
}
  
/*------------------------------------
  set pseudo-classes for qdk signature
  ------------------------------------*/
  
/*A.qdk:link, A.qdk:visited, A.qdk:active 	{
	text-decoration: underline;
	font-size: 11px;
	font-family: Century Schoolbook BT, Serif;
	color: #666;
}
A.qdk:hover	{
	text-decoration: underline;
	font-size: 11px;
	font-family: Century Schoolbook BT, Serif;
	color: #F60;
}
.sigtext	{
	font-size: 11px;
	color: #666666;
	font-family: Haettenschweiler, Arial, Sans-Serif;
}
.sigline	{
	background: #666666;
}*/
/* ============ signature ========================= */
A.qdk:link, A.qdk:visited, A.qdk:active	{	
	text-decoration: underline;	
	color: #a8af8e;	
}
A.qdk:hover	{ 
	text-decoration: underline; 
	color: #cc612c;  
}
.sig {
	color: #a8af8e;
	font: 0.8em arial, helvetica, sans-serif;
	margin: 1em 0 0 0;
}

