@charset "UTF-8";
/* CSS Document
border: 1px solid #C3C; */

body {
	background: url(../_img/bg.gif) top left repeat-x #a59a00;
	color: #000;
}
.container-homefeat {
	background: #FFF url(../_img/home-bg-feat.gif) top no-repeat; 
	width: 912px; height:460px;
	margin-left: auto; margin-right: auto;
}
.container-white {
	background: #FFF url(../_img/bg-container-home.gif) top left repeat-y; 
	width: 852px;
	margin-left: auto; margin-right: auto;
	padding: 0 10px 0 10px;
	clear: both;
}
.static { position:static;}
.relative {position:relative;}
.absolute { position:absolute;}

#logo {
	top:0px; left:85px;
	padding:0; margin:0;
}
p {
	color:#000;
	font-size: 12px;
	line-height: 18px;
}

.headerText {
font-size: 14px;
font-weight: bold;
color: #000000;
}

.FavheaderText {
font-size: 14px;
font-weight: bold;
color: #D0033A;
}

.pricing {
font-size: 12px;
font-weight: bold;
color: #000000;
}

.homeText {
font-size: 14px;
color: #000;
line-height: 20px;
}

.miniText {
font-size: 11px;
color: #000;
line-height: 15px;
font-style: italic;
}

/* Upper right text Navigation -------------------------------------------------------------------------------*/
#nav-topsmall {
	top:10px; right:25px;
	width:450px; height:15px;
	margin-right:80px; padding:0; 
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	}
#nav-topsmall a {
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
}	
#nav-topsmall a:hover {
	color: #FFF;
	text-decoration: underline;
}
#nav-topsmallSocial {
float: right;
width: 64px;
margin-right: 30px;
margin-top: 5px;
}


/* Main Image Navigation -------------------------------------------------------------------------------*/
#nav1 {
	top:89px; left:323px;
	width:564px;
	height:42px; /* Makes IE6 happy */
	margin:0; padding:0; 
	list-style: none;
	overflow:hidden;
}
/* Sets the navbar image */
ul#nav1 li a { background-image:url("../_img/nav1.gif"); }

/* Sliding doors positioning for the navbar */
ul#nav1 li#nav-home a, ul#nav1 li#nav-home a:visited { background-position:0 0; }
ul#nav1 li#nav-home a:hover, ul#nav1 li#nav-home a:visited:hover { background-position:0 -42px; }
ul#nav1 li#nav-home a.current, ul#nav1 li#nav-home a.current:visited { background-position:0px -42px; }

ul#nav1 li#nav-about a, ul#nav1 li#nav-about a:visited { background-position:-66px 0; }
ul#nav1 li#nav-about a:hover, ul#nav1 li#nav-about a:visited:hover { background-position:-66px -42px; }
ul#nav1 li#nav-about a.current, ul#nav1 li#nav-about a.current:visited { background-position:-66px -42px; }

ul#nav1 li#nav-menu a, ul#na1v li#nav-menu a:visited { background-position:-165px 0; }
ul#nav1 li#nav-menu a:hover, ul#nav1 li#nav-menu a:visited:hover { background-position:-165px -42px; }
ul#nav1 li#nav-menu a.current, ul#nav1 li#nav-menu a.current:visited { background-position:-165px -42px; }

ul#nav1 li#nav-specials a, ul#nav1 li#nav-specials a:visited { background-position:-239px 0; }
ul#nav1 li#nav-specials a:hover, ul#nav1 li#nav-specials a:visited:hover { background-position:-239px -42px; }
ul#nav1 li#nav-specials a.current, ul#nav1 li#nav-specials a.current:visited { background-position:-239px -42px; }

ul#nav1 li#nav-reviews a, ul#nav1 li#nav-reviews a:visited { background-position:-337px 0; }
ul#nav1 li#nav-reviews a:hover, ul#nav1 li#nav-reviews a:visited:hover { background-position:-337px -42px; }
ul#nav1 li#nav-reviews a.current, ul#nav1 li#nav-reviews a.current:visited { background-position:-337px -42px; }

