HTML {

}

body {
	
	background: url(/site_media/img/bg.gif) repeat-x ;
	text-align: center;   /*centra in IE 5.x */
	font-size: 11px;
	padding-top:0px;
	margin: 5px 0px 5px 0px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}

#container {

	width: 800px;
	color: #333;
	margin: 0px auto;   /*centra negli altri browsers*/
  text-align: left;   /*ripristina l' allineamento*/
	background-color:#fff;
	
}

#header {
	
	height: 67px;

}

.logo {
	
	width:250px;
	height: 67px;

}

.logo img{
	
	border: 0px;

}
.language_selection {
	
	color: #60742D;
	font-size: 10px;
	padding: 50px 0px 0px 0px;
	text-align:right;
	float:right;
	
}
.language_selection a{
	
	color: #60742D;
	text-decoration:none;
	padding-left: 5px;
	padding-right: 5px;

}
.language_selection a:hover{
	
	color: #60742D;
	text-decoration:underline;
	
}

#subheader {
	
	border-top: 2px solid #FDD648;
	border-bottom: 2px solid #FDD648;
	padding: 0px;
	position: relative;
	height: 256px;
	
}


.photo {
	
	display:block;
	height:256px;
	
}

.main_menu {

	width: 800px;
	position:relative;
	/*background-color: #FDD648;*/
	top:-64px;
	font-size: 13px;
	font-weight: 900;
	text-align:center;
	/*
	/* for IE 
	filter:alpha(opacity=60);
	/* CSS3 standard 
	opacity:0.6;*/
	height: 47px;


}

.main_menu_voice {
	
	color: #000;
	padding: 0px 20px 0px 20px;
	font-size:13px;
	opacity: 1;
	line-height:45px;
	display:inline;
	/*background-color:#FDD648;*/

}

.main_menu_voice a{
	
	color: #000;
	/*background-color: #FDD648;*/
	text-decoration:none;

	
}

.main_menu_voice a:hover{
	
	text-decoration:underline;
	
}


#main {
	
	padding:5px 0px 5px 5px;
	margin-left: 185px;
	margin-bottom:0px;
	
}
/* da controllare
#main a{
	color: #60742D;
	text-decoration:none;
}

#main a:hover{
	color: #b1942e;
	text-decoration:underline;
}
*/
#left {
	
	width:165px;
  float:left;
	padding:10px 0px 10px 5px;
	
}


.left_box {
	
	width:165px;
  background-color: #EDEDED;
	padding:0px 5px 5px 0px;
	text-align:center;
	margin-bottom:10px;
	
}

.space_box  {
	
	
	background-color:#fff;
	width:165px;
	height:10px;
	padding:0px 5px 5px 0px;
	
}

.menu_box_container {
	
	font-size: 10px;
	color: #333;
	width:160px;
	text-align:left;
	padding:0px 10px 0px 0px;
	background-color: #fff;
	font-weight: bold;
	text-align:left;

}

.menu_box_container a{
	
	font-weight: bold;
	font-size: 10px;
	color: #333;
	text-decoration:none;
	width:160px;
	padding:0px 10px 0px 0px;
	display:block;
	
}



ul.menu_box { 

list-style:none; /* elimino i punti elenco */
margin:0; padding:0; /* elimino i rientri delle liste */
	text-align:left;
}

ul.menu_box li a { 

display:block; /* il link occupa tutto lo spazio orizzontale */
text-decoration:none; /* elimino la sottolineatura, che si tratta di un link si capisce dalla struttura */
padding:0px 0px 0px 8px; /* lascia spazio fra il bordo del menu e il testo del link */
height:2.5em;
line-height:2.5em; /* altezza del link: height e line-height devono avere il medesimo valore */ 
border-width:1px;
border-style:none solid; /* aggiungo dei bordi laterali */
margin-left:0px;

}

ul.menu_box li { display:inline } /*elimina lo spazio fra gli elementi della lista introdotto da Opera*/

ul.menu_box li a:link, ul.menu_box li a:visited { 

background:#ededed;
color: #333;
border-color:#60742D;

} /* colori per il link */

