h1 {
  color:#9c1b1b;
}
h3 {
  color:#9c1b1b;
  margin-top:5px;
}
li {
  list-style-image:url(../images/li_node_red.gif);
}
#splash_accordion h3 {
  color:#9C1B1B;
}

#nav #nav_content {
  background-position:0px -280px
}
.white_content_header {
  color:#9c1b1b;
}
.white_content_main h2 {
  color:#9c1b1b;
}

.feature_box {
  background:#9c1b1b;
}
.feature_box:hover {
  background:#a82727;
}

/* Contact Box */
#service_contact_box {
  margin-bottom:6px;
  margin-left:10px;
  width:252px;
}

#service_contact_box #contact_box_top {
  background:transparent url(../images/service/top.png) top center no-repeat;
}
#service_contact_box #contact_box_bottom {
  background:transparent url(../images/service/bottom.png) top center no-repeat;
}
#service_contact_box #contact_box_content {
  background:#c23636 url(../images/service/bg_enquirybox.gif) bottom left repeat-x;
  padding-top:8px;
}
#service_contact_box input.text {
  background-image:url(../images/service/bg_input.gif);
  width:145px;
  padding:4px 8px 0px;
  height:16px;
  font-size:10px;
  color:#383838;
  border:0;
}
#service_contact_box .search_row label {
  float:left;
  font-size:10px;
  width:76px;
}
#service_contact_box .subscribe label {
  width:auto;
}
#service_contact_box .content {
  color:#ffffff;
}
#service_contact_box .contact_box_element {
  overflow:auto;
  clear:both;
}
#service_contact_box .contact_box_element .icon {
  float:left;
  margin-top:10px;
  margin-left:12px;
}
#service_contact_box .contact_box_element .content {
  float:left;
  width:177px;
  margin-left:12px;
}
#service_contact_box .search_row {
  margin-left:0px;
}