/* 	Site: AV-Specials
		Info: Main Styles
		Created by: Jeff Claeson - All-Travel
		Date: 8-1-07

		COLOR GLOSSARY
 		Red: #ef4838;
		Blue: #025abb;
		Light Blue: #d9e9f8;
		
*/

/* =Reset
----------------------------------------------- */
body, div, dl, img, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, iframe, fieldset, input, p, blockquote, th, td, span {
	margin: 0;
	padding: 0;
}
ol, ul {
	list-style: none;
}
li a {
	text-decoration: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	font-size: 72.5%;
	background: #c5d9ef url(/images/layout/body-bg.png) repeat-x; 
	line-height: 18px;
	position: relative;
	padding-bottom: 90px;
	font-family: Arial, Helvetica, sans-serif;
}

/* =Layout
----------------------------------------------- */
#wrap {
	width: 800px;
	margin: 0 auto;
	position: relative;
}
#branding {
	height: 90px;
}
#branding img#logo {
	float: left;
	display: inline;
	border: 0;
	margin: 10px 0;
}
#branding img {
	float: right;
	display: inline;
	margin-top: 3px;
}
#branding a#clicktocall {
	left: 528px;
	top: 53px;
	position: absolute;
}
	#branding a#clicktocall img {
	float: none;
	}
#content {
	clear: left;
	position: relative;
	background: #FFF url(/images/layout/content-bg-top.png) no-repeat;
	width: 800px;
	padding-top: 9px;
}
#leftContent, #mainImage {
	margin-left: 10px;
}
#leftContent {
	float: left;
	display: inline;
	width: 131px;
	margin-bottom: 18px;
}
body.book #mainContent {
	width: 629px;
}
#rightContent {
	float: left;
	display: inline;
	width: 156px;
	margin-bottom: 18px;
}
#mainContent {
	float: left;
	display: inline;
	margin: 0 15px 18px 15px;
	width: 463px;
	text-align: justify;
}
body.quote #mainContent {
width: 619px;
}
#appleBook {
	border-top: 2px solid #d9e9f8;
	border-bottom: 2px solid #d9e9f8;
	padding: 19px 0;
}
#footer {
	clear: both;
	background: url(/images/layout/content-bg-bottom.png) no-repeat bottom left;
	width: 800px;
	padding-bottom: 30px;}

/* =Header Rotating Banners
----------------------------------------------- */
#flash, .header-image {
	margin: 0 10px 18px 10px;
	width: 780px;
}
* html #flash, * html .header-image {
	margin-top: -45px!important;
}


/* =Nav
----------------------------------------------- */
#nav {
	position: absolute;
	width: 378px;
	left: 155px;
	z-index: 50;
	height: 0;
}
#nav span, #sub-nav span {
	display: none;
}
li#mexico a, li#caribbean a, li#hawaii a, li#ski a {
	background: transparent;
	position: absolute;
	top: 0;
	outline: 0;
	height: 22px;
}
li#mexico a { left: 0; width: 79px; background: url(/images/layout/nav.png) no-repeat 0 1px; }
li#caribbean a { left: 79px; width: 101px; background: url(/images/layout/nav.png) no-repeat -79px 1px; }
li#hawaii a { left: 180px; width: 105px; background: url(/images/layout/nav.png) no-repeat -180px 1px; }
li#ski a { left: 258px; width: 120px; background: url(/images/layout/nav.png) no-repeat -258px 1px; }

li#mexico a:hover, body.mexico li#mexico a { background-position: 0 -23px;}
li#caribbean a:hover, body.caribbean li#caribbean a { background-position: -79px -23px;}
li#hawaii a:hover, body.hawaii li#hawaii a { background-position: -180px -23px;}
li#ski a:hover, body.ski li#ski a { background-position: -258px -23px;}

