@charset "UTF-8";

/* LAYOUT */

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

/* Reset */

@media screen, projection, tv {


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;
}
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #6d5849;
}
h2 {
	height:25px;
	text-indent:-10000em;
	font-size:1px;
}
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;
	padding-bottom:3px;
}
p {
	font-size:.95em;
}
#container {
	width: 800px; 
	background: #FFFFFF;
	margin: 60px auto 0px auto;
	border: 1px solid #6d5849;
	text-align: left;
}

/* Header  */

#facebook {
	position:absolute;
	left: 692px;
	top: -36px;
}
#facebook a:link, #facebook a:visited {
	background: url(../images/logo-facebook.jpg) no-repeat;
	display: block;
	height: 26px;
	width:60px;
	color:#8dc63f;
	text-decoration:none;
	padding:3px 0px 0px 30px;
	font-size:13px;
}
#facebook a:hover, #facebook a:active, #facebook a:focus {
	color:#6a9d35;
}
#header {
	padding: 37px 0px 0 425px;
	position:relative;
	width: 375px;
}
#header #logo a {
	position:absolute;
	background:url(../images/plancha-logo.png) no-repeat;
	display:block;
	width:229px;
	height:182px;
	top: -43px;
	left: 92px;
	text-indent:-10000em;
}
#header h3 {
	font-size:.95em;
	color:#8dc63f;
	padding:0px 0px 8px 0px;
}
#header p {
	font-size:.8em;
	line-height:1.3;
}
#header ul {
	list-style:none;
	background:url(../images/bg-nav.jpg) no-repeat;
	height: 37px;
	padding:5px 0px 0px 10px;
}
#header ul li {
	display:inline;
	padding: 0px 13px 0px 6px;
	font-size:1em;
}
#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;
}
#header ul li a.current {
	color:#cfdd36;
	cursor:default;
}
a.partners:link, a.partners:visited {
	float:right;
	margin:0px 15px 0px 0px;
	font-size:.8em;
	color:#8dc63f;
}
a.partners:hover, a.partners:active, a.partners:focus {
	color:#6a9d35
}
a.home:link, a.home:visited {
	float:right;
	margin:0px 8px 0px 0px;
	font-size:.8em;
	color:#8dc63f;
}
a.home:hover, a.home:active, a.home:focus {
	color:#6a9d35
}


/* Start Menu */
	
#col-left {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 30px;
	background: #FFFFFF;
	float:left;
	width:370px;
}
#col-right {
	padding:0px 0px 0px 0px;
	margin:0px 30px 0px 0px;
	background: #FFFFFF;
	float:right;
	width:340px;
}

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

/* 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 {
	padding: 35px 230px 0px 30px;
	background:url(../images/bg-footer.jpg) no-repeat;
	height:100px;
}
#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:.75em;
	margin: 0; 
	padding: 10px 0; 
}
.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;
}
#partners p {
	padding:10px 0 0 0;
	font-size:.95em;
	font-weight:bold;
}
#partners a:link, #partners a:visited {
	color:#8dc63f;
	font-size:.8em;
}

/* Generic classes */
.hidden {
	display:none;
}
.clear {
	clear:both; 
	display:block; 
	height:1px; 
	margin:-1px 0 0 0 
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.padT3 {
	padding-top:3px;
}
.padT10 {
	margin-top:10px;
}
.padR30 {
	padding-right:30px;
}
.percent80 {
	font-size:80%;
}
.sup {
	vertical-align:text-top;
	font-size:65%;
}
.green {
	color:#8dc63f;
}
.italic {
	font-size:.8em;
	font-style:italic;
	margin-left:6px;
}
.italic-inline {
	font-size:.8em;
	font-style:italic;
}
.add-text {
	font-style:normal;
	color:#8dc63f;
}
.add-price {
	font-weight:bold;
	font-size:110%;
	font-style:normal;
}
.spacer {
	height:20px;
	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;
	margin:0px 0px 40px 0px;
	padding:0px 0px 0px 20px;
}

}