body {
	font-family: verdana;
	font-size: 10px; 
	line-height: 1.2em;
	margin-bottom: 30px; 
}
strong {
font-weight: bold;
}
h1 {
	font-family: Lucida Sans Unicode; 
	font-size: 1.8em;
	color: #fff;
	padding-top: 65px; 
	line-height: 1.5em; 
	width: 400px; 
}
h1.twoLineTitle {
	padding-top: 40px; 
}
.redwood {
	font-family: Lucida Sans Unicode; 
	font-size: 1.8em;
	color: #fff;
	padding-top: 45px; 
	line-height: 1.5em; 
	width: 400px; 
}
h2 {
	font-family: Lucida Sans Unicode;
	font-size: 1.4em;
	color: #000;	
}
h3 {
	font-size: 1em; 
	color: #000; 
	font-weight: bold;
	padding-top: 10px; 
	/*display:inline;*/
}
p {
	font-size: 1em;
	padding: 0.5em 0 1em 0; 
}
p a:Link {
	text-decoration: underline;
	color: #000;
}
p b {
	font-weight: bold; 
}
p ul {
	font-size: 1em;
	list-style-type: circle;	
}
a {
	text-decoration: underline;
	color: #000;
}
.underline {
	text-decoration: underline; 	
}
.listPadding {
	padding: 0 0 10px 0;	
}
.extraPadding {
	padding: 0 0 50px 0;	
}
#wrapper {
	margin: 0 auto; 
	width: 960px; 
}
.paddingSpacing {
	padding: 100px 0 0 0;	
}
/*navigation*/
#nav {
	height: 23px; 
	background: #000;
	padding: 5px 10px 0 0; 
}
#nav ul {
	float: right;
}

#nav ul a {
	color: #fff;
	text-decoration: none;
	line-height:1.5em; 
	font-size: 1em;
}
#nav li {
	float: left;
	font-size: 1em;
	color: #fff;
}
/* page layout */
#header {
	height: 100px;
	background: #800000; 
}
/*#header img { 
	padding: 10px 0 0 10px; 
}*/
#footer {
	clear:both;
	padding-top:17px; 
	height: 69px;
	background: #800000; 
}
#footer p {
	padding: 0 0 0 10px;
}

#footer .footerText {
	line-height: 2em; 
	font-size: 0.8em;
	color: #fff;
	text-align: left; 
}
#footer .footerText a {
	text-decoration:none;
	color: #fff;
}
#airportList {
	width: 300px; 
	margin-bottom: 50px;  
}
#airportList .leftAirport {
	float: left; 
	width: 150px; 
}
#airportList .rightAirport {
	float: left; 
	width: 150px; 
}

#ratesDates {
	width: 500px; 
	margin-bottom: 120px; 
}
#ratesDates .datesNights {
	float: left;
	width: 500px;
	margin-bottom: 10px; 
}
#ratesDates .date {
	float: left;
	width: 100px;
}
#ratesDates .single {
	float: left;
	width: 100px;
}
#ratesDates .double {
	float: left;
	width: 100px;
}
#ratesDates .triple {
	float: left;
	width: 100px;
}
#ratesDates .quad {
	float: left;
	width: 100px;
}


#main {
	width: 960px;
	background-image: url('../images/repeatBG.gif');
	background-repeat: repeat-y;

}

/* menu styles */
#menu {
	float: left;
	width: 275px;
	color: #FFFFFF;
	background-color: #999999;
	line-height: 1.5em; 
	font-size: 0.9em;
}
#menu li {
	display: block;
	float: left;
	clear: left;
	cursor: pointer;
	width: 275px;
}
#menu li li {
	width: 265px;
}
#menu li li li {
	width: 255px;
}
#menu li>a {
	float: none;
}
#menu .clear {
	float: none;
	clear: both;
	height: 0px;
	font-size: 0px;
}
#menu ul a {
	line-height: 1.5em; 
	padding: 2px 10px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: left;
	clear: left;
}
#menu ul a:hover {
	background-color: #800000;
}
#menu li a {
	width: 255px;
}
#menu li li a {
	width: 245px;
}
#menu li li li a {
	width: 235px;
}
#menu ul div {
	padding: 2px 10px;
	background-color: #555555;
}
#menu ul div.opened {
	background-color: #333333;
}
#menu ul.opened {
	padding: 0 0 0 10px;
	background-color: #666666;
}
#menu ul div.hover, #menu ul .selected {
	background-color: #800000;
}
#menu p {
	font-size: 1.3em;
	padding: 20px 0 0 10px;	
	color: #000;
}
#menu p a {
	color: #000;
	display: inline;
}

