@charset "UTF-8";
@import url("/css/styles-font.css");
@import url("/css/styles-secondary.css");

/* CSS Document */

body {
	background: url(/images/design/bg.gif) repeat-x top #f1faff;
	margin: 0;
	padding: 0;
	color: #555;
	font: 76%  Arial, Helvetica, sans-serif;
}

a {
color:#3289BE;
   outline: none;
}
a:hover {
text-decoration:none;
color:#3289BE;
}

img {
	border:0;
}

#container {
	margin: 0 auto;
	width: 960px;
	padding: 0;
	
}

#header {
	width: 960px;
	height: 152px;
	position:relative;
	z-index: 999;
}
/* Top Menu ---------------------------------------------------*/


#topmenu{
	float: right;
	position: absolute;
	right: -5px;
	width: 295px;
	top: 0;
}

#topmenu ul {
	padding: 0px;
	margin: 0px;
	height: 34px;
}
#topmenu ul li {
	display: block;
	text-indent: -5000px;
	float: left;
}
#topmenu ul li a{
	padding: 0;
	background: url(/images/design/menu-top.gif) 0 0 no-repeat;
	height: 34px;
	display: block;
	
}
	
#topmenu a#deutsch {
   background-position: 0 0;
   width: 79px;
}

#topmenu a#deutsch:hover {
   background-position: 0 -34px;
}

#topmenu a#espanol {
   background-position: -79px 0;
   width: 73px;
}

#topmenu a#espanol:hover {
   background-position: -79px -34px;
}

#topmenu a#enjoy {
   background-position: -152px 0;
   width: 143px;
}

#topmenu a#enjoy:hover {
   background-position: -152px -34px;
}
/* Main Menu ---------------------------------------------------*/




#nav ul {
	padding: 0px;
	margin: 0px;
	height: 28px;
	float: left;
	clear: both;
	
}
#nav ul li {
	display: inline;
	float: left;
	margin-right: 6px;
}
#nav ul li a{
	padding: 0;
	margin: 0 0px 0 0;
	height: 37px;
	display: block;
	background: url(/images/design/menu.gif) no-repeat 0 0;

}

#nav ul li a span {
	
	visibility:hidden;
	text-decoration: none;
	}

#nav{
	width: 690px;
	height: 37px;
	position: absolute;
	top: 114px;
	display: inline;
	padding-left: 11px;
	z-index: 1;
}

/* Updated August 2 */
	
#nav a#mhome {
   background-position: 0 0;
   width: 61px;
   text-indent: -5000px;
}

#nav a#mhome:hover, #nav a#mahomeactive {
   background-position: 0 -37px;
}

#nav a#mpackages, #nav a#mpackagesactive {
   background-position: -68px 0;
   width: 90px;
   text-indent: -5000px;
}

#nav a#mpackages:hover, #nav a#mpackagesactive:hover{
   background-position: -68px -74px;
}

#nav a#mpackagesactive {background-position: -68px -37px;}

#nav a#maccommodation, #nav a#maccommodationactive{
   background-position: -165px 0;
   width: 135px;
   text-indent: -5000px;
}

#nav a#maccommodationactive {background-position: -165px -37px;}

#nav a#maccommodation:hover, #nav a#maccommodationactive:hover{
   background-position: -165px -74px;
}

#nav a#mtransportation, #nav a#mtransportationactive{
   background-position: -307px 0;
   width: 135px;
   text-indent: -5000px;
}

#nav a#mtransportationactive{background-position: -307px -37px;}

#nav a#mtransportation:hover, #nav a#mtransportationactive:hover {
   background-position: -307px -74px;
}

#nav a#mwinter, #nav a#mwinteractive {
   background-position: -449px 0;
   width: 74px;
   text-indent: -5000px;
}

#nav a#mwinteractive {background-position: -449px -37px;}

#nav a#mwinter:hover, #nav a#mwinteractive:hover{
   background-position: -449px -74px;
   z-index: -10;
}

#nav a#msummer, #nav a#msummeractive{
   background-position: -530px 0;
   width: 75px;
   text-indent: -5000px;
}

#nav a#msummeractive {background-position: -530px -37px;}

#nav a#msummer:hover, #nav a#msummer:hover{
   background-position: -530px -74px;
}

#nav a#minfo, #nav a#minfoactive{
   background-position: -614px 0;
   width: 74px;
   text-indent: -5000px;
}

#nav a#minfoactive{background-position: -614px -37px;}

#nav a#minfo:hover, #nav a#minfoactive:hover{
   background-position: -614px -74px;
}

/* End of Updated August 2 */

#nav li ul { /* second-level lists */
	position: absolute; /* just added */
	width: 168px;
	left: -999em;
	z-index: 20;
}

