/* 
Coded by Michael Levy 1/7/2010
michael_s_levy@comcast.net

COLORS

blue bg: #CCD7D5
blue outline: #005295
content blue bg: #CCD6DF
text dark brown: #3F3E29
blue hover/h3: #005295
green bg: #E4EBD5
blockquote gray: #666666

*/

body {
	background-color:#CCD7D5;
	font-family:"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif ;
	font-size:12px;
	color: #3F3E29;
}

#wrapper { 
	width: 800px;
	margin: 0 auto;
	background-repeat:no-repeat;
	background-color:white;
}

#banner {
	height:85px;
	background-image: url('../images/banners.jpg');
}

#logo , #logo a{ 
	background-image: url('../images/logo.gif');
	height:92px;
	width:350px;
	background-repeat:no-repeat;
	float:left;
}

#logo span { display:none;}

#top_nav { 
float:right; 
margin-top:40px;
margin-right:20px;
text-align:right;
}

#top_nav li{ 
float:left; 
list-style:none;
margin-left:10px;
}

#top_nav a { 
text-decoration:none; 
padding-right:10px;
color:#3F3E29;
}

#top_nav  a:hover{
color:#005295;
}

#top_nav li .last {
border-right: none;
padding-right:0px;
}

 #download_link {
	display:block;
	clear:right;
	width:400px;
	float:right;
	text-align:right;
	margin-right:20px;
	margin-top:3px;
	font-size:11px;
	color:#3F3E29;
	text-decoration:none; 

}

#download_link:hover {
color:#005295;

}
/* bottom nav */

#bottom_nav { 
clear:both;
text-align:center;
padding-bottom:30px;
}

#bottom_nav li{ 
display:inline;
list-style:none;
margin-left:10px;
border-right: solid 1px #3F3E29;
}

#bottom_nav li a { 
text-decoration:none; 
padding-right:10px;
color:#3F3E29;
}

#bottom_nav li a:hover{
color:#005295;
}

#bottom_nav  .last {
border-right: none;
padding-right:0px;
}

/* content */

#content {
	clear:both;
	padding:30px ;
	padding-top:5px;
}

#content #left {

	width:200px;
	float:left;
	margin-right:20px;

}

#content #main {

	width:500px;
	float:left;

}

#footer {

	clear:both;
	width: 800px;
	margin: 0 auto 10px auto;
	padding-top:60px;
	text-align:center;

	background-image: url('../images/banners.jpg');
	background-position:0 -85px;
	background-repeat:no-repeat;

}

/*  colored cells */

#content #content_table {
	width: 760px;
	margin-left:-10px;
}

#content_table td {
	border: solid 2px #005295;
	line-height:150%;
}

#content_table table td{ border:none; }

#content_table .open {
	border:none;
}

.blue {
	background: #CCD6DF;
	padding:10px;
}

.green {
	background: #E8eed8;	
	padding:10px;
}


#menu td { padding-bottom:10px;}

/* typogrophy */

#content h1 {
font-size:12px;
}

#content a {
	color:#005295;
}	

#content h1 strong {
	color:#005295;
}

blockquote {
	color:#666;
	font-style:italic;
	font-family: georgia, times,'times new roman', san-serif;
	font-size:16px;
}

#content h2 {

	color: #005295;
	font-size:14px;
	margin:10px 0 0 0;

}

#content h4 {
	color: #005295;
	font-size:12px;
	margin:0;
}	
	
#content h3 {
	font-size:14px;
	color:black;
}	
	
strong {
	color:black;
}

.bordered {
	border: solid 2px #005295;

}

a img  {border:none; }


/* image Gallery */

#thumbs {
	position:relative;
	background-color: #CCD7D5;
	padding:20px;
	margin-top:30px;
	margin-left:-30px;
	width:760px;
	border-top:solid 2px #005295;
	border-bottom: solid 2px #005295;
}

#thumbs a span {
display:none;
}

#thumbs #previous, #thumbs #next {
	
	display:block;
	position:absolute;
	top:30px;
	
	height:30px;
	width:20px;
	
	background-image:url('/images/arrows.gif');
	background-repeat:none;
	background-position:0 0;

}

#thumbs #previous {
	left:0
}

#thumbs #next {

	right:0;
	background-position:-15px 0px;

}

#thumbs #previous:hover {

	background-position: 0px -30px;

}

#thumbs #next:hover {

	background-position: -15px -30px;

}

#thumbs ul {
	white-space: nowrap;
	text-align: center;
	margin:0;
}

#thumbs li {
	display:inline;
 	list-style:none;
 	margin:0 10px;
 	display:none;
}

/* Menu */

#specials {
	float:left;
	width:240px;
	background: #ebefe3;
	padding:10px 20px 20px 20px;
	border: solid 2px #005295;

}

#menu #menu_nav{
	position:relative;
	z-index:999;
	margin:0;

}

#menu_nav li {
	float:left;
	list-style:none;
}

#menu_nav a {
	display:block;
	padding:10px 20px;
	text-decoration:none;
	border-top: solid 2px #fff;
	border-bottom:none;
	margin:0 2px;
}

#menu_nav a:hover {
	
	text-decoration:underline;

}

#menu_nav .active:hover{

	text-decoration:none;

}

#menu_nav .active {
	border: solid 2px #005295;
	border-bottom:none;
	background: #ebefe3;
	margin:0px;
}

#menu {
	float:right;
	width:430px;
	padding-bottom:20px;
}

#take_out, #dine_in, #daily {

	position:relative;
	top:-7px;
	clear:both;
	padding:10px ;
	border: solid 2px #005295;
	background: #ebefe3;
	
}

#take_out table {
	width:400px;
}

#dine_in, #daily {
	display:none;
}

#daily h2 {
	margin-bottom:10px;
	margin-top:20px;
}
