@charset "UTF-8";

/* LAYOUT */

/*	Colors:
	Light Green: 	#8dc63f
	Med Green:		#699934
	Dark Green:		#6a9d35
	Hover Green:	#cfdd36
	Brown:			#6d5849
	Gray:			#d6dbd8
	
*/

/* Reset */



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}
a:focus {
	outline:none;
}
	
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #6d5849;
}
h2 {
	color:#8dc63f;
	font-weight: normal;
	font-size: 1.6em;
}
h2.rule {
	float:left;
	background:#fff;
	padding:0 10px 0 0;
}
h2.favorites {
	background:url(../images/h2-favorites.gif) no-repeat;
}
h2.tacos {
	background:url(../images/h2-tacos.gif) no-repeat;
}
h2.sides {
	background:url(../images/h2-sides.gif) no-repeat;
}
h2.refreshments {
	background:url(../images/h2-refreshments.gif) no-repeat;
}
h2.kids {
	background:url(../images/h2-kids.gif) no-repeat;
}
h2.grande-burritos {
	background:url(../images/h2-grande-burritos.gif) no-repeat;
}

h3 {
	font-size:1em;
}
p {
	font-size:.95em;
}
#container {
	width: 806px;
	background: #FFFFFF;
	margin: 30px auto 20px auto;
	text-align: left;
}

/* Header  */

#header {
	position:relative;
	border-bottom: solid 6px #d6dbd8;
	width: 100%;
	height: 170px;
}
#header #nav {
	float:left;
	width:450px;
	margin: 40px 0 0 0;
}
#header #address {
	position:absolute;
	background:url(../images/bg-address.jpg) no-repeat;
	width:205px;
	height:20px;
	color:#fff;
	font-size:0.9em;
	text-align:center;
	padding:6px 0 0 0;
	left: 570px;
	top: 143px;
}
#header #address a:link, #header #address a:visited {
	text-decoration:none;
	color:#fff;
}
#header #address a:hover, #header #address a:active, #header #address a:focus {
	color:#cfdd36;
}

a.logo {
	background:url(../images/logo-plancha.jpg) no-repeat;
	display:block;
	width:190px;
	height:170px;
	text-indent:-10000em;
	float: left;
	margin: 0px 75px 0 85px;
}
#header h3 {
	font-size:1.2em;
	padding:0px 0px 8px 0px;
}
#header p {
	font-size:1.1em;
	line-height:1.3;
	color: #6a9d35;
}
#header ul {
	list-style:none;
	background:url(../images/bg-nav.jpg) no-repeat;
	height: 37px;
	padding:5px 0px 0px 15px;
}
#header ul li {
	display:inline;
	padding: 0px 5px;
	font-size:.9em;
	color:#fff;
}
#header ul li a:link, #header ul li a:visited {
	color:#fff;
	text-decoration:none;
}
#header ul li a:hover, #header ul li a:active, #header ul li a:focus {
	color:#cfdd36;
}
body.home #header ul li a.home {
	color:#cfdd36;
	cursor:default;
}
body.about #header ul li a.about {
	color:#cfdd36;
	cursor:default;
}
body.menus #header ul li a.menus {
	color:#cfdd36;
	cursor:default;
}
body.partners #header ul li a.partners {
	color:#cfdd36;
	cursor:default;
}
body.contact #header ul li a.contact {
	color:#cfdd36;
	cursor:default;
}
#header ul.social {
	background:none;
	float:right;
	margin:0 10px 0 0;
	padding: 0 0 0 0;
	display: inline;
}
#header ul.social li {
	float:left;
	padding:0 5px 0 0;
}
#header ul.social li a.facebook:link, #header ul.social li a.facebook:visited {
	background:url(../images/btn-social.jpg) no-repeat;
	display:block;
	width:25px;
	height:24px;
	color:#333;
	text-indent:-10000em;
}
#header ul.social li a.facebook:hover, #header ul.social li a.facebook:active, #header ul.social li a.facebook:focus {
	background:url(../images/btn-social.jpg) no-repeat 0px -24px;
}
#header ul.social li a.twitter:link, #header ul.social li a.twitter:visited {
	background:url(../images/btn-social.jpg) no-repeat -25px 0px;
	display:block;
	width:25px;
	height:24px;
	color:#333;
	text-indent:-10000em;
}
#header ul.social li a.twitter:hover, #header ul.social li a.twitter:active, #header ul.social li a.twitter:focus {
	background:url(../images/btn-social.jpg) no-repeat -25px -24px;
}

#container #header #downloads {
	position:absolute;
	width:180px;
	left: 350px;
	top: 149px;
}
#container #header #downloads ul {
	background:url(../images/missing.jpg);
	padding:0;
	width:180px;
}
#container #header #downloads ul li a:link, #container #header #downloads ul li a:visited {
	color:#699934;
}
#container #header #downloads ul li a:hover, #container #header #downloads ul li a:active, #container #header #downloads ul li a:focus {
	text-decoration:underline;
}

