
/* root element for tabs  */
ul.tabs { 
  list-style-type:none; 
  margin:0 !important; 
  padding:0;  
  float: left;
}

/* single tab */
ul.tabs li { 
  float:left;   
  text-indent:0;
  padding:0;
  margin:0 !important;
  list-style-type:none; 
  background: none;
}


/* link inside the tab. uses a background image */
ul.tabs a { 
  font-size: 14px;
  font-family: arial;
  font-weight: bold;
  display: block;
  height: 57px;  
  padding: 43px 0 0;
  position: relative;
  text-align: center;  
  text-decoration: none;
  color: #6e6f72; !important;
  margin: 0px;  
  position: relative;
  outline: none;
  border-bottom: 1px solid #ccc;


}

ul.tabs li a span.border {
  display: none;
}

ul.tabs a.current {
  border-bottom: solid 1px #e9e8e8;

}

ul.tabs li a.current span.border {
  display: block;
  width: 1px;
  height: 106px;
  background: url(/images/tabLeft.png) no-repeat;
  position: absolute;
  bottom: 0;
}

ul.tabs li a span.border.left {
  left: 0;
}

ul.tabs li a span.border.right{
  right: 0;
}


ul.tabs li a.home { 
width: 320px;

}
ul.tabs li a.sectors { 
width: 192px;

}
ul.tabs li a.aboutus { 
width: 192px;

}

/* tab pane styling */
.panes .pane {
  display:none;    
  float: left;
  width: 960px;
  background-color:#e9e8e8;
  padding: 30px 0 0 0;
}
    





ul.tabs a span { 
  display: block;
}

ul.tabs a span.large { 
  font-size: 12px;
  color: #000;
  font-family: georgia, times, serif;
}

ul.tabs a span.small { 
  color: #6e6f72;
  line-height: 1;
  font-size: 11px;
}


ul.tabs a:active {
  outline:none;
  
}

ul.tabs a:hover {
  color:#fcc441;
}


/* when mouse enters the tab move the background image */
ul.tabs a.current {
 
  color:#fcc441;
  background: url(/images/tabBg.png) repeat-x 0px 0px;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
 
  cursor:default !important; 
  /*color:#fcc441 !important;*/
}

/* initially all panes are hidden */ 
.panes .pane {
  display:none;    
}

.panes {
    clear: both;
  float: left;
  margin-bottom:20px;
}





















































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
