/* -------------------------------------
		Home page
   ------------------------------------- */

.home #familyHolidays, .home #adultHolidays, .home #destinations, .home #activities {
	width: 247px;
	padding: 10px;
	color: #ffffff;
	float: left;
	margin-right: 4px;
}

	.IE6 .home #adultHolidays, .IE6, .home #activities {
		margin-right: 0px;
	}

.home #familyHolidays {
	background: #005c96 url(bgFamilyHolidays.gif) no-repeat;
	margin-bottom: 5px;
}

.home #adultHolidays {
	background: #679000 url(bgAdultHolidays.gif) no-repeat;
	margin-bottom: 5px;
}

.home #destinations {
	background: #0076cc url(bgDestinations.gif) no-repeat;
	margin-bottom: 10px;
}

.home #activities {
	background: #89bb14 url(bgActivities.gif) no-repeat;
	margin-bottom: 10px;
}

	.home #familyHolidays img, .home #adultHolidays img {
		/*margin-right: 5px;*/
		float: left;
	}
	
		/*.home #familyHolidays img + img, .home #adultHolidays img + img {
			margin-right: 0px;
		}*/
	
	.home #familyHolidays p, .home #adultHolidays p {
		clear: left;
		padding-top: 5px;
	}
	
	
	.home #familyHolidays p, .home #familyHolidays ul,
	.home #adultHolidays p, .home #adultHolidays ul {
		font-size: 0.75em;
		line-height: 140%;
		margin-top: 0px;
	}
	.home #familyHolidays a, .home #adultHolidays a { 
		color: #ffffff;
		font-weight: bold;
	}
	
	.home #destinations img, .home #activities img {
		float: left;
		margin-right: 10px;
	}
	
	.home #destinations p, .home #activities p {
		font-size: 0.65em;
		line-height: 115%;
	}
	
	.home #destinations a, .home #activities a {
		font-size: 1.2em;
		color: #ffffff;
		font-weight: bold;
	}
	
	.home #familyHolidays h2, .home #adultHolidays h2 {
		font-size: 1.3em;
		margin-bottom: 5px;
		color: #ffffff;
	}
	
	.home #destinations h2, .home #activities h2 {
		font-size: 1em;
		margin-bottom: 0px;
		color: #ffffff;
	}
	
	.home #familyHolidays li, .home #adultHolidays li {
		float: left;
		list-style: none;
		width: 120px;
	}
	
	.home #familyHolidays li.last, .home #adultHolidays li.last {
		float: left;
		list-style: none;
		width: 220px;
	}
	
	
	.home #offerBannerMain {
		clear: left;
		width: 519px;
		padding: 10px;
		color: #ffffff;
		margin-bottom: 10px;
		height: 165px;
	}
		.home #offerBannerMain img {
			float: right;
			margin-left: 10px;
		}

		.home #offerBannerMain p {
			color: #000;
		}
		
		.home #offerBannerMain a {
			color: #0069AA;
		}
		
	.home #offerBanner {
		clear: left;
		width: 519px;
		padding: 10px;
		color: #ffffff;
		background: #003358 url(bgBikeSponsor.gif) no-repeat top left;
		margin-bottom: 10px;
		height: 145px;
	}
		.home #offerBanner img {
			float: left;
			margin-right: 10px;
		}
		
		.home #offerBanner h2, .home #offerBanner a {
			color: #fff;
			font-weight: bold;
		}
		
	
