body {
	background:url(../img/home/bg-home.png) #00294f repeat;
}

p {
	margin-bottom: 16px;
}

strong {
	font-weight: 600;
}

a {
	color: #87CDFF;
	text-decoration: none;	
}

a:hover {
	color: #A9DBFF;
	text-decoration: none;	
}

.wrapper {
	margin:0 auto; 
	position: relative;
	min-width:960px;
	max-width:1024px;
}

#header {
	margin:0 0 20px 0;
}

#brand {
	float:left; 
	overflow:hidden; 
	padding:24px 0 0 47px;
}

#brand a {
	background:url(../img/global/bg-global-sprite.png) no-repeat 0 0;
	display:block;
	float:left;  
	text-indent:-9999em; 
}
#brand .delta {height:43px; width:195px; margin:0 6px 0 0;}
#brand .skyteam {height:43px; width:43px; background-position:-200px 0;}

#utility-nav {
	float: right; 
	font-size: 10px; 
	letter-spacing: 0.5px; 
	margin: 2px 36px 0 0; 
	text-align: right;	
	text-transform: uppercase; 
}

#utility-nav > ul {
	margin:3px 0 5px 0;
}

#utility-nav .menu-item { 
	display: inline-block;
	height: 24px;
	vertical-align: middle;
}

#ie7 #utility-nav .menu-item { 
	display: inline;
}

#utility-nav .menu-item > a {
	color: #acbed2; 
	display: block; 
	line-height: 24px;
	margin: 1px;  
	padding: 0 10px;
	position: relative;
	text-align: left;
	font-weight: 600;/*500*/
}

#utility-nav .primary { }
#utility-nav .secondary { }

#utility-nav .language a {
	background: url(../img/home/bg-home-sprites.png) no-repeat  5px -119px transparent;
	padding-left: 29px;    
}

#utility-nav .help {
	background: url(../img/home/bg-home-sprites.png) no-repeat 0 -340px transparent;
}

#utility-nav .comment {
	background: url(../img/home/bg-home-sprites.png) no-repeat 0 -340px transparent;
}

#utility-nav .fb {
	background: url(../img/home/bg-home-sprites.png) no-repeat 0 -340px transparent;
	height: 24px;
}

#utility-nav .twtr {
	height: 24px;
}

#utility-nav .fb a,
#utility-nav .twtr a {
	background: url(../img/home/bg-home-sprites.png) no-repeat  0 -75px transparent;
	display: block;	
    height: 12px;
	margin: 6px 5px 0 8px;
	overflow: hidden;
    padding: 0;
    text-indent: -9999em;
    width: 12px;
}

#utility-nav .twtr a {
	background-position: 0 -100px;
	margin-left: 0;
}

#utility-nav .text {
	background: url(../img/home/bg-home-sprites.png) no-repeat 0 -340px transparent;
}

#utility-nav .shop {}
#utility-nav .traveling {}
#utility-nav .skymiles {}
	
#utility-nav .search {
	background-color: #fff;
	border: 1px solid #000;
	height: auto;
	margin: 2px 3px 0 2px;
	padding: 0;
	border-radius:2px;
	     -o-border-radius:2px;
	   -moz-border-radius:2px;
	-webkit-border-radius:2px;
}

#utility-nav .search input[type=text] {
	background: #fff url(../img/global/bg-search.png) no-repeat 4px 4px;
	border: none;
	display: inline-block;
	padding: 0 0 0 20px;
	height: 22px;
	margin: 0;
	width: 73px;
	-webkit-transition: width 0.4s ease-in-out;
	-moz-transition: width 0.4s ease-in-out;
	-o-transition: width 0.4s ease-in-out;
	transition: width 0.4s ease-in-out;	
}

#ie7 #utility-nav .search input[type=text] {
	display: inline;
}

#utility-nav .search input[type=text]:focus {
	width: 130px;

	-webkit-transition: width 0.4s ease-in-out;
	-moz-transition: width 0.4s ease-in-out;
	-o-transition: width 0.4s ease-in-out;
	transition: width 0.4s ease-in-out;	
}

#utility-nav .search button {
	border: 0 none;
	border-radius: 0;  /* For iOS Safari */
	color: #fff;
	cursor: pointer;
	font-size: 9px;
	font-weight: 400;/*500*/
	line-height: 22px;
	height: 24px;
	margin: 0;
	padding: 0 2px;
	text-transform: uppercase;

	/* fallback */
	background: #00437f;

	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0071bc), to(#00437f));

	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #0071bc, #00437f);

	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #0071bc, #00437f);

	/* IE 10 */
	background: -ms-linear-gradient(top, #0071bc, #00437f);

	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #0071bc, #00437f);
}

#ie7 #utility-nav .search button {
	display: inline;
	margin: 0 0 -1px 0;
	overflow: visible;
	width: auto;
}