ul#nav1 li#nav-contact a, ul#nav1 li#nav-contact a:visited { background-position:-450px 0; }
ul#nav1 li#nav-contact a:hover, ul#nav1 li#nav-contact a:visited:hover { background-position:-450px -42px; }
ul#nav1 li#nav-contact a.current, ul#nav1 li#nav-contact a.current:visited { background-position:-450px -42px; }

/* Sets specific width for each nav button */
ul#nav1 li#nav-home a { width:66px; }
ul#nav1 li#nav-about a { width:99px; }
ul#nav1 li#nav-menu a { width:74px; }
ul#nav1 li#nav-specials a { width:98px; }
ul#nav1 li#nav-reviews a { width:113px; }
ul#nav1 li#nav-contact a { width:114px; }

ul#nav1 li {
	height:42px;
	float:left;
	display:inline;
}
ul#nav1 li a, u#nav1 li a:visited {
	height:42px;
	display:block;
	overflow:hidden;
	text-indent:-2000px;
}
/* End Navigation ----------------------------------------------------------------------------*/

/* Misc Home stuff ----------------------------------------------------------------------------*/
#feature-flash {
	top:131px; left:0px;
	width: 864px; height:319px;
	margin:0 0 0 23px;
}
.col-213 {
	width: 180px; height:116px;
	padding:48px 10px 0 23px;
	float:left;
}
.col-213 p {
	line-height: 16px;
}
.h-q-1 {
	background: url(../_img/home-gallery.jpg) top left no-repeat #FFF;
	}
.h-q-2 {
	background: url(../_img/home-weeklyspecial.jpg) top left no-repeat #FFF;
	}
.h-q-3 {
	background: url(../_img/home-togo.jpg) top left no-repeat #FFF;
	}
.h-q-4 {
	background: url(../_img/home-news.jpg) top left no-repeat #FFF;
	}

div.hr {
  height: 1px;
  background: #FFF url(../_img/dots-horizontal.gif) top left repeat-y ;
  margin-top: 0px;
  margin-bottom: 5px;
}
div.hr hr {
  display: none;
}
.h-h-welcome {
	background: #FFF url(../_img/home-welcome.gif) top left no-repeat;
	width: 380px; height:450px;
	padding:50px 23px 0 23px;
	float:left;
}

#welcome-feat {
	margin-bottom:15px;
}
.h-h-reviews {
	background: none;/* #FFF url(../_img/home-reviews.gif) top left no-repeat; */
	width: 383px; height:500px;
	padding:0 23px 0 20px;
	float:left;
}
#home-map {
	margin:52px 0 20px 0px;
}
.blacktext {
	color:#000;
}
.blacktext-bold {
	color:#000;
	font-weight: bold;
}
/* End Home stuff ----------------------------------------------------------------------------*/
		
/* Footer stuff ----------------------------------------------------------------------------*/

.white-footer {
	background:url(../_img/home-footer-white.gif) top left no-repeat;
	width:899px; height: 64px;
	margin-left: auto; margin-right: auto;
	padding:0; left: 3px;
	clear: both;
}
.footer {
	background: url(../_img/footer-bg.gif) top left no-repeat;
	width:883px; height: 288px;
	margin-left: auto; margin-right: auto;
	padding:0;
	clear: both;
}
.col-213-footer {
	width: 173px;
	padding:0px 10px 0 30px;
	float:left;
}
.col-213-footer p {
	font-weight: bold;
	font-size: 10px;
	line-height: 13px;
	margin-top: 8px;
	color: #CCC;;
}
#footer-name { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px; padding: 5px;
	width: 173px; height:17px;
	margin-bottom:5px;
}
.footer-name-idle {
	width: 173px; height:17px;
	margin-bottom:5px;
}
.footer-name-focus {
	width: 173px; height:27px;
	margin-bottom:5px;
}
#footer-email {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px; padding: 5px;
	width: 173px; height:17px;
	margin-bottom:5px;
}
.footer-email-idle {
	width: 173px; height:27px;
	margin-bottom:5px;
}
.footer-email-focus {
	width: 173px; height:27px;
	margin-bottom:5px;
}
#footer-submit {
	background: url(../_img/footer-email.gif);
	margin:0px 0px 5px 5px;
	float:right;
	clear:both;
}
/* Footer nav --- */
#footer-nav {
	width:547px;
	margin:0px;
	top:42px; right: 47px;
}

