/* COLOUR SCHEME STYLE SHEET */
/*
This style sheet is used to set the colour scheme of the whole website. There are 
four colour schemes. To set the site to a particular scheme, set the hex values and 
file names in this style sheet according to the following table:
Colour         Hex value    File name string
Orange:        #FF5B17        'orange'
Lime:          #90D41C        'lime'
Magenta:       #D00D75        'magenta'
Blue:          #0DADD1        'blue'
*/

#container
{
    background: #FFF url('/tfl-museum-global/images/background-grad-FF5B17.gif') repeat-x; 
}
#branding p a
{
    background: url('/tfl-museum-global/images/logo-FF5B17.gif') no-repeat;
}
#corporate-links
{
    background: #F2F2F1 url('/tfl-museum-global/images/corporate-links-bg-FF5B17.gif') no-repeat; 
}
#mayor-logo 
{
    background: url('/tfl-museum-global/images/mayor-logo-FF5B17.gif') no-repeat; 
}
.home #global-navigation dd#nav-home,
.visiting #global-navigation dd#nav-visiting,
.whats-on #global-navigation dd#nav-whats-on,
.collection #global-navigation dd#nav-collection,
.education #global-navigation dd#nav-education,
.get-involved #global-navigation dd#nav-get-involved
{
    border-left: 1px solid #FF5B17;
    background: #FF5B17;
}
.home #global-navigation dd#nav-visiting,
.visiting #global-navigation dd#nav-whats-on,
.whats-on #global-navigation dd#nav-collection,
.collection #global-navigation dd#nav-education,
.education #global-navigation dd#nav-get-involved
{
    border-left: 1px solid #FF5B17;
}
.panel h1
{
    background-color: #FF5B17;
}
.highlight-box 
{
    border: 1px solid #FF5B17;
}
.highlight-box h2    
{
    background-image:  url('/tfl-museum-global/images/FF5B17-panel-heading-bg.gif');
}