body
 {
  background:#f1efec;
 }
 
#section-header
 {
  background:#ffffff;
  border-top-color:#db1b34;
  border-top-style:solid;
  border-top-width:2px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(57, 57, 57, 0.5);
  -moz-box-shadow:    0px 3px 5px 0px rgba(57, 57, 57, 0.5);
  box-shadow:         0px 3px 5px 0px rgba(57, 57, 57, 0.5);
  margin-bottom:16px;
 }
 
#navigation
 {
  background:#000000;
 }
 
#navigation ul li,
#navigation ul
 {
  background:#000000;
  border-style:none !important;
 }
 
#navigation li.last
 {
  background:#db1b34;
  border-left-style:solid !important;
  border-right-style:solid !important;
  border-width:2px;
  border-color:#ffffff;
  margin-right:10px;
 }
 
#navigation ul li ul li.last
 {
  background:transparent;
  border-style:none !important;
  margin-right:0px;
 }
 
#section-footer
 {
  background:#603913;
 }
 
a.facebook
 {
  height:82px;
  line-height:82px;
  padding-left:100px;
  background:url('../images/facebook.png') center left no-repeat;
  display:inline-block;
  margin-left:30px;
  font-size:1.2em;
 }
 
a.facebook:hover
 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
 }

/* SLIDESHOW */

#slideshow
 {
  overflow:hidden;
 }
 
#slideshow *
 {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
 }
 