﻿/* Imports
===============================================*/
@import url('reset.css');

html {
	overflow-y: scroll;
	-webkit-font-smoothing: antialiased;
}

body 
{
    font-family: Arial;
    font-size: 13px;
    line-height: 1.2;
    color: #000000;
    background-color: #FFFFFF;

}

/* Links
-----------------------------------------------*/
a {outline: 0;}
a img {border: 0px; text-decoration: none;}

a {color: #669900; text-decoration: underline;}
a:visited {text-decoration: none;}
a:hover, a:active {color: #003F99; text-decoration: none;}

a[href] * {cursor: pointer;}

/* Forms
-----------------------------------------------*/
fieldset {}

input[type='radio'] {vertical-align: text-bottom;}
input[type='checkbox'] {vertical-align: bottom;}

label,
input[type='radio'],
input[type='checkbox'],
input[type='button'],
input[type='submit'],
button {
	cursor: pointer;
}

/*Img
-----------------------------------------------*/
img
{
    display: block;
}

/*Input
-----------------------------------------------*/
input[type='text'],
select,
textarea
{
    border: 1px solid #999999;
    background-color: #FFFFFF;
    height: 24px;
    line-height: 24px;
    padding: 0px 5px;
    font-size: 13px;
    color: #003F99;
}

select 
{
    height: 26px;
    padding: 2px;
    cursor: pointer;
}

option
{
    height: 18px;
    line-height: 18px;
}

textarea
{
    line-height: 1.2;
    padding: 5px;
    font-family: Arial;
    resize: none;
}

input[type='text']:hover,
input[type='text']:active,
input[type='text']:focus,
input[type='password']:hover,
input[type='password']:active,
input[type='password']:focus,
input[type='file']:hover,
input[type='file']:active,
input[type='file']:focus,
select:hover,
select:active,
select:focus,
textarea:hover,
textarea:active,
textarea:focus
{
    background-color: #F6F6F6 !important;
    border: 1px solid #669900 !important;
}

/*validazione jQuery*/
label.error 
{
    display: block;
    float: right;
    padding: 5px 10px 0px 0px;
	color: #FF0000;
	font-style: italic;
	font-size: 12px;
	cursor: text;
	/*text-align: right;*/
}

div.error { display: none; }

input[type='text'].error,
textarea.error,
input[type='password'].error
{
	border: 1px solid #FF0000 !important;
	color: #FF0000 !important;
	background-image: url("../img/avvertenza/errorText.png") !important;
	background-repeat: no-repeat !important;
	background-position: right center !important;
	overflow: hidden !important;
}

/*INIZIO STILI POSIZIONE*/
.align_left
{
    text-align: left;
}

.align_right
{
    text-align: right;
}

.align_center
{
    text-align: center;
}

.to_left
{
    float: left;
}

.to_right
{
    float: right;
}

.to_center
{
    margin: 0px auto;
}

.clear
{
    clear: both;
}

.relative
{
    position: relative;
}
/*FINE STILI POSIZIONE*/

/*INIZIO STILI HEADER*/
#header
{
    background-image: url("../img/stage/header_sfondo.png");
    background-position: left top;
    background-repeat: repeat-x;
}

#header_content
{
    width: 996px;
    height: 110px;
    margin: 0px auto;
    position: relative;
}

/*inizio stili logo*/
.logo
{
    width: 231px;
    height: 90px;
    display: block;
    position: absolute;
    top: 10px;
    left: 20px;
}
/*fine stili logo*/

.areaRiservata
{
    position: absolute;
    top: 94px;
    left: 240px;
    color: #FFFFFF;
    cursor: pointer;
}
/*FINE STILI HEADER*/

/*INIZIO STILI MENU*/
#menu_stage
{
    height: 60px;
    position: absolute;
    right: 0px;
    bottom: 1px;
}

ul#menu
{
    margin: 0px;
    padding: 0px;
    list-style: none;
    height: 60px;
}

ul#menu li
{
    float: left;
    margin: 0px 0px 0px 2px;
}

ul#menu li,
ul#menu li a,
ul#menu li a.selected,
ul#menu li a.selected:hover
{
    display: block;
    width: 110px;
    height: 60px;
    line-height: 65px;
    background-image: url("../img/menu/menu_voce.png");
    background-position: left top;
    background-repeat: no-repeat;
}

ul#menu li.clear
{
    width: 0px !important; 
    height: 0px !important;
}

ul#menu li a,
ul#menu li a.selected
{
    display: block;
    font-size: 16px;
    font-weight: bold;   
    color: #003F99;
    text-align: center;
    text-decoration: none;
}

ul#menu li a:hover
{
    text-decoration: none;
    background-position: left bottom;
}

ul#menu li a.selected
{
    cursor: default;
    color: #F08809;
}
/*FINE STILI MENU*/

/*INIZIO STILI MIDDLE*/
#middle
{
    background-color: #3172EC;
    background-image: url("../img/stage/middle_sfondo.png");
    background-position: left bottom;
    background-repeat: repeat-x;
}

#middle_content
{
    width: 756px;
    padding-left: 240px;
    margin: 0px auto;
    position: relative;
    background-image: url("../img/stage/middleContent_sfondo.png");
    background-position: left top;
    background-repeat: repeat-y;
}

#middleContent_top
{
    height: 5px; 
    background-color: #FFFFFF; 
    border-bottom: 5px solid #B7CC33;
}

#middle_img
{
    width: 252px;
    height: 195px;
    background-image: url("../img/stage/middle_img.png");
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

#middle_slogan
{
    width: 230px;
    height: 115px;
    background-image: url("../img/stage/middle_slogan.png");
    background-repeat: no-repeat;
    position: absolute;
    bottom: 280px;
    left: 0px;
}

/*inizio stili content*/
#content
{
    padding: 10px;
    min-height: 460px;
    background-color: #FFFFFF;
}
/*fine stili content*/

/*inizio stili pagina*/
.pagina_stage
{
    padding-top: 10px;
}
.pagina_titolo
{
    color: #003F99;
    font-size: 15px;
    border-left: 4px solid #A2A2A2;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 5px;
}
.pagina_content
{
    padding: 10px 0px 0px;
}
/*fine stili pagina*/

/*inizio stili ricerca*/
#ricerca
{
    background-color: #D7E692;
    padding: 9px 5px;
}
/*fine stili ricerca*/

/*inizio stili richieste*/
#richieste
{
    height: 130px;
    padding-bottom: 6px;
    background-image: url("../img/stage/richieste_sfondo.png");
    background-position: left top;
    background-repeat: repeat-x;
    border-top: 1px solid #BBBBBB;
}

#richieste_content
{
    width: 976px;
    height: 130px;
    padding: 20px 10px 0px;
    margin: 0px auto;
}
/*fine stili richieste*/
/*FINE STILI MIDDLE*/

/*INIZIO STILI INDEX*/
/*inizio stilio news*/
#indexNews
{
    width: 736px;
    height: 30px;
}
/*fine stili news*/

/*inizio stili vetrina*/
#indexVetrina
{
    width: 736px;
    height: 335px;
    position: relative;
}

#indexVetrina_load
{
    width: 736px;
    height: 335px;
    background-image: url("../img/varie/vetrina_load.gif");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #FFFFFF;
}

#vetrina
{
    display: none;
}
/*fine stili vetrina*/
/*FINE STILI INDEX*/

/*INIZIO STILI AGENZIA*/
/*inizio stili mappa*/
.agenziaMappa_colonna
{
    float: left;
}

.agenziaMappa_cornice
{
    border: 1px solid #999999;
    width: 300px;
    height: 430px;
}
/*fine stili mappa*/

/*inizio stili intestazione*/
.agenziaIntestazione_stage
{
    text-align: center; 
    margin-top: 5px;
    font-size: 12px;
}
/*fine stili intestazione*/

/*inizio stili testi*/
.agenziaDati_colonna
{
    float: left; 
    padding: 5px; 
    width: 424px;
    text-align: justify;
    font-size: 12px;
}

/*inizio stili gallery*/
.agenziaGallery_stage
{
    border-top: 1px solid #999999; 
    margin-top: 10px; 
    padding: 3px;
    text-align: center;
}

.agenziaGallery
{
    display: table;
    margin: 0px auto;
}

.agenziaGallery_elemento
{
    margin: 3px; 
    float: left;
    width: 60px;
    height: 45px;
    border: 1px solid #999999;
}

.agenziaImg_link
{
    display: block;
    width: 60px;
    height: 45px;
}

.agenziaImg_container
{
    width: 60px;
    height: 45px;
    background-color: #FFFFFF;
    overflow: hidden;
}

.agenziaImg
{
    min-width: 60px;
    min-height: 45px;
}
/*fine stili gallery*/
/*FINE STILI AGENZIA*/

/*INIZIO STILI CONTATTACI*/
.contattaci_invio_mail
{
    padding: 10px 5px;
}

.contattaci_dati
{
    padding: 10px;
}

.contattaci_dati_campo
{
    padding: 3px 0px;
    font-size: 13px;
}

.contattaci_recapiti_stage
{
    float: left;
    margin-top: 20px;
    min-height: 160px;
}

.contattaci_orari_stage
{
    float: right;
    margin-top: 20px;
    text-align: right;
}

.contattaci_orari_etichetta
{
    font-weight: bold; 
}

.contattaci_slogan
{
    font-size: 20px;
    font-weight: bold; 
    color: #003F99;
    text-align: center;
    clear: both;
}
/*FINE STILI CONTATTACI*/

/*INIZIO STILI FOOTER*/
#footer
{
    min-width: 976px;
    padding: 3px 10px;
}

.footerDati
{
    float: left;
}

.footerCopyright
{
    display: inline;
}

.footerRealizzatore
{
    float: right;
    font-size: 11px;
}
   
.footerPowered
{
    display: block;
    width: 93px;
    height: 30px;
    background-image: url("../img/stage/footerPowered.png");
    background-position: left top;
    background-repeat: no-repeat;
    padding: 0px 0px 0px 29px;
    text-decoration: none;
    margin-right: 50px;
    color: #000000;
    font-size: 10px;
}

.footerPowered:hover
{
    text-decoration: none;
    color: #000000;
}

.footerCredits
{
    margin-top: 10px;
    text-align: right;
}
/*FINE STILI FOOTER*/

/*INIZIO STILI PAGINA ERROR*/
.paginaError_Content
{
    height: 320px;
    text-align: center;
    font-weight: bold;
    padding: 120px 20px 20px;
    background-image: url("../img/avvertenza/avvertenza.png");    
    background-repeat: no-repeat;
    background-position: center 70px;
}

.paginaError_Content .avviso
{
    font-size: 18px;
    text-transform: uppercase;    
}

.paginaError_Content .messaggio
{
    font-size: 12px;
}
/*FINE STILI PAGINA ERROR*/