#utility-nav .cart a {
	background: url(../img/global/bg-cart.png) no-repeat 0 50%;
	padding-left: 20px;
}

#utility-nav .has-dropdown > a {
	background: url(../img/home/bg-home-sprites.png) no-repeat right -317px;
	padding-right: 20px;
}

.no-js #utility-nav .has-dropdown:hover,
#utility-nav > ul > li.has-dropdown.open {
	/* fallback */
	background: #fcfcfc;

	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fcfcfc), to(#cecece));

	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #fcfcfc, #cecece);

	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #fcfcfc, #cecece);

	/* IE 10 */
	background: -ms-linear-gradient(top, #fcfcfc, #cecece);

	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #fcfcfc, #cecece);
}

.no-js #utility-nav .has-dropdown:hover > a,
#utility-nav .has-dropdown.open > a {
	background: url(../img/home/bg-home-sprites.png) no-repeat right -291px;
	border: 1px solid #cecece;
	color: #003366;
	margin: 0;
	padding-right: 20px;
	text-decoration: none;
}

#utility-nav .dropdown {
	background-color: #f2f4f6;
    box-shadow: 2px 2px 10px #072E4A;
    cursor: auto;
    display: none;
    overflow: hidden;
    position: absolute;
	text-align: left;
    width: 156px;
    z-index: 9999;
}

.no-js #utility-nav .has-dropdown:hover .dropdown {
	display: block;
}

#utility-nav .dropdown.wide {
	width: 313px;	
}

#utility-nav .dropdown ul:first-child {
	border-left: 0 none;	
}

#utility-nav .dropdown ul {
	border-left: 1px solid #fff;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #fff;
	float: left;
	width: 155px
}

#utility-nav .dropdown li {
	border-bottom: 1px solid #ddd;
}

#utility-nav .dropdown a {
	border-bottom: 1px solid #fff;
	color: #0253A4;
	display: block;
	font-size: 9px;
	line-height: 12px;
	padding: 15px 15px 13px;	
}

#utility-nav .dropdown a:hover,
#utility-nav .dropdown a:hover small {
	color: #1c7bd9;
}

#utility-nav .dropdown a small {
	color: #333;
	display: block;
	margin-top: 6px;
	text-transform: none;
}

#main-content {
	background:url(../img/home/bg-nyc.jpg) 0 0 no-repeat; 
	height:710px; 
	position:relative;

	border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

#headline {
	bottom:190px;
	position:absolute;
	right:25px;
	text-align: right;
	width:585px;
}

#headline h1 {
	color:#fff;
	font-size: 32px;
	font-weight: 300;
	letter-spacing:0.5px;	
	line-height:34px;
	text-shadow: 0 0 1px #fff;
	text-transform:uppercase;
}

#headline h1 strong {
	font-weight:400;/*500*/
}

#headline h2 {
	color:#fff;
	font-size:12px;
	font-weight:300;
	letter-spacing:1.5px;
	line-height:17px;
	text-shadow:0 0 1px #fff;
	text-transform:uppercase;
}

#headline .caret {
	display:block;
	width:12px;
	height:15px;
	position: absolute;
	bottom:0;
	right:-14px;
	background: url(../img/home/bg-home-sprites.png) -91px -682px no-repeat;
}

#headline.light .caret {
	background-position: -74px -682px;
}

#headline:hover {
	text-decoration:none;
}

#headline.light h1,
#headline.light h2 {
	color: #02132D;
}

.promotions {
	bottom: 6px;
	height: 150px;
	overflow: hidden;
	padding-bottom: 10px;
	position: absolute;
	right: 25px;
	width: 567px;
}

.promotions div {
	left: 567px;
	position: absolute;
	top: 0;
	width: 567px;
}

.promotions article {
	/*
	background: #00274D;
	background: rgba(0, 39, 77, 0.5);
	*/
	background: url(../img/home/bg-home-promo-tile.png) no-repeat bottom left;

	bottom: 29px;
    float: left;
	height: 129px;
	margin: 0 0 0 5px;
	padding: 0 2px;
	text-align: center;
	width: 180px;

	border-radius:4px;
	     -o-border-radius:4px;
	   -moz-border-radius:4px;
	-webkit-border-radius:4px;	
}

.promotions article:hover {
	background-image: url(../img/home/bg-home-promo-tile-hover.png);
}

.promotions article .thumb {
	
}

.promotions article h2 {
	color: #fff;
	font-size: 10px;
	letter-spacing: 1px;	
	line-height:14px;
	padding-bottom: 3px;
	text-transform:uppercase;
}

