/* CSS RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;}
body{line-height: 1;}

/* BASE STYLES */
body {
	margin: 10px 0 20px 0;
	background: #000000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	float: center;
}
.clear {
	clear: both;
}
h1 {
	font-weight: bold;
	font-size: 18px;
}
h2 {
	font-weight: bold;
	font-size: 14px;
	color: #efe094;
}

h2 a:link{color: #efe094;}

a, a:link, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.goldbullets {
	list-style-image: url(../images/bullet.gif);
}
/* HOME PAGE */
#home-container {
	width: 987px;
	margin: 0 auto;
}

#home-nav {
	position: relative;
	width: 987px;
	height: 43px;
}

#home-content {
	position: relative;
	width: 708px;
	
	height: 602px;
	background: url(../images/home-bg-new.jpg);
	color: #FFFFFF;	
	line-height: 15px;
	border-width:1px; border-style: solid; border-color:#393939; border-left-width:0px; border-top-width:0px;
}

#specials {
	position: absolute;
	bottom: 18px;
	right: 20px;
}

#newsletter-home {
	position: absolute;
	bottom: 18px;
	right: 200px;
}

#home-content div {
	padding: 20px 25px 0px 25px;
}

.home-477 {
	height: 800px;
}

/* NAV */
.home-navlist {
	position: absolute;
	left: 186px;
	top: 0px;
}
#navstart {
	position: absolute;
	left: 0px;
	top: 0px;
}
.nav {
	list-style: none;
}

ul.nav li {
	position: relative;
	float: left;
}

ul.nav li a {
	display: block;
	height: 43px;
	overflow: hidden;
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -999em;
}

.nav li a:hover {
	background-position: bottom left;
}

/* DROPDOWNS */
ul.nav ul {position:absolute; top:43px; left:0; background:#d1d1d1; display:none; opacity:0; list-style:none}
ul.nav ul li {position:relative; border-left:1px solid #aaa; border-right:1px solid #aaa; border-bottom: none; border-top: none; width:115px; margin:0; color: #FFFFFF;}
ul.nav ul li.bottom {border-bottom: 1px solid #aaa;}
ul.nav ul li a {display:block; padding:5px 7px 5px; background-color:#000000; color: #FFFFFF; text-indent: 0; height: 16px; vertical-align: middle;}
ul.nav ul li a:hover {background-color: #333; text-decoration: none;}
ul.nav ul#recipes li {	width: 165px; }

#drp-menu{width: 117px;}

/* NAV SPECIFICS */
#nav-home {
	width: 74px;
	background-image: url(../images/nav-home.jpg);
}

#nav-restaurant {
	width: 122px;
	background-image: url(../images/nav-restaurant.jpg);
}

#nav-market {
	width: 105px;
	background-image: url(../images/nav-market.jpg);
}

#nav-menus {
	width: 102px;
	background-image: url(../images/nav-menus.jpg);
}

#nav-gift {
	width: 135px;
	background-image: url(../images/nav-gift.jpg);
}

#nav-recipes {
	width: 83px;
	background-image: url(../images/nav-recipes.jpg);
}

#nav-awards {
	width: 87px;
	background-image: url(../images/nav-awards.jpg);
}

#nav-contact {
	width: 93px;
	background-image: url(../images/nav-contact.jpg);
}


/* STYLES */
#container {
	width: 801px;
	margin: 0 auto;
}

#header {
	width: 801px;
	height: 266px;
	clear: both;
}

#content {
	width: 801px;
	position: relative;
	background: url(../images/wood-bg.jpg) repeat-y;
	clear: both;
	padding: 35px 0px 20px 0px;
	line-height: 17px;
	border-bottom: 1px solid #3c3c3c;
	overflow:hidden;
	
}

#footer {
	font-size: 8px;
	color: #666666;
	padding-top: 8px;
}

#footer a {
	color: #666666;
}

#content .res-h2{
	margin-left: 50px;
}

#content h1, #content h2, #content p, .indent {
	margin-left: 25px;
}

#content ul {
	margin-left: 40px;
	padding-right: 20px;
}

#content p.i75 {
	margin-left: 75px;
}

.w500 {
	width: 500px;
}

.i35 {
	padding-left: 35px;
}

.emph {
	color:#FFF49A;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-weight:bold;
}

#b1 {
	border-right: 1px solid #303030;
	width: 390px;
	min-height: 365px;
}

#b2 {
	border-left: 1px solid #0e0e0e;
	width: 409px;
	min-height: 345px;
}

