@charset "UTF-8";
/* CSS Document */

body
{
background-color:#000000;
background-image:url(images/bg/greek_pillars.jpg);
background-repeat:no-repeat;
background-attachment:fixed;
}

#wrapper
{
width:820px; 
margin:auto;
margin-bottom:100px;
padding:0;
}

#header
{
width:800px;
height:167px;
margin-bottom:0;
background-image:url(images/header/header_bg.png);
background-repeat:no-repeat;
padding:40px 10px 0 10px;
}

#nav
{
width:800px;
margin-top:92px;
text-align:center;
}

#nav a
{
font-family:arial;
font-size:15px;
color:#debe3e;	
padding:0 14px 0 14px;
text-decoration:none;
}

#nav a:hover
{
font-family:arial;
font-size:15px;
color:#fff;	
padding:0 14px 0 14px;
text-decoration:none;
}

#top_bg
{
width:820px;
height:30px;
margin:0;	
padding:0;
}

#bottom_bg
{
width:820px;
height:30px;
margin:0;	
padding:0;
}


#content_wrapper
{
width:820px;
padding:0;
background-image:url(images/content/content_black_bg.png);
background-repeat:repeat-y;
margin:0;
}

#content
{
width:758px;	
color:#ccc;
font-family:verdana;
font-size:12px;
margin:0 auto;
padding:40px 0 40px 0;
background-color:#000;
border:solid 1px #990000;
}

#home_content
{
width:758px;	
color:#ccc;
font-family:verdana;
font-size:12px;
margin:0 auto;
padding:0 0 20px 0;
background-color:#000;
border:solid 1px #990000;
}

#menu_content
{
width:700px;	
color:#ccc;
font-family:verdana;
font-size:12px;
margin:0 auto;
padding:0;
}

#catering_content, #store_hours_content
{
width:758px;	
color:#ccc;
font-family:verdana;
font-size:12px;
margin:0 auto;
padding:40px 0 40px 0;
border:solid 1px #990000;
text-align:center;
background-color:#000;
}

.home_menu_link
{
margin-bottom:0;
margin-top:20px;	
}

#footer
{
width:800px;
height:40px;	
background-image:url(images/footer/footer_bg.png);
background-repeat:no-repeat;
padding:10px 10px  0 10px;
color:#FFF;
font-family:verdana;
font-size:11px;
text-align:center;
margin:0;
clear:both;
}

.fb_icon
{
margin-top:3px;	
}

#side_nav_wrapper
{
width:200px;
padding:0;
margin:0;
float:left;
}

#side_nav
{
width:160px;
background-image:url(images/nav/side_nav_solid_bg.png);
background-repeat:repeat-y;
padding:0 20px 0 20px;
margin:0;
}

#side_nav_extras
{
width:160px;
text-align:center;
margin:auto;
}

#side_nav a
{
color:#fff;
font-family:Verdana;
font-size:12px;
display:block;
text-decoration:none;
padding:7px 0 7px 10px;;	
margin:0;
}

#side_nav_top
{
width:200px;
padding:0;
margin:0;	
}

#side_nav_bottom
{
width:200px;
padding:0;
margin:0;	
}

#main
{
width:460px;
float:right;
padding:0;
margin:0;
}


#sidenavlist
{
padding-left: 0;
margin:0;
border-bottom: 1px solid #666;
width: 160px;
}

#sidenavlist li
{
list-style: none;
margin: 0;
border-top: 1px solid #666;
padding:0;
}

#sidenavlist li a 
{ 
text-decoration: none; 
}

#sidenavlist li a:hover 
{ 
text-decoration: none; 
background-color:#000000;
color:#debe3e;
}


#active a
{
color:#debe3e;	
background-color:#000;
}

#current a
{
color:#fff;	
}

/*Start CSS for food images on home page*/

.food_link
{
position: relative;
z-index: 0;
}

.food_link:hover
{
background-color: transparent;
z-index: 50;
}

.food_link span{ /*CSS for enlarged image*/
position: absolute;
background-color: #000000;
padding: 1px;
left: -1000px;
border: 1px solid #debe3e;
visibility: hidden;
color: black;
text-decoration: none;
}

.food_link span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.food_link:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -280px;
left: 0; /*position where enlarged image should offset horizontally */

}

.food_link span a
{
text-decoration:none;	
}

/*End CSS for food images on home page*/

a
{
text-decoration:none;	
color:#debe3e;
font-family:verdana;
font-size:12px;
}

a:hover
{
text-decoration:underline;	
color:#debe3e;	
font-family:verdana;
font-size:12px;
}

#footer a
{
text-decoration:none;	
color:#debe3e;
font-family:verdana;
font-size:11px;	
}

#footer a:hover
{
text-decoration:none;	
color:#debe3e;
font-family:verdana;
font-size:11px;	
}

#delivery
{
margin:0;
padding:20px;;	
text-align:center;
background-color:#FFF;
}

#clear
{
width:700px;
height:1px;
clear:both;
}

#menu_top
{
width:420px;
height:20px;
margin:auto;
padding:5px  20px 5px 20px;
background-image:url(images/menu/menu_top_bg.png);
background-repeat:no-repeat;
text-align:center;
color:#FFF;
}

.menu_table
{
margin:auto; 
background-color:#000; 
border-right: solid 1px #333; 
border-left: solid 1px #333; 
color:#ccc;
}

#menu_bottom
{
width:460px;
height:30px;
margin:auto;
padding:0;
background-image:url(images/menu/menu_bottom_bg.png);
background-repeat:no-repeat;
}

#menu_bottom_black
{
width:460px;
height:20px;
margin:auto;
padding:0;
background-image:url(images/menu/menu_bottom_black_bg.png);
background-repeat:no-repeat;
margin-bottom:20px;
}

#catering_table_wrap
{
margin:auto;
width:460px;	
}

.catering_table
{
background-color:#000; 
border-right: solid 1px #333; 
border-left: solid 1px #333; 
color:#ccc;
margin:0;
}

.reviews_table img
{
border:solid 1px #debe3e;	
}

.hours_table
{
background-color:#000; 
border-right: solid 1px  #333; 
border-left: solid 1px  #333; 
color:#ccc;
margin:0;
font-size:12px;
}

#store_hours_wrap
{
margin:auto;
width:350px;	
}

#hours_top
{
width:350px;
height:20px;
margin:auto;
padding:5px  0 5px 0;
background-image:url(images/store_hours/hours_top_bg.png);
background-repeat:no-repeat;
text-align:center;
color:#FFF;
}

#bottom_buttons
{
width:458px;
margin:0;
text-align:center;	
padding:0;
background-color:#000;
border-right:solid 1px #333;
border-left:solid 1px #333;
}

#hours_bottom_black
{
width:350px;
height:20px;
margin:auto;
padding:0;
background-image:url(images/store_hours/hours_bottom_black_bg.png);
background-repeat:no-repeat;
margin-bottom:20px;
}

#fadeshow1
{
width:650px;
height:288px;
margin:auto;	
margin-bottom:10px;
}
