@charset "iso-8859-1";

.bluebg {
  width: 950px;
  background: url(../images/body_bg01.jpg) no-repeat;
  text-align: left;
}

#tribox {
  
  padding: 50px 50px 0 50px;
  
  padding-left: 50px;
  min-height: 280px;
  height: auto !important;
  height: 280px;
  
  width: 850px;
  background: url(../images/tribox_bg.gif) bottom no-repeat;

}
  #tribox_column {  
    
    padding-top: 20px; 
    
    width: 263px; 
    
    float: left;
  
  }
  
  #tribox_center { 
    
    padding-top: 20px; 
    
    margin-left: 30px;
    
    margin-right: 30px;
    
    width: 263px; 
    
    float: left;
  
  }
  
  #tribox_top { 
    
    height: 8px; 
    
    background: transparent url(../images/boxes/tribox_top.gif) no-repeat; 
  
  }
  
  #tribox_middle { 
    
    position: relative;
    
    top: -4px;
    
    padding: 12px 0 8px 0;
    
    background: transparent url(../images/boxes/tribox_middle.gif) repeat-y; 
  
  }
  
  #tribox_bottom { 
    
    position: relative;
    
    top: -7px;
    
    height: 8px; 
    
    background: transparent url(../images/boxes/tribox_bottom.gif) no-repeat; 
  
  }
  
  #tribox_pen {
    
    margin: 3px auto;
    
    padding: 60px 0 5px 0;
    
    width: 233px;
    
    height: 70px;
    
    overflow: hidden;
    
    background: url(../images/icon_pen.gif) 
    top right no-repeat;
  
  }
  
  #tribox_pen p {
    
    line-height: 11px;
    
    text-align: justify;
    
    font-size: 10px;
  
  }
  
  #tribox_gears {
    
    margin: 3px auto;
    
    padding: 60px 0 5px 0;
    
    width: 233px;
    
    height: 70px;
    
    overflow: hidden;
    
    background: url(../images/icon_gears.gif) top right no-repeat;
  
  }
  
  #tribox_gears p {
    
    line-height: 11px;
    
    text-align: justify;
    
    font-size: 10px;
  
  }
  
  #tribox_tools {
    
    margin: 3px auto;
    
    padding: 60px 0 5px 0;
    
    width: 233px;
    
    height: 70px;
    
    overflow: hidden;
    
    background: url(../images/icon_tools.gif) top right no-repeat;
  
  }
  
  #tribox_tools p {
    
    line-height: 11px;
    
    text-align: justify;
    
    font-size: 10px;
  
  }
  .moreinfo {
    
    position: relative;
    
    top: -10px;
    
    left: -15px;
    display: block;
    
    float: right;
    width: 153px;
    height: 37px;
    text-indent: -9009px;
    background: transparent url(../images/tribox_ourservices.gif) no-repeat 0 0;
  }
  a.moreinfolink {
    display: block;
    width: 100%;
    height: 100%;
    outline: none;
  }