body { margin-top: 2px;
 margin-bottom: 2px;
text-align: center; }	

#container { position: relative;
height: 640px;
width: 859px;
margin: 0 auto; }

#header { height: 60px;
width: 859px;
background-image: url("images/header.gif"); }

#top_area
{
	text-align:left;
	float:left;
}

.history_text
{
	color:white;
	width:400px;
	padding: 10px 0;
	padding-top:20px;
	line-height:110%;
	letter-spacing:1px;
}

.map_text
{
	color:white;
	width:330px;
	padding: 10px 0;
	padding-top:26px;
	line-height:110%;
	letter-spacing:1px;
}


#home_logo { 
margin-top:20px;
height: 258px;
width: 412px;
float:left;
background-image: url("images/logo_home.gif"); }

#int_logo { 
margin-top:5px;
margin-left:10px;
margin-bottom:5px;
height: 163px;
width: 265px;
float:left;
background-image: url("images/logo_internal.gif"); }

#home_pic { 
margin-top:5px;
float:right;
height: 295px;
width: 388px;
background-image: url("images/home_pic.jpg"); }

#int_pic_history
{
	margin-left:260px;
	margin-top:20px;
	width:240px;
	height:127px;
	background-image: url("images/int_hist_top_pic.jpg"); 
}

#int_pic_contact
{
	margin-left:260px;
	margin-top:20px;
	width:240px;
	height:127px;
	background-image: url("images/int_contact_top_pic.jpg"); 
}

#int_pic_specials
{
	margin-left:260px;
	margin-top:20px;
	width:240px;
	height:127px;
	background-image: url("images/int_specials_top_pic.jpg"); 
}

#int_pic_menu
{
	margin-left:260px;
	margin-top:20px;
	width:240px;
	height:127px;
	background-image: url("images/int_menu_top_pic.jpg"); 
}



#main_picarea_left
{	
	width:400px;
	float:left;
}

#history_mainpic_top
{
	background-image: url("images/History_Pic_Top.gif");
	height:135px;
	width:270px;
	margin-left:47px;
	margin-top:30px;
}

#history_mainpic_bottom
{
	background-image: url("images/History_Pic_Bottom.gif");
	height:135px;
	width:270px;
	margin-left:47px;
	margin-top:30px;
}

#history_mainpic_3
{
	background-image: url("images/History_Pic_3.jpg");
	height:135px;
	width:270px;
	margin-left:47px;
	margin-top:30px;
}

#history_mainpic_4
{
	background-image: url("images/History_Pic_4.jpg");
	height:135px;
	width:270px;
	margin-left:47px;
	margin-top:30px;
}

#map_mainpic_top
{
	height:381px;
	width:400px;
	margin-left:47px;
	margin-top:30px;
}

#history_section_header
{	
	background-image: url("images/hdr_history.gif");
	height:79px;
	width:481px;
	margin-left:160px;
	margin-top:10px;
}

#contact_header
{
	background-image:url(images/hdr_contact.gif);
	width:330px;
	height:40px;
	margin-top:20px;
	margin-left:250px;
}

#menu1_header
{
	background-image:url(images/hdr_menu_1.gif);
	width:330px;
	height:40px;
	margin-top:19px;
	margin-left:225px;
}

#menu2_header
{
	background-image:url(images/hdr_menu_2.gif);
	width:330px;
	height:40px;
	margin-top:20px;
	margin-left:230px;
}

#menu3_header
{
	background-image:url(images/hdr_menu_3.gif);
	width:330px;
	height:40px;
	margin-top:20px;
	margin-left:230px;
}

#specials_header
{
	background-image:url(images/hdr_specials.gif);
	width:330px;
	height:40px;
	margin-top:20px;
	margin-left:260px;
}

#especials_header
{
	background-image:url(images/hdr_ba_specials.gif);
	width:330px;
	height:40px;
	margin-top:20px;
	margin-left:260px;
}

#main_textarea_right
{	
	width:457px;
	float:right;
}

#main_maparea_right
{	
	width:367px;
	float:right;
}



#int_pic_area { 
margin-top:5px;
margin-right:5px;
float:right;
height: 163px;
width: 517px;
background-image: url("images/Inner_Header_BG.gif"); }

#nav { 
clear:both;
height: 53px;
width: 859px; 
background-image:url(images/nav_bg.gif);
background-repeat:no-repeat;

}

#nav ul
{
	list-style:none;		
}

#nav ul li
{
	margin-top:16px;
	float:left;	
}

.homebtn { 
height: 27px;
width: 82px;
background-image: url("images/home_btn.gif");
background-repeat:no-repeat;

}