ul.menu_box li a:hover, ul.menu_box li a:active { 

background: #d6d6d6;
color:#333;
border-color:#FDD648;
text-decoration:underline;

} /* colori per l'effetto roll-over */



.back_box {
	
	font-size: 10px;
	color: #333;
	width:165px;
	padding: 8px 0px 5px 45px;
	background: url(/site_media/img/back_box.jpg) no-repeat;
	margin-bottom:0px;
	height:30px;
	font-weight: bold;

}

.back_box a{
	
	font-weight: bold;
	font-size: 10px;
	color: #333;
	text-decoration:none;
	
}

.back_box a:hover{
	
	font-size: 10px;
	color: #333;
	text-decoration:underline;
	font-weight: bold;
	
}


div.left_box  img{
	
	text-align:center;

}

div.left_box h3 {
	
	width:160px;
	text-align: left;
	background-color:#D6D6D6;
	padding: 5px;
	font-size: 12px;
	color: #60742D;
	margin:0px 0px 0px 0px;
	
}

div.left_box h4 {
	
	width:160px;
	text-align: right;
	background-color:#D6D6D6;
	padding: 0px 5px 5px 5px;
	font-size: 10px;
	color: #000;
	margin-top:0px;
		
}

div.left_box h5 {
	
	width:160px;
	text-align: center;
	background-color:#FDD648;
	padding: 5px 5px 5px 5px;
	font-size: 10px;
	color: #333;
	margin-top:0px;
		
}

div.left_box p{
	
	width:130px;
	text-align: left;
	padding-bottom: 5px;
	font-size: 10px;
	color: #333;
	border-bottom: 1px solid #60742D;
	margin: 5px 0px 0px 17px;
		
}

.left_readmore {
	
  width:150px;
	text-align: right;
	margin-top:3px;
	margin-bottom:10px;

}

a.left_readmore {
	
	font-size: 10px;
	color: #b1942e;
	text-decoration:none;
	background: url(/site_media/img/readmore.gif) no-repeat right;
	padding: 3px 30px 3px 3px;

}
a.left_readmore:hover{
	
	font-size: 10px;
	color: #b1942e;
	text-decoration:underline;
	background: url(/site_media/img/readmore.gif) no-repeat right;
	padding: 3px 30px 3px 3px;

}

.corpo {
	

	display:inline;
	margin-right: 0px;
		
}

div.content {

	line-height: 1.5em;

}

.content p{

	font-size: 11px;
	padding:0px 5px 5px 5px;

}

.content h3{

	font-size: 12px;
	padding:0px 5px 5px 5px;
	font-weight:bold;
	color:#60742D;

}

.content h2{

	font-size: 24px;
	color: #CCC;
	padding:0px 5px 5px 5px;

}

.content_home {

	line-height: 1.5em;
	width:300px;
	display: inline;
  
}

.content_home a{

	text-decoration: none;
	font-weight:bold;
	color:#b1942e;
  
}

.content_home a:hover{

	text-decoration: underline;
	font-weight:bold;
	color:#60742D;
  
}

div.content_title_home  {
	
	font-size: 12px;
	color: #60742D;
	margin-top:10px;
	font-weight: bold;

}

div.content_title  {
	
	font-size: 16px;
	color: #60742D;
	margin-top:10px;
	margin-bottom: 15px;
	text-transform:	uppercase;
	padding:0px 5px 5px 5px;

}

div.right {
	
	float:right;


}

.right_box {
	
	width:300px;
	border: 1px solid #ccc;
	background: url(/site_media/img/bg_right_box.jpg) no-repeat 2%;
	margin: 10px 0px 5px 10px;
	
}

div.right_box h3 {
	
	padding: 5px;
	font-size: 12px;
	color: #b1942e;
	margin: 0px 0px 0px 80px;
	
}

div.right_box a {
	
	color: #b1942e;
	text-align: left;
	text-decoration: none;

}
div.right_box a:hover {
	
	color: #b1942e;
	text-align: left;
	text-decoration: underline;

}


