#welcomeBox
{
	background: #F5EADA;
	float: left;
	width: 165px;
	height: 170px;
	padding: 15px;
	overflow: hidden;
}
#welcomeBox p
{
	margin-top: 8px;
	margin-bottom: 0;
}
#animBanner
{
	float: right;
}
#homeProducts
{
	margin-top: 5px;
	overflow: hidden;
}
h3#homeHeader
{
	margin-bottom: 5px;
	color: #ffffff;
	background: #3F1F1F;
	font-size: 120%;
	padding: 4px 10px;
}
.homeProduct
{
	float: left;
	width: 106px;
	margin: 0 5px 6px 0;
	text-align: center;
}
.homeProduct img
{
	margin-bottom: 8px;
}
.homeProduct a
{
	color: #3F1F1F;
	text-decoration: none;
}
.homeProduct a:hover
{
	color: #660000;
	text-decoration: underline;
}
#saleTag
{
	position: absolute;
	top: 193px;
	right: 2px;
}