@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Marcellus+SC|Satisfy);

body
{padding:0;
	margin:0;
	background:#000;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;}

#container
{background:url(../images/bg.jpg) ;
	width:100%;
	position:relative;
}

#page
{background:url(../images/bg-page.png) ;
	width:970px;
	margin:0 auto;
}

#header
{
	padding:30px 0;
	background:url(../images/header-text.gif) right 50% no-repeat;	
}

#leftCol, #rightCol
{float:left;}

#leftCol
{	
padding-left:10px;width:236px;
}

#rightCol
{
	width:724px;
}

/* Left column */

.lozenge
{	
	margin-bottom:25px;
	height:128px;
	width:197px;
}

.lozenge span, .lozenge a
{
	text-indent:-9999px;
	display:block;
}

#reservations
{
	background:url(../images/reservations2.gif) left top no-repeat;
}

#offers
{
	background:url(../images/los-lunch.gif) left top no-repeat;
}


#offers a
{
	background-repeat:no-repeat;
	background-position:left top;
	height:24px;
	width:170px;
	position:absolute;
	top:95px;
	left:14px;
}

#offers a
{
	background-image:url(../images/btn-view-our-latest-offers.gif);
}
#reservations a
{
	background-image:url(../images/btn-book.gif);
}

#offers a:hover
{
	background-position:left bottom;	
}

#footer
{
	font-size:0.69em;
	color:#000;
	position:relative;
	background-color:#FFF;
	height:90px;
	padding-top:10px;
	width:100%;
	display:block;
border-top:2px; border-color:#CCC;}

#footer-inner
{
	width:970px;
	margin:0 auto;
}

#footer p
{
	line-height:200%;	
}

#footer .right
{
	text-align:right;	
}

#footer a
{
	color:#000;
	text-decoration:none;
}

#footer a:hover
{
	text-decoration:underline;	
}

/* Content */

#rightCol td
{	font-size:0.75em;
}

#rightCol p
{
	font-size:0.75em;
	line-height:140%;
	margin-bottom:20px;
	line-height: 2em;
}

#rightCol p a
{
	color:#fff;
	text-decoration:underline;
}

#newsContainer
{
	background:url(../images/news-border.gif) left top repeat-x;
	float:left;
}

.newsItem
{
	float:left;
	width:100%;
	padding:20px 0;
	background:url(../images/news-border.gif) left bottom repeat-x;
}

.newsItem-inner
{
	float:left;
	width:450px;
}

.newsItem h3
{
	font-family:"Times New Roman", Arial;
	margin-bottom:20px;
	font-size:1em;
}

.newsItem img.right
{
	display:block;	
}

/* Page specific styles */

a
{ color:#FFFFFF;
	outline:none;	
}

a img
{
	border:none;
}

.left
{
	float:left;
}

.right
{
	float:right;	
}

.clear
{
	clear:both;	
}


ul#navi {font-family:'Marcellus SC', Verdana, Geneva, sans-serif;
    list-style: none;
	margin:0; padding:0;}
ul#navi li {
    background: url(../images/libg2.gif) no-repeat;
    margin: 0 0 8px 8px;
}
ul#navi li a {
    display: block;
    width: 168px;
    padding-left: 30px;
    line-height: 37px;
    text-decoration: none;
    color: #FFF;
    font-weight: bold;
}
ul#navi li a:hover{
    background: url(../images/libg2.gif) no-repeat;
	background-position:bottom;
	color: #333;
    }
#navmenu{display:block;margin-bottom:20px;}

h1{font-family:'Marcellus SC', Verdana, Geneva, sans-serif}
h2{font-family:'Satisfy',Verdana, Geneva, sans-serif}