.promotions article p {
	color: #fff;
	font-size: 9px;
	letter-spacing: 0.5px;
	line-height: 14px;
	margin: 0;
}

.promotions .nav {
	bottom: 0;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.promotions .nav li.button {
	
	background-repeat: no-repeat;
	cursor: pointer;
	display: inline-block;
	height: 15px;
	margin: 0 5px;
	width: 15px;
}

.promotions .nav li.dot {
	background-image: url(../img/home/bg-home-sprites.png);
	background-position: 3px -497px;
	cursor: pointer;
	display: inline-block;
	height: 24px;
	width: 24px;
}

#ie7 .promotions .nav li {
	display: inline;
}

.promotions .nav li.dot:hover,
.promotions .nav li.dot.selected {
	background-position: 3px -522px;
}

.sub-content  {
	color:#fff;
	font-size: 11px;
	line-height: 16px;
}

.sub-content .news-to-you > h1,
.sub-content .fare-specials > h1 {
	font-size: 20px;
	font-weight: 400;
	letter-spacing:0.5px;	
	line-height:20px;
	margin-bottom:28px;
	text-transform:uppercase;
}

.sub-content p {
	margin-bottom: 13px;
	font-size:11px;
}

.sub-content a {
	color:#87CDFF;
	font-size:12px;
	font-weight:600;/*500*/
}

.sub-content .booknow a {
	font-size:11px;
}

.sub-content a:hover {
	color:#A9DBFF;
	text-decoration: none;
}

.sub-content .primary {
	border-right: 1px dashed #1a4163;
	float:left;
	margin:48px 0 50px 59px;
	padding:0 30px 0 0;
	width:540px;
}

.sub-content .news-to-you > article {
	border-bottom: 1px solid #1a4163;
	margin-bottom:27px;
	padding-bottom:15px;
}

.sub-content .news-to-you > article.featured {
	padding-left:157px;
}

.sub-content .news-to-you > article.featured .thumb {
	float:left;
	margin-left:-157px;
}

.sub-content .news-to-you > article.img-left {
	padding-left:157px;
}

.sub-content .news-to-you > article.img-left .thumb {
	float:left;
	margin-left:-157px;
}

.sub-content .news-to-you > article.img-right {
}

.sub-content .news-to-you > article.img-right .thumb {
	float:right;
}

.sub-content .news-to-you h2,
.sub-content .fare-specials > article.featured h2 {
	font-size:18px;
	line-height:20px;
	padding-bottom: 6px;
	font-weight:400;
}

.sub-content .news-to-you h3 {
	font-size:13px;
	line-height:18px;
	margin-bottom: 17px;
	font-weight:400;
}

.sub-content .news-to-you .featured h2 {
	font-weight:300;
	font-size:28px;
	letter-spacing:0.5px;	
	line-height:22px;
	padding-bottom:9px;
	text-transform:uppercase;
}

.sub-content .baggage-questions {
	background: url(../img/home/bg-home-sprites.png) no-repeat  0 -200px transparent;
    line-height: 18px;
    padding: 5px 0 22px 46px;
}

.sub-content .secondary {
	float:left;
	margin:50px 0 0;
	padding:0 0 0 41px;
	width:306px;
}

.sub-content .fare-specials article {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding: 10px 0;
}

.sub-content .fare-specials article.featured {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding-top: 0;
}

.sub-content .fare-specials img {
	float:left;
}

.sub-content .fare-specials .details {
	float:right;
	text-align:right;
}

.sub-content .fare-specials .price {
	font-size: 21px;
	line-height: 27px;
	margin-bottom:0;
	font-weight:400;/*500*/
}
.sub-content .fare-specials .booknow {
	margin:0;
}

.sub-content .fare-specials small {
	font-size: 11px;
	text-transform: uppercase;
	vertical-align: top;
	font-weight:400;	
}

.sub-content .fare-specials .featured .thumb {
	margin-bottom:18px;
}

.sub-content .fare-specials .normal h2 {
	color:#98A0A8;
	float:left;
	font-size:12px;
	line-height:20px;
	padding: 0 5px 0 13px;
	width: 100px;
}

.sub-content .fare-specials .normal details {
	width: 115px;
}

.sub-content .fare-specials .legal {
	color: #B4C4D4;
	font-size:9px;
	line-height:12px;
	margin: 6px 0;
}

.sub-content .internal-promos {
	margin: 15px 0;
}

