/* COMUNI */

body {
	margin: 0px;
	padding: 0px;
	background: #ECDFC0 url(../img/bg_body.gif) repeat-x;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	scrollbar-face-color: #B29A6A;
	scrollbar-highlight-color: #ECDFC0;
	scrollbar-3dlight-color: #ECDFC0;
	scrollbar-shadow-color: #ECDFC0;
	scrollbar-darkshadow-color: #ECDFC0;
	scrollbar-arrow-color: #ECDFC0;
	scrollbar-track-color: #ECDFC0;
	overflow: auto;
}

body, td {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
}

img {
	border: 0px;
}

p {
	margin: 0px;
	padding: 5px 0px 5px 0px;
}

h1 {
	margin: 13px 0px 0px 35px;
	padding: 0px;
	color: #6A2A1E;
	text-align: left;
	font-size: 10px;
	font-weight: normal;
}

h4 {
	clear: both;
	margin: 0px;
	padding: 20px 0px 5px 0px;
	/*color: #666666;*/
	color: #6B5832;
	font-weight: normal;
	font-size: 9px;
}

/* STRUTTURA */

#header, #menu, #content, #footer, #footer_content {
	width: 780px;
	display: block;
}

#menu {
	height: 36px;
	overflow: hidden;
	background: url(../img/bg_menu.jpg) no-repeat;
}

#gallery, #gallery_noflash {
	height: 134px;
	background: url(../img/bg_gallery.jpg) no-repeat;
}

#gallery_noflash table, #text table {
	color: #6B5832;
}

#gallery_noflash {
	overflow: hidden;
	color: #6B5832;
	text-align: left;
	padding: 0px 40px 0px 40px;
}

#text {
	background: url(../img/bg_text.jpg) repeat-y;
	text-align: left;
	padding: 0px 40px 0px 40px;
	color: #6B5832;
	height: 250px;
	overflow: auto;
}

#footer {
	width: 100%;
	height: 170px;
	background: url(../img/bg_footer.jpg) repeat-x;
}

#footer_content {
	width: 780px;
	height: 170px;
	background: url(../img/bg_footer_content.jpg) no-repeat;
	padding-top: 11px;
	overflow: hidden;
}

#footer_menu {
	width: 675px;
}

.curiosita_inline {
	display: inline;
}

/* COLLEGAMENTI */

h1 a {
	color: #6A2A1E;
}

h1 a:hover {
	text-decoration: none;
}

#footer_content a {
	/*color: #666666;*/
	color: #6B5832;
	font-weight: bold;
	font-size: 9px;
}

#footer_content a.lang {
	font-size: 12px;
	font-variant: small-caps;
}

#footer_content a:hover {
	text-decoration: none;
}

#footer_menu a {
	display: block;
	float: left;
	width: 61px;
	height: 30px;
	line-height: 30px;
	font-size: 9px;
	background: url(../img/bg_menu.gif) no-repeat;
	color: #B29A6A;
	font-weight: bold;
	text-decoration: none;
}

#footer_menu a.menu_large {
	width: 85px;
	background: url(../img/bg_menu_large.gif) no-repeat;
}

#footer_menu a.home {
	background: url(../img/bg_menu_home.gif) no-repeat;
}

#footer_menu a:hover {
	position: relative;
	top: -3px;
	left: 0px;
	background: url(../img/bg_menu_hover.gif) no-repeat;
	text-decoration: underline;
}

#footer_menu a.menu_large:hover {
	background: url(../img/bg_menu_large_hover.gif) no-repeat;
}

#footer_menu a.home:hover {
	background: url(../img/bg_menu_home.gif) no-repeat;
}

a#menu_large:hover {
	text-decoration: underline;
}

/* FORMATTAZIONE */

.testo {
	font-size: 11px;
	text-align: justify;
}

.pagine-titolo {
	font-size: 13px;
	font-weight: bold;
	color: #5B190B;
	margin: 1px 1px 3px;
	padding: 1px 1px 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D3C096;
	text-align: center;
}

.paragrafi-titolo {
	font-weight: bold;
	/*color: #08504D;*/
	color: #6B5832;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D3C096;
}

p.rilievo {
	background: #D3C096;
	color: #6B5832;
	padding: 10px;
	margin: 0px;
}

/* Formattazione Tabelle Prezzi */

table.prices {
	background: #ECDFC0;
	margin: 5px 0px;
}

table.prices td.title {
	color: #FFFFFF;
	background: #C3A775;
	padding: 5px;
}

table.prices td.content, table.prices td.content_alt, 
table.prices td.seasons, table.prices td.seasons_alt {
	width: 33%;
	text-align: center;
	padding: 5px;
}

table.prices td.content_alt, table.prices td.seasons_alt {
	width: 25%;
}

table.prices td.seasons, table.prices td.seasons_alt {
	background: #D3C096;
	color: #FFFFFF;
}