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

@charset "UTF-8";
body {
	font: 100%/1.5 Arial, Helvetica, sans-serif;
	background-color: #FFF;
	margin: 0;
	padding: 0;
	color: #5E5E5E;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color:#666;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #900;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.container {
	/*border: green thin solid;*/
	width: 1024px;
	max-width: 1260px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 780px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
	background: #ffffff;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
}

/* Header Banner */
#header {
	border: /*orange thin solid;*/ 
	width: 1020px; 
	height: 108px; 
	display: block; 
	position: relative; 
	top: 0px; 
	left: 1px; 
	background-color: #ffffff; 
	background-image: url(../images/pachanga1Banner-Off.jpg); 
	background-repeat:no-repeat; 
	background-position:center;}
/* End of Header Banner */

/* Banner Pachanga1 Navigation 
#bannerPachanga1 {width: 885px; height: 108px; display: block; background-color: #000000; float: left; margin-right: 30px;}
.banPachanga1 {width: 885px; height: 96px; float: left; padding: 0px;}
.banPachanga1 ul {display: block; float: left; list-style: none;}
.banPachanga1 ul li {float: left; padding: 0; margin: 0; width: 885px;}
.banPachanga1 ul li a {text-decoration: none; padding-left: 0px; height: 108px; display: block; overflow: hidden; cursor: pointer;}

.banPachanga1 ul li#bPachanga1 {width: 885px;}
.banPachanga1 ul li#bPachanga1 {background: url(../images/pachanga1Banner.jpg) 0px 0px no-repeat; height: 108px;}	
.banPachanga1 ul li#bPachanga1 a {background: url(../images/pachanga1Banner.jpg) 0px 0px no-repeat; height: 108px;}
.banPachanga1 ul li#bPachanga1 a:hover {background: url(../images/pachanga1Banner.jpg) 0px -108px no-repeat; height: 108px;}*/
/* End of Banner Pachanga1 Navigation */

#navMain {
	/*border: red thin solid;*/
	padding: 0px 0px;
	background: url(../images/background_nav.jpg) repeat-x center;
	width: 878px;
	height: 35px;
	margin: 0px 0px 0px 73px;
	/*position: relative; top: 0px; left: 0px;
	border-bottom: #DDD 2px solid;*/
}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/
.content {
	/*border: red thin solid;*/
	padding: 0px 0px;
	background: url(../images/background_body.jpg) repeat-y center;
	position: relative; top: 0px; left: 1px;
	margin: 0px 0px;
	border-bottom: #DDD 2px solid;
}

#canvas {
	/*border: purple thin solid;*/
	margin: 0 80px;
	padding-bottom: 5px;
	/*background: url(../images/background_image0.jpg) no-repeat center top;*/
}

#canvas0 {
	/*border: purple thin solid;*/
	margin: 0 80px;
	padding-bottom: 5px;
	background: url(../images/background_image0.jpg) no-repeat center top;
}

#canvas1 {
	/*border: purple thin solid;*/
	border: none;
	margin: 0 80px;
	padding-bottom: 5px;
	background: url(../images/background_image1.jpg) no-repeat center top;
}

#canvas2 {
	/*border: purple thin solid;*/
	margin: 0 80px;
	padding-bottom: 5px;
	background: url(../images/background_image2.jpg) no-repeat center top;
}

#canvas2a {
	/*border: purple thin solid;*/
	margin: 0 80px;
	padding-bottom: 5px;
	background: url(../images/background_image2a.jpg) no-repeat -8px 180px;
}

#canvas3 {
	/*border: purple thin solid;*/
	border: none;
	margin: 0 80px;
	padding-bottom: 5px;
	background: url(../images/background_image3.jpg) no-repeat center top;
}

#canvas5 {
	/*border: purple thin solid;*/
	border: none;
	margin: 0 80px;
	padding-bottom: 5px;
	background: url(../images/background_image5.jpg) no-repeat center top;
}

#menuFajitas {
	/*border: purple thin solid;
	margin: 0px;
	padding: 0px;
	background: url(../images/background_MenuFajitas.jpg) no-repeat center top;*/
}

#imgContent {
	width: 797px; 
	min-height: 291px;
	display: block;
	position: relative;
	top: 40px;
	left: 35px;
	/*border:#F00 thin solid;*/
}

.txtContent {
	display: block;  
	background: url(../images/background_content.png) repeat-y;
	width: 788px; 
	min-height: 300px;
	position: relative;
	top: 30px;
	left: 35px;
	padding: 30px 0px 10px 0px;
	text-align: justify;
	/*border-top: #DDD 2px solid;
	border-bottom: #DDD 2px solid;*/
	/*border:#88672a thick solid;*/
}

#redRegular {
	color:#900;
}

#specials {
	margin-top: 20px;
	padding-top: 0px;
	height:200px;
	/*border: #ce9d35 thin solid;*/
}

