﻿/*
/ --------------------------------------
/   prestwick airport
/   Frame Digital
/ --------------------------------------
/
/   -   MAIN NAVIGATION FOR SITE
/   -   SUB NAVIGATION FOR PAGES 
/   -   SPECIAL TERTIARY NAV FOR RIGHT-HAND COLS
*/

#site #mega-menu {
    height:35px;
    margin:10px 0 0 0;
    
/*   this causes issue with     position: relative;  meh */
/*
    -moz-box-shadow: 0 2px 2px 1px #b1a8b4;
    -webkit-box-shadow: 0 2px 2px 1px #b1a8b4;
    box-shadow: 0 2px 2px 1px #b1a8b4;*/

    /*need the following or cufon sits over the top of submenus*/
    left:0;
    top:0;
    z-index: 2000;
    position: relative; 

}

#site #mega-menu h3 a { text-decoration: none; color: #4b2077; }

#site #mega-menu ul { margin: 0px; padding:0px; }

#site #mega-menu ul li.top 
{ 
    float: left; 
    position: relative; 
    padding: 0px; margin: 0px;
        
    background-image: url('/images/holidays.glasgowprestwick.com/navigation.png');
    background-repeat: no-repeat;
    display: block;
    width: 65px; 
    height: 35px;
    margin-right: 1px;
}

#site #mega-menu ul li.last{
    margin:0;
}

#site #mega-menu ul li.top a span { text-indent: -3000px; display: block; height: 35px; }
#site #mega-menu ul li.top a { display: block; cursor: pointer; } 

#site #mega-menu ul li#home { width: 86px; background-position: 0px 0px; }
#site #mega-menu ul li#flight-passenger { width: 195px; background-position: -87px 0px; }
#site #mega-menu ul li#from-prestwick { width: 157px; background-position: -283px 0px;  }
#site #mega-menu ul li#shop-eat-enjoy { width: 179px; background-position: -441px 0px;  }
#site #mega-menu ul li#news-events { width: 75px;  background-position: -621px 0px;  }
#site #mega-menu ul li#for-business { width: 129px;  background-position: -697px 0px;  }
#site #mega-menu ul li#about-the-airport { width: 148px;  background-position: -827px 0px;  }

#site #mega-menu ul li#home.selected,
#site #mega-menu ul li:hover#home { width: 86px; background-position: 0px -35px; }

#site #mega-menu ul li#flight-passenger.selected,
#site #mega-menu ul li:hover#flight-passenger { width: 195px; background-position: -87px -35px; }

#site #mega-menu ul li#from-prestwick.selected,
#site #mega-menu ul li:hover#from-prestwick { width: 157px; background-position: -283px -35px;  }

#site #mega-menu ul li#shop-eat-enjoy.selected,
#site #mega-menu ul li:hover#shop-eat-enjoy { width: 179px; background-position: -441px -35px;  }

#site #mega-menu ul li#news-events.selected,
#site #mega-menu ul li:hover#news-events { width: 75px;  background-position: -621px -35px;  }

#site #mega-menu ul li#for-business.selected,
#site #mega-menu ul li:hover#for-business { width: 129px;  background-position: -697px -35px;  }

#site #mega-menu ul li#about-the-airport.selected,
#site #mega-menu ul li:hover#about-the-airport { width: 148px;  background-position: -827px -35px;  }

div.subnav { display: none; }
#site #mega-menu ul li.top div.subnav a { display: inline; }
#site #mega-menu ul li:hover div.subnav { display: block; position: absolute; top: 35px; width: 850px; }
#site #mega-menu ul li:hover div.subnav div.column { width: 150px; float: left; margin-right: 20px; }

#site #mega-menu ul li#shop-eat-enjoy div.subnav{
      left:-5px;
}

div.subnav ul { padding:5px 0 0 5px !important; }

div.subnav div.column{
    min-height:140px;
  height:auto !important;
  height:140px;
}

/*add borders onto certain mega menu columns*/
div.subnav div.divide{
background-image:url('/images/holidays.glasgowprestwick.com/subnav-divider.png');
background-position: top right;
background-repeat: no-repeat;
}