/* Start Content */
	
#about {
	background:url(../images/bg-about.jpg) no-repeat;
	padding: 230px 60px 0 60px; 
	height:386px;
	color:#fff;
}
.about-text {
	padding:15px 455px 0 0;
}
.about-text p {
	font-size:.85em;
}
.vid-text {
	padding:35px 0 0 10px;
	float:left;
	width:200px;
}

.vid-text a:link, .vid-text a:visited {
	color:#fff;
	text-decoration:underline;
	font-size:.8em;
}
.vid-text a:hover, .vid-text a:active, .vid-text a:focus {
	color:#cfdd36;
}
#menu-thumbs {
	background:url(../images/bg-menu-thumbs.jpg) repeat;
	padding:20px 0;
}
#menu-thumbs img {
	margin:37px 0 0 33px;
}
#menu-thumbs ul {
	list-style:none;
	margin:0px 10px 0 10px;
}
#menu-thumbs ul li {
	float:left;
	padding:0 2px;
}
#menu-thumbs ul li a:link, #menu-thumbs ul li a:visited {
	background:url(../images/btn-menu-sprite.jpg) no-repeat;
	display:block;
	width:256px;
	height:359px;
}
#menu-thumbs ul li a:hover, #menu-thumbs ul li a:active, #menu-thumbs ul li a:focus {
	background:url(../images/btn-menu-sprite.jpg) no-repeat -256px 0px;
}
#menus-nav {
	height:30px;
}
#menus-nav ul {
	list-style:none;
	background:url(../images/bg-menus-nav.jpg) no-repeat;
	height:30px;
	display:block;
	margin:0 0 0 60px;
	padding:0 0 0 12px;
}
#menus-nav ul li {
	float:left;
	padding:1px 5px 0 5px;
	color:#fff;
}
#menus-nav ul li a:link, #menus-nav ul li a:visited {
	color:#fff;
	text-decoration:none;
	font-size:.9em;
}
#menus-nav ul li a:hover, #menus-nav ul li a:active, #menus-nav ul li a:focus {
	color:#cfdd36;
}
body.menus #menus-nav ul.breakfast li a.breakfast {
	color:#cfdd36;
	cursor:default;
}
body.menus #menus-nav ul.afternoon li a.afternoon {
	color:#cfdd36;
	cursor:default;
}
body.menus #menus-nav ul.catering li a.catering {
	color:#cfdd36;
	cursor:default;
}
#col-left {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background: #FFFFFF;
	float:left;
	width:395px;
}
#col-left div div.spacer {
	height:10px;
}
#col-left.catering div div.spacer {
	height:20px;
}
#col-right {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background: #FFFFFF;
	float:right;
	width:395px;
}
#col-right div div.spacer {
	height:20px;
}
#col-right.catering div div.spacer {
	height:10px;
}
.greenbox {
	background:url(../images/bg-greenbox.jpg) repeat;
	padding:5px 20px 12px 15px;
	color:#fff;
	margin-top: 10px;
}
.greenbox-btm {
	background:url(../images/bg-greenbox-btm.jpg) no-repeat;
	display:block;
	height:8px;
	margin:0 0 5px 0;
}
.gal-wrap {
	margin:10px 0px 5px 0px;
}
.text-banner {
	background:url(../images/bg-text-banner.jpg) no-repeat;
	display:block;
	height:53px;
	margin:145px 0;
	padding:10px 0 0 8px;
	color:#fff;
}
.on-site {
	background:url(../images/bg-on-site-banner.jpg) no-repeat;
	display:block;
	height:50px;
	padding:5px 0px 0px 10px;
	margin-top: 10px;
}

/* Dellivery */


#delivery-wrap {
	padding:0px 0px 0px 0px;
	margin:30px 0px 0px 0px;
	background: #FFFFFF;
	float:right;
	width:370px;
	position:relative;
}
#delivery {
	position:absolute;
	width:469px;
	height:338px;
	background: url(../images/bg-delivery.jpg) no-repeat;
	left: -53px;
	top: 1px;
}
#delivery h3 {
	font-weight:normal;
	font-style:italic;
	font-size:1em;
	color:#fff;
	padding:6px 0 0 60px;
}

/* Combos */

div.combos {
	border:solid 1px #6a9d35;
	background:#6a9d35;
}
.combos h2{
	text-indent:0px;
	color:#6a9d35;
	display:block;
	background:#fff;
	font-size:1.4em;
	padding:10px 0px 8px 15px;
	font-weight:normal;
}
.combos p {
	color:#fff;
	padding:0px 0px 4px 0px;
}
.combowrap {
	padding:10px 10px 10px 15px;
	color: #fff;
}

