@charset "UTF-8";
* html li a{
	height:1em;
}

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

body  {
	margin:0px;
	padding: 0;
	text-align: center;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 100%;
	background-color:#2c222c;
}

#container{
	width: 879px;
	text-align: left;
	margin: 0 auto;
}


/*----------Header------*/
#header{
	height: 145px;
	background: url(../images/headerBkGrnd.jpg) top repeat-x #cdd452;
}
#takeOut{
	float: right;
	color: #D0003C;
	width: 260px;
	height: 65px;
	padding: 40px 30px 0 0;
}
#logo img{
	border: none;
}
/*---------Nav----------*/
#navBox{
	clear: right;
	float: right;
	width: 450px;
	
}
#nav{
	float: left;

	}
#nav li{
	float: left;
	list-style: none;
	margin: 5px 0 5px 0;	
}
#nav a{
	padding: 10px;
	color: #C9C9C9;
	text-decoration: none;	
}
#nav a:hover,.home #home a, .specials #specials a, .menu #menu a, .about #about a, .location #location a{
	color: #FFFFFF;	
}
#home,#specials,#menu,#about{
 	border-right: 1px solid #C9C9C9 ;
}
/*----------Image ----------*/
#image{
	height: 185px;
}
.home #image{
	background: url(../images/burrito.jpg) top left no-repeat;
}
.specials #image{
	background: url(../images/upstairs.jpg) top left no-repeat;
}
.menu #image{
	background: url(../images/burrito.jpg) top left no-repeat;
}
.about #image{
	background: url(../images/upstairs.jpg) top left no-repeat;
}
.location #image{
	background: url(../images/jeep.jpg) top left no-repeat;
}


/*----------Content Wrapper if needed----------*/
#contentWrapper{
	padding: 30px 40px 25px 30px;
	background-color:#F5F458;
}

/*----------Content------*/
#content{
	width: 60%;
	float: left;
	margin: 0 1% 0 0;
	padding: 10px;

}
/*----------Right Nav------*/
#rightNav{
	width: 35%;
	float: right;
	margin-top: 30px;
	
}
#rightNavWrap{
	text-align: right;
	padding: 10px;

}
.homeButton{
	background: url(../images/fire1.png) no-repeat;
	height: 60px;
	margin-left: 5px;
}
.homeButton1{
	background: url(../images/new1.png) no-repeat;
	height: 70px;
	margin-left: 5px;
}
.homeButton a{
	padding: 10px 90px 0 90px;
	color: #FFFFFF;
	font-size: 15pt;
	display: block;
	text-decoration: none;
}
.homeButton1 a{
	padding: 10px 90px 0 90px;
	color: #FFFFFF;
	font-size: 15pt;
	display: block;
	text-decoration: none;
}
.shoutBox{
	background: url(../images/shoutBox.png) no-repeat;
	height: 125px;
}


/*----------Footer------*/
#footer{
	clear: both;
	height: 15px;
	background-color:#C9313D;
	padding: 5px 35px 5px 35px;
}
#fnav{
	margin-left: 70px;
}
#fnav li{
	float: left;
	list-style: none;	
}
#fnav a{
	padding: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
#fhome,#fspecials,#fmenu,#fabout{
 border-right: 1px solid #FFFFFF;
}
#b2 a{
	color: #FFFFFF;
	text-decoration: none;
}
/*----------Mics----------*/
.clearLeft{
	clear: left;
}
.clearRight{
	clear: right;
}
.clearBoth{
	clear: both;
}
.floatLeft{
	float: left;
}
.floatRight{
	float: right;
}
/*---------Fonts----------*/
h2,h3{
	color: #D0003C;
	font-family: Georgia;
	margin-bottom: 15px;
	font-size: 12pt;
}
#content p{
	font-size: 11pt;
}
#rightNav p{
	font-size: 11pt;
	line-height: 24px;
}
#footer p,#footer li{
	font-size: 9pt;
	color: #FFFFFF;
}


