@charset "UTF-8";
/* CSS Document */

/* C L A S S E S */
a img {border: none;}
P.padded {
	padding-left: 40px;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
	}

/* H E A D E R  &  C O N T A I N E R  T Y P E  S T U F F */

/* tag to force scroll bars in non-IE browsers */
html { 
	font-size: 100%; 
	line-height: 100%; /* IE hack to get the size switcher to respect the body em designation */ 
	min-height: 100%; 
	margin-bottom: 1px;  
	}
	
#clearleft {clear: left;}
#clearboth {clear: both;}

/* tag to prevent image links from having browser specified borders */
img.center {
	border: 20px;
	margin: 0px;
	padding: 0px;
	display: block;
    margin-left: auto;
    margin-right: auto
	}
	
/*FORM {
font-family: Verdana, Arial, Helvetica, sans-serif;

color: #000080;
background: #B0C4DE;
border: 2px solid #4682B4;
padding: 5px;
width: auto;
display: block;
    margin-left: auto;
    margin-right: auto;

}

FORM p {
text-align: center;
}*/


	
body {
	margin: 0px;
	padding: 0px;
	/*	text-align: center;*/
	top: 0px;
	height:100%;
	background-color: #DBC447;
}
.boldText {
font-weight: bold;
}
 
/* outter site container to give borders to home page */	
#outer_container {
	text-align: left;
	/*background-color: #d56c28;*/
	padding: 0px;
	position: relative;
	width: 940px;
/*	height: 100px;*/
	background-image:url(../assets_/menu/menu_bg.jpg);
	margin: 0 auto;
	top: 0px;
	border-left: none;
	border-right: none;
	border-top: none;
	-moz-border-radius: 10px;
	    -webkit-border-radius: 10px; 
}
/* outer container for menu pages one image in the background */	
#outer_container_menu {
	text-align: center;
	padding: 0px;
	position: relative;
	width: 940px;
	/*	height: 100px;*/
	/*top: 20px;*/
	margin: 0 auto;
	border-left: 4px solid #ceaf33;
	border-right: 4px solid #ceaf33;
	border-top: none;
	border-bottom: 4px solid #ceaf33;
	background-image:url(../assets_/menu/breakfast/1.jpg);
	background-position: 0px 325px;
	background-repeat:no-repeat;
	margin-bottom: 45px;
}



#symbol {
margin-bottom: 2px;

}
#rightImage {
postion: relative;
float: right;
background-color: #FFCCDD;
margin-right: 34px;

}

#regularcontent {
clear: both;
}





/*OLD FLASH HEADER*/
/* menu imgae on the left side of the menu pages */	
#menu_image {
	float: left;
	padding: 0px;
	position: relative;
	width: 262px;
/*	top: 460px;*/
	/*border-left: 4px solid #ceaf33;*/
	/*border-right: 4px solid #ceaf33;
	border-top: 4px solid #ceaf33; 
	border-bottom: 4px solid #ceaf33;*/
    background-color: #F0F0F0;
	
}

/* outer container for inboard pages */	
#outer_container_ib {
	text-align: left;
	/*background-color: #d56c28;*/
	padding: 0px;
	position: relative;
/*	height: 100px;*/
	top: 20px;
	margin: 0 auto;
	border-left: none;
	border-right: none;
	border-top: none; 
	

	
}

/* container to center interior content - both containers are necessary for the proper borders and centering. this container needs no width or height - it fills its parent container */
#container {
	/*background-color: #83240B;*/
	padding: 25px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width:820px;
	height:100%;
/*	border-left: 4px solid #c6b76d;
	border-right: 4px solid #FFFFFF;*/
	border-bottom: none;
}
	/* spacer layer tag */
#top_spacer {
	padding: 0px;
	width: 931px;
	margin-left: 0px;
	/*position: absolute;*/
	border-top: none;
	border-left: none;
	border-bottom: none;
	/*border-right: 6px solid #FFFFCC;*/
}
	/* homepage logo container tag */
#main_logo {
	padding: 0px;
	width: 606px;
	height: 180px;
	/*padding-top: 30px;*/
	float: left;
	/*position: absolute;*/
	border-top: none;
	border-left: none;
	border-bottom: none;
	background-color: #c6b76d;
	/*background-image: url(../assets_/home/swf_bg.gif);
	background-repeat:no-repeat;*/
}
#small_photo_container {
	background-color: #FFFFFF;
	padding: 0px;
	float: left;
	width: 940px;
	/*top: 239px;*/
