﻿/* 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: #EEEEEE;
    color: #1C1C1C;
}

/* Links
-----------------------------------------------*/
a {outline: 0;}
a img {border: 0px; text-decoration: none;}

a {color: #F08700; text-decoration: none;}
a:visited {text-decoration: none;}
a:hover, a:active {color: #7B0002; 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 #999999;
    background-color: #FFFFFF;
    height: 24px;
    line-height: 24px;
    padding: 0px 5px;
    font-size: 12px;
    color: #333333;
}

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='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
{
    border: 1px solid #F08700 !important;
}

/*validazione jQuery*/
label.error 
{
    display: block;
    margin-top: 2px;
	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*/

#stage
{
    width: 996px; 
    margin: 0px auto;
}

#stageTop,
#stageBottom
{
    height: 6px; 
    width: 996px; 
    background-position: left top; 
    background-repeat: no-repeat;
}

#stageTop
{
    background-image: url("../img/stage/stageTop_sfondo.png");
}
#stageBottom
{
    background-image: url("../img/stage/stageBottom_sfondo.png");
}

#stageMiddle
{
    width: 970px; 
    padding: 4px 13px; 
    background-image: url("../img/stage/stageMiddle_sfondo.png");
    background-position: left top; 
    background-repeat: repeat-y;
}

/*INIZIO STILI HEADER*/
#header
{
    height: 110px; 
    width: 970px; 
    padding-top: 80px;
    position: relative;
}

/*inizio stili logo*/
.logo01
{
    width: 100px;
    height: 175px;
    position: absolute;
    top: 0px;
    left: -5px;
}

.logo02
{
    width: 85px;
    height: 29px;
    position: absolute;
    top: 50px;
    left: 80px;
}
/*fine stili logo*/

/*inizio stili menu*/
#menu_stage
{
    height: 60px; 
    position: absolute; 
    top: 40px; 
    right: 0px;
}

ul#menu
{
    margin: 0px;
    padding: 0px;
    list-style: none;
    height: 60px;
}

ul#menu li
{
    float: left;
    margin-left: 20px;
}

ul#menu li a,
ul#menu li a.selected
{
    padding: 0px 15px;
    height: 26px;
    line-height: 26px;
}

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: #1C1C1C;
    text-align: center;
    text-decoration: none;
}

ul#menu li a:hover
{
    text-decoration: none;
    border-bottom: 4px solid #7B0002;
    color: #7B0002;
}

ul#menu li a.selected
{
    color: #F08700;
    border-bottom: 4px solid #F08700;
    /*text-transform: uppercase;*/
    background-repeat: no-repeat;
    /*font-weight: bold;*/
    /*font-size: 16px;*/
}
/*fine stili menu*/

/*inizio stili area riservata*/
.areaRiservata
{
    position: absolute;
    right: 20px;
    top: 0px;
    display: block;
    width: 60px;
    height: 30px;
    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);
	cursor: pointer;
}

.areaRiservata:hover
{
    opacity:1.0;
	-moz-opacity:1.0;
	filter:alpha(opacity=100);
}
/*fine stili area riservata*/

/*inizio stili ricerca*/
#ricerca
{
    width: 890px;
    margin-left: 80px;  
    border-top: 1px solid #7B0002;
    padding-top: 3px;  
}
/*fine stili ricerca*/
/*FINE STILI HEADER*/

/*INIZIO STILI RICHIESTE*/
#richieste
{
    border-top: 1px solid #D4D4D4;
    margin-top: 10px;
}

#richieste .richiesta_richiediImmobile,
#richieste .richiesta_segnalaImmobile
{
    padding: 20px 10px;
}
/*FINE STILI RICHIESTE*/

/*INIZIO STILI CONTENT*/
#content
{
    margin-top: 10px;
}

#contentTop
{
    width: 970px;
    height: 5px;
    background-image: url("../img/stage/contentTop_sfondo.png");
    background-position: left top;
    background-repeat: no-repeat;
}

#contentBottom
{
    width: 970px;
    height: 20px;
    background-image: url("../img/stage/contentBottom_sfondo.png");
    background-position: left top;
    background-repeat: no-repeat;
}

#contentMiddle
{
    width: 960px;
    padding: 0px 5px;
    min-height: 300px;
    background-image: url("../img/stage/contentMiddle_sfondo.png");
    background-position: left top;
    background-repeat: repeat-y;
}
/*FINE STILI CONTENT*/

/*INIZIO STILI FOOTER*/
#footer
{
    width: 990px;
    margin: 5px auto 0px;
    font-size: 12px;
}

.footerDati
{
    float: left;
}

.footerCopyright
{
    display: inline;
}

.footerTipologie
{
    float: left;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    margin-left: 7px;
    padding: 5px;
}

.footerRealizzatore
{
    float: right;
    font-size: 11px;
    margin-left: 5px;
}
   
.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;
    color: #333333;
    margin-right: 30px;
    font-size: 10px;
}