#sub-nav {
	position: relative;
	float: right;
	display: inline;
	width: 232px;
	margin-right: 10px;
	top: 3px;
	height: 0;
	z-index: 50;
}
li#home a, li#quote a, li#about a, li#contact a {
	background: transparent;
	position: absolute;
	top: 0;
	outline: 0;
	height: 11px;
}
li#home a { left: 0; width: 38px; background: url(/images/layout/sub-nav.png) no-repeat 0 0; }
li#quote a { left: 38px; width: 72px; background: url(/images/layout/sub-nav.png) no-repeat -38px 0; }
li#about a { left: 110px; width: 60px; background: url(/images/layout/sub-nav.png) no-repeat -110px 0; }
li#contact a { left: 170px; width: 62px; background: url(/images/layout/sub-nav.png) no-repeat -170px 0; }

li#home a:hover { background-position: 0 -13px;}
li#quote a:hover { background-position: -38px -13px;}
li#about a:hover { background-position: -110px -13px;}
li#contact a:hover { background-position: -170px -13px;}



#nav ul {
	background-color:#fff; /*IE6 needs this*/
	margin-top: 0;

}
#nav ul li {
	background: #e2effb;
	border: 3px solid #FFF;
	border-top: 0;
	float:left;
	list-style:none;
	position:relative;
	z-index:999;
}
* html #nav ul li {
	border-top: 3px solid #FFF;
}
#nav ul a {
	line-height: 18px;
	color: #025abb;
	font-size: 10px;
	font-weight: bold;
	display:block;
	float:left;
	padding: 2px 10px;
	text-decoration:none;
	background: #e2effb;
	position: relative;
	width: 110px;
left:0;
}
#nav li ul {
	float:none;
	top:-999em;
	position:absolute;
}
#nav ul li:hover,
#nav ul li.sfHover,
#nav ul a:focus, #nav ul a:hover, #nav ul a:active {
	background: #c5d9ef;
}
#nav li:hover ul, /* pure CSS hover is removed below */
ul#nav li.sfHover ul {
	left:.5em;
	top:27px;
}

#nav li:hover li ul,
#nav li.sfHover li ul {
	top:-999em;
}
#nav li li:hover ul, /* pure CSS hover is removed below */
ul#nav li li.sfHover ul {
	left:10px;
	top:-1px;
	width:9.45em;
}
/*following rule negates pure CSS hovers
so submenu remains hidden and JS controls
when and how it appears*/
.superfish li:hover ul,
.superfish li li:hover ul {
	top:-999em;
}
#nav li li {
	background: #c5d9ef;
	float:none;
	width: 120px;
}
#nav li li a {
	float:none;
	padding-right:0;
}
/* quick hacks for IE */
*html #nav li li {
	margin-bottom:-3px;
}
*html #nav li li li {
	margin-bottom:-1px;
}
*+html #nav li li {
	margin-bottom:-3px;
}
*+html #nav li li li {
	margin-bottom:-1px;
}

/* =Typography
----------------------------------------------- */
p, ul, ol { 
	margin-bottom: 18px; 
	color: #444;
}
h1, h2, h3, h4, h5 {
	line-height: 18px;
	margin-bottom: 18px;
	font-family: "Arial Narrow", Arial, sans-serif;
}
h1 { 
	font-size: 20px; 
	color: #ef4838;
}
h2 { 
	font-size: 17px; 
	color: #025abb;
	margin-bottom: 9px;
}
h3 { 
	font-size: 15px; 
	margin-bottom: 9px;
}
h3#learn {
	width: 83px;
	height: 13px;
	margin-bottom: 4px;
	text-indent: -9999px;
	padding: 0;
	background: url(/images/layout/h3-learn.png) no-repeat;
}
h3#discount {
	width: 113px;
	height: 13px;
	margin-bottom: 4px;
	text-indent: -9999px;
	padding: 0;
	background: url(/images/layout/h3-discount.png) no-repeat;
}
h3#travel {
	width: 127px;
	height: 13px;
	margin-bottom: 4px;
	text-indent: -9999px;
	padding: 0;
	background: url(/images/layout/h3-travel.png) no-repeat;
}
h2#navHeading {
	float: left;
	display: inline;
	margin: 3px 9px 9px 10px;
	width: 141px;
	height: 15px;
	text-indent: -9999px;
	padding: 0;
	background: url(/images/layout/h2-nav2.png) no-repeat;
}
h2#bookonline {
width:261px;
height: 21px;
background: url(/images/header-booknow.png) no-repeat;
text-indent: -9999px;
margin: 5px auto;
} 
td strong {
	color: #025abb;
}
/* =Links
----------------------------------------------- */
a {
	color: #025abb;
	line-height: 1;
	text-decoration: underline;
	outline:none;
}
a:visited {
	color:#025abb;
	text-decoration: underline;
}	
a:hover {
	color: #ef4838;
	text-decoration: none;
}
a:active {
	color: #d9e9f8;
	text-decoration: none;
}
a.ad {
	margin-bottom: 18px;
	display: block;
}
#booknowbar {
	display: block;
	margin-bottom: 18px;
	outline: none;
}
#booknowlink {
	outline: none;
}

