* {
	padding:0;
	margin:0;
}
div#main h3 {
	font-size:1.5em;
	margin-top:20px;
	margin-bottom:10px;
}
div#main p { 
	margin:10px 0; 
	line-height:2em;
}
div#main li {
	margin:10px 10px 10px 25px;
}
body {
	background:#FFF url(bodybg.jpg) top left repeat-x;
}
/*body#index div#header {
	margin-bottom:-20px;
}*/
div#container {
	position:relative;
	background:#FFF;
	border:solid 2px #DDD;
	width:1000px;
	margin:10px auto 0;
	padding:15px;
	font-family:helvetica, verdana, trebuchet, tahoma, sans-serif;
}

a { color:#800; text-decoration:none; }
a:link { color:#800; }
a:visited { color:#B00; }
a:focus, a:hover { color:#E00; }
a:active { color:#F00; }

/* @group branding */
/* div#branding {
	float:left;
	width:250px;
	height:134px;
	background:url("images/bug_logo-home.gif") no-repeat scroll left top #FFFFFF;
	cursor:pointer;
}
div#branding-home {
	float:left;
	width:250px;
	height:161px;
	background:#FFF url(images/bug_logo-home.gif) top left no-repeat;
	cursor:pointer;
}
*/
div#branding {
	float:left;
	width:250px;
	height:186px;
	background:url("images/EOT1986.png") no-repeat scroll left top #FFFFFF;
	cursor:pointer;
}
div#branding-home {
	float:left;
	width:250px;
	height:186px;
	background:#FFF url("images/EOT1986.png") top left no-repeat;
	cursor:pointer;
}

div#branding h1, div#branding h2 {
	position:absolute;
	left:-10000px;
}
/******************/

/* @group main_navigation */
ul#main_nav {
	list-style:none;
	float:right;
	width:735px;
	border-bottom:solid 1px #c0c0c0;
	text-align:right;
	padding-right:15px;
}
ul#main_nav li {
	position:relative;
	display:inline-block;
	float:right;
	padding:15px 0 0;
	text-align:center;
	margin:0;
}
ul#main_nav li.active {
	position:relative;
	top:15px !important;
	padding:15px 10px 0;
}
ul#main_nav li img{
	width:75px;
}
ul#main_nav li a {
	display:inline-block;
	text-decoration:none;
	color:#404040;
	padding:15px 10px 0;
	border-top-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-webkit-border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-right-radius: 7px;
	border-top:solid #c0c0c0 1px;
	border-right:solid #c0c0c0 1px;
	border-left:solid #c0c0c0 1px;
}
ul#main_nav li a img{
	position:relative;
	top:-100000px;
	border:none;
}
ul#main_nav li a:link {
	color:#404040;
	background:#FFF url(tab_gradient.png) bottom left repeat-x;
}
ul#main_nav li a:visited {
	color:#666;
	background:#FFF url(tab_gradient.png) bottom left repeat-x;
}
ul#main_nav li a:focus {
	color:#404040;
}
ul#main_nav li a:hover img, ul#main_nav li.active img {
	position:relative;
	top:0;
	width:75px;
	z-index:100;
}
ul#main_nav li a:hover, ul#main_nav li.active {
	color:#700;
	border-top-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-webkit-border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-right-radius: 7px;
	border-top:solid #c9c9c9 1px;
	border-right:solid #c9c9c9 1px;
	border-left:solid #c9c9c9 1px;
}
ul#main_nav li a:active {
	color:#C00;
	top:15px;
}
/******************/

/* @group main div */
div#main {
	clear:both;
}
/******************/


h2#tagline { display:none; }
body#index h2#tagline{
	display:block;
	margin-left:275px;
	width:600px;
	height:100px;
	background:#FFF url(tagline.jpg) bottom center no-repeat;
	clear:right;
}
h2#tagline span {
	position:relative;
	top:-100000px;
}

img.frame {
	padding:5px;
	border:solid 1px #000;
	width:200px;
}

img.right {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
img.left {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
/* @group footer */
div#footer {
	clear:both;
	padding:25px 5px 10px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	color:#5d5d5d;
	font-size:12px;
	width:600px;
}
div#footer p#press {
	padding-left:10px;
}
ul#secondary_nav {
	list-style:none;
	float:right;
	font-size:.8em;
}
ul#secondary_nav li {
	display:inline-block;
	float:right;
}
ul#secondary_nav li a, ul#secondary_nav li.active {
	background-color:#C00;
	display:inline-block;
	text-decoration:none;
	color:#FFF;
	padding:4px 25px;
	margin:0 .25em;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border:solid #900 2px;
}
ul#secondary_nav li.active{
	border:solid #900 2px;
	margin:0 .25em;
	background-color:#900;
	text-shadow:3px 3px 5px #000;
}