/* Catering */

#catering-header {
	background:url(../images/bg-catering.jpg) no-repeat 28px 0px;
	height:70px;
	text-align:center;
}
#catering-header h1 {
	color:#fff;
	font-size:1.9em;
	padding:8px 0 0 0;
	letter-spacing:1px;
	font-weight:normal;
}
h2.taco-packs {
	background:url(../images/h2-taco-packs.gif) no-repeat;
}
h2.catering-trays {
	background:url(../images/h2-catering-trays.gif) no-repeat;
}
h2.fajita-trays {
	background:url(../images/h2-fajita-trays.gif) no-repeat;
}
h2.party-favorites {
	background:url(../images/h2-party-favorites.gif) no-repeat;
}

/* Footer */

#footer {
	position:relative;
	padding: 32px 230px 0px 30px;
	background:url(../images/bg-footer.jpg) 0px 20px no-repeat;
	border-bottom: solid 6px #d6dbd8;
	height:47px;
}
#footer h1 {
	color:#8dc63f;
	font-style:italic;
	font-weight:normal;
	font-size:1em;
	padding:0 0 30px 0px;
}
#footer h3 {
	color:#fff;
	font-size:.95em;
}
#footer p {
	color:#fff;
	font-size:0.75em;
	margin: 0;
	padding:2px 0 0 3px;
}
#foot-nav {
	position:absolute;
	left: 259px;
	top: 37px;
}
#foot-nav ul {
	list-style:none;
	}
#foot-nav ul li {
	float:left;
	padding:0px 3px;
	font-size:.75em;
	color:#fff;
}
#foot-nav ul li a:link, #foot-nav ul li a:visited {
	color:#fff;
	text-decoration:none;
}
#foot-nav ul li a:hover, #foot-nav ul li a:active, #foot-nav ul li a:focus {
	text-decoration:underline;
}
	
.corner {
	position:absolute;
	background:url(../images/gr-footer-corner.png) no-repeat;
	width:214px;
	height:125px;
	left: 592px;
	top: -40px;
	text-indent: -10000em;
}
.phone {
	background:url(../images/gr-phone.gif) no-repeat;
	padding:0px 0px 5px 20px;
}
.fax {
	background:url(../images/gr-fax.gif) no-repeat;
	padding:0px 0px 0px 20px;

}

/* Partners*/

#partners {
	width:400px;
	margin:20px auto;
	text-align:center;
}
#partners p {
	padding:10px 0 0 0;
	font-size:.95em;
	font-weight:bold;
}
#partners a:link, #partners a:visited {
	color:#8dc63f;
	font-size:.8em;
	text-decoration:none;
}
#partners a:hover, #partners a:active, #partners a:focus {
	text-decoration:underline;
}

/* Generic classes */
.hidden {
	display:none;
}
.clear {
	clear:both; 
	display:block; 
	height:1px; 
	margin:-1px 0 0 0;
}
.clearL {
	clear:left;
	display:block;
	height:1px;
	margin:-1px 0 0 0;
}
.clearR {
	clear:right;
	display:block;
	height:1px;
	margin:-1px 0 0 0;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.pad0 {
	padding:0px 0px 0px 0px;
}
.padT3 {
	padding-top:3px;
}
.padT10 {
	margin-top:10px;
}
.padR10 {
	padding-right:10px;
}
.percent80 {
	font-size:80%;
}
.sup {
	vertical-align:text-top;
	font-size:65%;
}
.green {
	color:#8dc63f;
}
.white {
	color:#fff;
}
.red {
	color:#a62a2a;
}
.italic {
	font-size:.8em;
	font-style:italic;
	margin-left:6px;
}
.italic-inline-h2 {
	font-size:60%;
	font-style:italic;
	font-weight: normal;
}
.italic-inline {
	font-size:.8em;
	font-style:italic;
	font-weight: normal;
}
.add-text {
	font-style:normal;
	color:#8dc63f;
}
.add-price {
	font-weight:bold;
	font-size:110%;
	font-style:normal;
}
.spacer {
	height:15px;
	display: block;
}
.spacer2 {
	height:30px;
	display:block;
}
.spacer3 {
	height:5px;
	display:block;
}
.divider {
	border-right:solid 1px #fff;
}
.clock {
	background:url(../images/gr-clock.gif) no-repeat;
	/* [disabled]margin:0px 0px 40px 0px; */
	padding:0px 0px 0px 30px;
}
.underscore {
	background:url(../images/gr-underscore.gif) no-repeat 0px 16px;
	display:block;
	height:20px;
}
.callout {
	font-style:italic;
	color:#8dc63f;
	margin-bottom:10px;
}

