/* --------------------------
	HOME
-------------------------- */
	#home-title {
		height: 95px;
		margin: 15px 0 0;
		background: url(../images/home/featuring.gif) no-repeat left top;
		text-indent: -9999px;
	}
	/* Home -> Great Gift Ideas */
		#gift-ideas {
			width: 320px;
			background: url(../images/home/featuring-images.jpg) no-repeat 0 0;
			float: left;
		}
		#gift-ideas a {
			display: block;
			width: 293px;
			height: 269px;
			margin: 14px 0 0 24px;
			text-indent: -9999px;
		}
		#gift-ideas p {
			margin: 1em 21px 1em 42px;
		}
	/* Home -> Sauce and Rubs */
		#sauces-rubs {
			width: 320px;
			background: url(../images/home/featuring-images.jpg) no-repeat -320px 0px;
			float: left;
		}
		#sauces-rubs a {
			display: block;
			width: 293px;
			height: 269px;
			margin: 14px 0 0 5px;
			text-indent: -9999px;
		}
		#sauces-rubs p {
			margin: 1em 42px 1em 21px;
		}
	/* Home -> Welcome */
		#welcome {
			height: 100%;
			margin: 0 0 20px;
			background: url(../images/sbar-box.png) repeat-y center top;
		}
		#welcome-title {
			height: 80px;
			background: url(../images/home/welcome-title.gif) no-repeat center top;
			text-indent: -9999px;
		}
		#welcome-initials {
			height: 57px;
			background: url(../images/home/welcome-initials.gif) no-repeat center top;
		}
		#welcome-text {
			margin: 0 20px;
		}