/* Lists 
---------------------------------------------- */
#leftContent .box {
	background: url(/images/layout/box-bottom.png) no-repeat bottom left;
}
#rightContent .box {
	background: url(/images/layout/box-bottom-large.png) no-repeat bottom left;
}
.box ul {
	padding: 9px 0;
	background: url(/images/layout/box-top.png) no-repeat top left;
}
#rightContent .box form, #rightContent .boxtop  {
	padding: 9px 0;
	background: url(/images/layout/box-top-large.png) no-repeat top left;
}

.box ul li {
	font-weight: bold;
}
.box li a {
	display: block;
	font-size: 11px;
	padding-left: 10px;
	color: #025abb;
	line-height: 24px;
	text-decoration: none;
}
.box li.hot {
border-bottom: 1px solid #E5EFFA;
padding: 0 5px 10px 0;

font-size: 10px;
font-weight: normal;
line-height: 1;
}
.box li.hot span {
padding-left: 8px;
}
.box li.hot a {
color:#ef4838;
font-size: 12px;
font-weight: bold;
padding-left: 8px;
margin: 0;
border-bottom: none;
}
.box li a:visited {
	text-decoration: none;
}
* html .box li {
	margin: 0 1px;
	padding: 0;
	border-bottom: 1px solid #FFF;
}
.box li a:hover {
	color: #ef4838;
	background: url(/images/layout/ln-arrow.png) no-repeat 0 50%;
}
#mainContent ul {
	margin-left: 30px;
}
#mainContent li {
	list-style: disc;
}
#mainContent li a:link {
	text-decoration: underline;
}

/* =Misc
----------------------------------------------- */
body#savings {
	background: #deedfa;
}
#savings-wrap {
	width: 542px!important;
overflow: hidden;
	margin: 30px auto;
	padding: 10px 0!important;
	background: #FFF url(/images/10percent-bg.png) no-repeat top center;
}
#savings-wrap p {
	margin: 20px;
text-align: justify;
}
#savings-wrap table {
	width: 300px;
	margin: 10px auto;
}
#savings-wrap h1 {
	width: 380px;
	height:120px;
	text-indent: -9999px;
	margin: 10px auto;
	background: url(/images/10percent-header.png) no-repeat;
}
p img, p iframe {
	float: right;
	margin: 0 0 10px 10px;
	padding: 2px;
	border: 1px solid #EEE;
}
#footer p img, .nofloat, #ratings p img {
	float: none;
	border: none;
	margin: 0;
}
p.q {
	font-weight: bold;
	padding-left: 20px;
	background: url(/images/help3.png) no-repeat;
}
div.a {
	padding: 0 0 10px 20px;
	margin-bottom: 10px;
	background: url(/images/font.png) no-repeat;
	border-bottom: 1px dashed #CCC;
}
div.a table td {
	border: 1px solid #EEE;
	padding: 5px 20px;
}
table.cities {
	padding: 5px;
	width: 400px;
	margin: 10px auto;
	border-collapse: inherit;
	border: 1px dashed #d9e9f8!important;
}
.cities tr {
	margin: 5px;
	padding: 5px;
}
.cities td {
	border: 5px solid #FFF;
}
.cities td a {
	display: block;
	background: #d9e9f8;
	padding: 5px;
}
.cities td a.current {
	color: #000;
	font-style: italic;
	text-decoration: none;
}
.cities td a:hover {
	color: #FFF;
	background: #ef4838;
}
.right {
	float: right;
	display: inline;
	margin: 0 0 18px 0; 
}
.left {
	float: left;
	display: inline;
	width: 443px;
	margin: 9px  auto;
	padding: 10px; 
	border: 1px dashed #EEE;
}
.left img {
	float: left;
	margin-right: 10px;
}
.center {
	text-align: center;
	margin: 9px 0;
	padding: 0;
}
.clear {
	clear:both; 
	height:1px; 
	margin:0; 
	padding:0; 
	font-size: 15px;
	line-height: 1px;
}

