@charset "utf-8";
/* CSS Document */
body{
    font: .7em Arial, Verdana, Sans-Serif;
    color: #333;
    margin: 0;
    padding: 0;
    padding-left: 5px;
    padding-right: 5px;
    background: white url(/res/img/header-bg3.jpg) repeat-x;
}

#center-pg {
    max-width: 990px;
	width:100%;

    margin-left: auto;
    margin-right: auto;
    text-align: left;
    position: relative;
}

div#site_header {
    width: 100%;
    height: 95px;
    margin-bottom: 10px;
}

#fvHeaderLogo {
    position: relative;
    top: 24px;
    left: 0px;
}

div#pageTopNav {
    position: absolute;
    right: 0px;
    /*width: 1200px;*/
    top: 10px;
}

div#utilityNav {
    float: right;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
}

div#utilityNav a {
    font: 11px Arial, Verdana, Sans-Serif;
    color: #fff;
    border-right: 1px solid #fff;
    padding: 0 8px 0 8px;
    line-height: 24px;
    font-weight: bold;
}

a.socialIcon {
    display: block;
    float: right;
    height: 24px;
    width: 65px;
    margin-left: 8px;
}

div.plusoneContainer {
    float: right;
    margin-left: 8px;
    text-align: right;
    margin-right: -15px;
}

ul#TabNav
{
   
       /*height:41px;*/
       position:absolute;
       right:0px;
       top:56px;
       padding:0px;
       margin:0px;
    
}

ul#TabNav li
{
    display: inline;
    float: left;
    margin: 0 0 0 5px;
    position: relative;  
    font-family: Arial,Verdana,Sans-Serif;

}

 ul#TabNav li a.topnav
{   
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    /*height: 41px;*/
    overflow: hidden;
    position: relative;
    text-indent:0;
    margin-left:0px;
    text-decoration:none;
    color:#fff;
    text-transform:uppercase;
    /*background: #35598d;*/

    padding: 12px 10px 12px 10px;
    position: relative;
    color: #f9f9f9;
    display: block;
    font-size:13px;
    font-weight: 600;
    -webkit-transition:all 1s ease;
    -moz-transition:all 1s ease;
    transition: all .4s ease-in-out;
}

 ul#TabNav li a.topnav:hover
{   
	background-color:#35598d;
	border-radius: 10px 10px 0px 0px;
}


ul#TabNav li a.topnav.selected
{   
	background-color:#000000;
	border-radius: 10px 10px 0px 0px;
}

ul#TabNav li a.topnav.selected:hover
{   
    background-position: left -82px;
}

/*
ul#TabNav li a.topnav.contact{background-image:url("/res/img/nav_contactus.gif");width:84px;}
ul#TabNav li a.topnav.news{background-image:url("/res/img/nav_news.gif");width:58px;}
ul#TabNav li a.topnav.solutions{background-image:url("/res/img/nav_solutions.gif");width:96px;}
ul#TabNav li a.topnav.airports{background-image:url("/res/img/nav_airports.gif");width:85px;}
ul#TabNav li a.topnav.traveltools{background-image:url("/res/img/nav_traveltools.gif");width:117px;}
ul#TabNav li a.topnav.home{background-image:url("/res/img/nav_home.gif");width:60px;}
ul#TabNav li a.topnav.flighttracker{background-image:url("/res/img/nav_flighttracker.gif");width:128px;}
ul#TabNav li a.topnav.mytrips{background-image:url("/res/img/nav_mytrips.gif");width:80px;}
*/







#site-footer {
    clear: both;
    border-top: 2px solid #697483;
    border-bottom: 2px solid #fff;
    height: auto;
    width: 100%;
    text-align: center;
    padding-top: 22px;
    padding-bottom: 20px;
	color: #fff;
	background-color: #090a0e;
}

#site-footer #line-one {
    margin-bottom: 13px;
	color: #fff;
}

#site-footer #line-one a {
    font: 1em Arial, Verdana, Sans-Serif;
    color: #fff;
    border-right: 1px solid #fff;
    padding: 0 7px 0 7px;
}

#site-footer #line-two {
    margin-bottom: 7px;
}

#site-footer #line-two a {
    font: .8em Arial, Verdana, Sans-Serif;
    color: #fff;
    border-right: 1px solid #fff;
    padding: 0 7px 0 7px;
}


#siteswelike {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 10px;
    height: 18px;
    vertical-align: top;
}

#siteswelike table tr td div.sitelist a {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    font-size: 11px;
}

#siteswelike table tr td div.icon {
    width: 94px;
    height: 18px;
    background-image: url(/img/interface/icon_siteswelike.gif);
    background-repeat: no-repeat;
    background-position: left top;
	color: #090a0e;
}


#copyright div.canadadata {
    padding-bottom: 5px;
	color: #fff;
}

/* mobile menu */

#MobileMenu
{
    display:none;
}



/* style for template */
.navigationBar
{
    /*background: url("img/bg-header-holder-02.gif") repeat-x scroll 0 50% #3C3E45;*/
    background-image: url("nav_bg.png") !important;
    background-position:left center;
    background-repeat:repeat-x;
    padding: 0px; 
    border-bottom:0px solid #3c3839;
    background-color:transparent;

}

.nav-opener {
    /*background-color:#3c3839;    
    background: linear-gradient(to bottom, #575253 0%, #3c3839 100%) repeat scroll 0 0 transparent;*/
    border: 1px solid #ffffff;
    border-radius: 4px;
    box-shadow: 0 0 0 0px rgba(83, 86, 96, 0.8) inset;
    display: block;
    height: 30px;
    overflow: hidden;
    position: absolute;
    right: 20px;
    text-indent: -9999px;
    top: 28px;
    width: 40px;
    
}

