@charset "UTF-8";
/* CSS Document */

body  {
	background: url(../images/bkg.png) repeat-x;
	background-color: #000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: verdana, arial, "sans serif";
	color: #000;
	font-size: 11px;
	}
	
a {
	text-decoration: underline;
	color: #000000;
	}
	
a:hover {
	text-decoration: none;
	}
	
p {
	line-height: 16px;
	}

	
h3 {
	color: #ba1114;
	font-family: georgia, times, serif;
	font-size: 18px;
	font-weight: bold;
	margin-top:0px;
	}
	
#container {
	width: 950px;
	text-align:center;
	margin: 0px auto;
	background: url(../images/bkg2.png) no-repeat top;
	
	}
#navigation {
	font-size: 15px;
	color: white;
	font-family: Georgia, times, serif;
	text-align: center;
	line-height: 39px;
	padding-left: 240px;
	padding-top: 81px;
	
	
	}
	
#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
#navigation li {
	display: inline;
	padding: 8px 15px;
	border-right: 1px solid #000;
	}
	
#navigation li.none {border-right:none;}
#navigation li a.on {color: #fdf4ca;}

#navigation a {
	color: white;
	text-decoration: none;
	}
#navigation a:hover {
	text-decoration: underline;
	}
	
#logo2 {
	
	margin-left: 150px;
	
	}
	
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}
	
#locations {
	margin-top:23px;
	}
	
#mainImage {
	width: 844px;
	height: 359px;
	color: #fff;
	text-align: left;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 77px;
		}

#leftImage {
	float:left;
	background: url(../images/main-img-rbkg.jpg) no-repeat;
	width:387px;
	height: 359px;
	}
	
#leftImage p {
	padding-left:25px;
	padding-right: 20px;
	margin-top:3px;
	line-height: 1.5em;
}

#leftImage h2 {
	margin-bottom: 0;
	font-family: georgia, times, serif;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 25px;
	font-size: 16px;
	}
	
	
#rightImage {
	float:right;
	background: url(../images/flash-placeholder.jpg) no-repeat;
	width:450px;
	height: 359px;
	padding-right:7px;
	}
	
	#menu a{
	width: 140px;
	height: 45px;
	background: url(../images/menu.png) no-repeat;
	text-indent: -9999px;
	float:left;
	margin-left: 25px;
	margin-top:0px;
	}
	
#directions a{
	width: 140px;
	height: 45px;
	background: url(../images/directions.png) no-repeat;
	text-indent: -9999px;
	float:right;
	margin-right: 35px;
	margin-top:4px;
	}
	
#mainContent {
	width: 844px;
	margin-left: 77px;
	height: 375px;
	}

	
#leftColumn {
	float: left;
	text-align: left;
	width: 50%;
	border-right: 1px solid #000000;
	margin-top:25px;
	padding-right: 20px;
	}
	
#mainContent img {
	padding: 5px;
	border: 1px solid #ba1114;
	}
	
#rightColumn {
	float: right;
	width: 348px;
	margin-top:25px;
	margin-right: 15px;
	
	
	
	}
	
#lunchBox a {
	width: 348px;
	height: 110px;
	background: url(../images/lunch-box.jpg) no-repeat;
	text-indent: -9999px;
	float: right;
	margin-left: 0px;
	
	
	}
	
#clubBox a {
	width: 348px;
	height: 110px;
	background: url(../images/loyal-customer-box.jpg) no-repeat;
	text-indent: -9999px;
	float: right;
	margin-top:10px;
	}
	
#footer {
	width: 900px;
	color: white;
	font-size: 10px;
	margin: 0px auto;
	
	line-height:18px;
}

#footer a {
	color: white;
	text-decoration:none;
	}
	

#footer a:hover {
	text-decoration:underline;
	}

#left {
	float: left;
	width: 55%;
	padding-left: 20px;
	text-align: left;
	}
	
#right {
	float: right;
	width:40%;
	text-align: right;
	}

 img.c1 {margin-right:10px;}
 
#footer a.gray {
	color:#666666;
	}
