/* Stili generali*/


body {
	margin:0;
	padding:0;
	font-family: Georgia, "Times new roman";
	font-size: 70%;
	background-color: #f7e6c6;
	background-image: url(images/varie/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	color: #f1e1c1;
    }
    
/****************************************************************************************************************************
**************************************Html**********************************************************************************/

h1 {
    font-size: 15px;
    font-style: italic;
    margin: 0;
    padding: 5px 0 0 0;
    }
    
h2 {
    margin: 0;
    padding: 5px 0 0 140px;
    font-style: italic;
    font-size: 12px;
    }
      
a {
    text-decoration: none;
    color: #ffffff;
    }
    
a:link, a:visited {
    /*color: #f7e6c6;*/
    color: #F2CA80;
    }
    
a:hover, a:active {
    /*color: #f7e6c6;*/
    color: #F2CA80;
    text-decoration: underline;
    }
    
a#currentPage {
    /*color: #7A453F !important;*/
    color: #fc9a2d!important;
}

a#currentPageFooter {
    /*color: #7A453F !important;*/
    color: #f1e1c1!important;
}
    
img {
    border: none;
    }
    
form {
    margin: 0;
    padding: 0;
    }
    
input, select, textarea {
    border: 1px solid #1b0104;
    font-family: "Trebuchet Ms", verdana, arial, sans-serif;
    font-size: 95%;
    color: #5e0000;
    padding: 1px 3px 1px 3px;
    }
    
    
/****************************************************************************************************************************
**********************************************Stili comuni*******************************************************************/
    
#contenitoreGenerale {
    width: 799px;
    margin: 15px auto 0 auto;
    }
    
#header {
    width: 799px;
    height: 200px;
    background-image: url(images/varie/header.jpg);
    background-repeat: no-repeat;
    }
    
#toolbar {
    width: 799px;
    height: 52px;
    background-image: url(images/varie/toolbar.jpg);
    background-repeat: no-repeat;
    }
    
#toolbar ul {
    margin: 0;
    padding-top: 25px;
    padding-left: 95px;
    list-style-type: none;
    font-size: 16px;
    font-style: italic;
    }
    
#toolbar li {
    display: inline;
    padding-right: 75px;
    }
    
#toolbar a {
    text-decoration: none;
    color: #ffffff;
    }
    
#toolbar a:link, #toolbar a:visited {
    color: #ffffff;
    }
    
#toolbar a:active, #toolbar a:hover {
    color: #F2CA80;
    }
    
#subtoolbar {
    background-image: url(images/varie/subtoolbar.jpg);
    background-repeat: no-repeat;
    width: 799px;
    height: 59px;
    }
    
#subtoolbar ul {
    list-style-type: none;
    margin: 0;
    padding-left: 0;
    padding-top: 15px;
    text-align: center;
    }
    
#subtoolbar li {
    display: inline;
    line-height: 18px;
    }
    
#footer {
    width: 799px;
    height: 61px;
    background-image: url(images/varie/footer.jpg);
    background-repeat: no-repeat;
    font-family: georgia, "Trebuchet MS", arial;
    margin-bottom: 10px;
    }

#footerdx {
    width: 120px;
    float: right;
    padding: 10px 10px 0 0;
    }
    
#footersx {
    margin-right: 120px;
    padding: 10px 0 0 255px;
    }
    
#footerCenter {
    text-align: center;
    padding: 13px 0 0 0;
}

#footerCenter a:link, #footerCenter a:visited {
    color: #F2CA80;
}

#footerCenter a:hover, #footerCenter a:active {
    color: #ffffff;
}
       
.clearer {
	height:0px;
	overflow:hidden;
	margin:0px;
	clear:both;
	} 
    
/****************************************************************************************************************************
***************************************************Index********************************************************************/
    
#corpoIndex {
    width: 799px;
    height: 380px;
    background-image: url(images/Index/body_index.jpg);
    background-repeat: no-repeat;
    }
    
#colonnaDestra {
    width: 214px;
    height: 325px;
    float: right;
    padding: 35px 0 0 15px;
    }
    
.fotoColonnaDestra  {
    margin-bottom: 35px;
    }
    
#animazione {
    padding-left: 50px;
    padding-top: 25px;
    }
    

	
