#content
{
    width: 100%;
    display: block;
    border:none;
}


#feature
{
    background: url(../images/home/bg-feature.jpg) top left no-repeat;
    display: block;
    float: left;
    width: 741px;
    height: 319px;
    margin-top: 10px;
}


h4.stitle
{
    color: #666;
    margin: 0 0 5px 0;
}

.links
{
    padding: 0px;
    margin: 0px;
}
.links a
{
    font-size: 14px;
    color: #0080FF;
    text-decoration: none;
}
.links a:hover
{
    font-weight: bold;
}


.buttons
{
    display: block;
    height: 32px;
}
.buttons .wrapper
{
    padding: 8px 0 0 7px;
}
.buttons ul
{
    margin: 0;
    padding: 0;
}
.buttons li
{
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
    display: block;
    float: left;
}
.buttons li div
{
    padding: 2px 10px;
}

.buttons li
{
    color: #11294c;
    cursor: pointer;
    width: 242px;
    height: 24px;
    background: url(../images/home/bg-menu.jpg) center center no-repeat;
    font-weight: bold;
    text-align: center;
    padding-top: 2px;
}

.buttons .active, .buttons li:hover
{
    color: #000;
    background: url(../images/home/bg-menu-over.jpg) center center no-repeat;
}


/* Sample 4*/
#box4
{
    position: absolute;
    width: 741px;
    height: 275px;
    color: #fff;
    display: block;
}
#box4 div
{
    width: 741px;
    height: 275px;
    margin: 0;
    padding: 0;
    float: left;
    display: block;
    overflow: hidden;
}

#box4 h1, #box4 p
{
    padding-left: 40px;
}
#box4 h1
{
    color: #11294c;
    padding-top: 50px;
    line-height: 110%;
}
#box4 div .fright
{
    width: 300px;
    float: right;
    display: block;
    padding-top: 240px;
}
.one
{
    background: url(../images/home/feature-electronic-deposit.jpg) center 10px no-repeat;
}
.two
{
    background: url(../images/home/feature-scanner.jpg) center 10px no-repeat;
}
.three
{
    background: url(../images/home/feature-quality-control.jpg) center 10px no-repeat;
}


#info4
{
    display: none;
}
.info
{
    display: none;
}
.info h4
{
    display: none;
}
.info h4 a
{
    display: none;
}

.mask3
{
    position: relative;
    width: 741px;
    height: 270px;
    overflow: hidden;
    margin: 0;
}

.mask3 h2
{
    color: #fff;
    font-weight: bold;
}



/* TABS */


/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide
{
    display: none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber
{
    display: none;
}
.tabberlive
{
    padding-top: 24px;
    width: 220px;
    display: block;
    float: left;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
    margin: 0 !important;
    padding: 10px 0 9px 0;
    display: block;
    width: 200px;
}

ul.tabbernav li
{
    background: url(../images/home/tbutton-left.jpg) top left no-repeat;
    list-style: none;
    margin: 0 !important;
    padding: 10px 0 10px 8px;
    display: inline;
    text-align: center;
    height:20px;
}
ul.tabbernav li.tabberactive
{
    background: url(../images/home/tbutton-over-left.jpg) no-repeat left  top;
    list-style: none;
    margin: 0 !important;
    padding: 10px 0 10px 8px;
    display: inline;
    text-align: center;
}
ul.tabIe li,ul.tabIe li.tabberactive 
{
     background-position:left 10px;    
}

ul.tabbernav li a
{
    text-decoration: none;
    background: url(../images/home/tbutton-right.jpg) right top no-repeat;
    color: #90a1b3;
    padding: 10px 8px 10px 0;
}
ul.tabbernav li.tabberactive a
{
    background: url(../images/home/tbutton-over-right.jpg) right top no-repeat;
    color: #11294c;
    font-weight: bold;
}
ul.tabbernav li a:hover
{
    color: #11294c;
}




/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab
{
    background: url(../images/home/bg-tabbertab.jpg) top right no-repeat;
    width: 220px;
    height: 250px;
    overflow: auto;
    padding-top: 10px;
}
.tabbertab p
{
    margin: 6px;
}
.tabbertab p.more
{
    margin-right: 20px;
    padding-right: 20px;
}

.tabbertab a {text-decoration:none;}
.tabbertab a:hover {text-decoration:underline;}

.menu_bg .mainMenu table,
.menu_bg .mainMenu span,
.menu_bg .mainMenu *
{
    z-index:1;
}