@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
	text-align: center;
	color: #333333;
	margin: 0;
	padding: 0;
}
/* DEFAULT ------------------------------------------------------------- */
a {
	color: #cc0000 ;
	text-decoration: none;
}
	a:hover {
		text-decoration: underline;
	}
/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
}
/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
	margin: 1em 0;
}

h1 a
{
    color:#CCCCCC;
}

/* Class for clearing floats */
.clear {
	clear:both;
}
/* Remove border around linked images */
img {
	border: 0;
}
/* WRAPPER ------------------------------------------------------------- */
.wrapper {
	text-align: left;
	width: 1004px;
	margin: 0 auto;
}
/* HEADER ------------------------------------------------------------- */
.header {
	width: 100%;
	height: 72px;
	margin-bottom: 16px;
	position: relative;
	background: url(../images/header_bg.jpg) no-repeat;
}
	.header p.logo {
		width: 524px;
		height: 72px;
		margin: 0;
		padding: 0;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.header p.branding {
		width: 468px;
		height: 60px;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 4px;
		right: 3px;
	}
	.header p.breadcrumb {
		margin: 0;
		padding: 0;
		font-size: 11px;
		font-weight: bold;
		position: absolute;
		top: 71px;
		right: 3px;

	}
		.header p.breadcrumb a {
			font-size: 11px;
			font-weight: bold;
			color: #cc0000;
			text-decoration: none;
		}
		.header p.breadcrumb a:hover {
			color: #cc0000;
			text-decoration: underline;
		}
/* CONTENT AND COLUMNS - main layout --------------------------------------------- */
.content {
	width: 100%;
	min-height: 400px;
}
.mainContent {
	float: left;
	width: 837px;
}
	.column2 {
		float: right;
		width: 639px;
		padding-bottom: 10px;
	}
	.column1 {
		float: left;
		width: 191px;
	}
.subContent {
	float: right;
	width: 160px;
}
/* inside COLUMN1 --------------------------------------------- */
.col1 {
	width: 100%;
	background: url(../images/col1_middle.jpg) repeat-y;
	margin-bottom: 5px;
}
	.col1 h2, .col1 h3 {
		margin: 0;
		padding: 12px 5px 0 13px;
		height: 36px;
		background: url(../images/col1_top.jpg) no-repeat top left;
		font-size: 18px;
		font-weight: normal;
		color: #cccccc;
	}
		.col1 h2.twoLine, .col1 h3.twoLine {
			height: 47px;
			padding: 1px 5px 0 13px;
		}
	.col1 p {
		display: block;
		margin: 0;
		padding: 7px 0 15px 0;
		background: url(../images/col1_bottom.jpg) no-repeat bottom left;
	}
	.col1 h2, .col1 h3, .col1 p {
		padding-left: 13px;
		padding-right: 13px;
	}
	/* BROWSE ----------- */
	ul.browse {
		margin: 0;
		padding: 0 0 15px 0;
		list-style-type: none;
		background: url(../images/col1_bottom.jpg) no-repeat bottom left;
	}
		ul.browse li  {
			width: 185px;
			margin-left: 3px;
		}
		ul.browse li a {
			display: block;
			width: 168px;
			height: 19px;
			padding-left: 20px;
			background: url(../images/arrow.gif) no-repeat 5% 50%;
			line-height: 19px;
			font-size: 12px;
			color: #cc0000;
			text-decoration: none;
		}
		ul.browse li a:hover {
			color: #ff3333;
			background-color: #cccccc;
			text-decoration: none;
		}
	/* TOP OPERATORS ----------- */
	.col1 span.tour {font-size: 16px;} /* reduce font size for h2 tag  */
	.col1 ul.topOperators {
		margin: 0;
		padding: 5px 0 10px 10px;
		list-style-type: none;
		background: url(../images/col1_bottom.jpg) no-repeat bottom left;
	}
		.col1 ul.topOperators li  {
			width: 185px;
			clear: both;
		}
		
		.col1 ul.topOperators li span.logo1 {
			display: table; height: 31px; width: 70px; #position: relative; overflow: hidden;  float: left;
		}
		.col1 ul.topOperators li span.logo2 {
			#position: absolute; #top: 50%;display: table-cell; vertical-align: middle;  text-align: center;
		}
		.col1 ul.topOperators li .logo1 .logo2 img {
			#position: relative; #top: -50%; 
		}

		.col1 ul.topOperators li span.logoText {
			display: block;
			float: left;
			padding-left: 15px;
			background: url(../images/arrow.gif) no-repeat 5% 50%;
			font-size: 12px;
			color: #cc0000;
			text-decoration: none;
			height: 31px;
			line-height: 31px;
		}
		.col1 ul.topOperators li a {
			height: 31px;
			line-height: 31px;
			display: block;
			cursor: pointer;
		}
		.col1 ul.topOperators li a:hover span {
			color: #ff3333;
			text-decoration: underline;
		}
/* inside COLUMN2 --------------------------------------------- */
.col2 {
	width: 100%;
	background: url(../images/col2_middle.jpg) repeat-y;
	float: left;
}
	.col2 h1 {
		margin: 0;
		padding: 5px 5px 0 13px;
		height: 31px;
		background: url(../images/col2_top.jpg) no-repeat top left;
		font-size: 18px;
		font-weight: normal;
		color: #cccccc;
	}
	.col2 .offers {
		width: auto;
		background: url(../images/col2_middle.jpg) repeat-y;
		font-size: 11px;
	}
	
	.col2 .error {
		width: auto;
		font-size: 14px;
		margin-left: 13px;
		margin-top: 13px;
	}
	
	.col2 .offers strong.offerTitle {
		margin: 0;
		padding: 0;
		display: block;
		font-size: 14px;
		font-weight: normal;
		border-bottom: 1px solid #0066cc;
		line-height: 20px;
		color: #003366;
	}
	.details, .price, .operator, .book {
		float: left;
		display: inline;
	}
	.offers .details {
		margin-left: 13px;
		width: 337px;
	}
		.offers .details ul {
			margin: 0;
			padding: 0;
			list-style-type: none;
			background-color: #ebebeb;
		}
		.offers .details li {
			border-bottom: 1px solid #ffffff;
			padding-left: 4px;
		}
		.offers .details ul strong {
			width: 104px;
			float: left;
		}
	.offers .price {
		width: 90px;
	}
		.offers .price p {
			margin: 0;
			padding-top: 25px;
			padding-left: 8px;
			height: 81px;
			border-right: 2px dotted #999999;
		}
			.offers .price p span {
				font-size: 18px;
				font-weight: bold;
				color: #0099ff;
			}
	.offers .operator {
		width: 91px;
	}
		.offers .operator p {
			margin: 0;
			padding-top: 25px;
			height: 81px;
			text-align: center;
			border-right: 2px dotted #999999;
		}
	.offers .book {
		margin: 0;
		width: 94px;
	}
		.offers .book p {
			margin: 0;
			padding-top: 25px;
			height: 81px;
			text-align: center;
		}
	.offers .details ul,
	.offers p {
		border-bottom: 1px solid #cc0000;
	}
	.offers .lastUpdated {
		clear: both;
		background: url(../images/col2_bottom.jpg) no-repeat bottom left;
		font-size: 9px;
	}
		.offers .lastUpdated {
			width: 613px;
			height: 27px;
			margin: 0;
			padding: 5px 13px 0 13px;
		}
		.offers .last {
			background: url(../images/col2_bottom_last.jpg) no-repeat bottom left;
		}
		.floatLeft {
			float: left;
		}
		.floatRight {
			float: right;
		}
			.offers .lastUpdated span.floatRight a {
				font-size: 14px;
				color: #cc0000;
				text-decoration: none;
				padding-right: 10px;
				margin-right: 5px;
				background: url(../images/arrow.gif) no-repeat 100% 50%;
			}
			.offers .lastUpdated span.floatRight a:hover {
				text-decoration: underline;
			}
.navOffers {
	text-align: center;
	background-color: #ffffff;
	font-size: 12px;
	width: 100%;
	clear: both;
	padding-top: 7px;
}
	.navOffers a {
		color: #d32222;
		text-decoration: none;
		margin: 0 8px;
	}
	.navOffers .previous {
		background: url(../images/arrow_previous.gif) no-repeat center left;
		padding-left: 10px;
	}
	.navOffers .next {
		background: url(../images/arrow.gif) no-repeat center right;
		padding-right: 10px;
	}
	.navOffers a:hover {
		text-decoration: underline;
	}
/* inside COLUMN3 --------------------------------------------- */
.col3 {
	width: 100%;
	background: url(../images/col3_middle.jpg) repeat-y;
	margin-bottom: 5px;
}
	.col3 h2, .col3 h3 {
		margin: 0;
		padding: 12px 5px 0 13px;
		height: 36px;
		background: url(../images/col3_top.jpg) no-repeat top left;
		font-size: 18px;
		font-weight: normal;
		color: #cccccc;
	}
		.col3 h2.twoLine, col3 h3.twoLine {
			height: 47px;
			padding: 1px 5px 0 13px;
		}
	/* SEARCH ------- */
	fieldset.search {
		border: none;
		margin: 0;
		padding: 7px 5px 15px 13px;
		height:440px;
		background: url(../images/col3_bottom.jpg) no-repeat bottom left;
	}
	fieldset.search label {
		clear: both;
		display: block;
		margin-bottom: 8px;
	}
	fieldset.search select, fieldset.search option {
		font-size: 11px;
		width: 130px;
	}
	fieldset.search input {
		font-size: 11px;
		width: 125px;
	}
	fieldset.search span a {
		display: block;
		border-top: 1px solid #cc0000;
		width: 123px;
		font-size: 14px;
		color: #cc0000;
		text-decoration: none;
		text-align: right;
		padding-right: 10px;
		padding-top: 5px;
		margin-right: 0px;
		margin-top: 2px;
		background: url(../images/arrow.gif) no-repeat 100% 50%;
	}
	.col3 p {
		padding: 7px 5px 15px 13px;
		background: url(../images/col3_bottom.jpg) no-repeat bottom left;
	}
	.col3 h2, .col3 h3, .col3 p {
		padding-left: 13px;
		padding-right: 13px;
	}
	/* ADS1 ------- */
	.ads1 div {
		margin: 0;
		width: 100%;
		padding: 0 0 0 3px;
		background: url(../images/col3_bottom.jpg) no-repeat bottom left;
	}
		.ads1 span {
			display: block;
			text-align: center;
			height: 700px;
			padding: 10px;
		}
		.ads1 span.googleText {
			display: block;
			text-align: center;
			width: 110px;
			margin: 0 auto;
			height: 20px;
			padding: 10px;
			border-top: 1px solid #0066cc;
		}
	
/* ADS2 - bottom part --------------------------------------------- */
.ads2 {
	width: 945px;
	background: url(../images/col_sponsor_middle.jpg) repeat-y;
	margin-bottom: 30px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
	.ads2 h3 {
		margin: 0;
		padding: 12px 5px 0 13px;
		height: 36px;
		background: url(../images/col_sponsor_top.jpg) no-repeat top left;
		font-size: 18px;
		font-weight: normal;
		color: #cccccc;
	}
	.ads2 div {
		position: relative;
		margin: 0;
		height: 106px;
		padding: 0 0 0 3px;
		background: url(../images/col_sponsor_bottom.jpg) no-repeat bottom left;
	}
	.ads2 span {
		display: block;
		float: left;
		text-align: center;
		width: 137px;
		height: 70px;
		padding: 10px;
	}
	.ads2 span.googleText2 {
		position: absolute;
		bottom: -85px;
		right: 10px;
		display: block;
		text-align: center;
		width: 110px;
		margin: 0 auto;
	}
/* FOOTER --------------------------------------------- */
.footer {
	clear: both;
	width: 945px;
	height: 38px;
	padding-top: 10px;
	margin: 0 auto;
	margin-top: 30px;
	background: url(../images/bg_footer.jpg) no-repeat;
	text-align: center;
	color: #cccccc;
	line-height: 16px;
}
	.footer a {
		color: #ff3333;
		text-decoration: none;
	}
		.footer a:hover {
			color: #ffffff;
			text-decoration: none;
		}
	.footer span a {
		color: #cccccc;
	}
		.footer span a:hover {
			text-decoration: none;
			color: #ffffff;
		}
	
/* INNER CONTENT - additional styles for sub pages ---------------------------------------------- */
.inner {
	padding: 15px;
	background: url(../images/col2_bottom_last.jpg) no-repeat bottom left;
	clear: both;
}
	.inner2 {
		padding: 0px 15px 20px 15px;
		background: url(../images/col2_bottom.jpg) no-repeat bottom left;
		clear: both;
	}
	.lastInner2 {
		background: url(../images/col2_bottom_last.jpg) no-repeat bottom left;
	}
	.inner h3, .inner h2, .inner2 h2 {
		margin: 0;
		padding: 0;
		font-size: 14px;
		font-weight: normal;
		line-height: 20px;
		color: #003366;
	}
	.inner2 h2 {
		color: #cc0000;
	}
.innerContent {
	clear: both;
	display: block;
	border-top: 1px solid #cc0000;
	border-bottom: 1px solid #0066cc;
}
.inner h3.redH3, .inner2 h2.redH3 {
	padding-left: 10px;
	background: url(../images/arrow.gif) no-repeat center left;
}
/* UL DESTINATIONS -------------- */
ul.destinations {
	float: left;
	margin: 0;
	padding: 5px 0;
	list-style-type: none;
}
	ul.destinations li  {
		width: 200px;
		margin-left: 3px;
	}
	ul.destinations li a {
		display: block;
		width: 168px;
		height: 19px;
		padding-left: 20px;
		background: url(../images/arrow.gif) no-repeat 5% 50%;
		line-height: 19px;
		font-size: 12px;
		color: #cc0000;
		text-decoration: none;
	}
	ul.destinations li a:hover {
		color: #ff3333;
		background-color: #cccccc;
		text-decoration: none;
	}
/* UL DESTINATIONS2 ------------- */
ul.destinations2 {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #ebebeb;
}
	ul.destinations2 li  {
		width: 203px;
		float: left;
		background-color: #ebebeb;
		border-bottom: 1px solid #ffffff;
	}
	ul.destinations2 li a {
		display: block;
		float: left;
		width: 182px;
		height: 17px;
		padding-left: 20px;
		background: url(../images/arrow.gif) no-repeat 5% 50%;
		line-height: 17px;
		font-size: 12px;
		color: #cc0000;
		text-decoration: none;
	}
	ul.destinations2 li a:hover {
		color: #ff3333;
		background-color: #cccccc;
		text-decoration: none;
	}
