@import url(user.css);
@import url(common.css);
@import url(forms01.css);

html{
  background: #fff url(../images/html-bg.png) repeat-y scroll center 0;
  height: 100%;
}

body{
  background: transparent url(../images/body-bg.png) no-repeat scroll center top;
  color:#000;
  font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
  font-size: 12px;
  text-align: center;
}

body.admin #admin-header{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}

#wrap{
  background: #fff;
  margin:0px auto;
  text-align:left;
  width:960px;
  min-height: 100%;
  position: relative;
  background: transparent;
  /* 
  Set margin-bottom to the same height as the footer 
  This makes it so the footer stays locked to the bottom of the webpage
  */
    margin-bottom: -50px;
}

/* HEADER
-------------------------------------------*/
#header{
  height: 130px;
  background: transparent url(../images/header-bg.png) no-repeat;
  margin:0 auto;
}

#header h1{
  position: absolute;
  top: 30px;
  font-size: 30px;
  color: #fff;
 
}
  #logo{
    background: url(../images/logo.png) 0 0 no-repeat;
    left:33px;
    position:absolute;
    top: 0px;
  }
    #logo img{
      height:129px;
      width:230px;
    }

/* MAIN NAVIGATION
-------------------------------------------*/
#tabs{
  height:49px;
  width:100%;
  background: #ccc;
}
  #nav{
    margin:0px auto 0 auto;
    text-align:center;
  }
    #nav ul{
      list-style:none;
      margin:0 auto;
      text-align:left;
    }
      #nav ul li{
        background-image:none;
        display:inline;
        margin:0;
        padding:0;
      }
        #nav a{
          color:#333;
          display:block;
          font-weight:bold;
          text-decoration:none;
          background:transparent url(../images/main-nav-bg.png) no-repeat;
          font-size: 14px;
          text-indent: -10000px;
          position: absolute;
          height: 49px;
        }
        
        #t92817 a{
          width: 127px;
          background-position: 0 0;
          left: 0px;
        }
        
        #t92817 a:hover, #t92817 a.active{
          background-position: 0 -49px;
        }

        #t93017 a{
          width: 215px;
          background-position: -127px 0;
          left: 127px;
        }

        #t93017 a:hover, #t93017 a.active{
          background-position: -127px -49px;
        }

        #t93018 a{
          width: 175px;
          background-position: -342px 0;
          left: 342px;
        }

        #t93018 a:hover, #t93018 a.active{
          background-position: -342px -49px;
        }

        #t93019 a{
          width: 228px;
          background-position: -517px 0;
          left: 517px;
        }

        #t93019 a:hover, #t93019 a.active{
          background-position: -517px -49px;
        }
          
        #t93020 a{
          width: 215px;
          background-position: -745px 0;
          left: 745px;
        }
        
        #t93020 a:hover, #t93020 a.active{
          background-position: -745px -49px;
        }

#main-body{
  
}
  #main-table-body{
    background:transparent;
    border-collapse:collapse;
    clear:left;
    background: transparent url(../images/main-body-bg.png) no-repeat scroll 0 top;
  }
  #main-table-body-leftcell{
    vertical-align:top;
    width:175px;
  }
  #main-table-body-rightcell{
    vertical-align:top;
    width:630px;
  }
  
  #main-table-body-far-right-cell{
    vertical-align:top;
    width:155px;
    padding-top: 70px;
  }

/* SUB MENU
-------------------------------------------*/
#sidebar {
  background:none;
  margin:0px 0 0 0;
  padding: 0 0 0 3px;
}

#menu-header {
  background:transparent;
}

