#footer {
	padding-top: 5px;
}

/* WELCOME BOX */
#welcome {
	background: url('/2008/images/homepage_winter_green_bg.jpg') no-repeat;
	width: 620px;
	height: 177px;
	position: relative;
}
#welcome .text {
	position: absolute;
	color: #1d3a13;
	top: 70px;
	left: 0px;
	width: 620px;
	text-align: center;
	line-height: 170%;
}
#welcome .bottom {
	position: absolute;
	top: 154px;
	left: 0px;
	width: 620px;
	text-align: center;
	color: white;
	font-size: 10px;
	letter-spacing: 7px;
	font-weight: bold;
	text-indent: -2000px;
	overflow: hidden;
	background: url('/2008/images/passionate_shoes.png') no-repeat bottom left;
	height: 18px;
	padding: 0 0 5px 0;
	behavior: url('/2008/css/iepngfix.htc');
}

/*3/7/09 - DCR - Updated Home Banner*/

.welcome-override-bg{
	background: url('/2008/images/homepage_springforward.jpg') no-repeat bottom left !important;
	/*cursor:pointer;*/
}

/* SLIDESHOW */
.scroll_widget_window {
	position : relative;
	overflow: hidden;
	float: left;
}
.scroll_widget_items {
	position: relative;
}
.scroll_widget_window,
.scroll_widget_items {
	height: 220px;
	width: 560px;
}
.scroll_widget_item {
	display: none;
	position: absolute;
	height: 220px;
	width: 560px;
	overflow: hidden;
}
.scroll_widget_item table {
	width: 560px;
	float: left;
	height: auto;
}
.scroll_widget_item .titles td {
	text-align: center;
	width: 143px;
	font-size: 12px;
	padding-bottom: 3px;
}
#right_column .scroll_widget_item .titles td a {
	color: #db015d;
	padding: 0px 6px;
}
#right_column .scroll_widget_item .titles td a:hover {
	color: #800a3c;
	background: url('/2008/images/pink_arrow.gif') no-repeat right center;
	text-decoration: none;
}
.scroll_widget_item .images td {
	border-right: 2px solid #f1f1f1;
	padding-top: 5px;
	height: 125px;
}
.scroll_widget_item .images td img {
	margin: auto auto 0px auto;
}
.scroll_widget_item .text td {
	border-right: 2px solid #f1f1f1;
	font-size: 10px;
	vertical-align: top;
	padding-top: 5px;
	text-align: center;
	color: #888888;
}
.scroll_widget_item .text td a {
	color: #888888 ! important;
}
.scroll_widget_item .last {
	border: none ! important;
}
#promo_pop-up
{
	backbround-color: #AEBC3D;
	width: 248px;
	height: 115px;
	position: absolute;
	left:50%;
	margin-left:190px;
	top: 150px;
	z-index: 10;
	display: none;
}
