/* @override http://821.never-not.com/css/header.css */

/* @override 
	http://821.never-not.com/header.css
	http://821.never-not.com/css/header.min.css
*/

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


#wrapper {
	margin: auto;
}

body {
		font-family: "proxima-nova",sans-serif;

	width: 875px;
	background-color: #FFC340;
	margin: auto;
	background-image: url('../images/bgtest06.png');
	background-repeat: repeat-x repeat-y;
}

a,a:visited {
	color:#ec2c22;
	
}
h1{
	text-align: center;
	margin-top: 50px;
}

ul { list-style-type:none; padding: 0; margin: 0; }


#header {
	position: relative;
	height: 150px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 875px;
	z-index: 5;
}

#mark {
	position: relative;
	margin-left: -60px;
	margin-top: -75px;
	height: 122px;
	width: 125px;
	float: left;
}

#nav_left {
	position: relative;
	margin-top: 15px;
	margin-left: 65px;
	width: 500px;
	
}

#nav_left ul li { 
	float: left; 
	margin: 60px 30px 0px 0px; 
}

#nav_right {
	margin-top: 95px;
	margin-left: 540px;
	width: 500px;
	
}

#nav_right ul li { 
	float: left; 
	margin: 60px 30px 0px 0px; 
}
	
	
#main_content {
	position: relative;
	width: 845px;
}

#splash {
	overflow: hidden;
	width: 925px;
	margin-bottom: 25px;
}

#splash ul { width: 925px; }
#splash ul li { 
	float: left; 
	padding-left: 40px;
	padding-bottom: 25px;
	margin: 0px 0px 0px 0px; 
}	

ul li a.breakfast {
	display: block;
	width: 175px;
	height: 175px;
	background-image: url('../images/menu_break.png'); 
}

ul li a.breakfast:hover {
	background-image: url('../images/menu_break_hover.png');
}


ul li a.tizers {
	display: block;
	width: 175px;
	height: 175px;
	background-image: url('../images/menu_tizers.png'); 
}

ul li a.tizers:hover {
	background-image: url('../images/menu_tizers_hover.png');
}

ul li a.salads {
	display: block;
	width: 175px;
	height: 175px;
	background-image: url('../images/menu_salad.png');
}

ul li a.salads:hover {
	background-image : url('../images/menu_salad_hover.png'); 
}

ul li a.chili {
	display: block;
	width: 175px;
	height: 175px;
	background-image: url(../images/menu_chili.png);
}

ul li a.chili:hover {
	background-image : url(../images/menu_chili_hover.png); 
}

ul li a.subs {
	display: block;
	width: 175px;
	height: 175px;
	background-image: url(../images/menu_subs.png);
}

ul li a.subs:hover {
	background-image : url(../images/menu_sub_hover.png); 
}

ul li a.sandwich {
	display: block;
	width: 175px;
	height: 175px;
	background-image: url(../images/menu_sand.png);
}

ul li a.sandwich:hover {
	background-image : url(../images/menu_sand_hover.png); 
}

ul li a.pasta {
	display: block;
	width: 175px;
	height: 175px;
	background-image: url(../images/menu_pasta.png);
}

ul li a.pasta:hover {
	background-image : url(../images/menu_pasta_hover.png); 
}

ul li a.drinks {
	display: block;
	width: 175px;
	height: 175px;
	background-image: url(../images/menu_drink.png);
}

ul li a.drinks:hover {
	background-image : url(../images/menu_drink_hover.png); 
}	


.facebook{
	width: 800px;
	margin: 0 auto;
}
.fb-like-box{
	background: #feffff;
}
#footer {
	position: fixed;
	width: 300px;
	height: 75px;
	margin-left: 300px;
}

#bottom_nav {
	text-align: center;
	padding-top: 30px;
	margin-left: -30px;
	margin-bottom: 40px;
}

#hours {
	position: relative;
	text-align:center;
	font-family: "proxima-nova",sans-serif;
	font-size: 18px;
	color:#C00;
	float: left;
}

#hours ul li {
	font-size: 14px;
    line-height: 18px;
	text-align:center;
	font-family: "proxima-nova",sans-serif;
	color:#000;
	float: none;
}
#info {
	position: relative;
	text-align:center;
	font-family: "proxima-nova",sans-serif;
	font-size: 18px;
	color:#C00;
	float: right;
}

#info ul li {
	font-size: 14px;
    line-height: 18px;
	text-align:center;
	font-family: "proxima-nova",sans-serif;
	color:#000;
}

#map {
	position: relative;
	width: 800px;
	margin: 20px auto 30px;
	clear: both;
	padding-top: 0;
}

#map1{
	border: 1px solid #E4121A;
	width: 800px;
	height: 352px;
}

.contact{
	width: 500px;
	margin: 0 auto;
	clear: both;
	padding-bottom: 0;
	height: 210px;
}