.sub-content .internal-promos a {
	background-color: #00274D;
	background-color: rgba(0, 39, 77, 0.5);
	color: #fff;
	display: block;
	font-weight:400;/*500*/
	font-size:19px;
	letter-spacing: 0.5px;
	line-height:20px;
	padding: 18px 0 18px 62px;
	text-transform:uppercase;
	
	/*
-moz-box-shadow:inset 0 0 1px #000000;
   	-webkit-box-shadow:inset 0 0 1px #000000;
   	box-shadow:inset 0 0 1px #000000;
*/

   	border: 1px solid #00182F;
   	border-right-color: #1B3F61; 
   	border-bottom-color: #1B3F61;   	
}

.sub-content .internal-promos li:first-child a {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;	
}

.sub-content .internal-promos li.last-child a {  
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.sub-content .internal-promos .mail {
	background: url(../img/home/bg-internal-promo-icons.png) no-repeat 15px 25px;
}

.sub-content .internal-promos .skymiles {
	background: url(../img/home/bg-skymiles.png) no-repeat 0 0;
}

.sub-content .internal-promos small {
	color: #87CDFF;
	display: block;
	font-size: 11px;
	line-height: 16px;
	text-transform: none;
	font-weight: 400;
}

.page-footer {
	background: url(../img/home/bg-home-dark.png) repeat 0 0;
	clear: both;
	padding-bottom: 20px;
}

.page-footer .social-mobile-apps h1 {
	color: #FFF;
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 4px;
	font-weight:400;
}

.page-footer section.facebook,
.page-footer section.twitter,
.page-footer section.mobile-apps {
	float:left;
	margin: 35px 0 40px 0;
	width:270px;
}

.page-footer .social-mobile-apps {font-size:11px; color:#B4C4D4;}


.page-footer section.facebook {padding: 0 0 0 48px;}
.page-footer section.twitter {padding: 0 0 0 23px;}
.page-footer section.mobile-apps {padding: 0 0 0 63px;}

.page-footer section.facebook a.facebook-like {
	background: url(../img/home/bg-home-sprites.png) no-repeat 0 0;
	line-height: 18px;
	padding-left: 28px;
}

.page-footer section.twitter {
	border-left: 1px dashed #0d2a4a;
	border-color: rbga(255, 255, 255, 1);
}

.page-footer section.twitter time {
	display: block;
	font-size: 9px;
}

.page-footer section.twitter a.twitter-follow {
	background: url(../img/home/bg-home-sprites.png) no-repeat 0 -25px;
	line-height: 18px;
	padding-left: 28px;
}

.page-footer section.mobile-apps {
	border-left: 1px dashed #0d2a4a;
	border-color: rbga(255, 255, 255, 1);
	width: 300px;
}

.page-footer .mobile-apps .mobile-app-cta {display:block; float:left; padding:17px 0 0; width:280px;}

.page-footer .mobile-apps .mobile-app-cta .get-app-links  {display:block; float:right; padding:23px 0 0 0; font-size:13px;}
.page-footer .mobile-apps .mobile-app-cta .get-app-links a {}

.page-footer section.mobile-apps a.get-app {
	background: #00274D url(../img/home/bg-home-sprites.png) no-repeat 8px -391px;
	background-color: rgba(0, 39, 77, 0.5);	
	float: left;
	line-height:44px;
	padding: 9px 8px 8px 65px;
   	border: 1px solid #00182F;
   	border-right-color: #1B3F61; 
   	border-bottom-color: #1B3F61;
   	border-radius: 4px;
}

.page-footer .ad {
	background-color: #acacac;
	border: 2px solid #fff;
	display: block;
	height: 90px;
	margin: 0 auto 39px;
	text-align: center;
	width: 728px;
			border-radius:2px;
	     -o-border-radius:2px;
	   -moz-border-radius:2px;
	-webkit-border-radius:2px;
}

.page-footer .footer-links {font-size: 9px;}
.page-footer .footer-links li {
	float: left;
	margin-right: 12px;
}

.page-footer .footer-links li a{
	color:#B4C4D4 !important;
}
.page-footer .footer-links li.mobile-app-link a{
	display:inline-block;
	padding:0 22px 0 0;
	background:url(../img/home/icon-mobile-app.png) 100% 0 no-repeat;
}



.page-footer .footer-links li.right {
	float: right;
}

.page-footer .disclaimer {
	clear: both;
	margin: 25px 0 30px 0;
	text-align: center;
}

.page-footer .disclaimer p {
	color: #B4C4D4;
	font-size: 9px;
	letter-spacing: 0.5px;
	line-height: 12px;
	margin: 2px;
}

.cont {border:8px solid rgba(256,256,256, .4); border-radius:4px; box-shadow:4px, 4px, #000; width:300px; position:absolute; top:200px; left:50%;}
.inner {border-radius:2px;}
.cont .cont-head {font-size:2em; padding:6px; text-align:center; background-color:#fff;}
.cont .cont-body {padding:6px; background-color:#efefef;}