#b2 img, #b2 h2, #b2 p {
	margin-left: 25px;
}
#b2 iframe {
	margin-left: 18px;
}

#b3 {
	width: 800px;
	min-height: 365px;
}
#rpic2 {
	margin-right: 20px;
}

#blackpixel {
	position: absolute;
	bottom: -1px;
	right: 0px;
	width: 1px;
	height: 1px;
	background-color: #000000;
}

/* Restaurant */

#res-directions{
	color:#cfc382; 
	font-weight:bold;
}

#res-directions a:link{
	color:#cfc382; 
	text-decoration:underline; 
	font-weight:bold;
}
	
#res-directions a:visited{
	color:#cfc382; 
	text-decoration:underline; 
	font-weight:bold;
}
	
#res-directions a:hover{
	color:#cfc382; 
	text-decoration:none; 
	font-weight:bold;
}


/* Fish Market */

#content p.i50 {
	margin-left: 50px;
}

#market-left {
	width: 438px;
	padding-right:22px;
}

#market-right {
	width: 339px;
}

#market-company {
	width:301px;
	margin-top:20px;
	background-image:url(../images/market-company-bg.jpg);
	background-repeat:no-repeat;
	height:285px;
	padding-top:235px;
	padding-right:15px;
}

.market-company-gold {
	color:#cfc382;
	font-weight:bold;
}


/* Recipes & Menu */

.recipe-imgs {
	height:222px; 
	width:236px; 
	text-align:center;
	float:left;
	padding-left:21px;
}

#recipe-txt {
	width:257px; 
	font-size:13px;
}

#recipe-txt a:link {
	color:#dccb78;
	text-decoration:none;
	font-weight:bold;
}

#recipe-txt a:visited {
	color:#dccb78;
	text-decoration:none;
	font-weight:bold;
}

#recipe-txt a:hover {
	color:#dccb78;
	text-decoration:underline;
	font-weight:bold;
}

#divider-top {
	border-bottom: 1px solid #303030;
	height: 3px;
	width:751px;
	margin:auto;
}


#divider-bottom {
	border-top: 1px solid #0e0e0e;
	height: 3px;
	width:751px;
	margin:auto;
}

#grey-box-bg {
	background-image:url(../images/grey-box-bg.jpg); 
	background-repeat:repeat-y; 
	width:315px;
	margin-left:25px;
}

#grey-box-bottom {
	background-image:url(../images/grey-box-bottom.jpg); 
	background-repeat:no-repeat; 
	background-position:bottom;
}

#grey-box-top {
	background-image:url(../images/grey-box-top.jpg); 
	background-repeat:no-repeat; 
	background-position:top; 
	padding:3px 15px 20px 20px;
}
#grey-box-top ul {
	margin-left: 0px;
}


#grey-box-top a, #grey-box-top a:link, #grey-box-top a:visited, #grey-box-top a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#grey-box-top a:hover {
	text-decoration: underline;
}

#grey-box-top h2 {
	margin-left: 0px;
}

#grey-box-top ul li {padding:0; margin-left:15px;}

.recipe-box-1 {
	width: 292px;
	padding-right: 8px;
	background: url(../images/divider.gif) repeat-y right;
}

.recipe-box-2 {
	padding-right:29px; 
	width:470px;
}

.recipe-box-2 p {
	margin-left: 25px;
}

#cooking-left {
	width: 460px;
}
#cooking-right {
	width: 320px;
	padding-left: 20px;
}	

/*--Shopping Index-- */
#shop-left {
float:left;
width:450px;
}
#shop-right {
float:right;
width:298px;
margin-right:20px;
margin-top:20px;
}


/*--Bottom Menu --*/
.style1 {font-size: 9px}
.style2 {font-size: 10px}
.style3 {font-size: 11px; color:#666666}
.style4 {font-size: 4px; line-height:4px;}

#res-bottomnav a:link{
	color:#666666;  
}
	
#res-bottomnav a:visited{
	color:#666666; 

}
	
#res-bottomnav a:hover{
	color:#666666; 
	text-decoration:underline; 

}

/*--Sitemap --*/

#res-sitemap a:link{
	color:#cfc382; 
	font-weight:bold;
}
	
#res-sitemap a:visited{
	color:#cfc382; 
	font-weight:bold;
}
	
#res-sitemap a:hover{
	color:#cfc382; 
	text-decoration:underline; 
	font-weight:bold;
}

.join{width:190px; float:right; font-size:10px; font-weight:bold; padding-left:1px; margin-right:5px; }
.join img{ margin-left:6px;}
