
/*  colours  

pink	#dd137b
blue	#6154a4
light blue #aae0fa
green	#bed62f
*/

body { 
	margin:0px 0; 
	padding:0; 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:70%;
	color:#666;
	background-image:url(../images/main_bg.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:top;  
	background-color:#ffffff;
	line-height: 1.4em; 
}

h1 {
	font-size:2em;
	color:#cf128b;
	margin-top:0px;
	line-height:1em;
}


h2 {
	font-size:1.3em;
	color:#1a1a1a;
	margin-top:0px;
}


h3 {
	font-size:1.8em;
	color: #463d78;
	margin-top:0px;
	line-height:1.2em;
}

hr {
	border: 0px;
	border-top: 1px solid #aaa;

}

a:link, a:visited {
	color: #1a1a1a;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

div#wrapper { 
	margin: 0 auto; 
	padding: 0; 
	width: 970px;
	border: 3px solid #cf128b;
	z-index:10;
	position:relative;
}


/* ------------ FORMS--------------*/

form {
	margin:0;
}

input {
	font-size:1em;
	color: #333;
}


/* HEADER 

---------------------------------------------------------------------------------------------------------------------------------------------------

*/


#header { 
	margin: auto; 
	width: 970px; 
	background: #cf128b url(../images/topbar.jpg) no-repeat center top;  
	height: 148px; 
	color: #FFF; 
}

#header a{ 
	color: #fff; 
}

div#logo {
	padding-left: 40px;
	float:right;
}

div#topbar-right {
	float:right;
	text-align:right;
}

div#topbar_opening_hours {
	float:right;
	margin: 10px 20px 0 0;
	width: 550px;
	border-bottom: 1px solid #fff;
	text-align:right;
	padding-bottom:5px;
}

div#telephone_top {
	clear:right;
	font-size:4em;
	font-weight:bold;
	margin:0px 20px;
	color:#cf128b;
	line-height:normal;
}

div#choose_type {
	float:right;
	margin:10px 20px 5px 0;
	padding-bottom:5px;
	font-weight:bold;
	width: 550px;
	border-bottom: 1px solid #fff;
	text-align:right;
}

div#holiday_types_top {
	float:right;
	font-size:1.8em;
	margin-right:20px;
	font-weight:bold;
	line-height:normal;
	width:800px;

}


/* -------- Adverts ------------  */

#leftad {
	background-color:#fff;
	float:left;
	position: absolute;
	top:150px;
	left:-160px;
	border-bottom: 10px solid #1a1a1a;
	border-top: 10px solid #1a1a1a;
	border-right: 10px solid #1a1a1a;
	border-left: 10px solid #1a1a1a;
}


#rightad {
	background-color:#fff;
	float:right;
	position: absolute;
	top:150px;
	right:-160px;
	border-bottom: 10px solid #1a1a1a;
	border-top: 10px solid #1a1a1a;
	border-right: 10px solid #1a1a1a;
	border-left: 10px solid #1a1a1a;
}

/* NAVIGATION

---------------------------------------------------------------------------------------------------------------------------------------------------*/

.navbar{


	width: 970px; /*leave this value as is in most cases*/
	overflow: hidden;
	border-top: 1px solid #d4d9ee; /* white border*/
	border-bottom: 1px solid #d4d9ee; /* white border*/
	background: #d4d9ee url(/images/nav_tile.gif) top center repeat-x;
	height: 29px;
}



.navbar ul{
	margin: 0;
	padding: 0 0 0 40px;
	float: left;
	width: 970px; /*width of menu*/
	border-width: 1px 0;
	height:29px;
	
}



.navbar ul li{
	display: inline;
}



.navbar ul li a{
	float: left;
	font-weight:bold;
	color:#FF0000; /*text color*/
	padding: 8px 11px;
	text-decoration: none;
	border-right: 1px solid #fff; /* divider between menu items*/
	height:29px;
	margin-top:0px
}



.navbar ul li a:visited{
color: #ffffff;

}

.navbar ul li a:hover, .navbar ul li .current{
	color: #ffffff !important; /*text color of selected and active item*/
	padding-top: 8px; /*shift text down 1px for selected and active item*/
	padding-bottom: 6px; /*shift text down 1px for selected and active item*/
	background: #d4d9ee url(../images/indentbg2.gif) top center repeat-x;
	text-decoration: none;
	height:20px;

}

/* MAIN

---------------------------------------------------------------------------------------------------------------------------------------------------*/

#main { 
	background-color: #FFF; 
	width: 970px; 
	padding: 0px; 
	margin: 0 auto;

}  

div.margin {
	margin:0;
	padding: 10px 10px;
}

div.no_margin {
	padding:0px;
	margin:0;
}

div.float_right {
	float:right;
	margin-top:10px;
	margin-right:10px;
}

/* -------------------- Pages ------------------------------*/

div#page_header {
	height:64px;
	background-image:url(../images/header_logos_register.gif);
	/* margin-bottom: 20px; */
}

div#page_header img{
	border:0px;
}

div#competition_signup {
	float:right;
	width: 350px;
	text-align:right;
	padding-right: 20px;
	padding-top:5px;
}



div#competition_signup a{
	color:#fff;
}


div#competition_signup label {
	color: #fff;
	font-weight: bold;
	font-size:1em;
}

.purple_submit_button {
    background-color: #914097;
    color: #fff;
    padding: 2px 10px;
    text-decoration: none;
	border:0;
	font-size:1.2em;
	font-weight:bold;
}

.purple_submit_button:hover{
    background-color: #F63196;
    color: #fff;
}

