/*** Navigation **/

#primaryNav div a#navCatalogue, #primaryNav div a#navCatalogue:hover {
    background-color: #c25a27;
    background-image: url(../images/nav_arrow_down.gif);
    color: #ffffff;
}

#secondaryNav {
    background-color: #c25a27;
}

#secondaryNav p {
    color: #ffffff;
}

#secondaryNav p a {
    color: #ffffff;
}

#tertiaryNav {
    background-color: #ffffff;
    padding: 10px;
    width: 127px;
}

#tertiaryNav ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#tertiaryNav li {
    font-size: 75%;
    padding: 3px 0px;
}

#tertiaryNav li.selected {
    border-bottom: 1px solid #d3d4c0;
    background-image: url(../images/nav_arrow_about.gif);
    background-repeat: no-repeat;
    background-position: center right;
}

#tertiaryNav li a, #tertiaryNav li a:visited, #tertiaryNav li a:hover {
    text-decoration: none !important;
    font-weight: normal;
    color: #6e6f2e;
}

/*** landing page colours ***/


#landingCampaign {
	background-color: #c25a27;
}

#landingIntro h2 {
	border-bottom: 1px dotted #c25a27;
	color: #71722f !important;
}

.mainSectionColour {
	color:#C25A27;
}