#menu{
  margin: 13px 0 0 0px;
  padding:0;
  width: 171px;
  
    
}
  #menu ul{
    font-size: 12px;
    margin:0 0 0 0;
    padding:0;
    list-style: square inside;
  }
    #menu li{
      background-image:none;
      padding:0 0 0 0px;
      margin: 0 0px 0px 0;
      list-style: none;
    }
      
      #menu h3{
          margin:0;
          padding: 0;
          background: transparent url(../images/h3-bg.png) repeat-y;
      }

      #menu h3 a, #menu h3 a:hover {
        font-size: 18px;
        font-weight: bold;
        color: blue;
        text-indent: -10000px;
        width: 172px;
        height: 34px;
        background: transparent url(../images/home-h1.png) no-repeat;
        padding: 0 0 17px 0;
        border: none;
      }

      .tab93017 #menu h3 a, .tab93017 #menu h3 a:hover{
        background-image: url(../images/about-h1.png);  
      }

      .tab93018 #menu h3 a, .tab93018 #menu h3 a:hover{
        background-image: url(../images/why-choose-us-h1.png); 
      }

      .tab93019 #menu h3 a, .tab93019 #menu h3 a:hover{
        background-image: url(../images/products-h1.png); 
      }

      .tab93020 #menu h3 a, .tab93020 #menu h3 a:hover{
        background-image: url(../images/contact-h1.png); 
      }
      
      #menu a {
        text-decoration:none;
        text-transform:none;
        color:#0055a7;
        display:block;
        font-size: 12px;
        padding: 16px 5px 16px 14px;
        width: 152px;
        background: #d1dce7 url(../images/dot-light.png) no-repeat scroll 6px 22px;
        border-bottom: 1px solid #fff;
      }
      
      #menu a:hover {
        color: #fff;
        background: #acc5dc url(../images/dot-dark.png) no-repeat scroll 6px 22px;
      }
      
      #menu a.current{
        color: #fff;
        background: #acc5dc url(../images/dot-dark.png) no-repeat scroll 6px 22px;
      }
      
      #menu a.subcurrent{
        color: #fff;
        background: #acc5dc url(../images/dot-dark.png) no-repeat scroll 17px 22px;
        text-decoration: none;
        border-bottom: 1px solid #fff;
      }
      
      #menu li ul{
        margin: 0 0px 0 0px;
        padding: 0;
        
      }
      
      #menu li ul li{
        list-style: none;
        padding: 0px 0 0px 0px;
        margin: 0;
      }
      
      #menu li ul li a {
        font-size: 12px;    
        padding-left: 28px;
        text-decoration: none;
        width:138px;
        background: #d1dce7 url(../images/dot-light.png) no-repeat scroll 17px 22px;
        border-bottom: 1px solid #fff;
      }
      
      #menu li ul li a:hover {
        color: #fff;
        background: #acc5dc url(../images/dot-dark.png) no-repeat scroll 17px 22px;
       /* border-color: #acc5dc;*/
      }
      
  #menu-footer{
    background:transparent url(../images/menu-footer-bg.png) no-repeat;
    height: 17px;
    width: 171px;
    margin-top: -1px;
  }

#banner {
  display:none;
}

/* BREADCRUMBS
-------------------------------------------*/
#breadcrumbbar{
  padding:0 0 0 0px;
  margin: 0;
  position:relative;
  width: 100%;
}
  #breadcrumblist{
    font-size: 12px;
    line-height:120%;
    padding: 11px 0 11px 0px;
    width:660px;
    color: #00407f;
  }
    #breadcrumblist a:link, #breadcrumblist a:visited{
        color: #fff;
        text-decoration: none;
    }

    #breadcrumblist a:hover, #breadcrumblist a:active{

    }
        
     #breadcrumblist .breadcrumbs-arrow {
        text-decoration: none !important;
        color: #fff;
     }

     .breadcrumblevel0  {
        text-decoration: underline !important;
     }


     #login-link {
      font-size: 12px;
      position:absolute;
      right:19em;
      text-align:right;
      top:183px;
      width:9em;
      line-height: 25px;
      z-index:1000;
    }
      #login-link a:link, #login-link a:visited{
        background:url(../images/login-icon.gif) 0 2px no-repeat;
        float:right;
        padding:0 5px 8px 25px;
        line-height: 25px;
        text-decoration: none;
        color: #fff;
      } 

    #breadcrumbemail{
      font-size: 12px;
      position:absolute;
      right:9em;
      text-align:right;
      top:5px;
      width:9em;
      line-height: 25px;
    }
      #breadcrumbemail a:link, #breadcrumbemail a:visited{
        background:url(../images/email-icon.png) 0 2px no-repeat;
        float:right;
        padding:0 5px 0 25px;
        line-height: 25px;
        text-decoration: none;
        color: #fff;
      }
        #breadcrumbemail a:hover, #breadcrumbemail a:active{
        }
    
    #breadcrumbprint{
      font-size: 12px;
      position:absolute;
      right:0;
      text-align:right;
      top:5px;
      width:9em;
      line-height: 25px;
    }
      #breadcrumbprint a:link, #breadcrumbprint a:visited{
        background:url(../images/print-icon.png) 0 2px no-repeat;
        float:right;
        padding:0 5px 0 25px;
        line-height: 25px;
        text-decoration: none;
        color: #fff;
      }
        #breadcrumbprint a:hover, #breadcrumbprint a:active{
        }