div.page_numbers {
	background-color:#00AEEF;
	width: 640px;
	padding: 5px;
	height: 18px;
	margin-bottom: 20px;

}

div.page_numbers a{
	color:#fff;
	font-weight:bold;
	margin: 0 20px;
}

div#please_wait{
	text-align:center;
	margin:auto; 
	width: 300px; 
	background-color:#e6f2ff;
	padding: 50px;
}

.blue_text {
	color: #00aeef;
	font-weight: bold;
}

.green_text {
	color: #cf128b;
	font-weight: bold;

}

/* --------- Inside Adverts ---------- */

div.advert_top{
	float:right;
	margin:0;
}

div.advert_top img{
	border:10px solid #efefef;
	margin-bottom: 5px;
}

/* ------------ Offer Boxes -----------------------*/

div.package_offer_box {
	width:111px;
	background-color: #f2f0ef;
	padding: 10px;
	color:#bc1e73;
	float:left;
	margin-right: 5px;
	overflow:auto;
}

div.package_offer_box h2 {
	color:#bc1e73;
	margin:0;
	background:url(/images/arrow_right_pink_tiny.png) right no-repeat;
}

div.package_offer_box p {	
	margin:5px 0;
}

div.package_offer_box_alternative {
	width:111px;
	background-color: #f9f7f7;
	padding: 10px;
	color:#ec008c;
	float:left;
	margin-right: 5px;
	overflow:auto;
}

div.package_offer_box_alternative h2 {
	color:#ec008c;
	margin:0;
	background:url(/images/arrow_right_pink_tiny.png) right no-repeat;
}

div.package_offer_box_alternative p {	
	margin:5px 0;
}

div.offer_price{
	font-size:3em;
	font-weight:bold;
	margin: 15px 0;
}

div#right_box{
	margin-right:0;

}

/* ------------ What Visitors are Searching For -----------------------*/

div#visitors_searching a {
	color: #fff;	
}

div#visitors_searching {
	font-size: 1.2em;
	padding:2px 10px;

	min-height:38px;
}


/* ---- Cant Find what you're looking for online  -------*/

div#cant_find_looking {
	background-color:#1a1a1a;
	color: #555;
	text-align:left;
}

div#cant_find_looking form{
	width: 250px;
	float:right;
	text-align:right;
	margin: 10px 10px 10px 10px;
	padding:0;
}

div#cant_find_looking input{
	border: 1px solid #5a64ae;
}


div#breadcrumb {
	font-size:1.8em;
	font-weight:bold;
	margin-bottom: 30px;
	color:#FFFFFF;
}

div#social_networks img{
	border:0;
}
	

/* ---- Late Deals  -------*/	
	
div.late-deals-item {
			border-bottom:1px solid #ccc;
			margin-bottom:5px;
			clear:both;
			padding:5px 0;
			min-height:25px;
		}
		
		div.deal-image {
			float:left;
			width:60px;
			margin-right:10px;			
		}
		
		div.time {
			display:inline;
			text-align:center;
			margin:0 5px 0 0;
			background-color:#666;
			color:#fff;
			padding:2px;
			clear:both;
		}
		
		div.late-deal-offer {
			float:left;
			padding-top:3px;
			padding-bottom:3px;
			font-size:1.1em;
			width:410px;
		}
		
		div.late-deal-offer p{
			margin:0;
		}
		
		p.destination {
			display:inline;
			font-size:1.5em;
			font-weight:bold;
		}
		
		
		div.branch {
			font-size:1.1em;
			float:right;
			color:#666666;
			width:130px;
		}



div#adhoc {
	margin:0 10px;
}

	div#adhoc h1{
		background-color:#ffffff;
		color:#666666;
		padding-top:10px;
	}
	
	div#adhoc h2{
		font-size:1.8em;
		color:#cf128b;
		margin-top:0px;
			}
	
	div#adhoc h3{
		font-size:2.1em;
		color:#cf128b;
		margin-top:auto;
	}
	
	div#adhoc h4{
		font-size:1.9em;
		color:#666666;
		padding-top:10px;
		margin-top:10px;
		margin-bottom:5px;
		line-height:25px;
		margin-top:auto;
	}
	
	div#adhoc h5{
		font-size:1.9em;
		color:#cf128b;
		padding-top:10px;
		margin-top:10px;
		margin-bottom:5px;
		line-height:25px;
		margin-top:auto;
	}
	
	div#adhoc h6{
		font-size:0.9em;
		color:#666666;
		margin-top:10px;
		margin-bottom:5px;
		line-height:15px;
	}
	
	div#adhoc p{
		font-size:1.3em;
		color:#1a1a1a;
		margin-top:20px;
		line-height:1.4em;
	}
	div.#adhoc-thumb {
		float:left;
		width:900px;
		padding-bottom:10px;
	}
	div.#adhoc-thumb-small {
		float:left;
		padding:10px;
		}
		.offer_heading{ font-family:Georgia; color:#BD1A8D; padding-left:2px; line-height:22px; font-size:20px; font-weight:bold;}
.offer_heading_white{ font-family:Georgia; color:#ffffff; padding-left:10px; line-height:22px; font-size:20px; font-weight:bold;}
.offer_itin{ font-family:Georgia; color:#1a1a1a; padding-left:2px; line-height:16px; font-size:13px; font-weight:normal;}
.offer_details{ font-family:Georgia; color:#BD1A8D; padding-left:2px; line-height:16px; font-size:14px; font-weight:normal;}
.offer_titles{ font-family:Georgia; color:#999999; padding-left:2px; line-height:16px; font-size:11px; font-weight:normal;}