/* =Footer, CTA
----------------------------------------------- */
.cta {
	clear: both;
	width: 402px;
	text-align: center;
	margin: 20px auto;
	padding-bottom: 5px;
}
.cta h3 {
	color: #333;
	font-family: "Arial Narrow", Arial, sasn-serif;
	padding-top: 10px;
	margin-bottom: 10px;
	font-size: 15px;
}
.cta h3 strong {
	color: #025abb;
	margin: 9px 3px 5px 3px;
	display: block;
	font-size: 20px;
}
.cta h3 em {
	display: block;
	font-style: normal;
	line-height: 18px;
}
.cta p {
	font-size: 12px;
	margin-bottom: 0;
}
.phone {
	margin: 0 auto;
	width: 400px;
	text-align: center;
	font-size: 95%;
}
.phone h3 {
	color: #ef4838;
	margin-bottom: 5px;
	font-size: 14px;
}
.phone p {
	margin-bottom: 9px;
}
#site-info {
	margin-top: 5px;
}
#site-info p {
	font-size: 10px;
	color: #FFF;
	margin: 0 0 5px 0;
	line-height: 1;
	text-align: center;
}
#site-info p a {
	line-height: 18px;
}

/* =Specials/Misc
----------------------------------------------- */
#AppleSpecial p {
	margin: 2px 0;
	padding: 0;
	font-weight: normal;
}
th.imgTH img {
	padding: 5px;
}
table.border_tan {
	padding: 10px;
	border: 1px solid #ddd;
	margin-bottom: 15px;
}
table.border_tan td {
	padding: 5px;
}