/*	left: 0px;*/
	width: 602px;
	height: 280px;
	/*position: absolute;*/
	border-top: 4px solid #c6b76d;
	border-left: 4px solid #c6b76d;
	border-bottom: 4px solid #c6b76d;
	background-image: url(../assets_/home/swf_bg.gif);
	background-repeat:no-repeat;
	background-position: 0% 40%;	/*border-right: 6px solid #FFFFCC;*/
}

/*--------MENU TABLES------------*/
#menucontent {
padding: 25px;
width: 600px;
margin-top: 20px;
margin-left: 285px;
/*margin: 0 auto;*/
/*position: relative;*/
background-color: #FFFFDD;
border-top: 2px solid #fff09d;
border-left: 2px solid #fff09d; 
border-bottom: none; 
border-right: 2px solid #fff09d;  
}
#menucontenttable {
	text-align: left;
}
/*-----END MENU TABLES------------*/

/*--------REGULAR CONTENT STYLES ------------*/
#regularcontent {
padding: 25px;
width: 780px;
margin-top: 20px;
margin-left: 75px;
/*margin: 0 auto;*/
/*position: relative;*/
background-color: #FFFFDD;
border-top: 2px solid #fff09d;
border-left: 2px solid #fff09d; 
border-bottom: none; 
border-right: 2px solid #fff09d;  
}
#regularcontenttable {
	text-align: center;
	padding: 10px;
	border: 2px solid #C86F3A;
	width: 450px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:12px;
	text-align:left;
	background-color:#fbf9ED;
}

#regularcontenttable li {
font-family:Arial, Helvetica, sans-serif;
color: #000000;
font-size:10px;
}
/*-----END EVENT TABLES------------*/

.shagGreen {
font-family: "ShagExpert-Lounge", Times;
color:#b2bb1e;
font-size:36px;
}
.shagGold {
font-family: "ShagExpert-Lounge", Times;
color:#dbc500;
font-size:36px;
}

.shagOrange {
font-family: "ShagExpert-Lounge", Times;
color:#de791c;
font-size:36px;
}
.shagOrange24 {
font-family: "ShagExpert-Lounge", Times;
color:#de791c;
font-size:30px;
}
.shagPurple {
font-family: "ShagExpert-Lounge", Times;
color:#6e2a8d;
font-size:18px;
line-height: 48px;
}
.introtext {
font-family: Verdana,  Arial, Helvetica, sans-serif;
color: #000000;
font-size:12px;
line-height:16px;
font-weight:bold;
}
.itemname {
font-family:Arial, Helvetica, sans-serif;
color: #000000;
font-size:12px;
font-weight:bold;
}
.desctext{
font-family:Arial, Helvetica, sans-serif;
color: #000000;
font-size:11px;
}
.price {
font-family:Arial, Helvetica, sans-serif;
color: #000000;
font-size:10px;
}


/* homepage primary navigation container tag */
#primary_nav {
	padding: 0px;
	float: left;
	width: 602px;
	height: 20px;
	/*background: url(../assets_/nav_rest/primary_nav/primary_nav.jpg);*/
	border-left: 4px solid #c6b76d;
	border-right: none;
	border-top: none;
	border-bottom: 4px solid #c6b76d;
	/*border-right: 6px solid #FFFFCC;*/
}

/* wrap text to hide with this */
#primary_nav span {
	display: none;
	}

/* main nav list */	
#primary_nav li {
    padding: 0px;
	margin: auto;
	width: 602px;
	height: 20px;
	background: url(../assets_/nav_rest/primary_nav/primary_nav.jpg);
	position: absolute;
	top: 244px;
	z-index: 50;
	background-repeat: no-repeat;
	}	
	
/* nav list elements */	
#primary_nav li {
    margin: 0; padding: 0; list-style: none;
    position: absolute;
	}

#primary_nav li, #primary_nav li a {
    height: 30px; display: block;
	}
	