#footerAddress {
margin-top: 135px;
font-family:Arial, Helvetica, sans-serif;
color:#CCCCCC;
font-size:10px;
line-height: 20px;
}

#footer-nav .col1 {
	width:111px;
	margin:0px;
	float: left;
}
#footer-nav .col2 {
	width:137px;
	margin:0px;
	float: left;
}
#footer-nav .col3 {
	width:122px;
	margin:0px;
	float: left;
}
#footer-nav .col4 {
	width:146px;
	margin:0px;
	float: left;
}
.yo ul {
	list-style: none;
	overflow:hidden;
}
.yo li {
	padding: 14px 0px 0px 0px;
	margin:0;
	float: left; clear: both;
	color: #CCC;
	text-transform: uppercase;
	
	font-size: 11px;
	font-weight: bold;
}
.yo li a {
	color: #CCC;
	text-decoration: none;
}
.yo li a:hover {
	color: #fff;
	text-decoration: none;
}
/* End Footer stuff ----------------------------------------------------------------------------*/


/* Subpage stuff ----------------------------------------------------------------------------*/
body.sub {
	background: url(../_img/bg-sub.gif) top center no-repeat #a59a00;
	color: #000;
}
.container-sub-head {
	width: 918px; height:144px;
	margin-left: auto; margin-right: auto;
}
/* This is for the little upper left corner of the feature image which has to be xported seperately. */
#feature-extra {
	top:106px; left:33px;
	width:23px; height:38px;
	padding:0; margin:0;
}
.container-sub-main {
	width: 852px;
	margin-left: auto; margin-right: auto;
}
.three-col {
	width: 640px;
	float:left;
}
.two-col {
	width: 404px;
	padding: 0 0 0 23px;
	float:left;
}
.sean-third {
	width:600px;
	margin: 20px 0 0 20px;
  background: #FFF url(../_img/dots-horizontal.gif) bottom left repeat-x ;
  float:left;
}
.top20 {
	margin-top: 20px;
}
.bottom100 {
	margin-bottom: 100px;
}
.sean-header {
	margin-bottom: 1px;
	clear: both;
}
.col-213-stretches {
	width: 180px;
	padding:16px 10px 0 23px;
	float:left;
}
.col-213-no-padding {
	width: 213px;
	padding:0px;
	float:left;
}
img.inset-menuitem {
	margin-left:12px;
}
.funky-char-rightmargin01 {
	background:url(../_img/bwchars-right01.gif) center right no-repeat;
	background-position:87px 350px;
}
.funky-char-leftmargin01 {
	background:url(../_img/bwchars-left01.gif) left no-repeat;
	background-position:0px 500px;
}
/* Subpage/menu navigation ---------------------------------------------------*/
#subnav-col {
	width: 168px; height: 900px;
	padding:27px 22px 0 22px;
	top:0px; right:0px;
	}
#subnav-col ul {
	list-style: none;
	overflow:hidden;
}
#subnav-col li {
	padding: 5px 0px 5px 0px;
	margin:0;
	width: 165px;
	border-bottom: 1px dotted #000;
	float: left; clear: both; text-align: right;
	color: #CCC;
	text-transform: uppercase;
	
	font-size: 11px;
	font-weight: bold;
}
#subnav-col li a {
	color: #000;
	text-decoration: none;
}
#subnav-col li a:hover {
	color: #CC0000;
	text-decoration: none;
}
