/* Slow and low BBQ */

/* NOTE: Cart Stylesheet under /catalog/ */
/* DIV for Cart is called #content-cart */

* {margin:0; padding:0}

body {
	background: #4D0604 url(images/wood-bg.jpg);
	color: #000;
	font: 16px Arial, Helvetica, sans-serif;
	line-height: 160%;
} 

#topbg { /* Leather Background */
	position: absolute; 
	left: 0px; right: 0px; top: 0px;
	width: 100%;
	height: 295px;
	background: #4D0604 url(images/leather-bg.jpg); 
	z-index: 0;
}

#fit { /* Centering & fitting all Content */
	position: relative;
	margin: 0 auto;
	width: 701px;
	z-index: 1;
}

/* SECTION: Header */
#header {
	background: #000 url(images/header.jpg);
	height: 220px;
	margin-top: 75px;
}


/* SECTION: The Image Navigation Menu */

#nav {
	height: 34px;
	padding-bottom: 20px;
	background: #fff url(images/nav-bg.jpg) no-repeat;
}
#nav ul li {
	display: inline;
	list-style: none;
}


/* SECTION: Content (Where text Goes) */
.subbg {
	/* background */
}
#content {
	background-color: #fff;
	color: #000;
	padding: 0px
}

p.entry {
	text-align: justify;
	padding: 60px 0 0 20px;
	width: 360px;
	font: 16px Arial, sans-serif;.
	line-height: 150%;
}

p {
	padding: 0px 40px 10px 40px;
	text-indent: 20px;
}

h1,h2 {
	font: italic 23px Georgia, serif;
	margin: 0px 10px 10px 40px;
	border-left: 15px solid #A52001;
	padding: 5px;
	text-indent: 5px;
	
}

/* SECTION: Footer */
#footer {
	background: url(images/footer-bg.jpg);
	color: #fff;
	padding: 0px;
}

* {behavior: url(iepngfix.htc)}

#footer-images {
	text-align: center;
	position: relative;
	top: 10px;
}

#footer-bottom {
	margin-bottom: 70px;
	height: 50px;
	background: url(images/footer-bottom.png) 1px 0 no-repeat;
}

.footerinf {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	margin: 0  auto;
}

#footer a {color: #fff; font-weight: bold;}
#footer a:hover {color: yellow;}


#footer-images img {padding-right: 15px;}

/* Links */
a:link {color: maroon;}
a:viewed {color: maroon;}


/* Objects */
img {border: none;}
a img {border: none;}

.flright {float: right;}

.menu {
	font: 14px 'Trebuchet MS', sans-serif;
	text-align: center;
	margin: 0 auto;
}

.menu-space td {
	padding: 20px;
}

.c {
	display: block;
	margin-left: auto;
    margin-right: auto;
}

.notes {
	font: 9px Arial, sans-serif;
}

.price {
	font: 14px Georgia, "Times New Roman", Times, serif;
color: green;}
.item-title {
	font: 18px "Trebuchet MS", Arial, serif;
}

ul.footer-links {
	list-style-type: none; 
}
ul.footer-links li {
	display: inline;
}
ul.footer-links,ul.footer-links a {font-size: 10px;}

/* hover menu */

a:hover .home {border-bottom: 6px solid red;}
a:hover .aboutus {border-bottom: 6px solid red;}
a:hover .menu {border-bottom: 6px solid red;}
a:hover .shopping {border-bottom: 6px solid red;}
a:hover .gallery {border-bottom: 6px solid red;}
a:hover .catering {border-bottom: 6px solid red;}
a:hover .specials {border-bottom: 6px solid red;}
a:hover .faq {border-bottom: 6px solid red;}
a:hover .links {border-bottom: 6px solid red;}
a:hover .contactus {border-bottom: 6px solid red;}