/*----------------------*/
/*--Lolita's Taco Shop--*/
/*---Print Stylesheet---*/
/*----------------------*/

/*--Clear Defaults--*/
*{margin: 0; padding: 0;}


/*--Global Styles--*/
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 22px;
	color: #245217;
	background: #fff;
	margin: 0;
	padding: 0;
}

p, h1, h2, h3{margin-bottom: 15px;}

a{color: #da1010;}

a:hover{color: #245217;}

a img{border: none;}

strong{font-size: 15px; font-weight: bold; color: #da1010;}


/*--Global Content--*/
#container{
	width: 950px;
	height: 599px;
	position: relative;
	margin: 52px auto 0 auto;
}

#logo{
	width: 100%;
	height: 50px;
}

#topNav{display: none;}

#locations{display: none;}

#content {
	float: left;
	width: 80%;
	height: auto;
	margin-top: 30px;
}

.scroll_bottom{display: none;}


#specialOffer{display: none;}	