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

/*--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: #ffc726;
	margin: 0;
	padding: 0;
	height: 100%;
}

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;}

#container{
	width: 950px;
	height: 599px;
	position: absolute;
	border: 3px solid #000;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -475px;
}

#logo{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 165px;
	height: 165px;
	cursor: pointer;
}

#logo h1{text-indent: -9999px;}

.home{background: url('../_images/home_bg.jpg') no-repeat top left;}

.lolitasStory{background: url('../_images/lolitasstory_bg.jpg') no-repeat top left;}

.menu{background: url('../_images/menu_bg.jpg') no-repeat top left;}

.catering{background: url('../_images/catering_bg.jpg') no-repeat top left;}

.locations{background: url('../_images/locations_bg.jpg') no-repeat top left;}

.contactUs{background: url('../_images/contact_bg.jpg') no-repeat top left;}


/*--Top Navigation--*/
#topNav{
	width: 680px;
	height: 35px;
	overflow: hidden;
	float: left;
	padding: 40px 0 0 270px;
}

#topNav ul{list-style-type: none;}

#topNav ul li{float: left;}

#topNav ul li a img{visibility: hidden;}

#topNav ul li a#nav_lolitasStory{
	display: block;
	width: 125px;
	height: 35px;
	background: url('../_images/nav/lolitas_story.gif') 0px 0px;
} 

#topNav ul li a#nav_lolitasStory:hover{background-position: 0px -35px;}

#topNav ul li a#nav_menu{
	display: block;
	width: 80px;
	height: 35px;
	background: url('../_images/nav/menu.gif') 0px 0px;
} 

#topNav ul li a#nav_menu:hover{background-position: 0px -35px;}

#topNav ul li a#nav_catering{
	display: block;
	width: 109px;
	height: 35px;
	background: url('../_images/nav/catering.gif') 0px 0px;
} 

#topNav ul li a#nav_catering:hover{background-position: 0px -35px;}

#topNav ul li a#nav_locations{
	display: block;
	width: 120px;
	height: 35px;
	background: url('../_images/nav/locations.gif') 0px 0px;
} 

#topNav ul li a#nav_locations:hover{background-position: 0px -35px;}

#topNav ul li a#nav_contact_us{
	display: block;
	width: 111px;
	height: 35px;
	background: url('../_images/nav/contact_us.gif') 0px 0px;
} 

#topNav ul li a#nav_contact_us:hover{background-position: 0px -35px;}


/*--Main Content Area--*/
#locations{
	width: 274px;
	height: 411px;
	margin: 45px 0px 0 0px;
	float: left;
}

#content {
	float: left;
	width: 533px;
	height: 254px;
	overflow: hidden;
	padding: 25px 0 0 25px;
	margin-top: 146px;
}

#content p{clear: both;}

#content p img{
	border: 1px solid #000; 
	margin: 5px 15px 15px 0;
}

table.menuTable{margin-bottom: 20px;}


/*--Scrollbars--*/
.scroll_bottom {
	float: left;
	width: 23px;
	height: 279px;
	margin-top: 146px;
	background: none; 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_images/scrollbar-track-bottom.png',sizingMethod='image');

}

html>body .scroll_bottom{
	background: transparent url('../_images/scrollbar-track-bottom.png') no-repeat bottom left;
}

.scroll_top {
	position: absolute;
	width: 23px;
	height: 15px;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='_images/scrollbar-track-top.png',sizingMethod='image');
}

html>body .scroll_top{
	background: transparent url('../_images/scrollbar-track-top.png') no-repeat top left;
}

#scrollbar {
	position: absolute;
	width: 23px;
	height: 279px;
}

#scroll_handle {
	padding: 14px 0;
	width: 23px;
	height: 29px;
}


/*--Special Offer--*/
#specialOffer{
	position: absolute;
	bottom: 16px;
	right: 72px;
	width: 107px;
	height: 71px;
	display: none;	/*--**--**--REMOVE THIS LINE TO DISPLAY SPECIAL OFFER ON HOME PAGE*--**--**--*/
}

#offerPopup{
	width: 260px;
	height: 200px;
	margin: 0;
	font-size: 12px;
	line-height 15px;
	padding: 20px;
	position: relative;
}

#offerPopup p{position: relative; z-index: 10;}

#offerPopup img{
	position: absolute;
	top: 0;
	left: 0px;
	z-index: 5;
}