/* Copyright (C)Primer Templates, http://www.gnu.org/licenses/gpl.html GNU/GPL */

body {
  background-color: #9d0d15;
}

a{ 
color: #9d0d15; 
}

/* Set Active */
.menu-dropdown li.active .level1 {
  background: url("../../images/active.png") no-repeat scroll center bottom #9d0d15;
  border-radius: 0 0 0 0;
  color: #FFFFFF;
}

/* Set Hover */
.menu-dropdown li.level1:hover .level1,
.menu-dropdown li.remain .level1 { 
  background: url("../../images/active.png") no-repeat scroll center bottom #9d0d15;
  color: #FFFFFF; 
}

.button-primary { 
  background: #9d0d15; 
}

.contactbutton {
  background-color: #9d0d15;
  box-shadow: 0 1px #9d0d15 inset;
  -moz-box-shadow: 0 1px #9d0d15 inset;
  webkit-box-shadow: 0 1px #9d0d15 inset;
  -o-box-shadow: 0 1px #9d0d15 inset;
  text-shadow: 0 1px #9d0d15;
}

.button-colored {
  background-color: #9d0d15;
  border: 1px solid #9d0d15;
}

#bottom-b {
  color: #FFFFFF !important;
  text-shadow: none !important;
}

#bottom-b .module-title {
  background: none repeat scroll 0 0 transparent;
  color: #FFFFFF;
  font-size: 18px;
  padding-bottom: 5px;
}

#bottom-b a {
  color: #FFFFFF;
}

.menu-dropdown li.level2:hover{
  transition:  all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
-webkit-transition: all 0.9s ease;
-o-transition: all 0.9s ease;
  background: none repeat scroll 0 0 #9d0d15;
  padding-left: 5px;
}

.ticker-content a {
  color: #9d0d15;
  font-weight: normal;
  text-decoration: none;
}

#jBar .jRibbon {
  background: url("../../images/arrow-down.png") no-repeat scroll 50% 50% #9d0d15;
}

#jBar .downarrow {
background: url("../../images/arrow-up.png") no-repeat 50% 50%;
top: 10px;
}

#jBar .jBar {
  background: none repeat scroll 0 0 #9d0d15 !important;
  padding: 5px;
  position: relative;
  width: 100%;
  z-index: 99999;
}

::-moz-selection { 
  background: #9d0d15; 
  color: #FFFFFF; 
}
::selection { 
  background: #9d0d15; 
  color: #FFFFFF; 
}

a.btn-green {
  background-color: #9d0d15;
  border-color: #9d0d15;
}

a.btn-green:hover, a.btn-green:active, a.btn-green:focus {
border-color: #9d0d15;
color: #fff;
}

.fpshow .bt-footernav .active .bt-date {
color: #9d0d15;
}