
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #ffffff;
	font-family: "trebuchet MS", Arial, Helvetica, "Sans Serif";
	font-size: 100%;
	background-repeat: repeat-x;
}
.thrColFixHdr #container {
color: #646464;
	width: 805px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 0.8em;
} 
.thrColFixHdr #header {
	padding: 0px;
	height: 108px;
	width: 798px;
} 

#header a img {border:none; }

.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


.thrColFixHdr #footer {
	background-image:  url(images/_asw_backgrounds/_asw_background_bottom.gif);
	width:804px; height:40px;
	color:#5e2d91;
} 
.thrColFixHdr #footer p {
	margin:0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}
.thrColFixHdr #footer p span.small {
	font-size: 0.8em;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#top_background {
	background-image: url(images/_asw_backgrounds/_asw_background_top.gif);
	height: 11px;
	width: 810px;
	clear: left;

}
/* make a generic booking button */
.button {
	width:110px;
	height:60px;
	color:#ffffff;
	background-image: url(images/_asw_backgrounds/buttonbg.gif);
	text-align:center;
	padding:10px 15px 10px 5px;
	margin:2px;
}
.button a{
	background-color: #42007d;
	color:#ffffff;
	text-decoration:none;
	
}

.travelsubmenu{
	margin-left:30px;
}


/* position the booking form on pages other than the home page*/
.book {
	float:right;
	margin:0px 0px 0px 10px;
}
.nothome .book {
		background-color: #e5e5e5;
		border:2px solid #7e54a8;
		margin-right:-10px;
}

#middle_background_home .book {
		margin:0px;
		float:none;
}


#middle_background {
	background-image: url(images/_asw_backgrounds/_asw_background_middle.gif);
	width: 762px;
	padding:0px 20px 0px 25px;
}

.thrColFixHdr #bottom_background {
	background-image:  url(images/_asw_backgrounds/_asw_background_middle.gif);
	height: 50px;
	width: 804px;
				margin-top:-20px;
}

/* bottom of top curved area on pages other than home*/
#middle_bottom_background {
	background-image:  url(images/_asw_backgrounds/_asw_background_middle.gif);
	height:11px; width:806px;

}

a {color: #5e2d91;}

.thrColFixHdr #form_booking_top {
	background-color:#e5e5e5;
	height: 32px;
	width: 258px;
	padding-left:10px;
}
.thrColFixHdr #form_booking_middle {
   background-color:#e5e5e5;
	height: 170px;
	width: 258px;
}
.thrColFixHdr #form_booking_bottom {
   background-color: #e5e5e5;
	height: 28px;
	width: 258px;
}


iframe {
	border:none;
	margin-left:10px;
}



/* white border on #form_lff_all fixes displacement problem in Firefox.*/
.thrColFixHdr #form_lff_all {
	background-color: #e5e5e5;
	width: 330px;
	height:72px;
	margin-left:2px;
	padding:0px;
	border:1px solid #e5e5e5;
}

/* make it narrower if not on the homepage*/

.thrColFixHdr .nothome #form_lff_all {
		width: 260px;
			margin-left:0px;
			background-color:#ffffff;
		border-right:10px solid #ffffff;
}

.thrColFixHdr #form_lff_all p, h2 {
margin:0px;
padding:0px;
 margin-left:8px;
}

div.viewchange {	text-align: center; padding:5px;}
.viewchange a {}

div.topmenu {
	width:750px;
	height:34px;    padding:0px;
	text-align:center;
	background-image: url(images/_asw_backgrounds/_asw_background_menu.gif);
	background-repeat: no-repeat;
   padding-left:78px;
}