div.subnav div.column li 
{ 
    line-height: 20px; 
    padding: 0 0 0 10px;
    margin: 0px;
    list-style: none; 
    background-image: url('/images/holidays.glasgowprestwick.com/list-dot.gif');
    background-position: left center;
    background-repeat: no-repeat;
}
div.subnav div.column li a { color: #ab007c; font-size: 12px; }
#site #mega-menu ul li:hover div.shopeatenjoy { width: 550px; }

/*eating & drinking icons*/
div.shopeatenjoy div.column ul.eating{
    margin: 10px 0 10px 40px;
    width:340px;
}

div.shopeatenjoy div.column ul.eating li{
    float:left;
    width:160px;
    margin:1px 0 3px 0;
    background-image: none;
    padding:0;
    line-height:23px;
}

div.shopeatenjoy div.column ul.eating li span{
    height: 25px !important;

}

div.shopeatenjoy div.column ul.eating li .icon{
float:left;
height:20px;
overflow:hidden;
width:75px;
background-repeat: no-repeat;
background-position:center center;
margin:0 10px 0 0;
}

/*eating icons*/
div.shopeatenjoy div.column ul.eating li .starbucks{
    background-image: url('/images/holidays.glasgowprestwick.com/icon_starbucks.jpg');
}
div.shopeatenjoy div.column ul.eating li .yates{
    background-image: url('/images/holidays.glasgowprestwick.com/icon_yates.jpg');
}
div.shopeatenjoy div.column ul.eating li .peckhams{
    background-image: url('/images/holidays.glasgowprestwick.com/icon_peckhams.jpg');
}
div.shopeatenjoy div.column ul.eating li .elvis{
    background-image: url('/images/holidays.glasgowprestwick.com/icon_elvis.jpg');
}
div.shopeatenjoy div.column ul.eating li .ritazza{
    background-image: url('/images/holidays.glasgowprestwick.com/icon_ritazza.jpg');
}
div.shopeatenjoy div.column ul.eating li .food-village{
    background-image: url('/images/holidays.glasgowprestwick.com/icon_food-village.jpg');
}


/*for testing...*/

/*
#site #mega-menu ul li#shop-eat-enjoy div.subnav{
    display: block; position: absolute; top: 36px; width: 850px; left:-20px;
}

#site #mega-menu ul li#shop-eat-enjoy div.subnav div.column{
    width: 150px; float: left; margin-right: 10px;padding-right:10px;
}
*/
/* ---------------------------------------- */
/* SUB NAVIGATION FOR PAGES  */
/* ---------------------------------------- */

div.subnav-left { width: 10px; float: left; height: 160px; background-image: url('/images/holidays.glasgowprestwick.com/subnav-left.png'); background-position:bottom; }
div.subnav-body { float: left; height: 160px; background-image: url('/images/holidays.glasgowprestwick.com/subnav-body.png'); background-position:bottom; padding: 0 10px 0 10px; }

div.subnav-body h3 
{ 
    margin: 14px 0 0 0; 
    font-size: 14px; 
    font-weight: bold; 
    padding: 3px 0 2px 20px;
    background: url('/images/holidays.glasgowprestwick.com/grey-white-arrow.gif'); 
    background-position: 2px 0px;
    background-repeat:no-repeat;          
}

div.subnav-right { width: 10px; float: left; height: 160px; background-image: url('/images/holidays.glasgowprestwick.com/subnav-right.png'); background-position:bottom; }


#sub-nav
{
    padding:0px;margin:0px;
    margin-left: 16px;
    margin-top: 20px;
}




#sub-nav .section 
{ 
    padding: 0px; width: 180px; list-style: none;     
}

#sub-nav li.disabled{
    background-color: yellow;
}

#sub-nav .section a { color:#4b2077; font-weight: bold; display: block; width: 180px; text-decoration: none; font-size: 12px;

    background-image: url('/images/holidays.glasgowprestwick.com/dotted-purple.gif'); 
    background-position: bottom; 
    background-repeat:repeat-x;
    padding-bottom: 5px;
    
}

.sub-pages { margin:10px 0 0 10px; }

#sub-nav .page { list-style: none; 
    background-image: url('/images/holidays.glasgowprestwick.com/list-dot.gif');
    background-position: 0px 5px;
    background-repeat: no-repeat;
    padding: 0px;margin:0px;
    padding-left: 10px;
    
}

#sub-nav .page a { background: none; font-weight: normal; color: #AB007C; }
#sub-nav .selected a { font-weight: bold; }
#sub-nav .page a:hover { text-decoration: underline; } 


/* ---------------------------------------- */
/* SPECIAL TERTIARY NAV FOR RIGHT-HAND COLS */
/* ---------------------------------------- */
table.datatable p.tertiary-link {
    margin:2px 0;
}

p.tertiary-link
{
    color: #4b2077;
    margin: 0 0 10px 0;
    padding:0px;
    
    padding-left: 20px !important;
    background-image: url('/images/holidays.glasgowprestwick.com/light-purple-white-arrow.png');
    background-repeat: no-repeat;
    background-position: left 2px;
    
    font-weight: bold;
    font-size: 12px;
    
}

p.tertiary-link a{
    color:#4b2077;
    text-decoration: none;
}

p.tertiary-link a:hover{
    text-decoration: underline;
}