#nav li ul li a {
	border-right: 1px solid #358ec7;
	border-left: 1px solid #358ec7;
	border-bottom: 1px dotted #358ec7;
	
	text-align: left;
	width: 140px;
	display: block;
	padding: 7px 5px 0px 9px;
	font-size: 0.9em;
	text-decoration: none;
	font-weight: normal;
	color: #fff;
	background: #246693;
	height: 20px;
	overflow: hidden;

}

#nav li ul li.mlast a {border-bottom: 1px solid #358ec7;}

#nav li ul li a:hover {
	color: #eefec4;
	background: #1d5277;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	margin: 0;
	margin-left: 0;
}

#nav li:hover, #nav li.hover {
    position: static;
	background-position: 0 -74px;
}

/* Updated August 2nd */

#nav li#lpackage:hover, #nav li#lpackage.sfhover, #nav li#lpackageactive:hover, #nav li#lpackageactive.sfhover {
	background: url(/images/design/menu.gif) no-repeat -68px -74px;
}

#nav li#laccommodation:hover, #nav li#laccommodation.sfhover, #nav li#laccommodationactive:hover, #nav li#laccommodationactive.sfhover{
   background: url(/images/design/menu.gif) no-repeat -165px -74px;
}

#nav li#ltransportation:hover, #nav li#ltransportation.sfhover, #nav li#ltransportationactive:hover, #nav li#ltransportationactive.sfhover{
   background: url(/images/design/menu.gif) no-repeat -307px -74px;
}

#nav li#lwinter:hover, #nav li#lwinter.sfhover, #nav li#lwinteractive:hover, #nav li#lwinteractive.sfhover{
   background: url(/images/design/menu.gif) no-repeat -449px -74px; z-index: 1;
}

#nav li#lsummer:hover, #nav li#lsummer.sfhover, #nav li#lsummeractive:hover, #nav li#lsummeractive.sfhover{
   background: url(/images/design/menu.gif) no-repeat -530px -74px;
}

#nav li#linfo:hover, #nav li#linfo.sfhover, #nav li#linfoactive:hover, #nav li#linfoactive.sfhover{
   background: url(/images/design/menu.gif) no-repeat -614px -74px;
}


/* End of Updated August 2nd */

#searchInside {float: right; width: 220px; height: 31px; overflow: hidden;padding: 0; margin: 0; position: absolute; bottom:-2px; right: 20px;}

/* Updated August 2 */
.searchbox {
	background: url(/images/design/bg-search.gif) no-repeat 0 0;
	border: none;
	width: 180px;
	height: 15px;
	padding: 3px 5px;
	margin: 0;
	overflow: hidden;
	float: left;
	color: #666;
	}
/* End of Updated August 2 */

.buttsearch {
	margin: 0;
	padding: 0;
	float: left;
	margin-left: -4px;
	}


/* Content */


#content {
	width: 918px;
	padding: 20px;
	border: 1px solid #d5e2e9;
	border-top: none;
	border-bottom: none;
	background: #fff;
	}
	
#featured1 {
color:#F9A521;
margin-top:10px;
margin-bottom:10px;
font-size:18px;
}
	
#featured-main {
	
	}
	
#content-left {
	width: 630px;
	float: left;
	overflow: hidden;
	}
	
#content-full {
	margin-top: 0px;
	line-height: 1.6em;
	padding: 0;
	}
	
#content-right {
	width: 270px;
	float: right;
	overflow: hidden;
	}
	
	
#travelplanner {
background:transparent url(/images/design/bg-travel-planner.jpg) no-repeat scroll center top;
height:260px;
margin-bottom:20px;
position:relative;
width:270px;
	}
	
#travelplanner h4 {
	text-indent: -5000px;
	margin: 0;
	padding: 0;
	}	
	
#travelplanner form {
left:20px;
position:absolute;
top:50px;
	}
	
#travelplanner label {
	color: #fff;
	float: left;
	width: 70px;
	}

/* Updated August 2 */
#travelplanner input.tplan {
	width: 145px;
	border: 1px solid #dadada;
	height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	padding: 3px 5px;
	margin-bottom: 10px;
	}
/* End of Updated August 2 */	

#travelplanner select.tplan {
	width: 110px;
	text-align: center;
	margin-bottom: 10px;
	}
	
#travelplanner input#searchnow {
	margin-top: 10px;
	margin-left: 46px;
	}
	
#travelplanner .planlink {
color:#B3D7EB;
font-size:11px;
font-weight:bold;
position:relative;
text-align:center;
top:220px;
	}
	
.planlink a {color: #b3d7eb; text-decoration: none;}

.planlink a:hover {text-decoration: underline;}
	
#driver-callnow, #driver-priceguarantee, #driver-network {
	margin-bottom: 20px;
	}
	