/**************************************************************************************************************************
*****************************************Chi Siamo************************************************************************/

#subtoolbarChiSiamo {
    background-image: url(images/varie/subtoolbar2.jpg);
    background-repeat: no-repeat;
    width: 799px;
    height: 59px;
    }
    
#corpoChiSiamo {
    width: 799px;
    background-color: #1c0104;
    }
    
#colonnaDestraChiSiamo {
    width: 354px;
    height: 172px;
    float: right;
    background-image: url(images/chiSiamo/bg_dx_chisiamo.jpg);
    background-repeat: no-repeat;
    padding-top: 230px;
    }
    
#colonnaDestraChiSiamo p {
    padding: 0 25px 0 15px;
    }
    
#colonnaSinistraChiSiamo {
    width: 407px;
    height: 367px;
    margin-right: 354px;
    background-image: url(images/chiSiamo/bg_sx_chisiamo.jpg);
    background-repeat: no-repeat;
    padding-top: 35px;
    padding-left: 35px;
    }
    
#colonnaSinistraChiSiamo p{
    padding: 10px 25px 0 15px;
    margin: 0;
    }
    
#colonnaSinistraChiSiamo img{
    margin-right: 28px;
    margin-top: 60px;
    }
    
#colonnaUnitaChiSiamo {
    width: 799px;
    height: 139px;
    background-image: url(images/chiSiamo/bg3_chisiamo.jpg);
    background-repeat: no-repeat;
    }
    
#bannerChiosco {
    width: 495px;
    float: right;
    padding-top: 35px;
    padding-left: 35px;
    }
    
#bannerChiosco img {
    border: none;
    }
    
#testoChiosco {
    margin-right: 490px;
    width: 220px;
    padding-left: 35px;
    }
    
#testoChiosco p {
    margin: 0;
    }
    
/****************************************************************************************************************************
*******************************************Menù*****************************************************************************/


#subtoolbarMenu {
    background-image: url(images/varie/subtoolbar3.jpg);
    background-repeat: no-repeat;
    width: 799px;
    height: 59px;
    }
    
#corpoMenu {
    width: 799px;
    height: 541px;
    background-image: url(images/menu/bg.corpo.jpg);
    background-repeat: no-repeat;
    }
     
#primaSezioneMenu p{
    padding-left: 15px;
    padding-right: 15px;
    }
    
#primaSezioneMenu {
    width: 764px;
    height: 122px;
    padding-top: 22px;
    padding-left: 35px;
    /*background-image: url(images/menu/bg1.jpg);
    background-repeat: no-repeat;*/
    }
    
#secondaSezioneMenu {
    width: 799px;
    height: 200px;
    /*background-image: url(images/menu/bg2.jpg);
    background-repeat: no-repeat;*/
    } 

#elencoMenu {
    width: 110px;
    height: 120px;
    padding-top: 10px;
    padding-left: 65px;
    line-height: 30px;
    }
    
#menuCompleto {
    float: right;
    width: 280px;
    height: 85px;
    padding-right: 130px;
    padding-top: 68px;
    }
    
#menuCompleto p {
    margin: 0;
    }

#sezioneBannerPrenota {
    width: 579px;
    height: 95px;
    padding-top: 70px;
    padding-left: 220px;
    }
    
#sezioneBannerPrenota img{
    border: none;
    }
    
#prenota {
    border: 1px red solid;
    width: 64px;
    height: 10px;
    padding-left: 300px;
    padding-top: 5px;
    }
    



/****************************************************************************************************************************
*******************************************Dove siamo************************************************************************/

#subtoolbarDoveSiamo {
    background-image: url(images/varie/subtoolbar4.jpg);
    background-repeat: no-repeat;
    width: 799px;
    height: 59px;
    }
    
#corpoDoveSiamo {
    width: 799px;
    height: 428px;
    background-image: url(images/dovesiamo/bg.jpg);
    background-repeat: no-repeat;
    }
    
#colonnaDestraDoveSiamo {
    width: 205px;
    height: 363px;
    float: right;
    padding-top: 65px;
    padding-left: 30px;
    }
    
#colonnaDestraDoveSiamo img {
    margin-bottom: 35px;
    }
    
