body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
body { 
	background:#310101 url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/16px "Arial", Arial, Helvetica, sans-serif; 
	color:#3101010;
	}

blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:1.2em; color:#000; }
h2	{ font-size:1.1em; color:#000; }
h3	{ font-size:1.0em; color:#000; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#CC0000; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#000000; text-decoration:none; outline:none; }

/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
	}

div.clear	{ 
	height:.01em; 
	overflow:hidden; 
	}

img.img-left { 
	float:left; 
	margin:2px 10px 10px 0px;
	}

img.img-right { 
	float:right; 
	margin:0px 20px 10px 10px; 
	}

.menucontainer {
	padding-left:17px;
	}

/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ main contact form ------------------------ */
#contact-main, #commentform { margin:20px 0 15px 0; }

#contact-main label, #commentform label { 
	width:233px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}

#contact-main label input, #contact-main label textarea, #contact-main label select, #commentform label input, #commentform label textarea, #commentform label select { 

	width:250px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}

#contact-main label select, #commentform label select { width:255px; } /* fixes display issue - 5px larger than input field */

#contact-main label textarea, #commentform label textarea { height:100px; overflow:auto; }

/* ------------------------ submit button form elements ------------------------ */

input.submit, input.submit-contact-main { 
	width:55px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main, input.commentform-submit { margin:95px 0 0 255px; } /* defines placement of contact-main submit button */

input.submit-image, input.submit-contact-main, input.commentform-submit { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit.jpg") no-repeat;
	width:55px;
	height:20px;
	border:none;
	cursor:pointer;
	}

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:812px;
	margin:0 auto;
	text-align:left;
	}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	width:812px;
	height:66px;
	}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:266px;
	float:left;
	}
	
	#phone-number {
		background:url("../images/phone-number.jpg") no-repeat;
		height:216px;
		}
		
	#view-menu {
		background:url("../images/view-menu.jpg") no-repeat;
		height:335px;
		width:266px;
		position:relative
		}
		#view-menu #tablemenu a {
		height:233px;
		width:180px;
		top:33px;
		left:23px;
		position:absolute;
		}
			#view-menu #tablemenu a span {
			display:none;
			}
		#view-menu #togomenu a {
		height:175px;
		width:76px;
		top:33px;
		left:173px;
		position:absolute;
		}
			#view-menu #togomenu a span {
			display:none;
			}

	#stop-by {
		background:url("../images/title-stopby.jpg") no-repeat;
		height:33px;
		width:266px;
		}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0px 17px 21px 23px;
		}


/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:546px;
	float:left;
	}

	#weekly-special {
		background:url("../images/weekly-special.jpg") top left no-repeat;
		height:253px;
		width:546px;
		}
		
	#food-gallery {
		background:url("../images/entree-gallery.jpg") top left no-repeat;
		height:232px;
		width:546px;
		}
		#food-gallery #entree01 {
			width:120px;
			height:75px;
			margin:56px 0px 0px 17px;
			position:absolute;
			}
		#food-gallery #entree02 {
			width:120px;
			height:75px;
			margin:56px 0px 0px 146px;
			position:absolute;
			}
		#food-gallery #entree03 {
			width:120px;
			height:75px;
			margin:56px 0px 0px 275px;
			position:absolute;
			}
		#food-gallery #entree04 {
			width:120px;
			height:75px;
			margin:56px 0px 0px 404px;
			position:absolute;
			}
		#food-gallery #entree05 {
			width:120px;
			height:75px;
			margin:140px 0px 0px 17px;
			position:absolute;
			}
		#food-gallery #entree06 {
			width:120px;
			height:75px;
			margin:140px 0px 0px 146px;
			position:absolute;
			}
		#food-gallery #entree07 {
			width:120px;
			height:75px;
			margin:140px 0px 0px 275px;
			position:absolute;
			}
		#food-gallery #entree08 {
			width:120px;
			height:75px;
			margin:140px 0px 0px 404px;
			position:absolute;
			}
	
	#two-columns {
		width:546px;
		}
		
	#googlemap {
		width:506px;
		margin-left:17px;
		}
	
	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 17px 21px 17px;
		}

	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			}