#driver-newsletter {
	background: url(/images/design/bg-join-newsletter.jpg) no-repeat top;
	width: 270px;
	height: 161px;
	overflow: hidden;
	}
	
#driver-newsletter input.email {
	width: 219px;
	margin: 78px 0 0 20px;
	border: 1px solid #dadada;
	height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	padding: 5px;
	}
	
#driver-newsletter input.joinnow {
	margin: 10px 0 0 61px;
	}
	
.clear {
	clear: both;
	}
	
	
/* Footer */	
	
#footer {
	width: 958px;
	padding: 0;
	margin: 0;
	border: 1px solid #d5e2e9;
	font-size: 11px;
	background: #fff;
	}

#footer-top {
	background: url(/images/design/bg-super-footer.gif) repeat-x top #fff;
	margin-left: 33px;
	padding: 0;
	}
	
#footer-top ul {
	float: left;
	margin: 0;
	padding: 20px 34px 20px 20px;
	color:#FFFFFF;
	}
	
#footer-top ul li a {
color:#666666;
text-decoration:none;
}
#footer-top ul li a:hover {
color:#3289BE;
text-decoration:underline;
}
	
#footer-top ul li a:hover {
	text-decoration: underline;
	}
	
	#footer-top ul li.first-header a {
	font-size: 11px;
	color: #5d810a;
	font-weight: bold;
	text-decoration: none;
	}
	
#footer-top ul li.first-header a:hover {
	text-decoration: underline;
	}
	
#footer-bottom {
	background: url(/images/design/bg-footer.gif) repeat-x top #2674AE;
	height: 40px;
	}
	
.footer-call {
	float: left;
	padding-left: 20px;
	padding-top: 10px;
	color: #fff;
	}
	
.footer-copyright {
	float: right;
	padding-right: 20px;
	padding-top: 10px;
	color: #fff;
	}
	
.footer-copyright a {color: #fff; text-decoration: none;}

.footer-copyright a:hover {text-decoration: underline;}


/* Updated August 2 */
h1 {color: #f9a521; text-transform: capitalize; font-size: 16px; letter-spacing: -0.1px;}
h2.CDN {color: #384d5f; font-size: 14px;}
p a {color: #3289be;}
p a:hover {color:#3289BE; text-decoration:none;}
#rtavailability {width: 270px; margin-bottom: 20px;}
#rtatop {background: url(/images/design/box-availability-top.gif) no-repeat 0 0; width: 270px; height: 2px; overflow: hidden;}
#rtamid {background: url(/images/design/box-availability-bg.gif) repeat-y 0 0; width: 230px; padding: 5px 20px; color: #fff;}
#rtamid h3 {text-transform: uppercase; font-size: 14px; letter-spacing: -0.01em; color: #b3d7eb;}
#rtabottom {background: url(/images/design/box-availability-bottom.gif) no-repeat 0 0; width: 270px; height: 2px; overflow: hidden;}
/* End of Updated August 2 */

#login {margin-bottom:9px; margin-top:0px; width:270px;}
#logintop {background: url(/images/design/bg-login-top.gif) 0 0 no-repeat; height: 4px; overflow: hidden;}
#loginbottom {background: url(/images/design/bg-login-bottom.gif) 0 0 no-repeat; height: 4px; overflow: hidden;}
#loginmid {background: url(/images/design/bg-login-mid.gif) 0 0 repeat-y; text-align: center; padding: 5px;}
#loginmid img {vertical-align: text-top; padding-right: 5px;}
#loginmid a{ text-transform: uppercase; font-weight: bold; color: #3289be; text-decoration: none;}
#loginmid a:hover {text-decoration: underline;}


/* Updated March 4, 2010 */
.savemore {width: 104px; height: 44px; overflow: hidden; float: left; margin: 20px 0 0 0;}
.savemoreinfo {border: 1px solid #dbdbdb; width: 360px; padding: 5px 10px; height: 32px; float: left; background: #fff; margin: 20px 0 0 0; line-height: normal;}
.savemoreinfo strong {color: #810202;}
table.addmoreplan {border: 1px solid #c6cdcf; background: #e3eef5; width: 500px; margin: 10px 0 0 0; overflow: hidden;}

#content-full table.kform th.kformheader {background: #eef8d5; font-weight: bold; color: #10547d; text-align: left; padding-left: 10px;}
table.addmoreplan td {background: #fff; border: 1px solid #fafcfd;}
#content-full table.kform td.planbutt {background: url(/images/design/butt-bg.gif) 0 0 repeat-x #fff;}


/* Updated July 28, 2010 */
#disclaimer {font-size: 9px;}