﻿
/**** Bootstrap overwrites ********/

/* navigation */

body {  }


.navbar { margin-bottom: 0; font-family:Candara; height:46px}

.navbar .navbar-inner{ 
	
	margin-right:0px; /*.......... hack to adjust the pixel space...... */
	background-color:transparent;	background-image:none ; 
	background-repeat:repeat-x;
	padding-left:0px; padding-right:0px; 
	
	border:0px;
	 -webkit-box-shadow:none;
  -moz-box-shadow: none;
  box-shadow: none;
   -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar .nav{  
	background-color:transparent;	background-image:none ; 
	background-repeat:repeat-x;
	
	 margin-right:0px;
}

.navbar .nav >li {  padding-left:0px; padding-right:0px; background-color:#000000; border:1px solid #0A0AA9; border-left:0px}


.navbar .nav > li > a {
  float: none;
  padding: 15px 5px;
  color: #ffffff;
  text-decoration: none;
  text-shadow: none;
  font-weight:normal; font-size:14px;
  font-family:Candara;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #0A0AA9;
  text-decoration: none;
  background-color: transparent;
	background-image:none; 
	background-repeat:repeat-x;
	background-position:center center;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}



.navbar .nav >li:last-child { padding-right:0px ; }
.navbar .nav >li.last-child { padding-right:0px ; }

/** others **/
.container a { text-decoration:none}
.pull-center {
        text-align: center;
    }
   
.clearBoth{ clear:both}



