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

body
{
	background: #321b13 url(images/background.gif) center top no-repeat;
	font-family: Eurostile, Tahoma, sans-serif;
}

#wrap
{
	margin: 0 auto;
	width: 810px;
}

#banner
{
	margin: 0;
	height: 255px;
}

/* NAV CSS BEGIN */

ul#navigation
{
	position: relative;
	left: 110px;
	list-style: none;
	padding: 0;
	margin: 0 0 60px;
}

ul#navigation li
{
	float: left;
	position: relative;
}

ul#navigation li a
{
	display: block;
	height: 45px;
	overflow: hidden;
}

#linkHome > a { width: 91px; background-image: url("images/btnHome.gif"); background-position: top;}
#linkMenu > a { width: 107px; background-image: url("images/btnMenu.gif"); background-position: top;}
#linkContact > a { width: 189px; background-image: url("images/btnContact.gif"); background-position: top;}
#linkGallery > a { width: 141px; background-image: url("images/btnGallery.gif"); background-position: top;}
#linkAbout > a { width: 144px; background-image: url("images/btnAbout.gif"); background-position: top;}

#navigation li a:hover
{
	background-position: bottom;
}

ul#navigation li.current a /*Allows current page's button to be highlighted with javascript*/
{
	background-position: bottom;
}

/* NAV CSS END */


.contentBox
{
	display: block;
	background-color: white;
	margin: 0 0 20px 95px;
	padding: 15px 30px;
}

.featureList
{
	list-style-image: url(images/heartBullet.gif);
}

.featureList li
{
	margin: 0 0 1em;
}

/*    MENU SECTION    */

#menu
{
	list-style-type: none;
}

#menu table
{
	margin-bottom: 50px;
}

.menuSection
{
	color: #321b13;
	width: 100%;
}

.menuSection caption
{
	text-align: left;
}

.sectionTitle
{
	color: #321b13;
	font-size: 1.3em;
	font-weight: bold;
}

.sectionSubtitle
{
	color: #b3c12c;
	font-size: 0.9em;
	padding-left: 2em;
}

.price
{
	text-align: center;
	font-size: 1em;
}

.unit
{
	color: #b3c12c;
	font-size: 0.8em;
	font-weight: normal;
	text-align: center;
}

.itemTitle
{
	color: #321b13;
	font-size: 1em;
}

.itemDescription
{
	color: #b3c12c;
	font-size: 0.9em;
	padding-left: 2em;
}

.note
{
	color: #321b13;
	font-size: 0.9em;
}