/* =Booking Engine
----------------------------------------------- */
#apple-engine {
	margin: 0;
	padding: 0;
}
.sf-wrap {
	width: 463px;
	margin: 0 auto 20px auto;
	padding-bottom: 10px;
	background: url(/images/sf-wrap-bg-bottom.gif) no-repeat bottom left;
}
#sf-wrapper {
	margin: 0 5px;
}
.sf-wrap h3 {
	font-family: arial;
	margin: 0;
	font-size: 11px;
	color: #FFF;
	border-top: 1px solid #FFF;
	padding: 5px;
}
td.bar {
	background: #025abb;
}
td.bar2 {
	background: #ef4838;
}
td.bar3 {
	background: #ffcf4f;
}
td.bar3 h3 {
	color: #025abb;
	display: block;
}
td.bar a, td.bar2 a {
	font-size: 10px;
	color: #FFF;
	float: right;
	margin: 7px;
	padding:2px 0 2px 20px;
	background: url(/images/help.png) no-repeat 0 50%;
}
td.bar2 a {
	background: url(/images/help2.png) no-repeat 0 50%;
}
td.bar a:hover, td.bar2 a:hover {
	color: #FFF;
}
td.bar_normal {
	font-weight: bold;
	font-size: 9px;
	background: #c5d9ef;

	color: #000000
}
.bar_normal p, .c5 p, p.small {

	margin: 4px 0 0 8px;
	padding: 0;
	line-height: 1.3;
	font-size: 10px;
}
td.bar_light {
	padding-right: 3px;
	padding-left: 7px;
	font-weight: bold;
	font-size: 9px;
	background: #c5d9ef;
	padding-bottom: 3px;
	color: #000000;
	padding-top: 2px
}
td.bar_light2 {
	width: 250px;
	padding-right: 3px;
	padding-left: 7px;
	font-weight: bold;
	font-size: 9px;
	background: #c5d9ef;
	padding-bottom: 3px;
	color: #000000;
	padding-top: 2px;
}
td.notice {
	font-weight: normal;
	font-size: 9px;
	background: #025abb;
	color: #ffffff;
}
.sf-wrap p.small {
	font-size: 9px;
	margin: 0 10px;
	text-align: justify;
}
.appleFormTab, .appleFormTab2 {
	font-weight: normal;
	font-size: 11px;
	background: url(/images/sf-tab.gif) no-repeat bottom left;
	color: #000000;
	padding: 12px 0 2px 0;
}
.appleFormTab2 {
	background: url(/images/sf-tab2.gif) no-repeat bottom left!important;
}
.appleFormTabOn, .appleFormTabOn2 {
	font-weight: bold;
	font-size: 11px;
	background: #025abb url(/images/sf-tab-on.gif) no-repeat;
}
.appleFormTabOn2 {
	background: #025abb url(/images/sf-tab2-on.gif) no-repeat!important;
}
.appleFormTab input, .appleFormTab2  input {
	width: 15px!important;
	border: none!important;
}
#sf-wrapper input {
	margin: 0;
	width: 30px;
	line-height: 1;
	padding: 3px;
	color: #5e5e5e;
	border: 1px solid #7f9db9;
	font-size: 11px;
}
#sf-wrapper select.c3 {
	border: 1px solid #7f9db9;
	width: 190px;
	font-size: 11px;
	padding: 2px;
}
#sf-wrapper input.date {
	width: 100px;
}
.appleFormTab label, .appleFormTab2 label, .appleFormTabOn label, .appleFormTabOn2 label {
	font-size: 11px;
	color: #FFF;
	margin: 0 0 0 5px;
}
.appleFormTabOn label, .appleFormTabOn2 label {
	margin-left: 10px;
}
.sf-wrap form {
	background: url(/images/sf-wrap-bg.gif) no-repeat;
	padding-top: 5px;
}
#asubmit {
	margin: 5px;
	padding: 1px 10px;
	float: right;
	display: block;
}
td.c20 {padding-right: 5px; padding-left: 5px; padding-bottom: 5px; padding-top: 5px}
td.c18 {background-IMAGE: url(/images/sf-corner-right.gif); background-REPEAT: repeat; padding: 0!important}
td.c17 {background-IMAGE: url(/images/sf-tile.gif); background-REPEAT: repeat; padding: 0!important}
td.c16 {background-IMAGE: url(/images/sf-corner-left.gif); background-REPEAT: repeat; padding: 0!important}
table.c15 {display: none; TABLE-LAYOUT: fixed; background-color: #c5d9ef;}
td.c12 {background-color: #D2D7B3;}
table.c11 {display: none; padding-bottom: 3px; padding-left: 7px; padding-right: 3px; padding-top: 2px; TABLE-LAYOUT: fixed; background-color: #c5d9ef}
table.c10 {display: block; padding-bottom: 3px; padding-left: 7px; padding-right: 3px; padding-top: 2px; TABLE-LAYOUT: fixed; background-color: #c5d9ef}
select.c9, select.c7 {WIDTH: 45px}
div.c8 {display: none}
div.c6 {display: block}
select.c4 {display: none; margin: 5px 8px; }
table.c1 {TABLE-LAYOUT: fixed}
.c5 p {
	color: #FFF;
}
#infants label, #infants p {
	margin-left: 0;
	margin-bottom: 5px;
}
#infants td {
	padding-left: 8px;

}
#departureCities li {
margin: 8px 10px;



list-style: none;
}
#departureCities li a {
background: url(/images/layout/dest-arrow.png) no-repeat 0 50%;
padding-left: 20px;

}
#departureCities li a:hover {
font-style: italic;
text-decoration: none;
}
#departureCities strong {
font-weight: normal;
margin-left: 10px;
font-size: 10px;
}

.ProdName {
font-weight: bold;
font-size: 18px;
}
