    /* tabs */
    #tab1
    {
        width: 100%;
        height: 480px;
        background: url('/images/xPort_page.jpg')
    }

    #tab2
    {
        width: 100%;
        height: 480px;
        background: url('/images/xPort_bck.png');
        background-repeat: repeat-x;
    }

    #tab3
    {
        width: 100%;
        height: 480px;
        background: url('/images/xPort_bck.png');
        background-repeat: repeat-x;
    }

    #tab4
    {
        width: 100%;
        height: 480px;
        background: url('/images/xPort_bck.jpg');
        background-repeat: repeat-x;
    }

    .column
    {
        float: left;
        position: relative;
        width: 46%;
        margin-right: 2%;
        text-decoration: none;
        outline-style: none;
        line-height: 25px;
    }

    .show
    {
        display: block;
    }

    .hide
    {
        display: none;
    }

    .tabcontent
    {
        position: relative;
        margin-left: 5%;
        width: 95%;
        height: 414px;
        font-size: 15px;
        color: #707070;
    }

    .tabcontent h1
    {
        margin: 0;
        padding: 17px 17px 0 0;
    }

    .tabcontent p
    {
        margin: 15px;
        margin-bottom: 30px;
        line-height: 20px;
    }

    .tablink
    {
        position: absolute;
        left: 0;
        top: 390px;
        font-size: 12px;
    }

    .tablink a
    {
        color: #555555;
        text-decoration: none;
    }
    
        .tablink a:hover
    {
        color: #1f5b8b;
        text-decoration: underline;
    }

    /* Carina */
    .tabcont
    {
        padding-top: 90px;
    }

    .download_button
    {
        position: relative;
        float: left;
        clear: both;
        top: 5px;
        left: 150px;
    }

    /* tabnav start */
    .tabnav
    {
        position: absolute;
        top: 510px;
        width: 696px;
        height: 37px;
        overflow: hidden;
        background: url('/images/center_tab.png') repeat-x 0 0;
    }

    .tabmenu
    {
        text-align: center;
        padding: 0;
        margin: 0;
        list-style: none;
        height: 37px;
        overflow: hidden;
        display: inline;
        font: 14px Arial, Helvetica, sans-serif;
        /*background: url('/images/center_tab.png') repeat-x 0 0;*/
    }

    .tabmenu li
    {
        text-align: center;
        float: left;
        height: 37px;
        width: 171px;
        background: url('/images/round_tab.png') no-repeat 0 0;
        padding: 0;
        margin: 0;
    }
    
    li.left_edge_tab
    {
        position: relative; 
        float: left; 
        width: 6px; 
        height: 37px; 
        background-image: url('/images/left_edge_tab.png');
    }
    
    li.right_edge_tab
    {
        position: relative; 
        float: left; 
        width: 6px; 
        height: 37px; 
        background-image: url('/images/right_edge_tab.png');
    }

    .tabmenu a
    {
        color: #555555;
        text-decoration:none;
        float: left;
        height: 37px;
        width: 171px;
        position: relative;
        cursor: pointer;
        background: url('/images/round_tab.png') no-repeat 0 -37px;
    }

    .tabmenu a:hover
    {
        color: #1f5b8b;
        font-weight: bold;
    }

    .tabmenu a span
    {
        width: 171px;
        height: 37px;
    }

    .tabmenu a.active
    {
        background: url('/images/round_tab.png') no-repeat 0 37px;
        font-weight: bolder;
        color: #ec6f0a;
    }

    .tabmenu .tabmenutext
    {
        display: block;
        padding: 11px 0 0 0;
    }

    .tabmenu a.active .tabmenutext
    {
        display: block;
        height: 37px;
        /*background: url('/images/round_tab.png') no-repeat 0 0;*/
    }

    #content
     {
        height:480px;
        margin-bottom:10px;
        width:100%;
    }