@charset "utf-8";
/* CSS Document */


	
#specialsContainer {
	width:600px;
	background-image:url(SPECIALSpage.jpg);
	background-position:top;
	background-repeat:no-repeat;
	}
	
#specialsHeader {
	height:153px;
	width:553px;
	margin-left:23px;
	margin-right:24px;
	margin-top:16px;
	background-image:url(header.jpg);
	background-repeat:no-repeat;
	text-align:center;	
	}
	
#SpecialsHeaderText {
	text-align:center;
	vertical-align:middle;
	font:"Times New Roman", Times, serif;
	font-size:90px;
	color:#FFFF00;
	margin-top:20px;
	}			
	
#specialsBodyWrapper {
	width:600px;
	background-image:url(bodyTile.jpg);
	background-repeat:repeat;
	}	
	
	
#specialsBody {
	width:600px;
	background-image:url(bigBody.jpg);
	background-position:top;
	background-repeat:no-repeat;
	}	
	
#specialsOops {
	background-image:url(singleColorPx.jpg);
	background-repeat:repeat;
	width:600px;
	}
	
.SpecialsButton {
	background-image:url(button.jpg);
	background-repeat:no-repeat;
	background-position:right;
	text-align:center;
	width:142px;
	height:40px;
	vertical-align:middle;
	padding-top:10px;
	color:#FFFF00;
	
	}	
	
.SpecialsIcon {
	margin-left:30px;
	margin-bottom:20px;
	}
	
.SpecialsText {
	text-align:left;
	float:left;
	font-size:10px;
	padding-right:5px;
	padding-left:5px;
	}
	
.PromoTitle {
	font-size:14px;
	color:#990000;
	font-weight:bold;
	}
	
	
.style1 {color: #FFFF00}
.style3 {
	color: #990000
}	

.SpecialsLocationText {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#990000;
	font-weight:bolder;
	}

/* added class to make black lines between special offers */
/* added this class to the offer level containers */
.SpecialsBottomBorder {
	border-bottom:solid;
	border-bottom-color:#000000;
	border-bottom-width:1px;
}

.TourTypeText {	
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#660000;
	font-weight:bolder;
	}