/* Colour Styles */


/* Nav bar colours */

.navBarCorporate
{
border-bottom:5px solid #99CC33;
}

.navBarClothing
{
border-bottom:5px solid #e27b1e;
}

.navBarJanitorial
{
border-bottom:5px solid #DFAB1F;
}

.navBarLifting
{
border-bottom:5px solid #CCC829;
}

.navBarPackaging
{
border-bottom:5px solid #99CC33;
}

.navBarPpe
{
border-bottom:5px solid #51BA44;
}
.navBarRope
{
border-bottom:5px solid #46C290;
}

.navBarTools
{
border-bottom:5px solid #549FC4;
}

.navBarSpecialist
{
border-bottom:5px solid #6582d0;
}


/* Text colours */

.textCorporate
{
color:#99CC33;
}

.textDarkCorporate
{
color:#064b33;
}

.textClothing
{
color:#e27b1e;
}

.textJanitorial
{
color:#DFAB1F;
}

.textLifting
{
color:#CCC829;
}

.textPackaging
{
color:#99CC33;
}

.textPpe
{
color:#51BA44;
}
.textRope
{
color:#46C290;
}

.textTools
{
color:#549FC4;
}

.textSpecialist
{
color:#6582d0;
}

.textHeadings
{
color:#666666;
}

.colourWhite
{
color:#FFFFFF;
}

.colourLime
{
color:#cccc33;
}



/* Background colours */

.backgroundCorporate
{
background-color:#99CC33;
}

.backgroundClothing
{
background-color:#e27b1e;
}

.backgroundJanitorial
{
background-color:#DFAB1F;
}

.backgroundLifting
{
background-color:#CCC829;
}

.backgroundPackaging
{
background-color:#99CC33;
}

.backgroundPpe
{
background-color:#51BA44;
}

.backgroundRope
{
background-color:#46C290;
}

.backgroundTools
{
background-color:#549FC4;
}

.backgroundSpecialist
{

background-color:#6582d0;
}













