@charset "utf-8";
/* CSS Document */

/* [ Internal Promotions ] */

#internal_promotions {
	height: 50px;
	padding: 0 0 5px 0;
	background: url(carousel.gif) no-repeat 0 0;
	position: relative;
	margin: 10px 10px 5px;
	overflow: hidden;
	clear: both;
	}
	
	#internal_promotions .next,
	#internal_promotions .prev {
		position: absolute;
		top: 0;
		left: 0;
		width: 10px;
		height: 50px;
		background: url(buttons.gif) no-repeat 0 0;
		}
		
	#internal_promotions .next {
		right: 0;
		left: auto;
		background-position: -10px 0;
		}
		
	#internal_promotions .next:hover {
		background-position: -10px -50px;
		}
		
	#internal_promotions .prev:hover {
		background-position: 0 -50px;
		}
		
#internal_promotions ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 960px;
	}
	
	#internal_promotions li {
		margin: 0 0 10px 0;
		padding: 0;
		list-style: none;
		width: 238px; /* was width: 317px; */
		height: 50px;
		background: url(li.gif) no-repeat right 5px;
		display: block;
		float: left;
		}
		
		#internal_promotions li.odd {
			width: 237px; /* was width: 316px; */
			}
		
	#internal_promotions li a {
		display: block;
		height: 50px;
		padding: 0 0 0 70px; /* was padding: 0 0 0 80px; */
		color: #575a5d;
		font-size: 10px;
		line-height: 12px;
		text-decoration: none;
		position: relative;
		cursor: pointer;
		}
		
		#internal_promotions li a .title {
			color: #0096db;
			font-size: 12px;
			display: block;
			line-height: 14px;
			font-weight: normal;
			margin: 10px 0 0 0;
			padding: 0 10px 0 0;
			background: url(strong.gif) no-repeat right center;
			float: left;
			}
			
		#internal_promotions li a.tall .title {
			margin-top: 5px;
			}
			
		#internal_promotions li a .strapline {
			clear: both;
			display: block;
			}
		
		#internal_promotions li a:hover {
			text-decoration: none;
			}
		
		#internal_promotions li a img {
			display: block;
			position: absolute;
			top: 0;
			left: 10px;
			height: 50px;
			width: 60px;
			}
			
		#internal_promotions li a .overlay {
			position: absolute;
			width: 317px;
			height: 50px;
			top: 0;
			left: 0;
			}
			
		#internal_promotions li a.hover .overlay {
			border: 2px solid #70badb;
			width: 233px; /* was width: 313px; */
			height: 46px;
			}
			
		#internal_promotions li a.boatshow{
			background: url(boatshow.jpg) no-repeat 0 0;
		}

/* makeover promo */

#makeover-promo a strong.title,
#makeover-promo a span.strapline{
    display: none;
}

#makeover-promo a{
    background: url(garden-makeover.233x50.jpg) no-repeat 0 0;
}