/* six panels for nav */	
#panel1b1 {left: 90px; top: 0px; width: 75px; height: 20px;}
#panel2b1 {left: 155px; top: 0px; width: 65px; height: 20px;}
#panel3b1 {left: 220px; top: 0px; width: 50px; height: 20px;}
#panel4b1 {left: 280px; top: 0px; width: 55px; height: 20px;}
#panel5b1 {left: 340px; top: 0px; width: 135px; height: 20px;}	
#panel6b1 {left: 485px; top: 0px; width: 65px; height: 20px;}		


 
/* hover states for nav */ 
#panel1b1 a:hover {
    background: transparent  url(../assets_/nav_rest/primary_nav/primary_nav.jpg)
    -90px -20px no-repeat;}
#panel2b1 a:hover {
    background: transparent  url(../assets_/nav_rest/primary_nav/primary_nav.jpg)
    -155px -20px no-repeat;}
#panel3b1 a:hover {
    background: transparent  url(../assets_/nav_rest/primary_nav/primary_nav.jpg)
    -220px -20px no-repeat;}
#panel4b1 a:hover {
    background: transparent  url(../assets_/nav_rest/primary_nav/primary_nav.jpg)
    -280px -20px no-repeat;}
#panel5b1 a:hover {
    background: transparent  url(../assets_/nav_rest/primary_nav/primary_nav.jpg)
    -340px -20px no-repeat;}
#panel6b1 a:hover {
    background: transparent  url(../assets_/nav_rest/primary_nav/primary_nav.jpg)
    -485px -20px no-repeat;}
	
	
/*container for secondary and tertiary navigation*/
	
#second_third_nav_container {
  width: 931px;
  background-color: #83240B;
  border-left: 4px solid #c6b76d;
  border-right: 4px solid #c6b76d;
  border-bottom: 4px solid #c6b76d;
  border-top: none;
  position: relative;
  clear: both;
}	


/* homepage secondary navigation container tag */
#secondary_nav {
	background: url(../assets_/nav_rest/secondary_nav/secondary_nav.gif);
	padding: 0px;
    background-color: #FFFFFF;
	width: 931px;
	height: 62px;
	border-top: 2px solid #c6b76d;
	border-left: none;
	border-right: none;
	border-bottom: 4px solid #c6b76d;
	margin-bottom: 6px;
	/*border-right: 6px solid #FFFFCC;*/
}

/* wrap text to hide with this */
#secondary_nav span {
	display: none;
	}

/* main nav list */	
#secondary_navli {
	padding: 0px;
	margin: auto;
	width: 731px;
	height: 50px;
	background: url(../assets_/nav_rest/secondary_nav/secondary_nav.gif);
	position: absolute;
	/*top: 491px;*/
	z-index: 50;
	background-repeat: no-repeat;
	clear: both;
	}	
	
/* nav list elements */	
#secondary_navli li {
    margin: 0; padding: 0; list-style: none;
    position: absolute; 
	}

#secondary_navli li, #secondary_navli a {
    height: 56px; display: block;
	}
	
/*/* four panels for nav */	
#panel1b2 {left: 40px; top: 0px; width: 50px; height: 56px;}
#panel2b2 {left: 114px; top: 0px; width: 145px; height: 56px;}
#panel3b2 {left: 275px; top: 0px; width: 45px; height: 56px;}
#panel4b2 {left: 345px; top: 0px; width: 175px; height: 56px;}
#panel5b2 {left: 500px; top: 0px; width: 110px; height: 56px;}		


 
/* hover states for nav */ 
#panel1b2 a:hover {
    background: transparent  url(../assets_/nav_rest/secondary_nav/secondary_nav.gif)
    -40px -56px no-repeat;}
#panel2b2 a:hover {
    background: transparent  url(../assets_/nav_rest/secondary_nav/secondary_nav.gif)
    -114px -56px no-repeat;}
#panel3b2 a:hover {
    background: transparent  url(../assets_/nav_rest/secondary_nav/secondary_nav.gif)
    -275px -56px no-repeat;}
#panel4b2 a:hover {
    background: transparent  url(../assets_/nav_rest/secondary_nav/secondary_nav.gif)
    -345px -56px no-repeat;}
#panel5b2 a:hover {
    background: transparent  url(../assets_/nav_rest/secondary_nav/secondary_nav.gif)
    -500px -56px no-repeat;}