.nav-opener span:before {
    background: none repeat scroll 0 0 #fff;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.nav-opener span {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #fff;
    border-image: none;
    border-style: solid;
    border-width: 2px 0;
    bottom: 0;
    height: 10px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 22px;
}

.logo {
    margin: 0 10px;
    color:#ffffff;
    line-height:33px;
    font-size:18px;
    text-transform:normal;
	text-shadow: 0 -1px 0 #052152;
	font-weight:bold;    
}
.logo {
    background: url("template/logo-mobile.png") no-repeat scroll 0 0 transparent;
    height: 35px;
    width: 240px;
}

.NavHolder 
{
    background-color:#ddd;
    background: linear-gradient(top bottom, #645B5B 0%, #5D5453 100%) repeat scroll 0 0 transparent;
    border-radius: 0 0 0px 0px;
    box-shadow: 0 10px 5px -5px rgba(0, 0, 0, 0.15) inset;
    padding: 0;

}

.mobile-nav {
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 0px 0 0px;
    text-transform: none;
    background-color:#333;

}

.mobile-nav a {
    border-radius: 5px;
    color: #eee!important;
    display: block;
    padding: 8px 15px 8px 10px;
    position: relative;
    text-decoration:none!important;
    font-size:14px;

}

.NavContainer
{
    padding-left: 0px;
    padding-right: 0px;    
}

.mobile-nav{

}

.mobile-nav li
{
    padding-left:10px;
    padding-right:10px;
    padding-top:5px;
    padding-bottom:5px;
}

.mobile-nav li a:after {
    border-color: transparent #999;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    bottom: 0;
    content: "";
    height: 0;
    margin: auto 0;
    position: absolute;
    right: 10px;
    top: 0;
    width: 0;
}

.mobile-nav li{
	border-bottom:1px solid #666;
}

.mobile-nav li:hover
{
    background-color:#aaa;

}

.mobile-nav li:hover a
{
    color:#333!important;
    
}


.mobile-nav li:hover a:after {
    border-color: transparent #fff;
}

#NavBox
{
    position: absolute;
    width: 100%;
    z-index:9999;
	top:95px;
}

h1.logo {
	display:none;
}

h1.logo a
{   
    display:block;
    width:100%;
    height:100%;
}


#contentArea{
	margin-left:auto;
	margin-right:auto;
	max-width:990px;
	width:100%;
	padding-top:20px;
	padding-bottom:20px;
	overflow:auto;

}

#contentArea .content{
	font-size:15px;
	float:left;
	width:100%;
}

#contentArea .adArea{
	font-size:15px;
	float:right;
	
}


#fullScreen{
	width:100%;

}

.float-left{
	width:auto;
	max-width:670px;
	float:left;
	
}

.float-right{
	width:300px;
	max-width:300px;
	float:right;
	
}

#travel-tools-airport-info{
	overflow: auto;	
	padding-top:10px;
	border-bottom:1px solid #0066cc;
	margin-bottom:20px;
	padding-bottom:5px;

}

#flight-header-logo{
	display:inline-block;
	height:50px;
	vertical-align:top;
	padding-right:5px;
}

#flight-header-label{
	font-size:26px;
	font-weight:700;
	display:inline-block;	
	color:#000000;
	line-height:40px;
	vertical-align:top;
	height:50px;
}


/* mobile menu ends */


.float-right.slim{
	width:160px;
	text-align:center;
}

.float-left.wide{
	min-width:810px;
	padding-bottom:20px;
}

div.ftResultList{
	width:100%!important;
	margin-top:0px!important;
}


.topAdbanner{
	
	text-align:center;
	padding-top:0px;
	padding-bottom:15px;
}

@media screen and (max-width: 990px) {

	#fvHeaderLogo {
		left: 20px;
	}
	.mobilehide {
		display:none;
	}	
	
	#MobileMenu
	{
		display:block;
	}
	
	#contentArea p{
		padding-left:20px;	
		padding-right:20px;
	}
	
	.float-left,
	.float-right{
		float:none;
		margin-left:auto;
		margin-right:auto;
	}
	
	.ftResultIndividualTrackAnotherFlight.frite	{
		display:none;
	}
	
	#travel-tools-airport-info{
		padding-left:15px;

	}
	
	.float-left.wide{
		min-width:0px;
		width:100%;
	}	
	
	.float-right.slim{
		width:100%;
	}
	
	.topAdbanner{
		display:none;
	}	
	
	.ftResultIndividualHelp	{
		
		font-size:13px;
	}
}


#ad_unit{
	text-align:center;
	padding-bottom:5px;
}

@media screen and (max-width:740px) {
	
	#ad_unit{
	display:none;
}
}

@media screen and (max-width: 640px) {

	#center-pg{
		

	}
	

#flight-header-logo{
	display:inline-block;
	height:50px;
	vertical-align:top;
	padding-right:5px;
}

#flight-header-label{
	font-size:23px;
	font-weight:700;
	display:inline-block;	
	color:#000000;
	line-height:40px;
	vertical-align:top;
	height:50px;
}	
	
	#contentArea {
		padding-top:0px;
		
	}
	
	div.ftResultList	{
		
		margin-top:0px!important;
	}
	
	#travel-tools-airport-info{
		padding-bottom:0px;
		margin-bottom:0px;
	}


	
}



