﻿body {
    font-family: Arial, Sans-Serif;
    margin: 0;
    padding: 0;
    background: url("../img/innovation/bg_header.gif");
    min-height: 700px;
    overflow:auto;
}

#header
{
    z-index: 9999;
    position: relative;
}

#footer
{
    -moz-box-shadow: 0 2px 10px #000000 inset;
    -webkit-box-shadow: 0px 2px 10px #000000 inset;
    box-shadow: 0px 2px 10px #000000 inset;
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
}

#header, #footer
{
    display: block;
    width: 100%;
    height: 50px;
    background: #147;
    margin:0;
    padding:0;
}

#header h1
{
	float: left;
}

#header h2
{
	float: right;
	margin: 10px 10px 0 0; 
}

#header h2 a img
{
	border: solid 1px #CCC;
}

#header h1, #footer a
{
    color: #FFF;
    padding:0;
    margin:0;
    padding-left: 10px;
    text-shadow: 1px 1px 1px #000;
    filter: dropshadow(color=#000, offx=1, offy=1);
    line-height: 50px;
}

#footer a
{
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
}

#footer a:hover
{
    color: #faed99;
    text-shadow: 1px 1px 1px #000;
    filter: dropshadow(color=#000, offx=1, offy=1);
    font-weight: normal;
}

#sceltaContenuto
{
    width: 500px;
    margin:auto;
    height: 24px;
}

#sceltaContenuto a
{
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    display: block;
    float: left;
    background: #C66;
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    width: 80px;
    text-align: center;
    margin-right: 5px;
    padding: 2px;
}

#sceltaContenuto a:hover, #sceltaContenuto a.selezionatoContenuto
{
    background: #C33;
}
        
.contenitore{
    border: solid 1px #000;
    height: 400px;
    width: 500px;
    background: #FFF;
    position: relative;
    margin: auto;
    padding:0;
    -webkit-box-shadow: 0px 0px 15px #000000;
    -moz-box-shadow: 0px 0px 15px #000000;
    box-shadow: 0px 0px 15px #000000;  
}
        
.contenitore img
{
	-webkit-box-shadow: 0px 0px 20px #147;
    -moz-box-shadow: 0px 0px 20px #147;
    box-shadow: 0px 0px 20px #147; 
}
		
.contenitore li
{
    display: block;
    text-align: center;
    border: solid 1px #147;
    line-height: 135px;
    width: 135px;
    background: #FFF;
    font-size: 100px;
    text-shadow: 0px 0px 10px #000000;
    filter: dropshadow(color=#000000, offx=0, offy=0); 
    color: #147;
    -webkit-box-shadow: 0px 0px 20px #147;
    -moz-box-shadow: 0px 0px 20px #147;
    box-shadow: 0px 0px 20px #147; 
    -moz-border-radius: 10px;
    border-radius: 10px;
}

/*.contenitore img { border: solid 2px #147;}*/

#center
{
    width: 100%;
    height: 100%;
}

#pulsanti
{
    height: 40px;
    width: 100%;
    margin:0;
    text-align: center;
}

#pulsanti a
{
    padding: 4px;
    text-decoration: none;
    background: #f78205;
    -webkit-box-shadow: 0px 0px 10px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
    text-shadow: 1px 1px 1px #000;
    filter: dropshadow(color=#000, offx=1, offy=1);
    padding: 5px 10px 7px 10px;
    color: #FFF;
    margin: 0 0 0 10px;
    display: inline-block;
    width: auto;
}

#pulsanti a:hover
{
    background: #147;
}

#pulsanti a.selezionato
{
    background: #147;
}

#codice
{
    background: #FFF;
    width: 665px;
    height: 50px;
    margin:auto;
    padding: 3px;
    border: dotted 2px #CCC;
}

em.rosso
{
    color: #C33;
}

em.blu
{
    color: #33F;
}

#immagini, #testo
{
    display: none;
}

a
{
	cursor:pointer;
}