
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 


body{
	font-family: Verdana,Arial,sans-serif;
	color: #334d55;
	background-color: #FFF1DC;
	background-image:url(background_tela.png);
	/*background-attachment:fixed;*/
	font-size: 85%;
	font-weight:200;
	line-height: normal;	
	width:790px;
	position:static;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

a:link, a:visited, a:hover {
	color: #003399;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

smalltext {
	font-size: 75%;
}

contact-text {
	margin: 0 0 0 0;
	font-size:110%;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 140%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #334d55;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

/*Layout per i menu delle pietanze*/

#div_menu_up {
	background-image: url(menu_up.png);
	background-repeat: no-repeat;
	width: 580px;
	height: 100px;
	text-align: center;
}

#div_menu_up p {
	font-size: 220%;
	padding-top: 40px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #FF6633;
}

#div_menu_c {
	font-size: 110%;
	background-image: url(menu_mezzo.png);
	background-repeat: repeat-y;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	width: 580px;
/*	height: 16px;*/
	line-height: normal;
}

#div_menu_c p {
	text-align: left;
	font-size: 110%;
	font-style: italic;
	margin: 0 0 0 0;
	padding-top: 12px;
}

#div_menu_c descrizione {
	font-size:80%;
/*	font-style: italic;*/
}

#div_menu_c prezzo {
	font-size:100%;
	text-align: right;
	font-style: italic;
}


#div_menu_c table {
	text-align: center;
	margin-left:8px;
}



#div_menu_dn {
	background-image: url(menu_down.png);
	background-repeat: no-repeat;
	width: 580px;
	height: 80px;
}

/*Layout per gli eventi*/
#div_evt_up {
	background-image: url(menu_up.png);
	background-repeat: no-repeat;
	width: 580px;
	height: 100px;
	text-align: center;
}

#div_evt_up p {
	font-size: 220%;
	padding-top: 40px;
	padding-left: 30px;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #FF6633;
}

#div_evt_c {
	font-size: 110%;
	background-image: url(menu_mezzo.png);
	background-repeat: repeat-y;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	width: 580px;
/*	height: 16px;*/
	line-height: normal;
}

#div_evt_c p {
	font-size:100%;
	font-style: italic;
	margin: 8px 0 0 0;
	padding: 0 0 0 0;	
/*	font-style: italic;*/
}

#div_evt_c p.titolo {
	text-align: center;
	font-weight: bold;
	font-size: 140%;
	font-style: italic;
	margin: 0 0 0 0;
	padding-top: 1em;
}

#div_evt_c table {
	text-align: center;
	margin-left:8px;
}

#div_evt_dn {
	background-image: url(menu_down.png);
	background-repeat: no-repeat;
	width: 580px;
	height: 80px;
}

#div_evt_extra {
	overflow: hidden;
	width: 540px;
	margin-left: 40px;
	margin-bottom: 20px;
}

#div_evt_extra p {
	font-size: 120%;
}

/* Layout generale */

#masthead{
	margin: 0;
	padding: 0px 0px;
	position: top;
	/*background-image: url(sfondo2_up_per_ie6.png);*/
	background-image: url(u_sfondo3.jpg);
	background-repeat:no-repeat;
	height:160px;
	border-bottom: 0px solid #cccccc;
	width: 100%;
}

#navBar{
	float:left;
	position:absolute;
	margin: 0 0 0 0;
/*	background: url(sfondo2_le_per_ie6.png);*/
	background-image: url(l_sfondo.jpg);
	background-repeat:no-repeat;
	width: 200px;
	padding: 0px;
}

#content{
  float:right;
  /*background: url(sfondo2_ri_per_ie6.png);*/
	background-image:url(r_sfondo3.jpg);
	background-repeat:no-repeat;
	text-align:justify;
	width: 590px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
/*	background-color: #FFCC99;*/
}

#masthead p {
	margin:0;
}

#masthead img {
	float:right;
	/*right: 30px;*/
	margin-top: 20px;
	margin-right: 40px;
}

#content img {
	border-width:0;
}

#thumbnails_l {
	position: static;
	min-height: 76px;
	margin: 3% 0 3% 0;
	background: url(thumb_brown_stripe.png);
	background-repeat: repeat-y;
}

#decorated_text {
	position: static;
	overflow: hidden;
	margin: 3% 0 3% 0;
	background: url(thumb_brown_stripe.png);
	background-repeat: repeat-y;
}

#thumbnails_l p {
	margin: 0 0 0 0;
}

#content img.gallery_l {
	float:left;
	margin: 3px 6px 3px 0px ;
}

#content img.back_btn {
	margin: 6px 6px 0 0 ;
}

#content img.gallery_r {
	float:right;
	margin: 3px 0px 3px 6px;
}	

#navBar p {
	margin: 0 0 10px 0;
}

 