.footerPowered:hover
{
    text-decoration: none;
    color: #333333;
}

.footerCredits
{
    margin-top: 10px;
    text-align: right;
}

/*inizio stili dati agenzia*/
.footerDati .agenzia_ragioneSociale,
.footerDati .agenzia_partitaIva,
.footerDati .agenzia_indirizzo,
.footerDati .agenzia_comune
{
    display: inline;
}
/*fine stili dati agenzia*/
/*FINE STILI FOOTER*/

/*INIZIO STILI PAGINA*/
.pagina_titolo
{
    padding: 5px 10px 0px;
    margin: 0px 5px;
    border-bottom: 1px solid #F08700;
}
.pagina_titolo h1,
.pagina_titolo h2
{
    color: #7B0002;
    font-size: 25px;
    font-weight: normal;
}
.pagina_content,
.pagina_elencoImmobili
{
    padding: 5px;
    margin-top: 10px;
}
/*FINE STILI PAGINA*/

/*INIZIO STILI AGENZIA*/
.agenzia_img
{
    float: left; 
    width: 210px;
    height: 450px;
    background-image: url("../img/stage/imgAgenzia.png");
    background-position: left top;
    background-repeat: no-repeat;
}
.agenzia_colonnaDestra
{
    float: right; 
    width: 700px;
}

/*inizio stili gallery*/
.agenziaGallery_stage
{
    border-top: 1px solid #CCCCCC; 
    margin-top: 10px; 
    padding: 5px;
    text-align: center;
}

.agenziaGallery
{
    display: table;
    margin: 0px auto;
}

.agenziaGallery_elemento
{
    border: 1px solid #CCCCCC; 
    margin: 2px; 
    float: left;
    width: 86px;
    height: 66px;
    background-color: #FFFFFF;
}

.agenziaImg_link
{
    display: block;
    width: 82px;
    height: 62px;
    padding: 2px;
}

.agenziaImg_container
{
    width: 80px;
    height: 60px;
    border: 1px solid #CCCCCC;
    overflow: hidden;
}

.agenziaImg
{
    min-width: 80px;
    min-height: 60px;
}
/*fine stili gallery*/
/*FINE STILI AGENZIA*/

/*INIZIO STILI CONTATTACI*/
.contattaci_invio_mail
{
    vertical-align: top; 
    width: 540px;
    text-align: justify;
}

.contattaci_mappa
{
    padding-left: 8px;
    width: 402px;
    vertical-align: top;
}

.agenzia_mappa
{
    border: 1px solid #CCCCCC; 
    width: 400px;
}

/*inizio stili intestazione*/
.agenzia_intestazione
{
    text-align: center; 
    font-size: 11px; 
    margin-top: 5px;
}
/*fine stili intestazione*/

.contatti_img
{
    width: 402px;
    height: 430px;
    background-image: url("../img/stage/imgContatti.png");
    background-position: right bottom;
    background-repeat: no-repeat;
}

.contattaci_dati
{
    border-top: 1px solid #CCCCCC;
    margin-top: 20px;
    padding: 10px 20px;
}

.contattaci_dati_campo
{
    padding: 3px 0px;
    font-size: 13px;
}

.contattaci_recapiti_stage
{
    float: left;
}

.contattaci_orari_stage
{
    float: right;
    text-align: right;
}

.contattaci_orari_etichetta
{
    font-weight: bold; 
}

.contattaci_slogan
{
    clear: both;
    font-size: 20px;
    font-weight: bold; 
    color: #7B0002;
    text-align: center;
    padding-top: 40px;
}
/*FINE STILI CONTATTACI*/

/*INIZIO STILI SERVIZI*/
/*inizio stili sponsor*/
.servizi_partners
{
    display: none;
}
.partners_stage
{
    width: 300px;
    height: 500px;
    padding: 0px 10px;
}

#partnersElenco
{
    display: none;
    width: 300px;
    height: 500px;
}

#partnersLoad
{
    width: 300px;
    height: 500px;
    background-image: url("../img/varie/vetrina_load.gif");
    background-repeat: no-repeat;
    background-position: center center;
}

.partnerElemento
{
    display: block;
    width: 300px;
    height: 500px;
    overflow: hidden;
}

.partnerElemento img
{
    min-width: 300px;
    min-height: 500px;
}
/*fine stili sponsor*/
/*FINE STILI SERVIZI*/

/*INIZIO STILI PAGINA ERROR*/
.paginaError_Content
{
    height: 220px;
    text-align: center;
    font-weight: bold;
    padding: 90px 20px 20px;
    background-image: url("../img/avvertenza/avvertenza.png");    
    background-repeat: no-repeat;
    background-position: center 40px;
}

.paginaError_Content .avviso
{
    font-size: 18px;
    text-transform: uppercase;    
}

.paginaError_Content .messaggio
{
    font-size: 12px;
}
/*FINE STILI PAGINA ERROR*/