#colonnaSinistraDoveSiamo {
    width: 504px;
    height: 367px;
    margin-right: 205px;
    padding-top: 22px;
    padding-left: 35px;
    }
    
#colonnaSinistraDoveSiamo p{
    margin: 0;
    padding-top: 10px;
    padding-left: 15px;
    }
    
#googlemap {
    padding-left: 85px;
    padding-top: 40px;
    }

/****************************************************************************************************************************
*******************************************Prenota************************************************************************/
    
    
#subtoolbarPrenota {
    background-image: url(images/varie/subtoolbar5.jpg);
    background-repeat: no-repeat;
    width: 799px;
    height: 59px;
    }
    
#corpoPrenota {
    width: 799px;
    /*height: 492px;*/
    background-image: url(images/prenota/bg2.jpg);
    background-repeat: no-repeat;
    background-color: #1b0104;
    }
    
#testoPrenota {
    padding-top: 22px;
    padding-left: 35px;
    /*height: 388px;*/
    }
    
#testoPrenota p {
    padding-left: 15px;
    padding-top: 10px;
    margin: 0;
    }
    
#formPrenota {
    width: 360px;
    padding: 30px 0 20px 10px;
    /*border: 1px red solid;*/
}
    
#sezioneInferiorePrenota {
    width: 799px;
    height: 90px;
    background-image: url(images/prenota/bg3.jpg);
    background-repeat: no-repeat;
    /*border: 1px green solid;*/
    padding: 15px 0 0 0;
    }
    
#colonnaDestraPrenota {
    width: 280px;
    float: right;
    padding-top: 10px;
    }
    
#colonnaDestraPrenota p {
    margin: 0;
    padding-bottom: 5px;
    }
    
.numeri {
    font-family: Arial;
    font-size: 12px;
    }
    
#colonnaSinistraPrenota {
    width: 480px;
    margin-right: 280px;
    }
    
#colonnaSinistraPrenota p {
    margin: 0;
    padding-bottom: 5px;
    padding-left: 15px;
    font-size: 10px;
    }

    
/****************************************************************************************************************************
*********************************************************GALLERY*************************************************************
****************************************************************************************************************************/

#corpoGallery {
    width: 764px;
    height: 400px;
    background-image: url(images/gallery/bg.jpg);
    background-repeat: no-repeat;
    padding-top: 22px;
    padding-left: 35px;
    }
    
#primaRigaFoto {
	padding-top: 20px;
	padding-left: 30px;
	}
	
#secondaRigaFoto {
	padding-left: 30px;
	}
    
#corpoGallery img {
    margin-bottom: 20px;
    padding-right: 20px;
    padding-top: 0;
    }




/*****************************************************************************************************************************
*********************************************************CREDITS*************************************************************
*****************************************************************************************************************************/
#credits {
    text-align: right;
    margin-right: 20px;
    font-size: 90%;
    padding-bottom: 10px;
    font-family: "Trebuchet MS", arial, verdana;
    color: #620001;
    }
    
#credits a:link, #credits a:visited {
	text-decoration: none;
	color: #372a21;
	}
	
#credits a:hover{
    color: #013197;
	}
 
/*****************************************
************** MESSAGGIO OKAY ************
*****************************************/
#green { 
    width: 300px;
	background: #DEFAE0;
	border: 1px solid #34DA40;
	margin: 5px 0 5px 0;
	padding: 0 5px 0 5px;
	color: #2c6100;
}

#green p{
	background: transparent !important;
	border: 0 !important;
	font-size: 10px;
	letter-spacing: 1px;
	margin: 0 !important;
	padding: 7px 0 7px 0; 
	text-align: right;
}

/*****************************************
************** MESSAGGIO ERRORE ************
*****************************************/
#error {
    background-color: #FEFAE3;
    border: 1px dashed #933;
    color: red;
    padding: 0px 10px 10px 10px;
    margin: 0 20px 10px 20px;
    font-size: 95%;
}

/*****************************************
************** FORMATTAZIONE GENERALE ************
*****************************************/
.testoPiccolo {
    font-size: 85%;
}

.sottol {
    /*text-decoration: underline;*/
    width: 620px;
    border-bottom: 1px dotted #F2CA80;
    padding-bottom: 3px;
}
    

    
    

    