div#submenu ul {
	list-style:none;
	float:none;
	font-size:.8em;
}
div#submenu li {
	display:inline;
	float:none;
}
div#submenu a {
	padding:4px 25px;
	background-color:transparent;
	display:inline;
	text-decoration:none;
	color:#FFF;
}
div#submenu li.active a{
	border:solid #900 2px;
	background-color:#900;
	text-shadow:3px 3px 5px #000;
}
div#submenu li a {
	background-color:#C00;
	display:inline;
	text-decoration:none;
	color:#FFF;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border:solid #900 2px;
}
div#submenu li.active {
	display:inline;
	text-decoration:none;
	color:#FFF;
	border-radius: none;
	-moz-border-radius: none;
	-webkit-border-radius: none;
	border:none;
}
hr {
	margin:10px 0;
	width:65%;
}
div#left_column{
	width:40%;
	float:left;
	padding-top:1px;
}
div#right_column {
	width:40%;
	margin-left:41%;
	padding-top:1px;
}
h4 {
	color:#770000;
	font-family:helvetica, sans-serif;
	font-size:1.1em;
	margin-top:15px;
	margin-bottom:5px;
}
ul#secondary_nav li a:link, div#submenu li a:link{
	text-shadow:1px 1px 5px #000;
}
ul#secondary_nav li a:visited, div#submenu li a:visited {
	text-shadow:none;
}
ul#secondary_nav li a:focus, div#submenu li a:focus {
	color:#FFF;
}
ul#secondary_nav li a:hover, div#submenu li a:hover {
	color:#FFF;
	text-shadow:2px 2px 5px #000;
}
ul#secondary_nav li a:hover, ul#secondary_nav li.active, div#submenu li a:hover, div#submenu li.active {
	color:#FFF;
}
ul#secondary_nav li a:active, div#submenu li a:active {
	color:#FFF;
}
/******************/

/* @group faq */
div#faq dt {
	font-size:1.2em;
	font-weight:bold;
	border-top:1px dotted;
	border-bottom:1px dotted;
	background-color:#EEE;
	padding:.5em 1em;
}
div#faq dd {
	padding:1em 1em 2em;
}
div#faq p { 
	margin:10px 0; 
	line-height: 1em;
	}
/******************/

/* @group hiring_badge */
div#hiring_badge {
	position:absolute;
	top:0;
	right:0;
	z-index:777;
}
div#hiring_badge img{
	width:65px;
}
div#hiring_badge a, div#hiring_badge a img{
	text-decoration:none;
	border:none;
}
/******************/

/*---SITE UPDATE 4-1-2011----*/

#promo-container{
	width:837px;
	margin-left:auto;
	margin-right:auto;
	padding-top:3px;}
	
	
#order-container{
	width:932px;
	margin-left:auto;
	margin-right:auto;
	padding-top:3px;}
	
	
#promo-container-browse{
	width:943px;
	margin-left:auto;
	margin-right:auto;
	padding-top:3px;}



#banner{
	width:800px;
	height:314px;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;}
	
#featured-container{
	width:861px;
	margin-left:auto;
	margin-right:auto;
	padding-top:3px;}

#featured1{
	background: url(images/featured-bg);
	background-repeat:no-repeat;
	background-position:center;
	width:201px;
	height:158px;
	padding-top:35px;
	margin-left:auto;
	margin-right:auto;
	float:left;
	padding-right:14px;}
	
	
#featured2{
	background: url(images/featured-bg);
	background-repeat:no-repeat;
	background-position:center;
	width:201px;
	height:158px;
	padding-top:35px;
	margin-left:auto;
	margin-right:auto;
	float:left;
	padding-right:14px;}
	
	
#featured3{
	background: url(images/featured-bg);
	background-repeat:no-repeat;
	background-position:center;
	width:201px;
	height:158px;
	padding-top:35px;
	margin-left:auto;
	margin-right:auto;
	float:left;
	padding-right:14px;}
	
	
#featured4{
	background: url(images/featured-bg);
	background-repeat:no-repeat;
	background-position:center;
	width:201px;
	height:158px;
	padding-top:35px;
	margin-left:auto;
	margin-right:auto;
	float:left;
	padding-left:14px;
	}
	
#promotions{
	color:#5d5d5d;
	width:543px;
	height:82px;
	float:left;
	padding-right:17px;	

	}
	
#promotions a{
	color:#5d5d5d;
	background: url(images/promotions.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:535px;
	height:65px;
	float:left;
	padding-top:15px;
}	
	
#promotions a:visited{
	color:#5d5d5d;
	background: url(images/promotions.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:535px;
	height:65px;
	float:left;
	padding-top:15px;
}	
	
	
#promotions a:hover{
	color:#5d5d5d;
	background: url(images/promotions.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:535px;
	height:65px;
	float:left;
	padding-top:15px;
}	



.featured-logo{
	width:125px;
	margin-left:auto;
	margin-right:auto;
	height:70px;
	vertical-align:top;}
	
.featured-copy{
	font-family: Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:10px;
	color:#5a5959;
	text-align:center;
	width:180px;
	margin-left:auto;
	margin-right:auto;
	padding-left:16px;}
	
.featured-btn{
	height:40px;
	margin-left:auto;
	margin-right:auto;
	width:106px;
	padding-top:3px;}
	
	
