@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
html, body{
	width:100%;
	height:100%;
}
body{
	background:#FFFFFF url(../images/body.jpg) center top no-repeat;
	font-family:"trebuchet MS", Verdana, sans-serif;
	font-size:13px;
	color:#335D8A;
}
h3{
	font-size:18px;
    font-weight:normal;
}
h4, h5, h6{
	font-size:13px;
    font-weight:bold;
}
ul{
	list-style:none;
}
a{
	outline:none;
    color:#77BBF8;
    text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
img{
	border:none;
}
iframe {
	border:1px dashed #77BBF8;
	padding:2px;
}
form{
	margin:20px 0 22px 0;
}
input, textarea{
	border:1px solid #90B0CD;
    padding:2px;
    color:#335D8A;
}
input:focus, textarea:focus{
	border:1px solid #335D8A;
}
textarea{
	overflow:auto;
}
fieldset{
	border:none;
    margin:0 0 12px 0;
}
button{
	background:#77bbf8;
}
legend{
	font-size:16px;
    color:#90B0CD;
    font-weight:bold;
}
#wrapper{
	width:955px;
	padding:0 0 0 1px;
	height:auto;
	margin:0 auto;
}
#header{
	width:955px;
	height:339px;
	position:relative;
}
#header #flash{
	position:absolute;
    background:transparent;
    width:607px;
    height:67px;
    right:0;
    top:68px;
}

	#header h1{
		position:absolute;
		right:12px;
		top:4px;
		font-size:26px;
		height:30px;
		letter-spacing:0px;
		font-weight:normal;
	}
	#header h1 a{
		color:#3F84B8;
		text-decoration:none;
	}
	#header a.logo{
		position:absolute;
		display:block;
		width:252px;
		height:142px;
		top:0;
		left:1px;
	}
	#topNavigation{
		width:570px;
		height:60px;
		position:absolute;
		bottom:16px;
		left:38px;
	}
		#topNavigation li{
			float:left;
			height:60px;
			width:110px;
			padding:0 0 0 4px;
		}
			#topNavigation a{
				display:block;
				height:36px;
				width:110px;
				padding:24px 0 0 0;
				color:#90B0CD;
				text-align:center;
				text-transform:uppercase;
				text-decoration:none;
				font-size:18px;
			}
			#topNavigation a:hover, #topNavigation li.active a{
				color:#335D8A;
			}

	#contentContainer{
		width:955px;
		height:auto;
	}
		#sidebar{
			width:209px;
			margin:40px 0 70px 0;
			float:left;
			background:#77BBF8 url(../images/sidebar.png) bottom left no-repeat;
			color:#FFFFFF;
			font-size:13px;
			position:relative;
		}
		* html #sidebar{
			margin-bottom:40px !important;
		}
		#sidebar h3{
			font-size:18px;
			font-weight:normal;
			padding:0 0 0 18px;
			line-height:42px;
			margin:0 0 8px 0;
		}
		#sidebar h3.offer{
			background:transparent url(../images/h3-offer.png) 0 0 no-repeat;
		}
		#sidebar h3.questions{
			background:transparent url(../images/h3-questions.png) 0 0 no-repeat;
		}
		#sidebar p{
			line-height:22px;
			margin:0 18px 20px 18px;
		}	
		#sidebar a{
			color:#FFFFFF;
		}
		#sidebar ul.airports{
			position:relative;
			top:-12px;
			margin:0 0 12px 20px;
		}
			#sidebar ul.airports li{
				padding:0 0 10px 22px;
				background:transparent url(../images/airplane_icon.png) 0 2px no-repeat;
			}
			#sidebar ul.airports li a{
				font-weight:bold;
			}

		#sidebar div.rss{
			padding:2px 0 6px 40px;
			background:transparent url(../images/rss.png) 10px 0 no-repeat;
			position:absolute;
			left:0;
			bottom:-36px;
		}
		#sidebar div.rss a{
			color:#77BBF8;
			font-weight:bold;
		}

	#mainContent{
		width:488px;
		height:auto;
		float:left;
		padding:40px 24px 0 29px;
	}
		#mainContent h2, #mainContent h2 a{
			color:#90B0CD;
			font-size:30px;
			line-height:32px;
			font-weight:normal;
			margin:0 0 14px 0;
			text-decoration:none;
		}
		#mainContent a{
        	font-weight:bold;
        }
        #mainContent h3{
        	color:#90B0CD;
            line-height:24px;
        }
		#mainContent h3 a{
			font-weight:normal;
		}
		#mainContent h3.airport{
			background:#3F84B8;
			color:#FFFFFF;
			padding:2px 5px;
		}
		#mainContent p, #mainContent ul{
			line-height:22px;
			margin:0 0 22px 0;
		}
		#mainContent ul{
			list-style:square;
			padding:0 0 0 12px;
			margin-left:12px;
		}
        #mainContent ul ul{
       		margin:0;
            list-style:circle;	 
        }
        #mainContent h4{
        	margin:0 0 22px 0;
        }
		#mainContent h4.noCreditCard{
			text-transform:uppercase;
		}
		#mainContent a img{
			border:1px solid #3F84B8;
		}
		#mainContent a:hover img{
			border:1px dashed #77BBF8;
		}
		#mainContent strong.question{
			display:block;
		}
		#mainContent small{
			display:block;
			padding:0 0 35px 0;
		}
		#mainContent th{
			vertical-align:top;
			background:#77BBF8;
			color:#FFFFFF;
			width:84px;
		}
		#mainContent table{
			margin:0 0 10px 0;
		}
		#mainContent td{
			font-size:12px;
			vertical-align:middle;
			text-align:center;
		}
			#mainContent td a{
				line-height:15px !important;
			}
			
		#mainContent th{
			width:84px;
		}
		#mainContent th.destination, #mainContent td.destination{
			width:180px;
			text-align:left;
			padding:0 0 0 5px;
		}
		#mainContent td.destination{
			font-weight:bold;
		}
		#mainContent td.destination span{
			color:#177DD9;
			display:block;
		}
		#mainContent th.car{
			width:50px;
		}
		#mainContent tr.highlight td{
			background:#DDF5FF;
		}
        td.dpTD{
            cursor:pointer !important;
        }
        form#bookingForm{
        	width:350px;
			padding:0 0 0 30px;
        }
        	form#bookingForm textarea{
            	width:304px;
                margin:0;
            }
        	form#bookingForm input{
            	float:left;
                width:180px;
                margin:6px 0 0 0;
            }
	        form#bookingForm label{
                display:block;
                float:left;
                width:109px;
                clear:left;
                padding:6px 15px 0 0;
                text-align:right;
            }
			form#bookingForm label.required{
				background:transparent url(../images/required.png) right 8px no-repeat !important;
			}
            form#bookingForm label.pointToPoint{
        		width:300px;
                float:none;
                clear:both;
                text-align:left;
                padding-top:16px !important;
        	}
            form#bookingForm #submit{
            	width:100px;
                float:none;
                clear:both;
                cursor:pointer;
                margin:12px 0 0 0 !important;
            }
            form#bookingForm fieldset#flightDetails{
            	position:relative;
            }
            div.error, strong.error, label.error{
            	font-weight:bold !important;
                color:#FF0000 !important;
            }
            #errormessage{
            	padding:10px;
                border:1px solid #90B0CD;
                display:none;
            }
            div#datepicker{
            	width:180px;
                height:200px;
            }
            	iframe#datepickeriframe{
                	border:none;
                    width:180px;
                    height:200px;
                }

			table.dpTable{
            	background:#0066FF;
                color:#FFFFFF;
            }
            table.dpTable td{
            	padding:4px;
				font-family:Verdana, Arial, Helvetica, sans-serif;
            }
            div.dpTitleText, td.dpButtonTD{
            	background:#0099FF;
                text-align:center;
                font-weight:bold;
                padding:2px;
            }
            
            form#bookingForm img.calendar{
            	margin:8px 0 0 6px;
                clear:right;
                float:left;
                cursor:pointer;
            }
			#mainContent div.gallery{
				width:200px;
				height:200px;
				text-align:center;
				float:left;
				padding:0 30px 0 0;
			}
			#mainContent div.gallery strong{
				display:block;
				text-align:center;
			}

	#rightSidebar{
		width:205px;
		height:auto;
		float:left;
	}
		#rightSidebar a.promo{
			display:block;
			width:184px;
			height:184px;
			margin:2px 0 18px 12px;
		}

		#rightSidebar a.airports{
			display:block;
			width:192px;
			height:139px;
			margin:0 0 20px 12px;
		}
        #rightSidebar a.rentacar{
			display:block;
			width:152px;
			height:80px;
			margin:0 0 10px 12px;
		}
		#rightSidebar h3.branches{
			font-size:18px;
			padding:0 0 0 12px;
		}
		#rightSidebar h3.branches a{
			color:#335D8A;
			text-decoration:none;
		}
		#rightSidebar li.branches{
			list-style:inside;
			margin:0 0 6px 12px;
		}
		

	#footer{
		width:955px;
		height:35px;
		background:transparent url(../images/footer.png) 0 0 no-repeat;
		color:#335D8A;
		float:none;
		clear:both;
		position:relative;
		padding:1px 0 5px 0;
		font-size:12px;
	}
	* html #footer{
		margin:20px 0 0 0;
	}
		#footer ul{
			margin:0 0 0 12px;
		}
			#footer ul li{
				float:left;
				padding:8px 4px 0 4px;
			}
				#footer a{
					color:#FFFFFF;
					text-decoration:none;
					font-size:12px;
				}
				#footer a:hover{
					text-decoration:underline;
				}
			
			#footerCar{
				width:192px;
				height:66px;
				background:transparent url(../images/footer-car.png) 0 0 no-repeat;
				position:absolute;
				top:-66px;
				right:0;
			}

