﻿/*Safari e Google Chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    table.scroll_zone_height_2
    {
        padding-top: 40px;
    }
    
    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: 11px;
}

a
{
    text-decoration: none;
}

/*a link - page links*/
.a_link_azienda a:link
{
    color: Black;
}

.a_link_azienda a:hover
{
    color: 	#404040;
}

.a_link_azienda a:visited
{
    color: 	Black;
}

img
{
    border: none;
}

/*CONTAINER*/
div#container
{
    position: absolute;
    left: 50%;
    margin-left: -488px;
    width: 976px;
    height: 768px; /*713*/
}

/*TOP*/
div#top
{
    height: 198px;
    width: 976px; /*background-color: #E8E8E8;*/
    background-image: url('../images_layout_web/Intestazione_sopra.jpg');
    background-repeat: no-repeat;
}

div#top_header
{
    height: 21px;
    width: 976px;
    float: left;
}

div#top_logo
{
    height: 91px;
    width: 206px;
    float: left;
}

div#top_right
{
    height: 91px;
    width: 768px;
    float: right;
}


/*MENU PRINCIPALE*/
div#space_menu
{
    height: 35px;
    width: 976px;
    float: left;
}

div#menu_principale
{
    height: 31px;
    width: 976px;
    float: left;
}

div#menu_primo_sx
{
    padding-left: 1px;
}

.menu_class
{
    height: 31px;
    width: 81px !important;
    text-align: center;
    vertical-align: middle;
    float: left;
}

.hoverLink
{
    color: #FFFFFF;
    margin-top: 11px;
}

.hoverLink:hover
{
    color: #FF8040;
}


/*CONTENT*/
div#content
{
    height: 400px; /*383px;*/
}


/*FOOTER*/
div#footer
{
    height: 100px; /*76*/
    width: 976px;
    background-color: #000000;
    background-image: url('../images_layout_web/Intestazione_sotto.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: 18px;
    font-family: Arial;
    font-size: 9px;
    clear:both;
    vertical-align: bottom;
}

/*TEXT SCROLLER*/
marquee
{
    cursor: pointer;
}

marquee a
{
    text-decoration: underline;
    color: Orange;
}


/*Dinamic menu adjustment*/
.adjustedZIndex {
    z-index: 1;
}

.menu_border_collapse
{
}



/*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;
}