/* CSS Document */

body
{
	margin: 0px;
	background-color: #A0C081;
	background-image: url(../images/img000_bodybg.jpg);
	background-repeat: repeat-x;
	font-size: 0.72em;
}

body, td, div, p, li
{
	font-family: 'MS Trebuchet', Arial, sans-serif;
	color: #96070D;
	font-weight: bold;
	line-height: 1.4em;
}

h1
{
	background-image: url(../images/img000_title.jpg);
	background-repeat: no-repeat;
	width: 931px;
	height: 265px;
}

h1 span, h2, h3 span
{
	display: none;
}


ul, li, h1, h2, h3
{
	margin: 0px;
	padding: 0px;
}

a
{
	color: #0D5423;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

p, ul
{
	margin: 10px 0px;
}

.blackText
{
	color: #000000;
}


/* LAYOUT SECTION STYLES */

#wrapper
{
	position: relative;
	width: 931px;
	margin: 0px auto;
}

/* HEADER */

/* TOPNAV */

#topnav
{
	position: relative;
	width: 888px;
	height: 44px;
	margin: -32px auto -2px;
}

#topnav ul
{
	margin: 0px;
	list-style-type: none;
}

#topnav ul li
{
	width: 154px;
	height: 44px;
	background-image: url(../images/img000_topnavbg.jpg);
	background-repeat: no-repeat;
	float: left;
	margin-right: 6px;
}
#topnav ul li:hover
{
	background-position: 0px -44px;
}

#topnav ul li a, #topnav ul li div
{
	display: block;
	width: 154px;
	height: 44px;
	background-repeat: no-repeat;
}

#topnav ul li a span, #topnav ul li div span
{
	display: none;
}
.selected { background-position: 0px -44px !important; }
.nav01 { background-image: url(../images/img001_home.png); }
.nav02 { background-image: url(../images/img001_aboutus.png); }
.nav03 { background-image: url(../images/img001_ourmenu.png); }


/* MAIN BODY */

#mainbody
{
	width: 888px;
	margin: 0px auto;
	background-image: url(../images/img000_mainbg_mid.jpg);
	background-repeat: repeat-y;
}

#mainbodytop
{
	width: 888px;
	background-image: url(../images/img000_mainbg.jpg);
	background-repeat: no-repeat;
}

#mainbodylow
{
	position: relative;
	width: 832px;
	min-height: 388px;
	padding: 22px 28px;
	background-image: url(../images/img000_mainbg_low.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

h3#welcome
{
	margin-left: 356px;
	width: 370px;
	height: 28px;
	background-image: url(../images/img002_welcome.png);
	background-repeat: no-repeat;
}

h3#aboutfuegos
{
	margin-left: 356px;
	width: 370px;
	height: 28px;
	background-image: url(../images/img002_aboutus.png);
	background-repeat: no-repeat;
}

h3#ourmenu
{
	margin-left: 356px;
	margin-bottom: 12px;
	width: 370px;
	height: 28px;
	background-image: url(../images/img002_ourmenu.png);
	background-repeat: no-repeat;
}

h3#privacy
{
	width: 370px;
	height: 28px;
	background-image: url(../images/img002_privacy.png);
	background-repeat: no-repeat;
}

#privacyBody
{
	padding: 20px;
}

#supportpic
{
	float: left;
	margin-right: 16px;
}

#map
{
	width: 345px;
	height: 385px;
	float: left;
	margin-right: 16px;
	border: 1px solid #000000;
}

p#callout1
{
	min-height: 75px;
	margin: 16px 0px 16px 356px;
	padding-left: 144px;
	background-image: url(../images/img001_supportA.jpg);
	background-repeat: no-repeat;
}

p#callout2
{
	min-height: 75px;
	margin: 16px 0px 16px 356px;
	padding-left: 144px;
	background-image: url(../images/img001_supportB.jpg);
	background-repeat: no-repeat;
}


/* MENU PAGE */
.menuCategory
{
	font-size: 1.3em;
	clear: both;
	border-bottom: 1px solid #996600;
	border-top: 1px solid #996600;
	padding: 2px 0px;
	margin-top: 16px;
}
.menuRow
{
	/* min-height: 36px; */
	margin-top: 24px;
	position: relative;
	clear: both;
}
.menuTitle
{
	float: left;
	min-height: 36px;
	margin-right: 40px;
}
.menuDesc
{
	font-weight: normal;
	margin-right: 60px;
	text-align: right;
}
.menuPrice
{
	position: absolute;
	top: 0px;
	right: 0px;
}

.menuSubRow
{
	position: relative;
	margin-top: 10px;
}
.menuSubDesc
{
	font-weight: normal;
	font-style: italic;
	margin-right: 60px;
	text-align: right;
}
.menuSubPrice
{
	font-style: italic;
	position: absolute;
	top: 0px;
	right: 0px;
}

/* FOOTER */

#footer
{
	position: relative;
	width: 899px;
	height: 58px;
	background-image: url(../images/img000_footerbg.jpg);
	background-repeat: no-repeat;
	margin: 12px 0px;
	padding: 0px 15px;
}

#footer p
{
	color: #000000;
	position: absolute;
	top: 50%;
	margin-top: -1em;
}

#footer ul
{
	position: absolute;
	top: 52%;
	right: 0px;
	margin-top: -1em;
	list-style-type: none;
}

#footer ul li
{
	float: left;
	padding: 0px 8px;
	border-right: 1px solid #000000;
}

#footer ul li.last
{
	border-right: none;
}

#footer ul li a
{
	color: #000000;
	font-weight: bold;
}