/*  Hovers use background-positioning to avoid ie flicker when cache is set to check with every visit to page  */
/*  By Hiding the image and repositioning it on hover, we are avoiding downloading the image on hover */
.homebtn a 
{
	height:100%;
	width:100%;
	display:block;
	background-image: transparent url("images/home_btn_over.gif");
	background-repeat: no-repeat;
} 

.homebtn a:hover { background-image:  url("images/home_btn_over.gif");}

.historybtn { 
margin-left:55px;
height: 27px;
width: 107px;
background-image: url("images/history_btn.gif"); 
background-repeat:no-repeat;
}

.historybtn a 
{
	height:100%;
	width:100%;
	display:block;	
	background-image: transparent url("images/history_btn_over.gif");
	background-repeat: no-repeat;
}

.historybtn a:hover { background-image: url("images/history_btn_over.gif"); }

.contactbtn { 
margin-left:55px;
height: 27px;
width: 150px;
background-image: url("images/contact_btn.gif");
background-repeat:no-repeat;
}

.contactbtn a
{	
	background-image: transparent url("images/contact_btn_over.gif");
	background-repeat: no-repeat;
	height:100%;
	width:100%;
	display:block;	 
	
}

.contactbtn a:hover { background-image: url("images/contact_btn_over.gif"); }

.menusbtn { 
height: 27px;
width: 87px;
margin-left:56px;
background-image: url("images/menus_btn.gif");
background-repeat:no-repeat;
}

.menusbtn a
{
	background-image: transparent url("images/menus_btn_over.gif");
	background-repeat: no-repeat;
	height:100%;
	width:100%;
	display:block;	 		
}

.menusbtn a:hover { background-image: url("images/menus_btn_over.gif"); }

.specialsbtn 
{ 
height: 27px;
width: 117px;
margin-left:55px;
background: url("images/specials_btn.gif");
background-repeat:no-repeat;
}

.specialsbtn a
{
	background-image: transparent url("images/specials_btn_over.gif");
	background-repeat: no-repeat;
	height:100%;
	width:100%;
	display:block;		
}

.specialsbtn a:hover { background-image: url("images/specials_btn_over.gif"); }

.menu_item_title
{
	font-weight:bold;
	font-size:14px;
	color:black;
}

.smaller_menu_item_title
{
	font-weight:bold;
	font-size:10px;
	color:black;	
	margin-left:10px;
}


.small_menu_item_title
{
	font-weight:bold;
	font-size:12px;
	color:black;	
	margin-left:30px;
}


.small_menu_item
{
	float:left;
	margin-top:30px;	
	font-size:10px;
	margin-bottom:20px;	
}



.small_menu_item_text
{
	padding-left:20px;
	padding-top:10px;
	width:180px;	
	color:#666666;
}


.small_menu_item_middle
{
	background-image:url(images/box_small_middle.gif);
	background-repeat:repeat-y;
}

/*
.small_menu_item_top
{
	background-image:url(images/box_small_carnitas.gif);
	background-repeat:no-repeat;
	width:232px;
	height:25px;
	text-align:center;
}*/

.small_fajitas_menu_item_top
{
	background-image:url(images/box_small_fajitas.gif);
	background-repeat:no-repeat;
	width:232px;
	height:25px;
	text-align:center;
}

.small_aztec_menu_item_top
{
	background-image:url(images/box_small_aztec.gif);
	background-repeat:no-repeat;
	width:232px;
	height:25px;
	text-align:center;
}

.small_mayan_menu_item_top
{
	background-image:url(images/box_small_mayan.gif);
	background-repeat:no-repeat;
	width:232px;
	height:25px;
	text-align:center;
}

.small_carnitas_menu_item_top
{
	background-image:url(images/box_small_carnitas.gif);
	background-repeat:no-repeat;
	width:232px;
	height:25px;
	text-align:center;
}

.small_side_menu_item_top
{
	background-image:url(images/box_small_sideorder.gif);
	background-repeat:no-repeat;
	width:232px;
	height:25px;
	text-align:center;
}

.small_dessert_menu_item_top
{
	background-image:url(images/box_small_dessert.gif);
	background-repeat:no-repeat;
	width:232px;
	height:25px;
	text-align:center;
}

.small_north_menu_item_top
{
	background-image:url(images/box_small_northof.gif);
	background-repeat:no-repeat;
	width:232px;
	height:25px;
	text-align:center;
}

.small_childrens_menu_item_top
{
	background-image:url(images/box_small_childrens.gif);
	background-repeat:no-repeat;
	width:232px;
	height:25px;
	text-align:center;
}


.small_menu_item_bottom
{
	background-image:url(images/box_small_bottom.gif);
	width:232px;
	height:32px;
}

.menu_item_intro
{
	text-align:center;
	width:470px;
	font-size:18px;
	font-weight:bold;
	padding-top:10px;
}

