/*
 * color.css
 *
 * All the text / background / border colors
 */

body 
{
  color: white ;
  background: black ;
}

#topbar {
  background: url('/images/headerbg.png') #5270A6 repeat-x;
}

#contact, #contact a {
  color: white ;
}

.searchButton
{
  color:#000;
  background-color: #DEF ;
  border: none ;
}

.searchButton:hover
{
  background-color:#fff;
}

.menucellholder {
  background: url('/images/border.gif') no-repeat;
  border: none ;
}

#menubar{
    background: url('/images/menubg.png') #5270A6 repeat-x;
}

.menucell {
  background-color: #DEF ;
}

.menucellhdr {
  color: #000 ;
}

.menuarrow {
  background: url('/images/menuarrow.gif') no-repeat ; 
}

.menuspacershadow, .menucellshadow {
  background: #999 ;
  filter:alpha(opacity=30);
  opacity: 0.3;
  -moz-opacity:0.3;
}

.menucell a, .menucelltext{
  color: #009 ;
}

.currentMenu {
  background: #fff ;
}

a {
  color: #FFFF66 ;
}

.menucontainer {
  background: none;
}

.menuspacer {
  background: #5270A6 ;
  height: 3px;
  border: none ;
}

.frontmenuitem {
  background: #fff url('/images/frontpage/frontbox.gif') no-repeat ;
  cursor: pointer ;
}

.frontmenuitem:hover {
  background: #def url('/images/frontpage/frontbox.gif') no-repeat ;
}

#adbox a{
    color: #fff;
}

.code {
  color: black ;
}

h1, 
  h1 *,
  h2, 
  h2 *, 
  h3, 
  h3 *,
  h4, 
  h4 *
  h5, 
  h5 *,
  h6, 
  h6 *,
  h7,
  h7 *,
  .websiteBlue,
  .websiteBlue a,
  .sitemapDir a,
  .sitemapPage a,
  .producttable div,
  .producttable div a
{
  color: white ;
}

, 
  .websiteRed,
  .websiteRed a,
  .producttable b,
  .producttable b a
{
  color: #C44;
}

.caption, .caption a {
  color: #fff ;
  background-color: #5270A6 ;
}

.producttable div {
  text-align: left ;
}

#footer, #footer a {
  color: #777777;
}


