nav {
  background-color: #c90000;
}
header {
  border-top: 20px solid #c90000;
}
footer {
  background-image: linear-gradient(to bottom, #999999 0%, #666666 100%);
  border-bottom: 12px solid #c90000;
}
header .logo a {
  background-image: url('/layout/less/upload/SAMBA_plus.png');
  width: 251px;
  height: 57px;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #c90000;
}
.ui-button.ui-state-default,
.ui-widget-content .ui-button.ui-state-default,
.ui-widget-header .ui-button.ui-state-default {
  border: 1px solid #c90000;
  background: #c90000;
}
.ui-button.ui-state-hover,
.ui-widget-content .ui-button.ui-state-hover,
.ui-widget-header .ui-button.ui-state-hover {
  border: 1px solid #b00000;
  background: #b00000;
}
h1 {
  color: #c90000;
}
h2 {
  color: #c90000;
}
h3 {
  color: #666666;
}
h4 {
  color: #c90000;
}
nav #navigation li a {
  border-left: 1px solid #ff3030;
  border-right: 1px solid #ff3030;
}
