body 
{
	margin: 0;
	padding: 0;
	background: #221e1f url(/images/bodyBackground.gif) repeat-x top;
}

#container
{	
	width:1024px;
	height:100%;
	margin: 0 auto;	
}

#header
{
	background: #C11D23 url(/images/bird.png) no-repeat right top;
	width:1024px
}

#header #logo
{
	float: left;
	margin: 0;
	padding: 35px 0 0 85px;
}

#header #main-nav
{
	float: left;
	margin:152px 0 12px 45px;
}

#header #main-nav ul
{
	padding: 0;
	margin: 0;
	position: relative;
}

#header #main-nav ul li
{
	float:left;
	list-style-type:none;
	margin-right:6px;
	padding:2px 0;
}

#header #main-nav ul a
{
	color:#F0EDDE;
	display:block;
	font-family:Arial,sans-serif;
	font-size:13px;
	font-weight:bold;
	padding:3px;
	text-decoration:none;
	text-transform:uppercase;
}

#header #main-nav ul li.selected a, #header #main-nav ul li a:hover
{
	color: #C11D23;
	background-color: #f0edde;
}

/****SUB NAV STYLES*****/

#header #main-nav ul li ul
{
	display: none;
	position: relative;	
	top: 22px; 
	position: absolute;
}

#header #main-nav ul li:hover ul
{
	display: block;	
}

#header #main-nav li li
{
	list-style:none; 
	display:list-item;
}

#header #main-nav ul li ul li a
{
	background: #f0edde;
	color: #C11D23;
}

#header #main-nav ul li ul li a:hover
{
	color: #f0edde;
	background: #C11D23;
}

/*****END SUB NAV STYLES*****/

/*****HEADER CONTENT STYLES*****/

#header .header-content
{
	padding: 10px 20px 10px 85px;
	color: #f0edde;
}

/*****END HEADER CONTENT STYLES*****/


#restaurantimages img{
	margin-right: 5px;
}

.headertext{
	color: White;
	font-family: Georgia;
	line-height: 17px;
	margin-left: 75px;
	width: 681px;
	float: left;
}

#home{
	background: #f0edde url(/images/thisweek.png);
	background-position: 100px 15px;
	background-repeat: no-repeat;
}

#home img.image1{
	margin-left: 243px;
	margin-top: 20px;
	float: left;
}

#home img.image2{
	margin-top: 20px;
	float: left;
}

#home .section1{
	float: left;
	font-family: Georgia;
	line-height: 17px;
	margin-left: 10px;
	margin-top: 37px;
	width: 320px;
}

#home .section2{
	float: left;
	font-family: Georgia;
	line-height: 17px;
	margin-left: 10px;
	margin-top: 29px;
	width: 280px;
}

#home .section3{
	width: 668px;
	float: left;
	margin-left: 244px;
	margin-top: 20px;
	margin-bottom: 100px;
	font-family: Georgia;
	line-height: 17px;
}

/*****TEXT CONTENT*****/

#text
{
	background: #f0edde;
/*	overflow: hidden;*/
}

#text .header
{
	background: #ddd0c1;
/*	overflow: hidden;*/
}

#text .header p
{
	line-height:20px;
	margin:0;
	padding:10px 85px;
}

#text .column-containers
{
	padding: 10px 20px 10px 85px;
}

#text .column
{
	background: url(/images/text_column_bg.gif) repeat-x top;
	padding: 10px 5px 10px 15px;
	min-height: 468px;
}

/*****END TEXT CONTENT*****/

/*****FORM ELEMENTS*****/

label
{
	margin: 3px 0;
	float: left;
	width: 175px;	
	line-height: 22px;
}

.mail-list
{
  width: 70px;
}

.input, .ddl
{
	margin: 3px 0;
	float: left;	
	width: 220px;
}

.qty
{
	width: 35px;
	text-align: center;
	margin: 3px 0;
}

.ddl
{
	width: 226px;
	height: 22px;
}

.small
{
	width: 70px; 	
}

label.small
{
	margin-left: 10px;	
}

.btn-list label
{
	width: auto;
	float: none;
	margin: 0;
	line-height: normal;	
}

/*****END FORM ELEMENTS*****/

/*FOOTER*/
#footer
{
	width:1004px;
	background-color:#C11D23;
	height:24px;
	padding-top:10px;	
	padding-right:20px;
	text-align:right;
}


.clear
{
	font-size: 1px;
	line-height: 0;
	clear: both;
}

.contactInfo
{
	color:#000000;
	font-family:Arial,sans-serif;
	font-size:12px;
/*	font-weight:bold;*/
}

.addressInfo
{
	color:#fff;
	font-family:Arial,sans-serif;
	font-size:12px;
	font-weight:bold;
}

#area
{
	margin-bottom:25px;
}


#area-copy
{
	float:left;
	width:640px;
}

#area-copy p
{
	font-size:12px;
	line-height:20px;
	margin:11px 0;
	padding:0;
}

#area-copy li
{
	font-size:12px;
	line-height:20px;
}

#area .area-pix
{
	float:right;
	margin:8px 10px;
}

#gallery
{
	margin-bottom:15px;
}

#gallery img
{
	padding:0 20px;
}

.content li
{
	line-height:20px;
}
.content p
{
	line-height:20px;
	margin:0 60px 0 0;
	padding:5px 0;
}