div.right_box p{
	
	margin: 0px 0px 0px 80px;
	padding: 5px;
	font-size: 10px;
	color: #333;
		
}

.right_readmore {
	
	text-align: right;

}

a.right_readmore {
	

	font-size: 10px;
	color: #333;
	text-decoration:none;
	padding: 3px 30px 3px 3px;
	background: url(/site_media/img/readmore.gif) no-repeat right;

}
a.right_readmore:hover {
	

	font-size: 10px;
	color: #333;
	text-decoration:underline;
	padding: 3px 30px 3px 3px;
	background: url(/site_media/img/readmore.gif) no-repeat right;


}


#icons {

	clear: left;
	text-align: right;
	padding: 10px 5px 0px 5px;
	width: 600px;


}



#footer {
	
	background-color: #728538;
	height: 85px;
  margin-top:0px;
	clear:left;

	
}

.footer_menu {
	
	color: #fff;
	font-size: 10px;
	padding: 10px 0px 0px 10px;
	text-align:center;
	
}
.footer_menu_voice {
	
	color: #fff;
	padding: 0px 10px 0px 5px;
	font-size:11px;
	display:inline;
	text-transform: uppercase;
	border-right: 1px solid #fff;

}
.footer_menu_voice_final {
	
	color: #fff;
	padding: 0px 5px 0px 10px;
	font-size:11px;
	display:inline;
	text-transform: uppercase;

}

.footer_menu_voice a{
	
	color: #fff;
	text-decoration:none;

	
}

.footer_menu_voice a:hover{
	
	text-decoration:underline;
	
}

.footer_menu_voice_final a{
	
	color: #fff;
	text-decoration:none;

}

.footer_menu_voice_final a:hover{
	
	text-decoration:underline;
	
}

.footer_info {
	
	color: #fff;
	font-size: 10px;
	padding: 10px 0px 0px 10px;
	text-align:center;
	
}

.footer_info  a{
	
	color: #fff;
	font-weight: bold;
	text-decoration: none;
		
}
.footer_info  a:hover{
	
	text-decoration:underline;
		
}

div.map_container {

	border: 1px solid #ccc;
	width: 600px;
	padding: 2px;

}

/*stili home alloggi */

div.alloggio_list {

	border-bottom: 1px solid #ccc;
	margin:10px 10px 16px 0px;
	line-height: 1.5em;
	padding: 0px 5px 10px 5px;
	min-height:70px;

}

img.alloggio_thumb {

	float:left;
	margin-right:10px;
	border:3px double #CCC;
	margin-bottom:4px;


}

div.alloggio_list h3 {
	
	font-size: 12px;
	color: #b1942e;
	margin: 0px;
	padding-bottom:5px;
	
}

div.alloggio_list a {
	
	color: #b1942e;
	text-align: left;
	text-decoration: none;

}
div.alloggio_list a:hover {
	
	color: #b1942e;
	text-align: left;
	text-decoration: underline;

}


div.alloggio_list p{
	
	margin: 0px;
	font-size: 11px;
	color: #333;
		
}

.alloggio_list_readmore {
	
	text-align: right;

}

.alloggio_list_readmore a{
	

	font-size: 10px;
	color: #b1942e;
	text-decoration:none;
	padding: 3px 30px 3px 3px;
	background: url(/site_media/img/readmore.gif) no-repeat right;

}
.alloggio_list_readmore a:hover {
	

	font-size: 10px;
	color: #b1942e;
	text-decoration:underline;
	padding: 3px 30px 3px 3px;
	background: url(/site_media/img/readmore.gif) no-repeat right;

}

/*stili sezione intorno a noi 4 colonne */


.intorno {
	
	background:#fff;
  width:145px;
  float:left;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align:center;
	margin-bottom: 15px;
	padding:2px 2px 10px 2px;
  
}

.contenitore_intorno {
	
  background:#fff;
	margin-top:10px;
	margin-bottom:10px;


}

.intorno h3 {
  font-size: 12px;
	color: #b1942e;
	margin: 0px;
	padding-bottom:5px;
	height:40px;
}

