* {
	margin: 0;
	padding: 0;
}

body {
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #795F48;
	background: transparent url(image/fondo.png) repeat;
}

/* @group incipit */

#wrapper_i {
	width: 100%;
	text-align: center;
	margin: 20px auto auto;
	border-top: 1px solid #563E29;
}

img#first_i {
	margin: 2px auto auto;
	width: 400px;
	height: 400px;
}

div#link {
	width: 400px;
	margin: auto;
	height: 50px;
}

#link a {
	width: 200px;
	text-align: center;
	display: block;
	float: left;
	margin-top: 15px;
	font-size: 18px;
}

p#indirizzo {
	color: #795F48;
	text-align: center;
	font-size: 14px;
	padding-bottom: 10px;
	padding-top: 15px;
	border-top: 1px solid #563E29;
}

#copyright {
	font-size: 10px !important;
	text-align: center;
	padding-bottom: 5px;
}

/* @end */

/* @group menu */

div#menu {
	width: 100%;
	height: 47px;
	background-color: transparent;
	background-image: url(image/menu_bg.jpg);
}

#menu ul {
	width: 696px;
	height: 47px;
	margin: auto;
}

#menu ul li{
	list-style-type: none;
	float: left;
}

#menu ul li a {
	outline: none;
	display: block;
	height: 47px;
	text-indent: -2000px;
	background-image: url(image/menu.jpg);
}

#home a {
	width: 116px;
	background-position: 0 0;
}

#home a:hover {
	width: 116px;
	background-position: 0 47px;
}

div#menu_en {
	width: 100%;
	height: 47px;
	background-color: transparent;
	background-image: url(image/menu_bg.jpg);
}

#menu_en ul {
	width: 696px;
	height: 47px;
	margin: auto;
}

#menu_en ul li{
	list-style-type: none;
	float: left;
}

#menu_en ul li a {
	outline: none;
	display: block;
	height: 47px;
	text-indent: -2000px;
	background-image: url(image/menu_en.jpg);
}

#home_en a {
	width: 116px;
	background-position: 0 0;
}

#home_en a:hover {
	width: 116px;
	background-position: 0 47px;
}

#apt a {
	width: 116px;
	background-position: -117px 0;
}

#apt a:hover {
	width: 116px;
	background-position: -117px 47px;
}

#storia a {
	width: 116px;
	background-position: -234px 0;
}

#storia a:hover {
	width: 116px;
	background-position: -234px 47px;
}

#cosa a {
	width: 116px;
	background-position: -351px 0;
}

#cosa a:hover {
	width: 116px;
	background-position: -351px 47px;
}

#dove a {
	width: 116px;
	background-position: -468px 0;
}

#dove a:hover {
	width: 116px;
	background-position: -468px 47px;
}

#conta a {
	width: 116px;
	background-position: -585px 0;
}

#conta a:hover {
	width: 116px;
	background-position: -585px 47px;
}



/* @end */

/* @group header */

div#header {
	width: 100%;
	height: 300px;
	margin-top: 20px;
	border-top: 1px solid #563E29;
	margin-bottom: 3px;
	padding-top: 2px;
}

div#contatti {
	width: 160px;
	position: absolute;
	height: 300px;
	float: left;
	z-index: 9000;
	top: 23px;
	left: 0;
	background: transparent url(image/fondo.png) repeat;
	padding-left: 5px;
	padding-right: 5px;
}

div#home_img {
	width: 696px;
	height: 300px;
	margin: auto;
	background: transparent url(image/head_1b.jpg) no-repeat;
}

div#apt_img {
	width: 696px;
	height: 300px;
	margin: 0 auto auto;
	background-color: transparent;
	background-image: url(image/head_3.jpg);
}

#contatti p {
	text-align: center;
	padding-top: 20px;
	width: 95%;
	margin: auto;
	border-top: 1px solid #563E29;
	font-size: 10px;
	color: #795F3E;
}

#contatti img {
	border: none;
	margin-bottom: 16px;
	margin-top: 25px;
}