/* content styles */
#container {
	float:left; 
	/*width: 720px;*/
	width: 675px;
	margin: 10px 0 10px 10px; 
}
#title {
	position: relative;
	background: #800000;
	padding: 0 10px; 
	height: 100px; 
}

.mainTitle {
	float: left;
	height: 100px; 
	vertical-align: bottom; 	
}
#thumbnailImages {
	position: absolute;
	right: 10px; 
	bottom: 0;
	width: 240px; 
	vertical-align: bottom;
}
#thumbnail {
	float: left; 
	width: 78px;
	height: 68px; 
	padding-left: 2px; 
	margin-top: 2.4em;
	vertical-align: bottom; 
}

#content {
	background: #ededed; 
	padding: 20px 10px; 
	clear: both; 
}

#content span {
	font-size: 1em; 
}

#content ul {
	margin: 0 20px;
	list-style: outside disc;
	font-size: 1em;
	padding: 0.5em 0 1em 0; 
}

#content table {
	padding: 0.5em 0 1em 0; 
}
#content td {
	padding: 0 5px 5px 0;
}

#content #slideshow {
	float: right; 
	margin-left: 10px; 
	margin-bottom: 10px;
	width: 240px; 
}

#content #flightLogosContainer {
	clear: all;
	align: center;	
}
#flightLogosContainer .logo {
	float: left;
	padding-left: 65px;	
}

#formContainer {
	clear: both; 
}
#formContainer .leftColumn {
	float: left;
	width: 410px; 	
}
#formContainer .rightColumn {
	float: left; 
	width: 235px; 
	border-style: solid; 
	border-width: 2px; 
	border-color: #000	
}
#formContainer .rightColumn .contactDetails {
	padding: 10px; 
}
/* contact form classes */
.field {
	clear: both;
	padding: 2px 0;
}
.field label {
	float: left;
	width: 120px;
	padding: 0.4em 0;
	text-align: right;
}
.field div {
	padding: 0 0 0 130px;
}
.floatClear {
	clear: both; 
}
#siteMap ul{
	list-style-type: circle;
	padding-left: 50px; 
	padding-top: 0px; 
}
/* newsletter */
#newsLetterForm {
	float: left;
}
/* about us */
#favourites {
	width: 400px;
	margin-bottom: 20px;  	
}
#favourites .favouritePadder {
	margin-bottom: 10px; 
}
#favourites .bold {
	font-weight: bold;
}

/***
popup
***/
#mapContainer {
	float: right; 	
}
.popup_content {
	display: none;
}
.popup {
	width: 860px;
	padding: 20px;
	border: 1px solid #666666;
	background-color: #ffffff;
}
.popup .popup_content {
	display: block;
}
.popup .popup_close {
	float: right;
	width: 30px;
	height: 30px;
	background: url(images/popup_close.gif) center center no-repeat;
	cursor: pointer;
}

/*
	footer map styles
*/
#costMapFooterContainer {
	width: 100%;
}
#costMapFooterContainer .costMapFooterPrices {
	float: left;
	width: 300px;
}
#costMapFooterContainer .costMapFooterMap {
	float: left;
	padding: 0 0 0 115px;
}

.centerText {
	padding: 0 0 0 10px;	
}

.tooltip {
	width: 200px;
	padding: 5px;
	background-color: #ffffdd;
	border: 2px solid #666;
	z-index: 1007;
}
.tooltip .tip-title {
	font-weight: bold;
}