/* WEATHER STYLES */

#weather {
			width:216px;
			height:192px;
			background:url(../images/weather/bg-weather.png) 0 0 no-repeat;
			position:relative;
            margin:0 0 20px 0;
		}
		
		#weather img {
			position:absolute;
			z-index:1;
			left:0;
			top:-10px;
		}
		
		#weather span.temp {
			font-size:45px;
			font-family:Georgia, "Times New Roman", Times, serif;
			width:70px;
			display:block;
			position:absolute;
			text-align:right;
			z-index:2;
			color:#81827c;
			left:130px;
			top:25px;
		}
		
		#weather span.temp sup {
			font-size:15px;
			font-weight:bold;
			font-family:Arial, Helvetica, sans-serif;
			position:relative;
			float:right;
			margin:-50px -10px 0 10px;
		}
		
		#weather p#weather-condition {
			position:absolute;
			top:75px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:18px;
			font-weight:bold;
			width:200px;
			text-align:right;
			color:#038ac2;
			z-index:2;
			left:0;
		}
		
		#weather p#days {
			position:absolute;
			top:100px;
			color:#fff;
			font-family:Arial, Helvetica, sans-serif;
			font-size:13px;
			font-weight:bold;
			left:-12px;
			padding:2px 0 0 0;
		}
		
		#weather p#days span {
			width:145px;
			float:none;
			position:relative;
			float:left;
			left:40px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:13px;
			font-weight:bold;
			color:#fff;
			text-align:left;
		}
		
		.weather-day {
			width:100px;
			float:left;
			margin:120px 0 0 0;
			text-align:center;
			padding:10px 0 0 5px;
			position:relative;
			height:55px;
		}
		.weather-day img{
			position:relative !important;
			top:0 !important;
		}
		.weather-day p.temp {
			position:absolute;
			bottom:-16px;
			width:95px;
			font-size:12px;
			font-family:Arial, Helvetica, sans-serif;
			color:#7a7a7a;
			font-weight:bold;
			padding:0 0 0 5px;
			left:5px;
		}
		
		.weather-day span.hot {
			color:#db9223;
		}
		
		.weather-day span.cold {
			color:#008ebd;
		}
		
		.weather-day span sup {
			font-weight:bold;
			font-size:6px;
		}