﻿body {
    background: #000;
}

h1 {
	color: #ff0;
}

a, a:active, a:visited 
{
    color:#f00;
}
a:hover
{
	color: #ff0;
}

#logo {
	background: url(/images/logo-hc.jpg);
}

#productTreeWrapper li a {
    background: #000;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    color:#ff0;
}


#productTreeWrapper li a:hover {
    color: #f00;
	background: #000;
}

                #productTreeWrapper li.Level2 a, #productTreeWrapper li.Level1.Level1Sub a  {
					background: #222;
					color: #ff0;
				}
				
				#productTreeWrapper li.Level2 a:hover,#productTreeWrapper li.Level1.Level1Sub a:hover {
					color: #f00;
				}
				
				                #productTreeWrapper li.Level3 a {
                                     color: #ff0;
                                     background: #000;
                                }
                                
                                #productTreeWrapper li.Level3 a:hover {
                                    color: #f00;
                                    background: #000;
                                }
                                

ul.footerColumn li a {
	color: #ff0;
}

#copyright, #copyright a, #accessibilityLinks {
	color: #ff0;
}

#containerBG, #header {
	background: #000;
}

#customerArea {
	background: #000;
	color: #ff0;
}

#customerLinks a {
    color: #ff0;
}

#loginArea input[type="text"], #searchArea input[type="text"] { 
    border: 1px solid #ff0;
    color:#ff0;
    background: #000;
}

#navigation {
    background: #000;
}

#defaultContent, #furtherContent {
    background: #000;
    color: #ff0;
}

#callsToAction {
    background: #000;
}

#footer {
	background: #000
}

ul.footerColumn {
    color: #ff0;
}