/** TOP NAVIGATION BAR **/


.h2white {
	color: #ffffff;}

  .btn-client { 
  background-color: #093754;
  color: #ffffff;
  }
  
  .btn-client:hover { 
  background-color: #FF8901;
  color: #ffffff;
  }

 /** TOP NAVIGATION BAR **/
  
  /** #navbar {
	background-color:#223D5B;
	border-color:#223D5B;
  }**/
  
#navbar {
  border-bottom-color: #093754;
  border-bottom-width: 1px;
  background: -webkit-linear-gradient(#093754, #011939); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#093754, #011939); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#093754, #011939); /* For Firefox 3.6 to 15*/ 
  background: linear-gradient(#093754, #011939); /* Standard syntax */
  background-image: -ms-linear-gradient(top bottom, #093754 0%, #011939 100%); /* IE 10+*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#093754',**/ endColorstr='#011939'); /* IE */
  } 
  
  #navbar li, #navbar li a {
	color:#FFF;
  }
  
  #navbar li:hover a:hover {
	  color: #ffffff;
  }
  
  #navbar-menu-right > li > a.navbar-button {
  		background-color: #FF8901;
  		color: #093754;
  }
  
  
  /**Store listing links**/
  #store-top-nav > div > ul > li > h4 > a {
	  color: #093754;
  }
  
    /**FOOTER**/
  
  #page-footer {
  background: -webkit-linear-gradient(#093754, #011939); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#093754, #011939); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#093754, #011939); /* For Firefox 3.6 to 15*/ 
  background: linear-gradient(#093754, #011939); /* Standard syntax */
  background-image: -ms-linear-gradient(top bottom, #093754 0%, #011939 100%); /* IE 10+*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#093754',**/ endColorstr='#011939'); /* IE */
	position:absolute;
	bottom:0;
	width:100%;
	clear:both;
	height:100px;
	padding-top:25px;
	text-align: left;
  }
  #footer-text{
	color:white;
  }
  #footer-text a{
	color:#EAE7E2;
  }
  .modal {
	width:100%;
	text-align:justify;
  }
  #footer-trademark {
	  margin-top: 5px;
  }
  #footer-terms, #footer-trademark {
	  font-size: 9px;
	  }

#home-carousel > ol > li {
background-color: #FF8901;
}

#home-carousel > ol > li.active {
background-color: #093754;
border-color: #093754;
}

/**Account Bar and dividers**/
#profile-nav.page-navigation > ul.nav-tabs {
      background-color: #093754;
  	  color: #ffffff;
}

div.gray-bar {
    background: #CBCBCB repeat left top;
    height: 2 px;
    margin-top: 2px;
}

/**Account and Contact us titles Moving them down**/

.support-header, .title {
 margin-top: 50px;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 7%;
    font-size: 20px;
    color: #fff;
    text-align: left;
    filter: alpha(opacity=50);
    opacity: .5;
}