/* homepage tertiary navigation container tag */	
#tertiary_nav {
	padding: 0px;
/*	top: 507px;*/
	margin-left: 0px;
	width: 731px;
	height: 30px;
	/*position: absolute;*/
	z-index: 10;
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-top: none;
	
}

/* wrap text to hide with this */
#tertiary_nav span {
	display: none;
	}

/* main nav list */	
#tertiary_navli {
	padding: 0px;
	margin: auto;
	width: 731px;
	height: 30px;
	background: url(../assets_/nav_rest/tertiary_nav/tertiary_nav.gif);
	position: relative;
	/*top: 506px;*/
	z-index: 50;
	background-repeat: no-repeat;
	text-align: left;
	}	
	
/* nav list elements */	
#tertiary_navli li {
    margin: 0; padding: 0; list-style: none;
    position: absolute; 
	}

#tertiary_navli li, #tertiary_navli a {
    height: 30px; display: block;
	}
	
/* seven panels for nav */	
#panel1b3 {left: 40px; top: 0px; width: 60px; height: 30px;}
#panel2b3 {left: 120px; top: 0px; width: 65px; height: 30px;}
#panel3b3 {left: 200px; top: 0px; width: 55px; height: 30px;}
#panel4b3 {left: 280px; top: 0px; width: 197px; height: 30px;}	
#panel5b3 {left: 510px; top: 0px; width: 32px; height: 30px;}


 
/* hover states for nav */ 
#panel1b3 a:hover {
    background: transparent  url(../assets_/nav_rest/tertiary_nav/tertiary_nav.gif)
    -40px -31px no-repeat;}
#panel2b3 a:hover {
    background: transparent  url(../assets_/nav_rest/tertiary_nav/tertiary_nav.gif)
    -120px -31px no-repeat;}
#panel3b3 a:hover {
    background: transparent  url(../assets_/nav_rest/tertiary_nav/tertiary_nav.gif)
    -200px -31px no-repeat;}
#panel4b3 a:hover {
    background: transparent  url(../assets_/nav_rest/tertiary_nav/tertiary_nav.gif)
    -280px -31px no-repeat;}
#panel5b3 a:hover {
    background: transparent  url(../assets_/nav_rest/tertiary_nav/tertiary_nav.gif)
    -510px -31px no-repeat;}

	
	
#large_photo_container {
	padding: 0px;
/*	top: 0px;
	left: 619px;*/
	width: 325px;
	float: left;
	height: 484px;
	/*position: absolute;*/
	border-left: 4px solid #c6b76d;
	border-right: 4px solid #c6b76d;
	border-bottom: 4px solid #c6b76d;
	border-top: 4px solid #c6b76d;
	background-color: #A3A3A3;

	/*border-right: 6px solid #FFFFCC;*/
}

image.displayed {
display: block;
    margin-left: auto;
    margin-right: auto
     }
	
	/* homepage footer (what is called admin on sec pages) navigation container tag */	
#footer_sun {
	/*padding: 0px;*/
	/*top: 695px;*/
	/*left: 0px;*/
	/*width: 854px;*/
	padding: 8px 20px 8px 20px;
	margin: 0px 0px 0px 0px;  
	/*position: absolute;*/
	/*border-left: 4px solid #c6b76d;
	border-right: 4px solid #c6b76d;*/
	border-top: 4px solid #FFFFCC;
	border-bottom: none;
    background-color: #83240b;
	color: #FFFFFF;
	/*z-index: 10;*/
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;

}

#holidayHours {
font-family: Verdana,  Arial, Helvetica, sans-serif;
color: #000000;
font-size:11px;
line-height:16px;
text-align: center;
background-color:#EcE09B;
border-right: 4px solid #c6b76d;
border-left: 4px solid #c6b76d;
border-bottom: 4px solid #c6b76d;
border-top: none;
width: 908px;
padding: 15px 0px 0px 0px;
margin: 0px;
}
.imagefloatRight {
float: right;
padding: 15px 0px 15px 15px;
}

#symbol {
margin-bottom: 2px;

}
#rightImage {
postion: relative;
float: right;
background-color: #FFCCDD;
margin-right: 34px;

}

#regularcontent {
clear: both;
}



/*IE SCRATCH  */


	
	
