﻿/* Imports
===============================================*/
@import url('reset.css');

html {
	overflow-y: scroll;
	-webkit-font-smoothing: antialiased;
}

body 
{
    font-family: Arial;
    font-size: 13px;
    line-height: 1.2;
    background-color: #9A1D1D;
    color: #2E2E2E;
}

/* Links
-----------------------------------------------*/
a {outline: 0;}
a img {border: 0px; text-decoration: none;}

a {color: #9A1D1D; text-decoration: none;}
a:visited {text-decoration: none;}
a:hover, a:active {color: #2E2E2E; text-decoration: underline;}

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 #888888;
    background-color: #FFFFFF;
    height: 24px;
    line-height: 24px;
    padding: 0px 5px;
    font-size: 13px;
    color: #000000;
}

select 
{
    height: 26px;
    padding: 2px;
    cursor: pointer;
}

textarea
{
    line-height: 1.2;
    padding: 5px;
    font-family: Arial;
    resize: none;
}

input[type='text']:hover,
input[type='text']:active,
input[type='password']:hover,
input[type='password']:active,
input[type='file']:hover,
input[type='file']:active,
select:hover,
select:active,
textarea:hover,
textarea:active
{
    border: 1px solid #2E2E2E !important;
}

input[type='text']:focus,
input[type='password']:focus,
input[type='file']:focus,
select:focus,
textarea:focus
{
    border: 1px solid #9A1D1D !important;
}

/*validazione jQuery*/
label.error 
{
    display: block;
    padding: 0px 5px 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;
}

ul
{
    list-style-image: url("../img/stage/lista_spunta.png");
}

li
{
    margin: 5px 0px;
}

/*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 POSIIZIONE*/

#main
{
    background-image: url("../img/stage/body_sfondo.png");
    background-repeat: repeat-x;
    background-position: left top;
    background-color: #FFFFFF;
}

#stage
{
    min-height: 600px; 
    width: 996px; 
    margin: 0px auto; 
}

/*INIZIO STILI HEADER*/
#header
{
    width: 996px;
    height: 90px;
    position: relative;
}

/*inizio stili logo*/
.logo
{
    display: block;
    width: 280px;
    height: 100px;
    position: absolute;
    left: 0px;
    top: 20px;
}
/*fine stili logo*/

/*inizio stili menu*/
#menu_stage
{
    height: 60px; 
    position: absolute; 
    top: 35px; 
    right: 0px;
}

ul#menu
{
    margin: 0px;
    padding: 0px;
    list-style: none;
    height: 60px;
}

ul#menu li
{
    float: left;
    margin: 0px;
}

ul#menu li,
ul#menu li a,
ul#menu li a.selected
{
    width: 120px; 
    height: 60px;
    line-height: 60px;
}

ul#menu li.clear
{
    width: 0px !important; 
    height: 0px !important;
}

ul#menu li a,
ul#menu li a.selected
{
    display: block;
    font-size: 18px;   
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
}

ul#menu li a:hover
{
    text-decoration: none;
    text-decoration: underline;
}

ul#menu li a.selected
{
    color: #000000;
    background-image: url("../img/menu/menuVoce_select.png");
    background-repeat: no-repeat;
}
/*fine stili menu*/

/*inizio stili area riservata*/
.areaRiservata
{
    position: absolute;
    right: 20px;
    top: 0px;
    display: block;
    width: 18px;
    height: 18px;
    background-image: url("../img/stage/areaRiservata_sfondo.png");
    background-repeat: no-repeat;
    background-position: center center;
    opacity:0.7;
	-moz-opacity:0.7;
	filter:alpha(opacity=70);
	background-color: #600000;
}

.areaRiservata:hover
{
    opacity:1.0;
	-moz-opacity:1.0;
	filter:alpha(opacity=100);
	background-color: #600000;
}
/*fine stili area riservata*/
/*FINE STILI HEADER*/

#pagina
{
    margin-top: 40px;
}

.paginaTitolo
{
    font-size: 25px;
    padding: 0px 10px;
    border-bottom: 1px solid #9A1D1D;
    color: #2E2E2E;
}

.paginaTitolo h1
{
    font-weight: normal;
}

.paginaContent
{
    margin-top: 5px;
    padding: 10px;
}

/*INIZIO STILI CONTENT*/
#content
{
    margin-top: 10px;
}

#contentTop,
#contentBottom
{
    width: 996px;
    height: 10px;
    background-position: left top;
    background-repeat: no-repeat;
}
#contentTop
{
    background-image: url("../img/stage/contentTop.png");
}
#contentMiddle
{
    width: 976px;
    padding: 0px 10px;
    background-image: url("../img/stage/contentMiddle.png");
    background-position: left top;
    background-repeat: repeat-y;
}
#contentBottom
{
    background-image: url("../img/stage/contentBottom.png");
}
/*FINE STILI CONTENT*/

/*INIZIO STILI RICERCA*/
#ricerca
{
    padding: 10px;
    background-color: #EAEAEA;    
}
/*FINE STILI RICERCA*/

/*INIZIO STILI FOOTER*/
#footer
{
    height: 50px;
    padding: 40px 10px 5px; 
    background-image: url("../img/stage/footer_sfondo.png");
    background-repeat: repeat-x;
    background-position: left top;
    color: #FFFFFF;
}

#footer .socialNetwork
{
    display: none;
}

.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: #FFFFFF;
    font-size: 10px;
}

