@charset "utf-8";

/* basics
-----------------------------------------*/
body {
	background: #fff;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

.container {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

.content {
	width: 960px;
	background: #fff;
	margin: 0;
	clear:both;
	overflow: auto;
	
}

.contentWide {
	width: 1000px;
	background: #fff;
	margin: 0;
	clear:both;
	overflow: auto;
}

/* header 
----------------------------------------*/

.header {
     display: block;
     width: 960px;
     height: 110px;
     overflow: hidden;
}

.header img {
    display: block;
	margin: 10px 0;
}


a.designTag {
	display: block;
	text-align: left;
	font-size: 10px;
	font-style: italic;
	color: #aaaaaa;
	text-decoration: none;
	margin: 25px 0 0 30px ;
	clear:both;
}

a.designTag:hover {
	color: #fff;
}

/* Content
--------------------------------*/

.bondedText {
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
	font-size: 13px;
	color: #092775;
}

/* Right Column */
.rightCol {
	clear:both;
	width: 620px;
	float:right;
	margin-right: 10px;
}

.offersBox {
	width:310px;
	height:510px;
	background:#f2f5fa;
	padding-top:10px;
	padding-left:10px;
}

.offersBox h1 {
	margin-top:0px;
	font-size: 24px;
	color: #cf2127;
	margin-bottom: 20px;
}

.offersBox p {
	color: #0a2775;
	font-size: 17px;
	margin-bottom: 10px;
	font-weight:bold;
}

.offersBox a {
	color: #0a2775;
	text-decoration:none;
}

.offersBox a:hover {	
	color: #cf2127;
}

.smalllogo {
	margin-top: 15px;
	margin-bottom: 15px;
}

.smalllogo img {
	display:block;
	margin:0 auto;
}

.one4all img {
	display:block;
	margin:0 auto;
}

/* Left Coloumn */
.leftCol {
	float:left;
	width: 300px;
	margin-right: 10px;
}

.largeOffer {
	width:620px;
	background:#f2f5fa;
}

.largeOffer img{
margin:0 auto;
}

.middleAds{
margin-top: 10px;
margin-bottom: 10px;
}

.firstAd{
margin-right:30px;
padding:0;
}

.otherAd{
margin-right:28px;
padding:0;
}

.emailSignUp{
	float:right;
	background-image: url(../images/newsletter.gif);
	height: 42px;
	width: 122px;
	padding-top: 20px;
	padding-left: 10px;
	background-repeat: no-repeat;
}

.smallOffer {
	width:620px;
	background:#f2f5fa;
	height:250px;
}

.smallOffer img{
margin:0 auto;
}

.cruisesAd {
	width:625px;
	background:#f2f5fa;
	margin:0 auto;
	margin-top: 20px;
	padding: 10px;
}

.cruisesAd img{
	display:block;
	margin:0 auto;
	margin-bottom: 10px;
}

.resultsTable {
	background:#f2f5fa;
	margin:0 auto;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #092775;
}

.resultsTable th{
	color: #cf2127;
	font-weight:bold;
}

.resultsTable a{
	color: #092775;
	text-decoration:none;
}

.displayTable {
	background:#f2f5fa;
	margin-top: 20px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #092775;
}

.displayTable th{
	color: #cf2127;
	font-weight:bold;
}

.displayTable a{
	color: #092775;
	text-decoration:none;
}

/*Footer*/

.footerText {
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
	font-size: 13px;
	color: #092775;
}

.designTag {
	font-size: 11px;
	font-style: italic;
	text-align: right;
	margin-bottom: 10px;
}

.designTag a {
	color: #242525;
	text-decoration: none;
}

.designTag a:hover {
	color: #c5021b;
}

/*Inner Pages*/
.flightsFrame {
	margin-top:20px;
	min-height:600px;
}

.carsFrame {
	margin:0 auto;
	margin-left:80px;
	margin-top:20px;	
}

.locationList {
	margin-top:10px;
	text-align:center;
	}

.locationList a{
	text-decoration:none;
	color: #cf2127;
}

/*Price List*/
.priceList	{
	color: #092775;
}

.priceList p	{
	margin: 0; 
}

.priceList ul	{ 
margin: 0 1.5em 0 20px; }

.priceList ul          { list-style-type: disc; }
.priceList ol          { list-style-type: decimal; }

/*Sports Enquire*/
.sportsEnquire a{
	color:#CF2127;
}

.sportsEnquire a:hover{
	color:#092775;
}

/* Newsletter */
.Newslettercontent {
	width: 960px;
	height: 600px;
	background: #fff;
	margin: 0;
	clear:both;
	overflow: auto;
	
}