/* Food Specials Navigation */
#food {width: 200px; height: 200px; display: block; float: left; margin-right: 95px;}
.foodSpecials {width: 200px; height: 200px; float: left; padding: 0px;}
.foodSpecials ul {display: block; float: left; list-style: none;}
.foodSpecials ul li {float: left; padding: 0; margin: 0; width: 200px;}
.foodSpecials ul li a {text-decoration: none; padding-left: 0px; height: 200px; display: block; overflow: hidden; cursor: pointer;}

.foodSpecials ul li#fSpecials {width: 200px;}
.foodSpecials ul li#fSpecials {background: url(../images/bottomFood.png) 0px -400px no-repeat; height: 200px;}	
.foodSpecials ul li#fSpecials a {background: url(../images/bottomFood.png) 0px 0px no-repeat; height: 200px;}
.foodSpecials ul li#fSpecials a:hover {background: url(../images/bottomFood.png) 0px -200px no-repeat; height: 200px;}
/* End of Drink Specials Navigation */

/* Drink Specials Navigation */
#drink {width: 200px; height: 200px; display: block; float: left; margin-right: 85px;}
.drinkSpecials {width: 200px; height: 200px; float: left; padding: 0px;}
.drinkSpecials ul {display: block; float: left; list-style: none;}
.drinkSpecials ul li {float: left; padding: 0; margin: 0; width: 200px;}
.drinkSpecials ul li a {text-decoration: none; padding-left: 0px; height: 200px; display: block; overflow: hidden; cursor: pointer;}

.drinkSpecials ul li#dSpecials {width: 200px;}
.drinkSpecials ul li#dSpecials {background: url(../images/bottomDrink.png) 0px -400px no-repeat; height: 200px;}	
.drinkSpecials ul li#dSpecials a {background: url(../images/bottomDrink.png) 0px 0px no-repeat; height: 200px;}
.drinkSpecials ul li#dSpecials a:hover {background: url(../images/bottomDrink.png) 0px -200px no-repeat; height: 200px;}
/* End of Drink Specials Navigation */

/* Event Specials Navigation */
#event {width: 200px; height: 200px; display: block; float: left; margin-right: 30px;}
.eventSpecials {width: 200px; height: 200px; float: left; padding: 0px;}
.eventSpecials ul {display: block; float: left; list-style: none;}
.eventSpecials ul li {float: left; padding: 0; margin: 0; width: 200px;}
.eventSpecials ul li a {text-decoration: none; padding-left: 0px; height: 200px; display: block; overflow: hidden; cursor: pointer;}

.eventSpecials ul li#eSpecials {width: 200px;}
.eventSpecials ul li#eSpecials {background: url(../images/bottomEvents.png) 0px -400px no-repeat; height: 200px;}	
.eventSpecials ul li#eSpecials a {background: url(../images/bottomEvents.png) 0px 0px no-repeat; height: 200px;}
.eventSpecials ul li#eSpecials a:hover {background: url(../images/bottomEvents.png) 0px -200px no-repeat; height: 200px;}
/* End of Drink Specials Navigation */
/*
#restSpecials {
	margin: 0px 0px 10px 40px;
	float: left;
}

#barSpecials {
	display: block;
	margin: 0px 80px 10px 80px;
	float: left;	
}

#eventSpecials {
	margin:  0px 0px 10px 0px;
}
*/

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}



#footer {
	display: block;
	height: 100px;
	background-color: #ffffff; 
	margin: 10px 80px;
	/*border: #000 thin solid;*/
}

/* Logo Pachanga2 Navigation */
#logoPachanga2 {width: 144px; height: 96px; display: block; /*position: relative; top: -192px; left: 300px;*/ background-color: #FFF; float: left; margin-right: 30px; margin-left: 80px;}
.navPachanga2 {width: 144px; height: 96px; float: left; padding: 0px;}
.navPachanga2 ul {display: block; float: left; list-style: none;}
.navPachanga2 ul li {float: left; padding: 0; margin: 0; width: 144px;}
.navPachanga2 ul li a {text-decoration: none; padding-left: 0px; height: 96px; display: block; overflow: hidden; cursor: pointer;}

.navPachanga2 ul li#pachanga2 {width: 144px;}
.navPachanga2 ul li#pachanga2 {background: url(../images/logo_ElPachanga2.jpg) 0px 0px no-repeat; height: 96px;}	
.navPachanga2 ul li#pachanga2 a {background: url(../images/logo_ElPachanga2.jpg) 0px 0px no-repeat; height: 96px;}
.navPachanga2 ul li#pachanga2 a:hover {background: url(../images/logo_ElPachanga2.jpg) 0px -90px no-repeat; height: 96px;}
/* End of Logo Pachanga2 Navigation */