.footerPowered:hover
{
    text-decoration: none;
    color: #FFFFFF;
}

.footerCredits
{
    margin-top: 10px;
    text-align: right;
    color: #FFFFFF;
}
.footerCredits a
{
    color: #FFFFFF;
}
/*FINE STILI FOOTER*/

/*INIZIO STILI AGENZIA*/
/*inizio stili mappa*/
.agenziaMappa_colonna
{
    float: left; 
}

.agenziaMappa_cornice
{
    padding: 3px; 
    border: 1px solid #2E2E2E;
}
/*fine stili mappa*/

/*inizio stili intestazione*/
.agenziaIntestazione_stage
{
    text-align: center; 
    margin-top: 5px;
}
/*fine stili intestazione*/

/*inizio stili testi*/
.agenziaDati_colonna
{
    float: left; 
    padding: 5px 5px 5px 8px;
    width: 515px;
    text-align: justify;
}

/*inizio stili gallery*/
.agenziaGallery_stage
{
    border-top: 1px solid #2E2E2E; 
    margin-top: 10px; 
    padding: 5px;
    text-align: center;
}

.agenziaGallery
{
    display: table;
    margin: 0px auto;
}

.agenziaGallery_elemento
{ 
    margin: 2px; 
    float: left;
    width: 110px;
    height: 85px;
}

.agenziaImg_link
{
    display: block;
    width: 100px;
    height: 75px;
    border: 5px double #999999;
    background-color: #FFFFFF;
}

.agenziaImg_container
{
    width: 100px;
    height: 75px;
    overflow: hidden;
}

.agenziaImg
{
    min-width: 100px;
    min-height: 75px;
}
/*fine stili gallery*/
/*FINE STILI AGENZIA*/

/*INIZIO STILI CONTATTACI*/
.contattaciForm
{
    width: 420px; 
    float: left;
}

.contattaciDati
{
    width: 526px; 
    float: left; 
    margin-left: 10px;
}

.contattaciRecapiti_stage
{
    margin-top: 20px; 
    min-height: 100px;
}

.contattaciOrari_stage
{
    float: right;
    text-align: right;
    margin-top: 10px;
}

.contattaciOrari_etichetta
{
    font-weight: bold; 
}

.contattaciSlogan
{
    clear: both;
    font-size: 16px;
    font-weight: bold; 
    color: #9A1D1D;
    text-align: center;
    padding: 40px 20px 0px;
}
/*FINE STILI CONTATTACI*/

/*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*/