﻿/*Safari e Google Chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    table.scroll_zone_height_2
    {
        padding-top: 70px;
    }
    
    table.scroll_zone_height
    {
        padding-top: 40px;
    }
}

/*BASE TAGS*/

body
{
    background-position: center top;
    background-color: #000000;
    text-decoration: none;
    background-image: url('../images_layout_web/BACKGROUND.jpg');
    margin-top: 0px;
    font-family: Arial;
    font-size: 12px;
}

a
{
    text-decoration: none;
}

img
{
    border: none;
}

/*CONTAINER*/
div#container
{
    position: absolute;
    left: 50%;
    margin-left: -488px;
    width: 976px;
    height: 713px;
}

/*TOP*/
div#top
{
    height: 171px;
    width: 976px; /*background-color: #E8E8E8;*/
    background-image: url('../images_layout_web/FASCIA_GRIGIA_LOGO.jpg');
    background-repeat: no-repeat;
}

div#top_header
{
    height: 90px;
    width: 976px;
    float: left;
}

div#top_left
{
    height: 77px;
    width: 601px;
    float: left;
}

div#top_logo
{
    height: 77px;
    width: 183px;
    float: left;
}

div#top_right
{
    height: 77px;
    width: 190px;
    float: right;
}

/*CONTENT*/
div#content
{
    height: 383px; /*443px;*/
}

/*MENU*/
div#menu
{
    height: 59px;
    width: 976px;
    background-color: #000000;
}

div#menu_azienda
{
    width: 194px;
    height: 59px;
    float: left;
    color: #C0C0C0;
    background-image: url('../images_layout_web/AZIENDA_BOTTON.jpg');
}

div#menu_azienda:hover
{
    width: 194px;
    height: 59px;
    float: left;
    color: #C0C0C0;
    background-image: url('../images_layout_web/AZIENDA_BOTTON_SELEZIONE.jpg');
}

div#menu_origami
{
    width: 395px;
    height: 59px;
    float: left;
    color: #FFF7E8;
    background-image: url('../images_layout_web/ORIGAMI_BOTTON.jpg');
}

div#menu_origami:hover
{
    width: 395px;
    height: 59px;
    float: left;
    background-image: url('../images_layout_web/ORIGAMI_BOTTON_SELEZIONE.jpg');
}

div#menu_entry_lines
{
    width: 207px;
    height: 59px;
    color: #EEEEEE;
    float: left;
    background-image: url('../images_layout_web/ENTRY_LINES_BOTTON.jpg');
}

div#menu_entry_lines:hover
{
    width: 207px;
    height: 59px;
    color: #EEEEEE;
    float: left;
    background-image: url('../images_layout_web/ENTRY_LINES_BOTTON_SELEZIONE.jpg');
}

div#menu_industrial
{
    width: 180px;
    height: 59px;
    float: right;
    color: #FFFFFF;
    background-image: url('../images_layout_web/INDUSTRIAL_BOTTON.jpg');
}

div#menu_industrial:hover
{
    width: 180px;
    height: 59px;
    float: right;
    color: #FFFFFF;
    background-image: url('../images_layout_web/INDUSTRIAL_BOTTON_SELEZIONE.jpg');
}

/*FOOTER*/
div#footer
{
    height: 76px;
    width: 976px;
    background-color: #000000;
    background-image: url('../images_layout_web/FASCIA_BIANCA.jpg');
    clear: both;
}

div#marque
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

/*BOTTOM*/
div#bottom
{
    height: 12px;
    width: 961px;
    text-align: right;
    padding-right: 15px;
    padding-top: 4px;
    font-family: Arial;
    font-size: 9px;
    clear:both;
}

/*TEXT SCROLLER*/
marquee
{
    cursor: pointer;
}

marquee a
{
    text-decoration: underline;
    color: Orange;
}




/*ALTRO TEMP*/
.newStyle1
{
    position: absolute;
    top: 672px;
    left: 317px;
    height: 41px;
    width: 290px;
}

/*VIDEO EMBEDDED*/

div#origami_video
{
    background-position: center center;
    margin-left: 5px;
    background-repeat: no-repeat;
    background-image: url('../images_layout_web/loader.gif');
    background-color: Gray; 
    width: 360px;
}
