/***************************************************
Customized predefined html tags
****************************************************/

body {
	background-color: #4A4A4A;
	background-image: url(http://www.muchoburrito.com/images/bg.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin: 0px;
}

TABLE, SELECT, TEXTAREA {
	font-family: verdana, arial;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #333333;
	line-height: 21px;
	border-collapse:collapse;
	border-spacing: 0;
}

INPUT {
font-family: verdana, arial;
	font-size: 11px;
	color: #000000;
}



UL {
	margin: 0px 15px;
	list-style-image: url(../images/bullet.gif);
}

P {
	margin: 0px 0px;
}

TEXTAREA {
	line-height: 12px;
	color: #000000;
	line-height: 21px;
	font-size: 11px;
}


h1 {
	display:inline;	
}


  
/***************************************************
customized sitewide link tags
****************************************************/
a:link {
	color: #B82A29;
	text-decoration: underline;
}

a:visited {
	color: #B82A29;
	text-decoration: underline;
}

a:hover {
	color: #B82A29;
	text-decoration: none;


}


a.footer:link {
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

a.footer:visited {
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}
a.footer:hover {
	font-size: 10px;
	text-decoration: underline;
	font-weight: normal;
	color: #FFFFFF;
}

a.footer_intranet:link {
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	color: #FFB30C;
}

a.footer_intranet:visited {
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	color: #FFB30C;
}
a.footer_intranet:hover {
	font-size: 10px;
	text-decoration: underline;
	font-weight: normal;
	color: #FFB30C;
}


/***************************************************
customized sitewide link tags
****************************************************/

.contentArea {
	background-image:url(../images/content-background.jpg);
	background-repeat:repeat-y;
}

.footerDividers {
	font-size: 10px;
	color: #FFB30C;
}

.footerWhite {
	font-size: 10px;
	color: #FFFFFF;
}

.footer_intranet {
	font-size: 10px;
	color: #FFB30C;
}

.subTitles {
	font-size: 14px;
	font-weight: bold;
	color: #B82A29;
}


.mucho {
	font-size: 12px;
	font-weight: bold;
	color: #B82A29;
}

.burrito {
	font-size: 12px;
	font-weight: bold;
	color: #6C7B29;
}
.MenuDetails  { color: black; font-weight: normal; font-size: 10px; line-height: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-align: right }
.MenuCategory  { color: black; font-weight: normal; font-size: 10px; line-height: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-indent: 2px }
.MenuHeading { color: black; font-weight: bold; font-size: 12px; line-height: 13px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.MenuSubHeading { color: black; font-size: 11px; line-height: 13px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.MenuChoose { color: black; font-style: oblique; font-weight: bold; font-size: 12px; line-height: 14px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.MenuVertical  {
	color: black;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-indent: 3px;
	filter: flipv fliph;
	writing-mode: tb-rl;
	height: 13px;
}


