/* Styles for orange skin */

h1 {
    color: #521C07;
}

h2 {
    color: #FF6600;
}

h3 a {
    color: #FF6600;
}

a {
    color: #0053B1;
}

#headerMainNav ul li.selected a {
    text-decoration: none;
    color: #FF6600;
}

#headerMainNav ul li .leftEdge {
    background-image: url(../../images/nav/orange-left.gif);
}

#headerMainNav ul li .rightEdge {
    background-image: url(../../images/nav/orange-right.gif);
}

#headerMainNav ul li .navLink {
    background-image: url(../../images/nav/orange-item.gif);
}

#headerMainNav ul li.selected .leftEdge {
    background-image: url(../../images/nav/orange-left-sel.gif);
}

#headerMainNav ul li.selected .rightEdge {
    background-image: url(../../images/nav/orange-right-sel.gif);
}

#headerMainNav ul li.selected .navLink {
    background-image: url(../../images/nav/sel-bg.gif);
}

#headerMainNavWrapper {
    background-image: url(../../images/nav/orange-bg.gif);
}

/* Subnav Styles for orange skin */

body #mainSubNav ul li a {
    color: #FF6600;
}

body #mainSubNav ul li a:hover, body #mainSubNav ul li.selected a {
    color: #521C07;
}

body #mainSubNav ul li ul li a:hover, body #mainSubNav ul li ul li.selected a {
    color: #FF6600;
}

body #page #footerLinks a:hover {
    color: #FF6600; 
}

body #page #footerLinks a.footerContactLink {
    color: #FF6600;
}

/* Styles for nutrition */

body #page #standardContentArea .nutritionIconCont .descripIconCont .descripCont h3 {
    color:#521C07;
}


/* Styles for search results */

body #page #standardContentArea * .searchResultMatch {
    color: #521C07;
}