/*changes to bootstrap*/
@font-face{
font-family: Avenir;
src: url('https://rovos.photodeli.co.za/fz/f5206fc34e/0/dW0eSi7am4BxD_8QTjOJkq1O9I5KwGxfmoH6PM-XEII/~/Avenir%20LT%2065%20Medium.ttf');
} 
.absaNav {
    border-top: 3px solid red;
}
.dropdown-menu {background: #313A43;}
.dropdown-menu li {height:30px; color:#b8b090 25%,  #b8b090 75%; padding-left:10px; line-height:2;}
.dropdown-menu li:hover { background: #4e555d;}
.dropdown-menu li a:hover, .dropdown-menu .active a, .dropdown-menu .active a:hover {background: #4e555d;}      
  .navbar {
      border-top:;
  }
.navbar .nav li { text-align: center; font-family: Avenir; font-size:16px; }
.navbar .nav li ul li {text-align: left; }
.navbar .nav li a {color: #ffffff;  width: 160px; font-weight: bold;}
.navbar .nav li a:hover { color: #28412b }
.navbar {
    position: absolute;
	height:44px;
	background-color:#ececec;

	top: 247px;
	width: 1000px;
	z-index: 50000;
}
.navbar-inner {
    color: #b8b090 25%,  #b8b090 75%;
    height:44px;
	padding-left: 35px;
	padding-top: 6px;
    background-color: #b8b090 25%,  #b8b090 75%;
	margin-left: 5px;
	margin-right:5px;
 /* Safari 4-5, Chrome 1-9 */ 
    background: -webkit-gradient(linear, 0% 0%, 0% 100%,  );
    	border-top: Minion Pro;
 /* Safari 5.1, Chrome 10+ */ 
    background: -webkit-linear-gradient(top, #b8b090 25%,  #b8b090 75%);
 /* Firefox 3.6+ */ 
    background: -moz-linear-gradient(top, #b8b090 25%,  #b8b090 75%);
 /* IE 10 */ 
    background: -ms-linear-gradient(top, #b8b090 25%,  #b8b090 75%);
 /* Opera 11.10+ */ 
    background: -o-linear-gradient(top, #b8b090 25%,  #b8b090 75%); }
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c5145', endColorstr='#07382e',     GradientType=0);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
 
}

.row {
  margin-left: 0px;
}

input, textarea, select, .uneditable-input { width:130px;}
input[type="password"], input[type="text"] {background:#b8b090;}
input[type="button"], input[type="reset"], input[type="submit"] {background: <px:snippet name="login_background"; color:<px:snippet name="login_background"}


/* little top arrow */
.navbar .dropdown-menu:before {border: 0px;}
.navbar .dropdown-menu:after {border: 0px;}
.navbar .dropdown-menu {margin-top: -1px;}

.container {width: 1000px}
.span12, .container {width: 1000px;}
.sidebarbody .codeimages .px-image-template img {width: 60px;}
p { font-family:Arial, Helvetica, sans-serif; color: #a28f5a;
font-size: 0.7em;}

/* old browsers */ 
background: -moz-linear-gradient(top, #3d464f 0%, #293038 100%); 
/* firefox */ 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3d464f), color-stop(100%,#293038)); 
/* webkit */ 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d464f', endColorstr='#293038',GradientType=0 );}    