#header a#offert {
	text-indent: -9999px;
	position: absolute;
	float: right;
	width: 159px;
	background-image: url(image/offerte.png);
	height: 159px;
	z-index: 2;
	right: 0;
	top: 23px;
}

#header a#offert:hover {
	text-indent: -9999px;
	position: absolute;
	float: right;
	width: 159px;
	background-image: url(image/offerte_over.png);
	height: 159px;
	top: 23px;
	right: 0;
}

#header #en {
	text-indent: -9999px;
	position: absolute;
	float: right;
	width: 159px;
	background-image: url(image/offerte_en.png);
	height: 159px;
	z-index: 2;
	right: 0;
	top: 23px;
	background-color: transparent;
}

#header #en:hover {
	text-indent: -9999px;
	position: absolute;
	float: right;
	width: 159px;
	height: 159px;
	top: 23px;
	right: 0;
	background: transparent url(image/offerte_en_over.png) no-repeat;
}

/* @end */

/* @group home_page */

div#content {
	width: 700px;
	margin: auto;
	padding-top: 30px;
}

h2#home {
	width: 100%;
	height: 60px;
	text-indent: -9999px;
	background: url(image/h2_home.png) no-repeat;
	margin: auto auto 10px;
}

h2#home_en {
	width: 100%;
	height: 60px;
	text-indent: -9999px;
	background: url(image/h2_home_en.png) no-repeat;
	margin: auto auto 10px;
}

div.post {
	padding-left: 30px;
	padding-right: 31px;
}

#content div.post p {
	margin-left: 270px;
	text-indent: 10px;
}

#content div.post img {
	float: left;
}

.hr {
	height: 60px;
	background: url(image/hr.png) no-repeat 126px;
	width: 100%;
	clear: left;
}

div.bottom_post {
	height: 46px;
	width: 100%;
	background: transparent url(image/bottom.png) no-repeat 0 0;
	margin-top: 20px;
	margin-bottom: 16px;
	float: left;
}

div#footer {
	margin: auto;
	width: 100%;
	clear: left;
	border-top: 1px solid #563E29;
	height: 80px;
}

h3#newsletter {
	margin-left: 270px;
	background: url(image/newsletter.png) no-repeat 0 0;
	text-indent: -9999px;
	height: 40px;
}

h3#offerte {
	margin-left: 270px;
	background: url(image/h3_offerte.png) no-repeat 0 0;
	text-indent: -9999px;
	height: 40px;
}

h3#offerings {
	margin-left: 270px;
	background: url(image/h3_offerings.png) no-repeat 0 0;
	text-indent: -9999px;
	height: 40px;
}

div#central_img {
	width: 100%;
	height: 40px;
	margin: 10px auto auto;
	background: transparent url(image/fiore.png) no-repeat 50% 10px;
	display: block;
	padding-top: 18px;
}

p#dx {
	font-size: 12px;
	text-align: right;
	right: 50%;
	position: absolute;
	margin-right: 60px;
}

p#sx {
	font-size: 12px;
	position: absolute;
	left: 50%;
	margin-left: 60px;
}

/* @end */

/* @group Appartamenti */

h2#apt {
	background: url(image/h2_apt.png) no-repeat;
	width: 100%;
	height: 60px;
	margin-bottom: 10px;
	text-indent: -9999px;
}

h2#apt_en {
	background: url(image/h2_apt_en.png) no-repeat;
	width: 100%;
	height: 60px;
	margin-bottom: 10px;
	text-indent: -9999px;
}

p.apt {
	width: 100%;
	margin-left: 0 !important;
	margin-bottom: 20px;
}

ul#apt {
	margin-left: 270px;
}

#apt li {
	list-style-image: url(image/edera_list.png);
	height: 30px;
	font-size: 16px;
	list-style-position: inside;
	margin-top: 11px;
}

li#apt_tit {
	list-style: none !important;
	font-size: 20px !important;
	border: none !important;
}

img#servizi {
	float: none !important;
	margin-right: 10px;
}

#apt_a {
	margin-left: 25px;
}

