body {
	background-image: url(BackgroundGraphics/GradBackground.jpg);
	background-repeat: repeat-x;
	background-color: #647E3D;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#IntroFlash {
	position:relative;
	width:200px;
	height:115px;
	z-index:1;
	left: -30px;
	top: 50px;
}
#navbar {
	position:relative;
	width:200px;
	height:115px;
	z-index:2;
	top: 10px;
}
#navbar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}


/*-------------Menu Styles Begin Here-------------*/
#navbar ul a {
	margin: 0;
	text-decoration: none;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 25px;
	font-weight: bold;
	width: 230px;
	padding-left: 15px;
	display: block;
}
#navbar ul a:hover {
	color:#666666
	}
#navbar ul a.current {
	color: #000000;
	cursor: default;
	}
/*-----------Sub Menu Styles Begin Here*/
#navbar ul li ul li a {
	width: 215px;
	padding-left: 30px;
	background: url(BackgroundGraphics/SubMenuBckgrnd.gif) no-repeat left center;
	}
#navbar ul li ul li a:hover {
	background-position: -245px 0px;
	}
#navbar ul li ul li a.submenuselect {
	color: #333333;
	background-position: top right;
	cursor: default;
	}#catalog a {
	height: 0px;
	width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}

#catalog img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.style2 {
	font-size: smaller;
	font-style: italic;
}
#ProductGallery {
	background-image: url(BackgroundGraphics/ProductGalleryBackground.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 450px;
}
.style4 {color: #993300}
