/* CSS Document */



body{
	background-image:url("../images/blueStripe.gif");
}

#mainwrapper{
	background-image:url("../images/homeBG3.jpg");
	/*border:1px solid green;*/
}

/* N.B. This undoes the innerwrapper style from the main style sheet*/
#innerwrapper{
	padding:0;
	margin:0;
	border:0;
}


#topnav{
	height:65px;
}
#logo{
	width:200px;
	height:70px;
	margin-left:365px;
	margin-bottom:350px;
	border:0;/**/
}

#boxwrapper{
	padding:0;
	margin:0;
	margin-left:7px;
	_margin-left:0px;
	/*_margin-left:14px;
	_margin-right:-14px;*/
	/*border:1px solid blue;*/
	height:1%;
	overflow:auto;
}
.box{
	width:192px;
	padding:0;
	margin:0;
	float:left;
	/*border:1px solid red;*/
}
.box h2{
	background-image:none;
	color:#496574;
	font-weight:bolder;
	font-size:smaller;
	text-transform:uppercase;
	margin-bottom:5px;
	padding-left:18px;
}
.box ul{
}
.box ul.linkList li{
	background-image:none;
	padding:0;
	margin-right:5px;
	border-bottom:1px dotted #bbc3c6;
}
.box ul.linkList li a{
	display:block;
	padding:3px 10px;
}
.box li a:hover{
	background-color:#eef5fb;
}

.box ul.worldWide li{
	padding: 1.5px;	
	padding-left:10px;
	background-position:left center;
}

#worldwideholidays{
	margin-left:7px;
}
#specialoffers{
	margin-left:6px;
	/*font-size:smaller;*/
}
#ideas{
	margin-left:5px;
}
#weddings{
	margin-left:5px;
	/*border:1px solid red;*/
}


.box p.readmore{
	text-align:right;
	margin-top:10px;
	margin-right:5px;
}


.box table{
	width:187px;
	margin-top:5px;
}
.box td{
	border-bottom:1px dotted #bbc3c6;
	padding:3px 10px;
}
.box td.price{
	text-align:right;
}
.box tr:hover{
	background-color:#eef5fb;
}


#holidaydecider{
	clear:left;
}

/* multiForm styles */
div#multiForm{
	background-image:url(/images/template/newsletterBG2.gif);
	background-repeat:no-repeat;
	background-position:top center;
	/*border:1px solid red;*/
	height:100%;
	overflow:auto;
}
div.multiFormBox{
	float:left;
	padding:15px;
}
div.multiFormBox h2{
	background-image:none;
	margin:0;
	padding:0;
	color:#8AA800;
	text-transform:uppercase;
	font-weight:bold;
}
div#multiForm div#newsletter{
	width:200px;
	padding-left:20px;
}
div#multiForm div#search{
	width:200px;
}
div#multiForm div#brochure{
	width:300px;
}
img#downloadImg{
	float:left;
	margin-right:10px;
}


/* holiday decider form */
/* N.B. The styl;es here over-ride those in the main style sheet */
div#holidaydecider{
	background-image:url(/images/template/holidayDecider2.gif);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#FFFFFF;
	width:773px;
	height:179px;
	margin-top:15px;
	padding:30px;
	padding-top:12px;
	padding-left:0;
}
div#holidaydecider h2{
	background-image:none;
	margin:0;
	padding:0;
	padding-left:20px;
	color:#b95700;
	text-transform:uppercase;
	font-weight:bold;
}
div#holidaydecider select{
	width:180px;
}
div#holidaydecider div#hdleftbox{
	width:385px;
	float:left;
	margin-top:0;
	padding-top:5px;
	padding-left:20px;
	padding-bottom:30px;
	vertical-align:middle;
	background-image:url(/images/template/worldMapBlank.gif);
	background-repeat:no-repeat;
	background-position:right;
}
div#holidaydecider div#hdrightbox{
	width:180px;
	float:left;
	padding-left:20px;
	padding-top:5px;
}
#searchBtn{
	background-color:#FFFFFF;
}

a#bestLongHaul{
	position:absolute;
	/*top:218px;*/
	top:285px;
	/*margin-left:15px;*/
	margin-left:13px;
}

a#travelAwards{
	position:absolute;
	top:262px;
	margin-left:8px;
}

a#swineFlu{
	position:absolute;
	/*top:270px;*/
	top:250px;
	margin-left:13px;
	background-color:#FF0000;
	color:#FFFFFF;
	padding:5px;
}
a#swineFlu:hover{
	color:#FFFF00;
}

a#hotOffer{
	position:absolute;
	/*top:270px;*/
	top:250px;
	margin-left:13px;
	background-color:#FFFFFF;
	color:#3f708e;
	padding:5px;
}
a#hotOffer:hover{
	color:#666666;
}

a#orderBrochure{
	position:absolute;
	/*top:270px;*/
	top:220px;
	margin-left:13px;
	background-color:#FF0000;
	color:#FFFFFF;
	padding:5px;
}
a#orderBrochure:hover{
	color:#FFFF00;
}

