@charset "UTF-8";
/* ================= */
/* = Global Layout = */
/* ================= */
* {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
}
html {
}
body {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
a:link, a:visited, a:hover, a:active {
	color: #2A4C30;
}
a:hover {
	text-decoration: underline;
}
a:focus {
	text-decoration: underline;
	color: #056c91;
}
img {
	border: none;
}
em {
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}
.clear {
	clear: both;
}
p {
	font-size: 13px;
	line-height: 18px;
	color: #454545;
	margin-bottom: 16px;
}
h1 {
	font-size: 27px;
	padding-top: 9px;
	padding-bottom: 9px;
	color: #2A4C30;
}
#header {
	width: 100%;
	height:88px;
	background: #2A4C30;
}
#container {
	width: 834px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.background {
	position: absolute;
	top: 81px;
	left:81px;
	z-index: -9999;
	text-align: center;
}

/*Slideshow*/
/*** set the width and height to match your images **/

#slideshow {
	position:relative;
	height:342px;
}
#slideshow DIV {
	position:absolute;
	top:0;
	left:76px;
	z-index:8;
	opacity:0.0;
	height: 342px;
	background-color: #FFF;
}
#slideshow DIV.active {
	z-index:10;
	opacity:1.0;
}
#slideshow DIV.last-active {
	z-index:9;
}
#slideshow DIV IMG {
	height: 342px;
	display: block;
	border: 0;
	margin-bottom: 10px;
}
#slideshow DIV IMG {
	height: 342px;
	display: block;
	border: 0;
	margin-bottom: 10px;
}
.bbqlineup {
	position:absolute;
	top:290px;
	z-index: 2002;
}
.viewlineup {
	position:absolute;
	top:525px;
	z-index: 2003;
	left: 310px;
}