.topmenu ul {list-style:none; padding:0; margin: 0;}
.topmenu ul#nav li {	float:left; width:108px; margin-right:18px;  padding:0px; padding-top:1px; }
.topmenu ul li a.top {display:block; color:#656565; text-decoration:none; text-transform:uppercase; padding:4px 0px 2px 0px;  width:108px; height:22px; font-weight:bold; }
.topmenu ul li a#other {width:137px;}
.topmenu ul li a:hover {color: #000000;  font-weight:bold; }

#nav li ul {
	position: absolute;
   width:108px;
	left: -999em;
	 z-index: 999;
}
#nav li ul a {display:block; color:#656565; background-color:#ffffff; text-decoration:none;  padding:3px; border: 1px solid #cbcbcb; margin-left:5px;}
#nav li ul a:hover {color:#ffffff; background-color:#656565;  font-weight:normal;}
#nav li ul li { margin:-1px; text-align:left; }
#nav li:hover {position: static;}
#nav li:hover ul {left: auto; }
#nav li:hover ul {left: auto;}
/* fix the IE menus under the buttons */
#nav li.sfhover ul  {left: auto; margin-left:-55px; z-index: 999;}
#nav li.sfhover {padding:0px; }
/* now move them back for Opera... */
html:first-child #nav li:hover ul {margin-left:0px; }

	
	
/* move the last dropdown left a bit */
#nav li ul.last a {margin-left:10px; border:1px solid  #e2c3ff;}

h1 {
	font-family: "trebuchet MS", Arial, Helvetica, "Sans Serif"; font-weight:normal; color: #632d8d;
}



/* make some boxes */
div.box-top-sm {	 width:470px; height:30px; margin:0px;  }
div.box-mid-sm {	 width:450px; margin:0px; padding:5px 10px 5px 10px;}
div.box-bot-sm {	 width:470px; height:23px; margin:0px;}


div.box-top {	width:604px; height:23px; margin:0px;}
div.box-mid {	width:594px; margin:0px; padding:5px;}
div.box-bot {	width:604px; height:15px; margin:0px;}

div.box-top h1, div.box-top-sm h1  {margin:0px 10px 0px 10px;  font-size:1.5em; padding-left:0px; padding-top:0.3em; }
div.box-top-sm h2 {margin:0px; padding:10px 15px 0px 0px; float:right; font-size:1.2em; }

.thrColFixHdr #bottom_navigation {
	height: 53em;
	width: 804px;
	background-image: url(images/_asw_backgrounds/_asw_background_middle.gif); 
   margin-top:-10px;
}


/* format the bar showing the flight destinations & prices  */
div.flightbar {margin-top:0px; width:790px;}
.flightbar ul {list-style: none; margin:0px; padding:0px; padding-left:10px; margin-bottom:0.3em;}
.flightbar li  { padding-bottom:5px;  }
.flightbar li a {display:block; width:180px; text-decoration:underline; color:#000000;}
.flightbar li a:hover {color: #260046; font-weight:bold;}

div.tofrom {float:left; width:233px; margin-left:9px; margin-top:0px; padding-left:5px; margin-bottom:0px;}

.flightbar h2 { background-repeat: no-repeat; margin:0px; color:#ffffff;
 padding: 6px 2px 8px 15px;  font-size:1em;  
  background-image: url(images/_asw_backgrounds/destinations.png); }
.flightbar h2 a {color:#ffffff; text-decoration:none;}
.flightbar h2 a:hover {color:#e2c3ff;}

/* Revised flightbar allowing for extra banner.  */
div.flightbarhome {margin-top:0px; width:598px;}
.flightbarhome ul {list-style: none; margin:0px; padding:0px; padding-left:5px; margin-bottom:0.3em;}
.flightbarhome li  { padding-bottom:5px;  }
.flightbarhome li a {display:block; width:170px; text-decoration:none; color: #632d8d;}
.flightbarhome li a:hover {color: #260046; font-weight:bold;}

.flightbarhome div.tofrom {float:left; width:190px; margin-left:6px; margin-top:0px; padding-left:2px; margin-bottom:0px;}

img.sky {float:right; margin-right:7px; margin-left:0px; clear: both;}


.flightbarhome h2 { background-repeat: no-repeat; margin:0px; color:#ffffff;
 padding: 6px 2px 8px 6px;  
  background-image: url(images/_asw_backgrounds/hpdestinations.png); }
.flightbarhome h2 a {color:#ffffff; text-decoration:none;}
.flightbarhome h2 a:hover {color:#e2c3ff;}



/* top heading  */
h1.toptitle{
	height:1px; margin:0px; padding:0px; color: #cd97ff; font-size:1em; overflow: hidden;
}

h1 {
	font-size:1.5em;
}

div.message {background-color:#5d2d91; color:#ffffff; padding:5px; text-align:center; }
.message ul {width:250px;  margin-left: 280px; border:1px solid #5d2d91;}
.message li {text-align:left; color:#ffffff; list-style: outside;}

div.buttonbar img {margin-left:15px;}

ul.faq li {	margin-bottom:0.5em;}
ul.faq li a:hover {color:#4169e1;}

div.asw_addthis {position:absolute; top: 30px; right: 20px;}
div.addthis_default_style {border-top: 1px solid #e2c3ff; padding-top:5px; width: 450px;}