@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
div#container  {
	width: 1350px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
p#description_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	line-height: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
div#bbq_description_1 {
	background-image: url(../images/bbq_description_1.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	width:346px;
	height:auto;
}
div#bbq_description_2 {
	background-image: url(../images/bbq_description_2.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	width:346px;
	height:auto;
}
div#bbq_description_3 {
	background-image: url(../images/bbq_description_3.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	width:346px;
	height:auto;
}
div#bbq_description_4 {
	background-image: url(../images/bbq_description_4.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	width:346px;
	height:auto;
}
div#bbq_description_5 {
	background-image: url(../images/bbq_description_5.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	width:346px;
	height:auto;
}
div#bbq_description_6 {
	background-image: url(../images/bbq_description_6.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	width:346px;
	height:auto;
}
div#bbq_description_7 {
	background-image: url(../images/bbq_description_7.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	width:346px;
	height:auto;
}
p#welcome_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #000000;
}
p#specials_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
	
}
a#products_submenu:hover {
	color: #651113;
	text-decoration: underline;
}
a#products_submenu.active {
	color: #651113;
}
a#products_submenu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
#contact_form label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #000310;
}
h4#contact_thankyou {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #000310;
}
#contact_form {
	margin-left: 15px;
}
/*Begin Navigation*/
#container #header #menu {
	white-space: nowrap;
	z-index: 2;
}
a#home_button {
	background-image: url(../images/home_menu_button.jpg);
	display: block;
	height: 64px;
	width: 116px;
	text-decoration: none;
}
a#home_button:hover {
	background-position: 116px 0px;
}

a#about_button {
	text-decoration: none;
	background-image: url(../images/about_menu_button.jpg);
	display: block;
	height: 64px;
	width: 116px;
}
a#about_button:hover {
	background-position: 116px 0px;
}

a#products_button {
	text-decoration: none;
	background-image: url(../images/products_menu_button.jpg);
	display: block;
	height: 64px;
	width: 121px;
}
a#products_button:hover {
	background-position: 121px 0px;
}

a#store_button {
	text-decoration: none;
	background-image: url(../images/store_menu_button.jpg);
	display: block;
	height: 64px;
	width: 86px;
}
a#store_button:hover {
	background-position: 86px 0px;
}

a#contact_button {
	text-decoration: none;
	background-image: url(../images/contact_menu_button.jpg);
	display: block;
	height: 64px;
	width: 121px;
}
a#contact_button:hover {
	background-position: 121px 0px;
}

a#link_button {
	text-decoration: none;
	background-image: url(../images/links_menu_button.jpg);
	display: block;
	height: 64px;
	width: 99px;
}
a#link_button:hover {
	background-position: 99px 0px;
}
.invisible {
	display: none;
	visibility: hidden;
}
#ProductNav {
	width:121px;
	z-index:2;
}
.nav, .nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.nav a {
	display: block;
	margin:0;
	padding:0;
	text-decoration: none;
}
.nav li {
	float: left;
	padding: 0;
	width: 121px;
}
.nav li ul {
	position: absolute;
	left: -999em;
	width: 121px;
	font-weight: normal;
	border-width: 0;
	margin: 0;
}
.nav li li {
	padding:0;
	width: 121px;
}
.nav li ul a {
	margin:0px;
	padding:0px 0px;
	width: 121px;
	font-size:12px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
}
.nav li ul a:hover {
	color:#891b1c;
}
.nav li ul ul {
	margin: 0 0 0 121px;
}
.nav li:hover ul ul, .nav li:hover ul ul ul, .nav li.sfhover ul ul, .nav li.sfhover ul ul ul {
	left: -999em;
}
.nav li:hover ul, .nav li li:hover ul, .nav li li li:hover ul, .nav li.sfhover ul, .nav li li.sfhover ul, .nav li li li.sfhover ul {
	left: auto;
}
.nav li li:hover, .nav li li.sfhover {
	/* background: #eda; */
}
ul.prodropdown li.firstElem {
	background-image:url(../images/dd_top.png);
	background-position:bottom;
	background-repeat:no-repeat;
}

ul.prodropdown li.lastElem {
	background-image:url(../images/dd_bottom.png);
	background-position:top;
	background-repeat:no-repeat;
}
ul.prodropdown li.bbq_item {
	background-image:url(../images/dd_bbq_bg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
ul.prodropdown li.auto_item {
	background-image:url(../images/dd_auto_bg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
ul.prodropdown li.metal_item {
	background-image:url(../images/dd_metal_bg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
ul.prodropdown li.recent_item {
	background-image:url(../images/dd_recent_bg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

