@charset "UTF-8";
/* CSS Document */

/*/////////////////////////////////////////////////////////////////////////////////
JAVASCRIPT ENABLED
/////////////////////////////////////////////////////////////////////////////////*/
#navigation li a.home span.out {
	background: url(../images/home-button.jpg) no-repeat 0 -25px;
}

/*/////////////////////////////////////////////////////////////////////////////////
JAVASCRIPT DISABLED
/////////////////////////////////////////////////////////////////////////////////*/
#navigation-alt li a.home span {
	background: url(../images/home-button.jpg) no-repeat 0 -25px;
}

#offers-holder {
	position: relative;
	width: 750px; height: 168px;
	margin: -10px 0 0 -50px;
}

#offers {
	position: absolute;
	width: 650px; height: 158px;
	top: 5px;
	margin-left: 50px;
	padding-left: 5px;
	z-index: 1;
}

#offers ul {
	list-style-type: none;
}

#offers li {
	margin: 10px 5px 0 0;
	width: 156px; height: 128px;
	float: left;
	overflow: hidden;
}

#offers li a img {
	border: none;
}

#offers-BG {
	position: relative;
	width: 750px;
	height: 158px;
	background: url(../images/carousel/carousel-BG.jpg) no-repeat;
}