body {
  background-color:#ad3c42;
  background-image:url('images/background_red.gif');
  color:#666666;
}

a {
  color:#666;
}

#top_menu_container {
  background:#ad3c42;
}

#right_container {
  background-color:#e5e5e5;
  color:#666;
}

#right_container p,li,h1,h2,h3,h4 {
  color:#666;
}

#right_container a {
  color:#666;
}

#right_container a:hover {
  color:#fff;
}

/* sort out an issue with the right margin in IE */
* html #right_container {
  margin-right: -3px;
}

#right_container ul {
  list-style-image:url(images/right_lists_grey.gif)
}

.menu1-level1 a {           color:#666; }
.menu1-level1 a:hover {     color:#666; }
.menu1-level1-act {         background-color:#888; }
.menu1-level1-act a {       color:#fff; }
.menu1-level1-act a:hover { color:#fff; }
.menu1-level2 a {           color:#666; }
.menu1-level2 a:hover {     color:#666; }

.menu1-level2-act {
  background-image:url('images/menu_arrow_red.gif');
}

#right_menu a:hover {
  color:            #666;
}

.menu-right-item-act {
  background-image:    url(images/menu_arrow_red.gif);
}

#top_link {
  background-image: url('images/top_link_red.gif');
}

#top_shadow {
  background-image:url('images/top_shadow_red.gif');
}

#curve {
  background-image:url('images/curve_red.gif');
}

#logo {
  background-image:url('images/logo_red.gif');
  width:231px;
  height:42px;
}

#intercom_link {
  background-image: url('images/intercom_link.gif');
  width:            254px;
  height:           103px;
  margin-top:       40px;
  margin-bottom: 20px;
  float:            right;
  cursor:           pointer;
}

/* Search */
#search-logo {
    background-image: url('google_red.gif');
}