p.apt_des {
	text-indent: 0 !important;
	margin-bottom: 8px;
}

p.apt_des a {
}

.smaller {
	font-size: 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	text-indent: 0 !important;
}



/* @end */

/* @group Storia */

div#storia_img {
	width: 696px;
	height: 300px;
	margin: 0 auto auto;
	background-color: transparent;
	background-image: url(image/head_4.jpg);
}

h2#storia {
	background: url(image/h2_storia.png) no-repeat;
	width: 100%;
	height: 60px;
	margin-bottom: 10px;
	text-indent: -9999px;
}

h2#storia_en {
	background: url(image/h2_storia_en.png) no-repeat;
	width: 100%;
	height: 60px;
	margin-bottom: 10px;
	text-indent: -9999px;
}

ul#normal {
	margin-left: 280px;
	list-style-position: inside;
	margin-top: 20px;
}

h3#link_utili {
	margin-left: 270px;
	font-size: 14px;
}

#menu_storia ul {
	width: 330px;
	margin: auto;
	list-style-type: none;
}

#menu_storia ul li {
	display: inline-block;
	text-align: center;
	font-size: 18px;
	float: left;
}

#menu_storia {
	height: 30px;
	margin-bottom: 15px;
}

#menu_storia ul li a {
	text-decoration: none;
	color: #563E29;
	display: block;
	width: 100px;
	height: 25px;
	padding-top: 3px;
	margin-right: 5px;
	margin-left: 5px;
}

#menu_storia ul li a:hover {
	text-decoration: none;
	color: #ECEBE4;
	background: transparent url(image/fondo_menu_cosa.png) no-repeat 0 2px;
}

#menu_storia ul li a.active {
	background: url(image/fondo_menu_cosa.png) no-repeat 0 2px;
	color: #ECEBE4;
}

/*.bordo {
	width: 100%;
	height: 1px;
	background-image: url(image/bordo.png);
}

.bordo_bot {
	width: 100%;
	background-image: url(image/bordo.png);
	height: 1px;
	margin-top: 30px;
}*/

/* @end */

/* @group cosa fare */

h2#cosafare {
	background: url(image/h2_cosafare.png) no-repeat;
	width: 100%;
	height: 60px;
	margin-bottom: 10px;
	text-indent: -9999px;
}

h2#cosafare_en {
	background: url(image/h2_cosafare_en.png) no-repeat;
	width: 100%;
	height: 60px;
	margin-bottom: 10px;
	text-indent: -9999px;
}

h2#offerte {
	background: url(image/h2_offerte.png) no-repeat;
	width: 100%;
	height: 60px;
	margin-bottom: 10px;
	text-indent: -9999px;
}

h2#offerte_en {
	background: url(image/h2_offerte_en.png) no-repeat;
	width: 100%;
	height: 60px;
	margin-bottom: 10px;
	text-indent: -9999px;
}

h2#dove {
	background: url(image/h2_dove.png) no-repeat;
	width: 100%;
	height: 60px;
	margin-bottom: 10px;
	text-indent: -9999px;
}

h2#dove_en {
	background: url(image/h2_dove_en.png) no-repeat;
	width: 100%;
	height: 60px;
	margin-bottom: 10px;
	text-indent: -9999px;
}

div#cosafare_img {
	width: 696px;
	height: 300px;
	margin: 0 auto auto;
	background-color: transparent;
	background-image: url(image/head_9.jpg);
}

div#offerte_img {
	width: 696px;
	height: 300px;
	margin: 0 auto auto;
	background-color: transparent;
	background-image: url(image/head_8.jpg);
}

div#eventi_img {
	width: 696px;
	height: 300px;
	margin: 0 auto auto;
	background-color: transparent;
	background-image: url(image/head_5.jpg);
}

div#gallery_img {
	width: 696px;
	height: 300px;
	margin: 0 auto auto;
	background-color: transparent;
	background-image: url(image/head_10.jpg);
}

div#dove_img {
	width: 696px;
	height: 300px;
	margin: 0 auto auto;
	background-color: transparent;
	background-image: url(image/head_6.jpg);
}

