/* Spiros text font color: #9B2929 */
/* content background color: #D7CEC5 */
/* body background color: #A6A378 */
/* container background color: #5F5858 */

body,
html
{
	margin:0;
	margin-top: 25px;
	margin-bottom: 25px;
	padding:0;
}
img { border-style: none; }
a:visited { color: blue; }

#wrap
{
	width:900px;
	margin:0 auto;
	background: #5F5858;
	border: 2px solid #2D2B2C;
	position: relative;
}

#header
{
 	padding: 5px 10px 0 10px;
	background: #5F5858;
	height: 130px;
}
/* info line with phone # & address */
#info_line
{
	padding: 0px 40px 0 30px;
	position: relative;
	z-index: 1;
}
#info_line { font-size: 95% }
#info_line a  { text-decoration: none; color: #1B0F03; }
#info_line a:hover { color: #490811; }

#line
{
	margin: -15px 20px 10px 20px;
	position: relative;
	z-index: 1;
}

#nav
{
	margin: 0px 0px 20px 24.5px;
}

#main 
{
	float:left;
	width:630px;
	margin-left: 20px;
	background: #5F5858;
	position: relative;
}

#content
{
	min-height: 500px;
	padding: 10px;
	border: 2px solid #2D2B2C;
	background: white; /* url('images/restlights.jpg') no-repeat; */
	position: relative;
}
#content p { background-color: black; color: white; display: inline; }
#content h3 { margin-bottom: -2px; }
#sidebar
{
	float: left;
	width: 245px;
	background: #5F5858;
	font-size: 16px;
	color: #1B0F03;
	text-align: center;
}
#hours { text-align: left; margin-left: 20px;}

.day { width: 50px; text-align: left; }

#footer
{
	clear:both;
	padding:5px 10px;
	background: #5F5858;
	font-size: 65%;
	color: white;
	text-align: center;
}
#footer a { text-decoration: none; color: white; }
* html #footer { height:1px; }

#left_side 
{ 
	position: absolute; 
	background: transparent url('images/welcome.png') no-repeat;
	z-index: 5;
	margin-top: 100px;
	margin-left: -89px;
	width: 54px;
	height: 550px;   
}
#right_side 
{ 
	position: absolute; 
	background: transparent url('images/welcome_greek.png') no-repeat;
	z-index: 5;
	margin-top: 100px;
	margin-left: 935px;
	width: 45px;
	height: 550px;   
}


#food_menu { width: 150px; position: relative; top: 170px; }
#food_menu ul.food_menu_list
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
	font: normal 14px Verdana, Arial, sans-serif;
	width: 200px;
}
#food_menu ul.food_menu_list li 
{
	margin: 0; 
	padding: 0;
	border: 2px solid #C1C1C1;
	margin-bottom: 5px;
	line-height: 150%;
}
#food_menu ul.food_menu_list li a
{
	display: block;
	text-decoration: none;
	color: #333333;
	background-color: white; /*#D0ECED;*/
	padding: 0 0 0 0;
	width:197px;
	text-align: center;
	text-transform: uppercase;
}
#food_menu ul.food_menu_list li a:hover { background-color: #D0ECED; }

#slider 
{	
	margin: 0;
	padding: 0;	
	color: #1B0F03;
}
/* Easy Slider */

	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider, #slider li{ 
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		width:250px;
		height:300px;
		overflow:hidden; 
		}
	span#prevBtn{}
	span#nextBtn{}					

/* // Easy Slider */