
/* ------------------------------------------------------------------------ */
/* Global element                                                           */ 
/* ------------------------------------------------------------------------ */
body {
    background:  #FFFFFF;
    color:       #000000;
    margin:      15px 0 0 15px; 
    min-width:   600px;
    font-family: Verdana, Helvetica, sans-serif;
}

a, a:visited {
    text-decoration: none; 
    color: #4C5455;
}

a:hover, a:active {
    text-decoration: underline;
}

#3d_box {
    border: solid;
    border-width: 1px;
    font-weight: bold;
    font-size: 0.9em
}



/* ------------------------------------------------------------------------ */
/* Header 
/* ------------------------------------------------------------------------ */
.header {
    position: absolute;
    top: 15px;
    width: 100%;
    z-index: 0;
}
    .header #logo {
        /* 
        border: solid; 
        */ 
        position: absolute;
        right: 0;
        top:   0px;
        text-align: left;
        margin-right: 0;
        padding: 0;
    }

/* ------------------------------------------------------------------------ */
/* Footer                                                                   */ 
/* ------------------------------------------------------------------------ */
.footer {
    float: left;
    font-size: 70%;
    width: 100%;
    text-align: center;
    padding-top: 1em;
}

    .footer p {
        color: #A7B8BA;
        font-size: -20%;
    }

/* ------------------------------------------------------------------------ */
/* Titlebar                                                                 */ 
/* ------------------------------------------------------------------------ */

.titlebar {
    background: #A7B8BA;
    height: 50px;
    padding-left: 15px;
    font-size: 150%;
    font-weight: bold;
    text-align: middle;
}

    .titlebar #corner_left_top {
        /* border: solid; */ 
        position: relative;
        float: left;
        vertical-align: top;
        left: -3;
        top:   0;
        margin-left: -15px;
        padding: 0;
    }

    .titlebar #3dtechnics {
        border: none;
        vertical-align: middle;
        /*
        padding-top: 10px;
        padding-bottom: 9px;
        */
    }


/* ------------------------------------------------------------------------ */
/* Navbar                                                                   */ 
/* ------------------------------------------------------------------------ */
.navbar {
    font-size:  75%;
}
    .navbar a {
         padding: 0 15px 0 15px;
         text-decoration: none;
    }
    .navbar a:hover, .navbar a:active {
         text-decoration: underline;
    }
        .navbar span {
            padding: 0;  
            margin: 0;  
            color: #A7B8BA;
            font-size: 110%; 

        }
    .header .navbar {
         /* position: absolute; */
         margin: 0;
         /* top: 65px;*/
         width: 100%; 
         background: #4C5455;
         color:      #FFFFFF;
         /* padding: 0 0 0 0; */
         /* 
         padding:     0.3em; 
         padding-left: 15px;
         */
    }
        .header .navbar a {
            color: #FFFFFF;
        }

    .footer .navbar {
        /* 
        margin:     2em 20px 0.5em 35px; 
        float: left;
        width:      100%;
        font-size:  70%;
        position: absolute;
        text-align: center;
        */
        border-top: dotted 1px;
        margin-top:  1em;
        padding-top:  0.5em;
        color:      #A7B8BA;
    }
        .footer .navbar a {
            color: #4C5455;
        }


/* ------------------------------------------------------------------------ */
/* Navbar                                                                   */ 
/* ------------------------------------------------------------------------ */
.sidebar {
    /*
    position: absolute;
    top: 20px;
    clear: right;
    height: 200px; 
    float: left;
    */
    float: left;
    width: 200px;
    margin-right: 20px; 
    /*padding: 1em 10px 1em 10px; */
    padding: 0.5em 10px 10px 10px;
    background: #A7B8BA;
    font-size:  80%;
    font-weight: bold;
    /* -moz-border-radius: 10px; */
}
    .sidebar a {
        display: block; 
        color: #4C5455;
        margin: 0 -5px;
        padding: 0 5px;
        text-decoration: none;
        /*
        border-bottom: solid;
        border-bottom-width: 1px; 
        border-bottom-color: #4C5455;
        */
    }
    .sidebar a:hover {
        color:      #FFFFFF;
        background: #4C5455;
        text-decoration: none;
    }

    .sidebar #title {
        color: #4C5455;
        margin: 0 -5px;
        padding: 0 5px;
        border-bottom: solid 1px;
    }


    .sidebar #corner_right_top {
        /* border: solid; */ 
        float: right;
        right: 0;
        border: none;
        z-index: 10;
        /* padding: -1em; */
        margin: -20px -20px 0 0;
    }

    .sidebar #corner_left_bottom {
        /* 
        border: solid; 
        right: 0;
        bottom: 0;
        position: relative;
        */ 
         
        border: solid; 
        right: 3;
        bottom: -10;
        position: relative;
         
        vertical-align: bottom;
        float: left;
        border: none;
        padding: -10px;
        /*margin: 0 0 0 -10px;*/
        margin: 0 0 0 -10px;
    }

    .sidebar #corner_right_bottom {
        /* 
        border: solid;  
        right: 0;
        bottom: 0;
        position: relative; 
        */
        
        border: solid; 
        right: -3; 
        bottom: -10;
        position: relative;

        float: right;
        vertical-align: bottom;
        border: none;
        padding: -10px;
        margin: 0 -10px 0 0;
    }



/* ------------------------------------------------------------------------ */
/* Content                                                                  */ 
/* ------------------------------------------------------------------------ */

.content {
    /* 
    width: auto;
    vertical-align: top; 
    border: solid; 
    float: right;
    position: relative;
    margin: 1em 60px 1em 160px;
    */ 
    position: absolute;
    top: 90px; 
    left: 250px;
    width: 70%;
    min-width: 400px;
    padding: .5em 5px .5em 5px;
    clear: all;
    z-index: 10;
}


/* ------------------------------------------------------------------------ */
/* Navbar                                                                   */ 
/* ------------------------------------------------------------------------ */

.product {
    width:       75%;
    border:      solid;   
    border-width: 1px;
    border-color: #4C5455;
    margin-bottom: 1em;
    font-size: 70%;
    padding: 10px;
    clear: all;
    float: left;
}

    .product .title {
        background: #A7B8BA;
        color: #4C5455;
        font-weight: bold; 
        font-size: 120%;
        margin: -9px -9px 0.5em -9px; 
        padding-left: 9px; 
    }

    .product a {
        color: #4C5455;
    }

    /*
    .product a:hover, .product a:active {
        text-decoration: underline;
    }
    */

    .product img {
        /* border: solid; */
        float: left;
        clear: all;
    }

    .product .features {
        /* border: solid; */
        min-height: 120px;
    }

    .product .features ul {
        /* text-indent: 1em; */
        list-style: circle inside;
    }
        .product .features .more {
            font-weight: bold;
            vertical-align: bottom;
        }


/* ------------------------------------------------------------------------ */
/* Contact                                                                  */ 
/* ------------------------------------------------------------------------ */

.contact {
     border: solid 2px #4C5455;
     background: #FFFFFF;
     margin: 10;
}
    .contact td {
        padding: 5px;
        border-bottom: solid 1px #4C5455;
    }

    .contact #header {
        border-right: solid 1px #4C5455; 
        background: #A7B8BA;
        color: #4C5455;
        text-align: right;
        font-weight: bold;
    }