div#gallery_container {
	width: 100%;
	height: 500px;
	background-image: none;
	text-align: center;
	margin-top: 20px;
	float: left;
}

#gallery_container object {
	width: 500px;
	height: 500px;
	float: none;
}

#colonna_img {
	padding-left: 30px;
	width: 245px;
	float: left;
}

.hr_colonna {
	width: 100%;
	height: 60px;
	background: url(image/hr.png) no-repeat 100px;
}

/* My Comment */

#colonna_event {
	margin: auto auto auto 300px;
	padding-right: 50px;
}

div.mese h5 {
	font-size: 13px;
}

div.mese h6 {
	color: #795F48;
}

div.mese {
	margin-bottom: 20px;
}

#colonna_event p {
	margin-bottom: 20px;
}

#colonna_event div.mese h5 {
	margin-top: 15px;
}

div.mese h4 {
	font-size: 16px;
	padding-left: 35px;
	background: url(image/edera_list.png) no-repeat 0 3px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

/* @end */

/* @group mappa */

#mappa_txt {
	width: 190px;
	float: right;
	margin-right: 80px;
}

#mappa_txt img {
	width: 190px;
}

div#mappa {
	width: 380px;
	float: left;
}

/* @end */

/* @group contatti */

h2#contatti {
	background: url(image/h2_contatti.png) no-repeat;
	width: 100%;
	height: 60px;
	margin-bottom: 10px;
	text-indent: -9999px;
}

h2#contatti_en {
	background: url(image/h2_contatti_en.png) no-repeat;
	width: 100%;
	height: 60px;
	margin-bottom: 10px;
	text-indent: -9999px;
}

#telefono {
	text-align: center;
}

#mail {
	text-align: center;
}

.hr_central {
	background: url(image/hr.png) no-repeat 325px !important;
	height: 60px;
}

.inserimento {
	width: 300px;
	margin-top: 10px;
	margin-bottom: 10px;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #563E29;
}

a:hover {
	font-weight: bold;
	color: #563E29;
	text-decoration: underline;
}

p.bold_center {
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
	color: #563E29;
	border-bottom-color: #563E29;
}

.inserimento_area {
	width: 300px;
	height: 75px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.button {
	width: 146px;
	height: 25px;
	margin-top: 10px;
	background-color: #CABEB0;
	border: none;
	margin-left: 4px;
	font: 14px Georgia, "Times New Roman", Times, serif;
}

.newsletter {
	width: 140px;
	height: 25px;
	margin-top: 10px;
	background-color: #CABEB0;
	border: none;
	margin-left: 4px;
	font: 14px Georgia, "Times New Roman", Times, serif;
}

div#contatti_img {
	width: 696px;
	height: 300px;
	margin: 0 auto auto;
	background-color: transparent;
	background-image: url(image/head_7.jpg);
}

input#radio {
	margin-right: 6px;
}

/* @end */

/* @group offerte */

div.offerta {
	text-align: center;
	margin-top: 25px;
}

p.normal {
	width: 80%;
	margin: auto auto 40px;
}

div.offerta p {
	width: 75%;
	margin: 10px auto;
}

div.offerta h4 {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	width: 70%;
	margin: auto;
	text-transform: uppercase;
	font-size: 16px;
}

form#contacts {
	width: 300px;
	margin: auto;
}

form#news {
	margin-top: 10px;
	margin-left: 280px;
	margin-bottom: 20px;
}

#input_news {
	width: 240px;
}

#button_news {
	width: 146px;
	height: 25px;
	margin-top: 10px;
	background-color: #CABEB0;
	border: none;
	margin-left: 4px;
	font: 14px Georgia, "Times New Roman", Times, serif;
}

/* @end */

a.link_omonima {
	text-decoration: none;
	color: #795F48;
	font-weight: normal;
	font-style: normal;
}

a.link_omonima:hover {
	text-decoration: none;
	color: #563E29;
	font-weight: normal;
	font-style: normal;
}