/* ------------------------ header framework ------------------------ */
#header-flash { height:450px; width:546px; float:left; background: #ffffff url("../images/header-index.jpg") top right no-repeat; } /* sets height for the flash header - REMOVE IF NOT USED */
#header-graphic { height:450px; width:546px; float:left; } /* sets height for all non-flash headers */

	body#menu #header-graphic { background:url("../images/header-menu.jpg") top right no-repeat; }
	body#blog #header-graphic { background:url("../images/header-blog.jpg") top right no-repeat; }
	body#contact #header-graphic { background:url("../images/header-contact.jpg") top right no-repeat; }
	body#thankyou #header-graphic { background:url("../images/header-thankyou.jpg") top right no-repeat; }

/* ------------------------ title framework with varying heights ------------------------- */
#title-welcome {
		background:url("../images/title-welcome.jpg") top left no-repeat;
		height:55px;
		width:546px;
		}
		
#title-whatispho {
		background:url("../images/title-whatispho.jpg") top left no-repeat;
		float:left;
		width:270px;
		padding-top:69px;
		}
		
#title-phoisamust {
		background:url("../images/title-phoisamust.jpg") top right no-repeat;
		float:left;
		width:276px;
		padding-top:69px;
		}
		
#title-phohotmenu {
		background:url("../images/title-phohotmenu.jpg") top left no-repeat;
		height:64px;
		width:546px;
		}
		
#title-phohotblog {
		background:url("../images/title-phohotblog.jpg") top left no-repeat;
		height:64px;
		width:546px;
		}
		
#title-contactus {
		background:url("../images/title-contactus.jpg") top left no-repeat;
		height:64px;
		width:546px;
		}
		
#title-thankyou {
		background:url("../images/title-thankyou.jpg") top left no-repeat;
		height:64px;
		width:546px;
		}

/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	width:100%; /* fix for Safar */
	height:50px;
	clear:both; /* important - do not remove */
	}

/* ------------------------footer framework ------------------------ */
#footer {
	background:url("../images/footer-img.jpg");
	width:812px;
	height:128px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	color:#ffffff;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#ffffff; }
#footer a:hover, #footer a:active { color:#ffffff; }

#footer ul {margin:0px;}
	#footer li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #ffffff;
		}
	#footer li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */

/* ------------------------ vertical sprite nav ------------------------ */
#nav {
	background:url("../images/nav.jpg") top left no-repeat;					
	width:266px;	/* Width of buttons, not entite image (or half of entire image) */
	height:450px;	 /* Height of entire image */
	float:left;
	margin:0;
	padding:0;
	}

#nav li span { display: none; }

#nav li { float:left; list-style:none; position:relative; }

#nav li, #nav a { 
	height:36px;	/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top to set where the nav should begin */
#nav-01 { margin-top:285px; width:266px; }

/* margin-top if there is a spacing between each nav button */
#nav-02, #nav-03, #nav-04, #nav-05, #nav-06 { margin-top:0px; width:266px; }

#nav-01 a:hover { background:url("../images/nav.jpg") -266px -285px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -266px -321px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -266px -357px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -266px -393px no-repeat; }

/* Keeps the hover state on each page based on body #id */
body#index #nav-01 { background:url("../images/nav.jpg") -266px -285px no-repeat; }
body#menu #nav-02 { background:url("../images/nav.jpg") -266px -321px no-repeat; }
body#blog #nav-03 { background:url("../images/nav.jpg") -266px -357px no-repeat; }
body#contact #nav-04 { background:url("../images/nav.jpg") -266px -393px no-repeat; }


/* ------------------------ blog styles ------------------------ */
.meta {
	margin:0px 23px 10px 17px;
	font-size:.9em;
	background-color:#FF9933;
	}
	
.feedback {
	margin:10px 23px 35px 17px;
	}
	
#search {
	margin:25px 17px 20px 23px;
	}

/* ------------------------ lightbox CSS ------------------------ */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}