.intorno h3 a{
	color: #b1942e;
	text-align: left;
	text-decoration: none;
}

.intorno h3 a:hover{
	color: #b1942e;
	text-align: left;
	text-decoration: underline;
}

.intorno p {
  margin:0px;
	padding:0px 2px 0px 2px;
	font-size: 11px;
	color: #333;
}	


.contenitore img{
	
	margin-left:1px;
	
	
}


img.intorno_thumb {

	text-align:center;
	border:3px double #CCC;
	

}

div.alloggio_list a:hover {
	
	color: #b1942e;
	text-align: left;
	text-decoration: underline;

}



.intorno_readmore {
	
	text-align: right;

}

.intorno_readmore a{
	

	font-size: 10px;
	color: #b1942e;
	text-decoration:none;
	padding: 3px 30px 3px 3px;
	background: url(/site_media/img/readmore.gif) no-repeat right;

}
.intorno_readmore a:hover {
	

	font-size: 10px;
	color: #b1942e;
	text-decoration:underline;
	padding: 3px 30px 3px 3px;
	background: url(/site_media/img/readmore.gif) no-repeat right;

}

.info	{
	
	text-align:left;
	width:600px;
	margin:15px auto;
	border-top:1px solid #60742D;
	padding-top:15px;
}

.info p {
	
	margin-top:1.2em;
}
.info h3 {
	
	font-size: 14px;
	color:#60742D;
	padding:5px;
	
}

/*stili sezioni a righe tipo news offerte o guestbook */

div.row_list {

	border-bottom: 1px solid #ccc;
	margin:10px 10px 16px 0px;
	line-height: 1.5em;
	padding: 0px 5px 10px 5px;


}

img.row_thumb {

	float:left;
	margin-right:10px;
	border:3px double #CCC;
	margin-bottom:4px;


}

div.row_list h3 {
	
	font-size: 12px;
	color: #b1942e;
	margin: 0px;
	padding-bottom:5px;
	
}

div.row_list a {
	
	color: #b1942e;
	text-align: left;
	text-decoration: none;

}
div.row_list a:hover {
	
	color: #b1942e;
	text-align: left;
	text-decoration: underline;

}


div.row_list p{
	
	margin: 0px;
	font-size: 11px;
	color: #333;
		
}

.row_list_readmore {
	
	text-align: right;

}

.row_list_readmore a{
	

	font-size: 10px;
	color: #b1942e;
	text-decoration:none;
	padding: 3px 30px 3px 3px;
	background: url(/site_media/img/readmore.gif) no-repeat right;

}
.row_list_readmore a:hover {
	

	font-size: 10px;
	color: #b1942e;
	text-decoration:underline;
	padding: 3px 30px 3px 3px;
	background: url(/site_media/img/readmore.gif) no-repeat right;

}

/*stili paginazione*/

.page_nav {
	font-size : 10px;
	text-align:center;
	color:#333;
	font-weight:bold;
	margin-top:0px;
}
.page_nav a{
	color : #60742D;
	font-size : 10px;
	font-weight:bold;
	text-decoration : none;
}
.page_nav a:hover {
	color : #60742D;
	font-size : 10px;
	text-decoration : underline;
}
.page_nav a:active {
	color : #60742D;
	font-size : 10px;
	text-decoration : underline;
}



/*stili tabelle */

table, th, td{
border:1px solid #CCC;
border-collapse:collapse;
font-size:1em;
font-family:Arial, Helvetica, sans-serif;
text-align:center;
color:#000;
padding:5px;
}
caption{
font-size:1.1em;
}
th.date {
	
	font-style:italic;
}
th.table_head {
	
	font-size:14px;
	color:#b1942e;
}
td.table_all {
	
	font-weight:bold;
	color:#60742D;
}
td.table_all a{
	
	font-weight:bold;
	color:#60742D;
	text-decoration:none;
}
td.table_all a:hover{
	
	font-weight:bold;
	color:#60742D;
	text-decoration:underline;
}
th {
	background: url(/site_media/img/cmxform-fieldset.gif) left bottom repeat-x;
}