.featured-logo-rt{
	width:144px;
	margin-left:auto;
	margin-right:auto;
	height:70px;
	vertical-align:top;}
	
.featured-copy-rt{
	font-family: Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:10px;
	color:#5a5959;
	text-align:center;
	width:175px;
	padding-left:5px;}
	
.featured-btn-rt{
	height:40px;
	width:106px;
	padding-top:3px;
	padding-left:35px;}

#promo-copy{
	width:500px;
	height:40px;
	font: Helvetica, Arial,  sans-serif;
	font-size:18px;
	color:#5d5d5d;
	line-height:20px;
	text-align:center;
}

#deals1{
	padding-left:55px;
	width:490px;
	padding-top:1px;}

#deals{
	font-size:14px;
	padding-top:10px;
	width:400px;
	padding-left:68px;

	margin-left:auto;
	margin-right:auto;}
	

#phone-copy{
	font-family: Helvetica, Arial,  sans-serif;
	font-weight:bold;
	font-size:21px;
	color:#5d5d5d;
}

#phone-copy2{
	font-family: Helvetica, Arial,  sans-serif;
	font-weight:bold;
	font-size:21px;
	color:#5d5d5d;
	padding-left:90px;
}
	
#phone {
	background: url(images/phone.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:277px;
	height:82px;
	float:left;
	color:#5d5d5d;
}
body#index #featured-body {visibility:hidden;
display:none;}

#call{
	padding-left:85px;
	padding-top:19px;}
	
#featured-restaurants-container{
	width:178px;
	height:472px;
	float:right;
	padding-top:9px;
	padding-right:30px;}
	
	
#featured-restaurants-bg{
	background-color: #f2f2f2;
	width:178px;
	height:472px;
	float:right;
	background:url(images/featured-foot.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
#featured-header{
	padding-left:20px;
	padding-left:285px;
	padding-bottom:10px;

}


/*#featured-header h2{
	padding-top:17px;
	font-size:20px;
	color:#636363;
}
*/
#featured-header h2{
	padding-top:42px;
	font-size:20px;
	color:#636363;
}

#featured-body{
 margin-left: auto;
margin-right: 0px;
height:53px;
padding-top:50px;
width:790px;
padding-bottom:123px;
	
	}
	
#featured-sidebar1{
	background:url(images/featured-button.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:135px;
	height:101px;
	margin-left:auto;
	margin-right:auto;
	float:right;
	padding-right:10px;

	}

#featured-sidebar2{
	background:url(images/featured-button.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:135px;
	height:101px;
	margin-left:auto;
	margin-right:auto;
	float:right;
	padding-right:10px;
	}

#featured-sidebar3{
	background:url(images/featured-button.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:135px;
	height:101px;
	margin-left:auto;
	margin-right:auto;
	float:right;
	padding-right:10px;
	}

#featured-sidebar4{
	background:url(images/featured-button.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:135px;
	height:101px;
	margin-left:auto;
	margin-right:auto;
	float:right;
	padding-right:10px;
	}
	

#featured-sidebar5{
	background:url(images/featured-button2.gif);
	background-repeat:no-repeat;
	background-position:top left;
	width:135px;
	height:101px;
	margin-left:auto;
	margin-right:auto;
	float:right;
		padding-right:34px;}

.sidebar-logo{
	margin-left:auto;
	margin-right:auto;
	width:100px;
	padding-top:10px;
	padding-bottom:10px;
}

.vertical-logo{
	margin-left:auto;
	margin-right:auto;
	width:13px;
	padding-top:5px;
	float:left;
	padding-left:4px;
}

.start-order-sidebar{
	margin-left:auto;
	margin-right:auto;
	width:100px;}
	
	
.start-order-sidebar-vertical{
	margin-left:auto;
	margin-right:auto;
	width:100px;}

#footer a{
	font-size:12px;
	color:#5d5d5d;}
	
#footer a:focus{
	font-size:12px;
	color:#5d5d5d;}

#footer a:visited{
	font-size:12px;
	color:#5d5d5d;}

#footer a:hover{
	font-size:12px;
	color:#5d5d5d;}

#social-feed{
	border-top-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-webkit-border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-right-radius: 7px;
	border-bottom-left-radius: 7px;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-right-radius: 7px;
	border-bottom:solid #c0c0c0 1px;
	border-top: solid #c0c0c0 1px;
	border-right:solid #c0c0c0 1px;
	border-left:solid #c0c0c0 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5d5d5d;
	width:800px;
	background-color:#fcfcfc;
	float:left;
	padding:20px;
	margin-top:20px;}
	
#wrapper1{
	padding-bottom:20px;
	float:left;}
	
#social-feed h2{ 
border-bottom:solid #c0c0c0 1px;
margin-bottom:0px;
}

#facebook-int{float:left;}

#special-time{
	padding-top:33px;

	width:182px;
	height:342px;
	float:right;
	}


#special-time2{
	padding-top:36px;

	width:182px;
	height:342px;
	float:right;
	padding-right:34px;
	}

.clear{clear:both;}


