/** TOP NAVIGATION BAR **/

* {
 font-family: Arial, Helvetica, 'sans-serif'
}

a {
color: #990000;
font-weight: bold;
}

 a:focus,  a:hover {
color: #990000;
text-decoration: underline;
font-weight: bold;
}


  h1 {
font-size: 36px;
    color: #990000;
font-weight: normal;
font-family: Arial, Helvetica, 'sans-serif'
}

  h2 {
font-size: 26px;
    color: #FFC72C;
font-weight: bold;
font-family: Arial, Helvetica, 'sans-serif'
}

  h3 {
font-size: 20px;
font-weight: bold;
font-family: Arial, Helvetica, 'sans-serif'
}

  h4 {
font-size: 16px;
    color: #990000;
font-weight: normal;
font-family: Arial, Helvetica, 'sans-serif'
}

h5 {
font-size: 14px;
font-weight: bold;
   color: #FFC72C;
font-family: Arial, Helvetica, 'sans-serif'
}

h6 {
font-size: 12px;
font-weight: normal;
font-family: Arial, Helvetica, 'sans-serif'
}

  
.content-block-title{
}


.btn-client { 
  background-color: #FFC72C; 
  color: #990000;
  font-weight: lighter;
  font-family: Arial, Helvetica, 'sans-serif'
  }
  
.btn-client:hover {
	  background-color:#990000;
	  color: #ffffff;
          font-weight: lighter;
         font-family: Arial, Helvetica, 'sans-serif'
  }

   #navbar {
	background-color:#990000;
	border-color:#990000;
	border-bottom-width: 1px
  }
  
  #navbar li, #navbar li a {
	color:#ffffff;
  }
  
  #navbar li:hover a:hover {
	  color: #333333;
	  background-color:#fffffff;
  }
  
  #navbar-menu-right > li > a.navbar-button {
  		background-color: #FFC72C;
  		color: #990000;
  } 

#navbar-menu-right li:hover a:hover {
               background-color:#ffffff; 
               color: #990000;
  } 

#navbar .navdrop { 
color: #ffffff;
background-color: #990000;
}
#navbar .navdrop a:hover { 
color: #333333;
background-color: #ffffff;
}
  
  .title { 
  color: #333333;
  }
/*#navbar {
	background-color:#ffffff;
  }*/
#store-top-nav > div > ul > li > h4 > a {
	  color: #E46C0A;
  }
#page-footer {
	background-color:#333333;
	position:absolute;
	bottom:0;
	width:100%;
	clear:both;
	height:100px;
	padding-top:25px;
	text-align: left;
  }
  #footer-text{
	color:white;
  }
  #footer-text a{
	color:#FFC72C;
  }
  .modal {
	width:100%;
	text-align:justify;
  }
  #footer-trademark {
	  margin-top: 5px;
  }
  #footer-terms, #footer-trademark {
	  font-size: 9px;
	  }
#profile-nav.page-navigation > ul.nav-tabs {
      background-color: #FFF;
  	  color: #990000;
}
.support-header, .title {
 margin-top: 30px;
}

.nav > li > a {
    color: #990000;
    background-color: #f6f6f6;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #ffffff;
    background-color: #990000;
}
.nav > li > a:focus, .nav > li > a:hover {
    color: #990000;
    background-color: #FFC72C;
}

#profile-navigation li > a {
    color: #990000;
    background-color: #f6f6f6 !important;
}
#profile-navigation li.active > a, #profile-navigation > li.active > a:focus, #profile-navigation > li.active > a:hover {
    color: #ffffff;
    background-color: #990000 !important;
}
#profile-navigation li > a:focus, #profile-navigation li > a:hover {
    color: #990000;
    background-color: #FFC72C !important;
}


#ondemand {
	background-color: #efefef;
    padding:20px;
}