.small_menu_item_intro
{
	text-align:center;
	width:210px;
	font-size:14px;
	font-weight:bold;
}



.big_menu_item
{
	margin-top:30px;
	margin-left:45px;
	font-size:10px;		
	float:left;
	clear:both; 
}

.big_menu_item_text
{
	padding-left:20px;
	padding-top:10px;
	width:430px;	
	color:#666666;
}



.big_menu_item_middle
{
	background-image:url(images/box_big_middle.gif);
	background-repeat:repeat-y;
}

/*
.big_menu_item_top
{
	background-image:url(images/box_big_chicos.gif);
	background-repeat:no-repeat;
	width:469px;
	height:31px;
	text-align:center;
}*/

.big_appetizers_menu_item_top
{
	background-image:url(images/box_big_apps.gif);
	background-repeat:no-repeat;
	width:469px;
	height:31px;
	text-align:center;	
}

.big_quesadillas_menu_item_top
{
	background-image:url(images/box_big_quesa.gif);
	background-repeat:no-repeat;
	width:469px;
	height:31px;
	text-align:center;		
}

.big_soupssalads_menu_item_top
{
	background-image:url(images/box_big_soups.gif);
	background-repeat:no-repeat;
	width:469px;
	height:31px;
	text-align:center;
}

.big_grandes_menu_item_top
{
	background-image:url(images/box_big_grandes.gif);
	background-repeat:no-repeat;
	width:469px;
	height:31px;
	text-align:center;
}

.big_specials_menu_item_top
{
	background-image:url(images/box_big_especials.gif);
	background-repeat:no-repeat;
	width:469px;
	height:31px;
	text-align:center;
}

.big_chicos_menu_item_top
{
	background-image:url(images/box_big_chicos.gif);
	background-repeat:no-repeat;
	width:469px;
	height:31px;
	text-align:center;	
}

.big_specialties_menu_item_top
{
	background-image:url(images/box_big_specials.gif);
	background-repeat:no-repeat;
	width:469px;
	height:31px;
	text-align:center;	
}

.big_burritos_menu_item_top
{
	background-image:url(images/box_big_burritos.gif);
	background-repeat:no-repeat;
	width:469px;
	height:31px;
	text-align:center;	
}

.big_carte_menu_item_top
{
	background-image:url(images/box_big_alacare.gif);
	background-repeat:no-repeat;
	width:469px;
	height:31px;
	text-align:center;
}

.big_beverages_menu_item_top
{
	background-image:url(images/box_big_beverage.gif);
	background-repeat:no-repeat;
	width:469px;
	height:31px;
	text-align:center;
}

.big_menu_item_bottom
{
	background-image:url(images/box_big_bottom.gif);
	width:469px;
	height:33px;
}



.page_nav_contents
{
	font-size:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	width:150px;
	padding-left:30px;
	margin-top:-5px;
	color:#666666;
	line-height:150%;
	letter-spacing:1px;
	
}

#menu_nav
{
	padding:0;
}


#menu_nav ul
{
	float:left;
	margin-left:0;
	list-style:none;	
	margin-top:20px;
	margin-left:20px;			
}

.MenuPageNavHeader
{
	position:absolute;
	margin-top:5px;
	margin-left:5px;
}



#menu_nav ul li
{
	margin-top:10px;
	margin-left:0;
	padding:0;	

}




#menu_content
{
	float:right;	
	width:600px;	
}

#menu_nav a
{
	font-size:16px;
	font-weight:bold;
	color:#0160AC;
	list-style:none;
	text-decoration:none;
}

#menu_nav a:hover
{
	color:#F9A21E;	
	cursor:pointer;
}

#main
{
	width:100%;	
	float:left;
	background-color:#0160AC;
	text-align:left;
	padding-bottom:20px;	
}

#menu_main
{
	width:100%;	
	float:left;
	background-color:white;
	text-align:left;
	padding-bottom:20px;	
	font-family:Georgia, "Times New Roman", Times, serif;	
}


#info_area
{		
	background-image:url(images/best_nlt.jpg);
	height:158px;
	width:417px;
	margin-left:20px;
	margin-top:20px;
	float: left;
}


#vert_divide
{		
	background-image:url(images/vert_divide.gif);
	height:150px;
	width:40px;
	margin-left:20px;
	margin-top:20px;
	float: left;
}


#info_area_right
{		
	background-image:url(images/fcl.gif);
	height:139px;
	width:300px;
	margin-left:20px;
	margin-top:20px;
	float: left;
}

#footer 
{ 
	clear:both;
	height: 45px;
	width: 859px;
	letter-spacing: 3px;
	font-weight: 600;
	color: #ffffff;
	background-image: url("images/footer.gif");
	background-repeat: no-repeat;
	padding-top: 10px;
}




