/*======================================
      WELCOME TO THE STYLESHEET
--------------------------------------      
     Copyright Mike Crittenden
      Author: Mike Crittenden
======================================*/
 
/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black		#000
- white		#fff
\**************************************/


/**************************************/
/*              GLOBALS               */
/**************************************/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	margin:0;
	padding:0;

}


body.intro {
	background:url("../images/bg_intro.jpg") no-repeat scroll center top #520018;
	margin:0;
	padding:0;
}

body.home {
	background:url("../images/bg_home.jpg") no-repeat scroll center top #520018;
	margin:0;
	padding:0;
}

#container {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	
}


/**************************************/
/*            MAIN CONTENT            */
/**************************************/


#corpo {
	text-align:center;
}

#col-sx, #col-centr, #col-dx {
	float:left;
}

#col-sx {
	width:182px;
	min-height:400px;
	text-align:left;
	color:#FFFFFF;
}


#col-centr {
	width:574px;
	text-align:left;
	background-image:url(../images/bg_col_centr.gif);
	background-repeat:repeat-y;
}

.footer-col-centr {
	background-image:url(../images/footer_col_centr.gif);
	height:90px;
}

#col-dx {
	width:192px;
	min-height:400px;
	text-align:left;
	color:#FFFFFF;
}


/* home page */

#col-sx .testo {
	padding-left:25px;
	padding-top:20px;
}

#col-sx .testo a, #col-dx .testo a {
	color:#FFFFFF;
}

#col-sx .testo a:hover, #col-dx .testo a:hover {
	color:#ffd500;
}

.logo-top {
	margin-top:20px;
	text-align:center;
}


#text {
	margin-left:38px;
	margin-right:38px;
}

.titoli {
	text-align:center;

}

#footer {
	margin-top:80px;
	width:100%;
	height:150px;
	background-color:#ffd500;
	background-image:url(../images/bg_footer.gif);
	background-repeat:repeat-x;

}

#footer div {
	position:absolute;
	left:50%;
	margin-left:-475px;
	margin-top:10px;
}

/*** FONT ***/

h1, h1 a {
	color:#520018;
	font-size:18px;
	text-decoration:none;
}

h2 {
	color:#520018;
	font-size:14px;
	text-decoration:none;
	background-color:#ffd500;
	padding:7px;
	font-weight:normal;
}

h2.panta {
	color:#000;
	font-size:14px;
	text-decoration:none;
	background-color:#ccd8ec;
	padding:7px;
	font-weight:normal;
}

h1 a:hover {
	color:#f3d331;
	text-decoration:none;
}


.intro-text {
	margin-left:33px;

}

.intro-text h1 {
	font-size:13px;
	color:#FFFFFF;
}

.intro-text p, .intro-text a {
	font-size:12px;
	color:#eab5ba;
}

.white {
	color:#FFFFFF;
}

/**************************************/
/*               menu speciali           */
/**************************************/

.menu_speciale,  .menu_speciale_panta {
	padding:0;
	margin:0 0 0 20px;

 }
 

.menu_speciale li, .menu_speciale_panta li {
	float:left;
	color:#520018;
	background-image:url(../images/arrow_small.gif);
	background-repeat:no-repeat;
	list-style:none;
	margin:0 30px 0 0;
	padding:0 0 0 15px;
}


.menu_speciale a {
	color:#520018;
}

.menu_speciale_panta a {
	color:#000;
}

.menu_speciale a:hover {
	color:#333333;
}


/**************************************/
/*               EVENTI            		*/
/**************************************/


.header_ev { background-image:url(../images/header_ev.png); background-repeat:no-repeat; height:40px; font-family:Georgia, "Times New Roman", Times, serif; font-size:16px; color:#AD0917; padding-top:17px; padding-left:65px;}

.header_rist { background-image:url(../images/header_rist.png); background-repeat:no-repeat; height:40px; font-family:Georgia, "Times New Roman", Times, serif; font-size:16px; color:#AD0917; padding-top:17px; padding-left:65px;}

.header_rist2 { background-image:url(../images/header_rist2.png); background-repeat:no-repeat; height:68px; font-family:Georgia, "Times New Roman", Times, serif; font-size:16px; color:#AD0917; padding-top:17px; padding-left:65px;}

.header_kara { background-image:url(../images/header_kara.png); background-repeat:no-repeat; height:40px; font-family:Georgia, "Times New Roman", Times, serif; font-size:16px; color:#fff; padding-top:17px; padding-left:65px;}

.tel { width:145px; height:29px; color:#AD0917; font-size:14px; font-family:Georgia, 'Times New Roman', Times, serif; background-image:url(../images/ico_cornetta.png); background-repeat:no-repeat; padding-left:30px; padding:15px 0 0 65px; text-align:left; }




/**************************************/
/*               ristoranti       		*/
/**************************************/


.specialita { margin:0 0 0 30px; padding:0; font-size:12px; font-family:Georgia, "Times New Roman", Times, serif; color:#fff; font-style:italic;}

.specialita li { margin:0 0 2px 0; }



/**************************************/
/*               FOOTER               */
/**************************************/