/* Logo Palapa1 Navigation */
#logoPalapa1 {width: 144px; height: 96px; display: block; /*position: relative; top: 0px; left: 0px;*/ background-color: #FFF; float: left; margin-right: 30px; margin-left: 10px;}
.navPalapa1 {width: 144px; height: 96px; float: left; padding: 0px;}
.navPalapa1 ul {display: block; float: left; list-style: none;}
.navPalapa1 ul li {float: left; padding: 0; margin: 0; width: 144px;}
.navPalapa1 ul li a {text-decoration: none; padding-left: 0px; height: 96px; display: block; overflow: hidden; cursor: pointer;}

.navPalapa1 ul li#palapa1 {width: 144px;}
.navPalapa1 ul li#palapa1 {background: url(../images/logo_LaPalapa1.jpg) 0px 0px no-repeat; height: 96px;}	
.navPalapa1 ul li#palapa1 a {background: url(../images/logo_LaPalapa1.jpg) 0px 0px no-repeat; height: 96px;}
.navPalapa1 ul li#palapa1 a:hover {background: url(../images/logo_LaPalapa1.jpg) 0px -100px no-repeat; height: 96px;}
/* End of Logo Palapa2 Navigation */

/* Logo Palapa2 Navigation */
#logoPalapa2 {width: 144px; height: 96px; display: block; /*position: relative; top: -96px; left: 144px;*/ background-color: #FFF; float: left; margin-right: 30px;}
.navPalapa2 {width: 144px; height: 96px; float: left; padding: 0px;}
.navPalapa2 ul {display: block; float: left; list-style: none;}
.navPalapa2 ul li {float: left; padding: 0; margin: 0; width: 144px;}
.navPalapa2 ul li a {text-decoration: none; padding-left: 0px; height: 96px; display: block; overflow: hidden; cursor: pointer;}

.navPalapa2 ul li#palapa2 {width: 144px;}
.navPalapa2 ul li#palapa2 {background: url(../images/logo_LaPalapa2.jpg) 0px 0px no-repeat; height: 96px;}	
.navPalapa2 ul li#palapa2 a {background: url(../images/logo_LaPalapa2.jpg) 0px 0px no-repeat; height: 96px;}
.navPalapa2 ul li#palapa2 a:hover {background: url(../images/logo_LaPalapa2.jpg) 0px -100px no-repeat; height: 96px;}
/* End of Logo Palapa2 Navigation */

/* Logo Palapa2 Navigation */
#logoPalapa3 {width: 144px; height: 96px; display: block; /*position: relative; top: -192px; left: 300px;*/ background-color: #FFF; float: left; margin-right: 30px;}
.navPalapa3 {width: 144px; height: 96px; float: left; padding: 0px;}
.navPalapa3 ul {display: block; float: left; list-style: none;}
.navPalapa3 ul li {float: left; padding: 0; margin: 0; width: 144px;}
.navPalapa3 ul li a {text-decoration: none; padding-left: 0px; height: 96px; display: block; overflow: hidden; cursor: pointer;}

.navPalapa3 ul li#palapa3 {width: 144px;}
.navPalapa3 ul li#palapa3 {background: url(../images/logo_LaPalapa3.jpg) 0px 0px no-repeat; height: 96px;}	
.navPalapa3 ul li#palapa3 a {background: url(../images/logo_LaPalapa3.jpg) 0px 0px no-repeat; height: 96px;}
.navPalapa3 ul li#palapa3 a:hover {background: url(../images/logo_LaPalapa3.jpg) 0px -100px no-repeat; height: 96px;}
/* End of Logo Palapa3 Navigation */

/* Logo Azteca1 Navigation */
#logoAzteca1 {width: 144px; height: 96px; display: block; /*position: relative; top: -192px; left: 300px;*/ background-color: #FFF; float: left; margin-right: 10px;}
.navAzteca1 {width: 144px; height: 96px; float: left; padding: 0px;}
.navAzteca1 ul {display: block; float: left; list-style: none;}
.navAzteca1 ul li {float: left; padding: 0; margin: 0; width: 144px;}
.navAzteca1 ul li a {text-decoration: none; padding-left: 0px; height: 96px; display: block; overflow: hidden; cursor: pointer;}

.navAzteca1 ul li#azteca1 {width: 144px;}
.navAzteca1 ul li#azteca1 {background: url(../images/logo_ElAzteca1.jpg) 0px 0px no-repeat; height: 96px;}	
.navAzteca1 ul li#azteca1 a {background: url(../images/logo_ElAzteca1.jpg) 0px 0px no-repeat; height: 96px;}
.navAzteca1 ul li#azteca1 a:hover {background: url(../images/logo_ElAzteca1.jpg) 0px -90px no-repeat; height: 96px;}
/* End of Logo Azteca1 Navigation */

#copyright {
	border-top: #DDD 2px solid; 
	margin: 0px;
	font: 70%/1.4 Verdana, Arial, Helvetica, sans-serif;
}