﻿#divLogo,#divLogo a {width: 113px;}
    #divLogo a {background: url("../Images/Web/CompanyLogoZ.png") no-repeat;}
#divLogo + #hSNOP{width: calc(100% - 113px);}
#divMainMenu{
    background: #aa7400;
}
#ulLoginUserLinks {
    border: 1px solid #aa7400;
}
button, input[type=submit], input[type=button], .Button {
    border: 1px solid #804000;
}
    button:hover, input[type=submit]:hover, input[type=button]:hover, .Button:hover {
        background: #6c3601;
        color: #FFFFFF;
    }
.PlainButton:hover {
    color: #804000 !important;
}
#aNew {
    border: 1px solid #804000;
    color:#804000;
}
    #aNew .Icon {
        color: #804000;
    }
.Heading {
    color: #391600;
    border-bottom: 1px solid #391600;
}
.Label{color:#6c3601;}