/* CONTENT AREA
-------------------------------------------*/
#content{
  clear:left;
  width:inherit;
}
  #content-header{
    display:none;
  }
  #content-body{
    margin: 25px 20px 0 20px;
    padding:0 0px 10px 0px;
    overflow:hidden;
    min-height: 400px;
  }
  #pagetitle{
    margin:0 0 15px 0px;
  }
    #pagetitletext h1{
      font-size:24px;
      color: #f26723;
      
    }
  #content-footer{
    
  }

  #third-column{
    width: 148px;
  }
  
  .third-column-image{
    margin-bottom: 20px;
  }

/* FOOTER
-------------------------------------------*/
#clearfooter{
    /* 
    Set clearfooter to the same height as the footer 
    This makes it so the footer stays locked to the bottom of the webpage
    */
    height: 50px;
    clear: both;
}

#footer{
  clear:both;
  height: 213px;
  margin:0 auto;
  position:relative;
  background: transparent url(../images/big-footer-bg.png) repeat-x scroll 0 -12px;
}
  #footerwrap{
    margin:0 auto;
    width: 1000px;
    position:relative;
    height: 165px;
    background: transparent url(../images/footerwrap-bg.png) no-repeat center top;
  
  }
  #footernav ul{
    margin: 0;
    padding: 0;
  }
  #footernav ul li{
    float: left;
    background: none;
  }
  
  #footernav ul li a{
    background:transparent url(../images/footer-bg.png) no-repeat;
    text-indent: -10000px;
    position: absolute;
    height: 50px;
    top:115px;
  }

        #footernav ul #f92817 a{
          width: 164px;
          background-position: 0 0;
          left: 20px;
        }
        
        #footernav ul #f92817 a:hover, #item92817 #footernav ul #f92817 a{
          background-position: 0 -50px;
        }

        #footernav ul #f93017 a{
          width: 174px;
          background-position: -164px 0;
          left: 184px;
        }

        #footernav ul #f93017 a:hover, #item93017 #footernav ul #f93017 a{
          background-position: -164px -50px;
        }

        #footernav ul #f93018 a{
          width: 171px;
          background-position: -338px 0;
          left: 358px;
        }

        #footernav ul #f93018 a:hover, #item93018 #footernav ul #f93018 a{
          background-position: -338px -50px;
        }

        #footernav ul #f93019 a{
          width: 199px;
          background-position: -509px 0;
          left: 529px;
        }

        #footernav ul #f93019 a:hover, #item93019 #footernav ul #f93019 a{
          background-position: -509px -50px;
        }
          
        #footernav ul #f93020 a{
          width: 252px;
          background-position: -708px 0;
          left: 728px;
        }
        
        #footernav ul #f93020 a:hover, #item93020 #footernav ul #f93020 a{
          background-position: -708px -50px;
        }
  
  #poweredby{
    font-size:11px;
    position:absolute;
    right:20px;
    top:175px;
    
  }
    #poweredby a{
      color: #fff;
      text-decoration:none;
    }
    #poweredby a:hover {text-decoration: underline;}
