body {
	font-size: 75%;
	color: #333333;
	font-family: verdana, arial ;
}
#container {
	width: 782px;
	margin: auto;
}
#header {
	background: url(../images/header.jpg) no-repeat;
	height: 150px;
	position: relative;
}
#contact {
	position: absolute;
	top: 20px;
	right: 20px;
	color: white;
	text-align: right;
}
#phoneno {
	font-size: 200%;
	margin: 0px;
}
#contact_links {
	margin: 0px;
}
#contact_links a {
	color: white;
	text-decoration: none;
}
#topnav {
	list-style: none;
	position: absolute;
	bottom: 0px;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
#topnav li {
	float: left;
	text-align:center;
	margin: 0px 2px;
	color: white;
	padding: 22px 12px 0px 12px;
}
#topnav li a {
	color: white;
	text-decoration: none;
}
#topnav li.minitab {
	width: 99px;
	font-weight: bold;
	padding: 20px 0px 0px 0px;
}
#topnav li.minitab a {
	display: block;
	padding: 10px 10px 0px 10px;
	height: 26px;
	color: #2fa9f5;
	background: url(../images/minitab-off.gif) no-repeat;
}
#topnav li.minitab a:hover {
	color: #0880ca;
	background: url(../images/minitab-on.gif) no-repeat;
}
#topnav li.minitab.selectedtab a {
	background: url(../images/tab-on.gif) no-repeat;
}
#topnav li.tab {
	width: 108px;
	font-weight: bold;
	padding: 0px;
}
#topnav li.tab a {
	display: block;
	padding: 10px 10px 0px 10px;
	height: 46px;
	color: #2fa9f5;
	background: url(../images/tab-off.gif) no-repeat;
}
#topnav li.tab a:hover {
	color: #0880ca;
	background: url(../images/tab-on.gif) no-repeat;
}
#topnav li.tab.selectedtab a {
	background: url(../images/tab-on.gif) no-repeat;
}
.engine {
	height: 310px;
	padding-left: 400px;
	padding-top: 15px;
}
#parking_engine {
	background: url(../images/bg-parking.jpg) no-repeat;
}
#hotels_engine {
	background: url(../images/bg-hotels.jpg) no-repeat;
}
#lounges_engine {
	background: url(../images/bg-lounges.jpg) no-repeat;
}
#insurance_engine {
	background: url(../images/bg-insurance.jpg) no-repeat;
}
.engine form {
	float: right;
	padding-right: 40px;
}
.engine form input, .engine form select, .engine form label {
	font-size: 125%;
	margin: 4px;
}
.engine form input, .engine form select {
}
.engine form label {
	font-weight: bold;
	display: block;
}
#content {
	clear: both;
}
#left {
	float: left;
	width: 180px;
	padding: 10px 0px;
}
#right {
	float: left;
	width: 580px;
	padding: 10px 10px;
}
#footer {
	clear: both;
	background: url(../images/footer.jpg) no-repeat;
	height: 35px;
	color: white;
	text-align:center;
}
#footer p {
	margin: 0px;
	line-height: 30px;
	font-size: 90%;
}
#footer a {
	color: white;
	text-decoration: none;
}
h1 {
	color: #115a88;
	margin: 0px;
	font-size: 170%;
}
#pagetitle {	color: #115a88;
	margin: 0px;
	font-size: 170%;
font-weight:bold;}
h2 {
	color: #115a88;
	margin: 0px;
	font-size: 130%;
}


a img {
	border: none;
}

.resultbox {
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 0px;
	position: relative;
}
.resultbox .inner {
	border: 1px solid #d4d4d4;
	background: url(../images/results-bg.jpg) no-repeat;
	height: 124px;
	padding: 0px;
}
.resultbox h3 {
	margin: 0px;
	padding: 0px;
	height: 34px;
	line-height: 34px;
	font-size: 120%;
	padding-left: 10px;
	background: url(../images/results-header.jpg) center no-repeat;
	color: white;
}
.resultbox .price {
	color: red;
	position: absolute;
	top: 40px;
	left: 15px;
	font-size: 140%;
	font-weight: bold;
}
.resultbox .desc {
	position: absolute;
	top: 35px;
	left: 180px;
	width: 395px;
}
.resultbox .details {
	position: absolute;
	top: 90px;
	left: 25px;
	margin: 0px;
	padding: 0px;
}
.resultbox .details li {
	margin: 0px;
	padding: 0px;
}
.resultbox .book {
	position: absolute;
	top: -19px;
	right: 50px;
	padding: 0px;
	margin: 0px;
}

#contactfm label, #linkform label {
	margin: 4px;
	float: left;
	width: 150px;
}
#contactfm input, #contactfm textarea, #linkform input, #linkform textarea {
	margin: 4px;
}

.blog_posted {
	margin: 0px;
	font-size: 90%;
}

