/*** Sections - Colours ***/

/********* orange *********/

/** Navigation **/

.navbg-orange
{
    background-color: #F08B1D;
}

.navbg-orange ul li
{
    color: #A24A00;
}

/** Generic **/

.orange .highlighted,
.orange .page-selected
{
    color: #A24A00;
}

.orange h3
{
    color: #A24A00;
}

.orange .sectionbg
{
    background-image: url(../../images/client/orange/sectionbg.jpg);
    background-repeat: no-repeat;
    padding-top: 30px;
    background-color: #F08B1D;
}

/** Listing **/

.orange #list
{
    color: #A24A00;
}

.orange #list a
{
    color: #A24A00;
	text-decoration:none;
}


.orange #listing #list .alternative
{
    background-color: #fadcbb;
}

/** Details **/
.orange #details #description
{
    color: #A24A00;
}

.orange #details #information
{
    background-color: #f5ae61;
}

.orange #details #contactdetails, .orange #details #venuedetails
{
    background-color: #A24A00;
}

.orange #details .header
{
    background-image: url(../../images/client/orange/details-header.jpg);
    background-color: #A24A00;
}

/** Things to do **/
.orange #thingstodo #sectionlist
{
    background-image: url(../../images/client/orange/sectionlistbg.jpg);
    background-repeat: no-repeat;
    color: #A24A00;
    list-style-image: url(../../images/client/orange/sectionlistbullet.jpg);
}

/** Zone **/
.orange #zone #sectionlist
{
    background-image: url(../../images/client/orange/zone-sectionlistbg.jpg);
    background-position: left bottom;
    background-repeat: no-repeat;
    color: #A24A00;
    list-style-image: url(../../images/client/orange/sectionlistbullet.jpg);
	border-top: 4px solid #A44900;
}