body { 
	margin: 0px; 
	text-align: center;
	background-color : #F5EDED; 
	font-family: georgia, "times new roman", serif; 
	font-size: 95%;
	color:#333;
}
  
.content-end { clear: both; height: 0pt; overflow: hidden; }
/*
-----------------------------------------*/
#header {
	display:block;
	clear:both;
	width: 700px;
	margin:0px auto;
	padding:0px;
	text-align: left;
}
#header_nav {
	display:block;
	clear:both;
	width: 700px;
	margin:0px auto;
	padding:0px;
	text-align: center;
	background-color:#fff;
	border-bottom:1px solid #e1e1e1;
}
#header .name{
	float:right;
}
#header img{
	border:none;
}
/*
-----------------------------------------*/
.main_menu{
	width:700px;
	text-align:center;
	padding:1px;
	display:block;
	clear:both; 
	border-bottom:1px solid #e5e5e5;
	font-size:85%;
	text-transform:uppercase;
	color:#666;
}
.main_menu a:link, a:visited, a:active{
	color:#900;
	text-decoration:none;
}
.main_menu a:hover {
	color:#000;
	background-color: #e5e5e5;
	text-decoration:none;
}
/*
-----------------------------------------*/
/*
-----------------------------------------*/
a {color: #000; text-decoration: none;}
a img {border: none;}
a:link, a:visited{color: #900;}
a:hover {color: #000; background-color: #e5e5e5;
  border-bottom: 1px solid #ccc;}
  /*
-----------------------------------------*/
#main_container {
	display:block;
	clear:both;
	width: 700px;
	margin:0px auto;
	padding:0px;
	text-align: center;
	border:1px solid #666;
	background-color:#fff;
}
#main_container .main{
	border-bottom:1px solid #666;
}
#main_container .main_column { 
	float:left;
	width: 340px;
	text-align: left;
	margin: 0 12px 20px 12px;	
}
#main_container .main_column p{ 
	margin:10px 0 0 0;
	font-size: 100%;
	color: #333;
	text-align: justify;
	line-height: 16px;
}
#main_container .main_column p img{ 
	float:left;
	margin-right:5px;
}

#main_container .main_column li.first{
	list-style-image: url(/i/foglia_small.gif);
}
#main_container .main_column ul ul{
	 list-style:circle;
}

#main_container .main_column p.proceed{ 
	text-align:right;
	text-transform: uppercase;
	font-size:80%;
}
#main_container .titolo{
	font-size:140%;
	color:#333;
	padding-top:5px;
}
a:link {
	color: #333;
}
/*
-----------------------------------------*/
#main_container .right_column { 
	float:right;
	width:310px;
	text-align:center;
	margin:0px;
}
#main_container .right_column img{ 
	border:none;
}
#main_container .right_column p{ 
	font-size:80%;
	color: #333;
	text-align: center;
	line-height: 12px;
	background-color:#f1f1f1;
	border-bottom:1px solid #e5e5e5;
}
#main_container .main_column p img{ 
	float:left;
	margin-right:5px;
}

/* navigation
-----------------------------------------*/
#navigation{
	width:700px;
	font-size:80%;
	color:#999;
	text-align:left;
	border-bottom:1px solid #F5EDED;
	padding-bottom:2px;
}
#navigation a:link, a:hover,a:visited, a:active{
	color:#000;
	text-decoration:none;
}
/*
-----------------------------------------*/
#gallery{
	width:100%;	
	text-align:center;
	background-color:#fff;
	margin-top:20px;
}
#gallery .frame{
	clear:left;
	display:inline;
}
#gallery .frame img{
	border:none;
	border:1px solid #e5e5e5;
	padding:5px;
	margin-bottom:20px;
	margin-left:20px;
	margin-right:20px;
}
/*
-----------------------------------------*/
#footer {
	display:block;
	width:700px;
	clear:both; 
	color: #333;
	padding: 5px;
	text-align: center;
	margin: 0px auto;
	font-size:90%;
	color:#666;
	text-transform: uppercase;
}
#footer .address {
	width:700px;
	display:block;
	clear:both; 
	color: #666;
	padding: 2px;
	text-align: center;
	margin: 0px auto;
	font-size:90%;
	color:#333;
	text-transform: none;
	border:1px solid #ccc;

}
/*menu
-----------------------------------------*/
div#menu{
	float:right;
}
div#menu img{
	border:none;
}
div#menu ul { 
	float: left;
	list-style:none;
	width:310px;
	margin:0; 
	padding:0px;
	border:0px;
}
div#menu ul li a { 
	display:block;
	text-decoration:none;
	padding-top:0px;
	border:1px solid #e5e5e5;
	margin-bottom:1px;
	margin-top:1px;
	background-color:#f1f1f1;
	font-size:90%;
	color: #333;
}
div#menu ul li {
	display:inline;
}
div#menu ul b {
	font-size:14px;
}
div#menu ul li a:link,div#menu ul li a:visited{ 
	color: #333;
} 
div#menu ul li a:hover, div#menu ul li a:active{ 
	color: #333;
}
/* FORM
-----------------------------------------*/
form{
	padding:10px
}
input.text {
	border:1px solid #e5e5e5;
	background: #FBFAF4;
	width: 210px;
}
input.text:hover {
	border:1px solid #ccc;
	background: #fff; 
}
textarea.text {
	border:1px solid #e5e5e5;
	background: #FBFAF4;
	width: 210px;
}
textarea.text:hover {
	border:1px solid #ccc;
	background: #fff;
}
select.text{
	border:1px solid #e5e5e5;
	background: #FBFAF4;
	width: 210px;
	font-size:90%;
}

input.button { 
	margin: 0;
	font-size: 100%;
	border:1px solid #ccc;
	background: #e5e5e5;
	color: #808080;
	padding:5px;
	font-family: Georgia, Times, serif;
}

/* #FBFAF4;
-----------------------------------------*/
.centered{
	margin:0px auto;
	width: 210px;
	text-align:center;
	color:#333;
	padding:2px;
}
.centered .title{
	color:#900;
	font-size:120%;
	margin-bottom:5px;
}
/*navigazione immagini
-----------------------------------------*/
.prev{
	float:left;
	width:45%;
	font-size:80%;
	text-align:left;
}
.next{
	float:right;
	width:45%;
	font-size:80%;
	text-align:right;
}
.prev img, .next img{
	vertical-align: baseline;

}
/*
-----------------------------------------*/
#agriturismo{
	visibility:hidden;
	height:0px;
	display:none;
	line-height:0px;
}
/* NEWS
-----------------------------------------*/
#news_body {
	margin:0px auto;
	padding-left: 23px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 620px;
	text-align:left;
	clear: both;
	background:#fff url(/i/news_pointer.gif) no-repeat top left;
	border-bottom:1px solid #e1e1e1;
}
#news_body h3 {
	margin-left: 2px;
	display:inline;
	color:#c99;
	font-size:110%;
}
h3.sezione {
	margin:0px auto;
	padding-left: 33px;
	padding-top: 1px;
	padding-bottom: 2px;
	width: 620px;
	text-align:left;
	clear: both;
	background:#fff url(/i/foglia.gif) no-repeat top left;
	border-bottom:1px solid #c99;
	color:#600;
	margin-bottom:5px;
}

#news_body p { 
	padding: 0px;
	font-size: 80%;
	margin-top: 8px;
	margin-bottom: 3px;
	text-align: justify;
}
#news_body p.desc { 
	color:#666;
}
.top_page{
	margin:0px auto;
	width: 620px;
	text-align:right;
}
.top_page a, .top_page a:hover, .top_page a:visited{
	color:#900;
	font-size:80%;
	display:block;
	clear: both;
}
/*
-----------------------------------------*/
/*NAVIGATION TOP
-----------------------------------------*/
#head {
margin:0px auto;
width:700px; 
text-align:left; 
position:relative; 
border-bottom:1px solid #e1e1e1;
}

ul#mainmenu {
clear:both; margin:0; padding:0;
 list-style-type:none;
 text-align:center;
}
ul#mainmenu li {
	display:inline;
 	padding:0 2px;
}
ul#mainmenu em, ul#mainmenu a, ul#mainmenu a:visited {
	font-size:85%;
	text-transform: uppercase;
	 color:#666;
 	text-decoration:none;
 	padding:0 4px;
	 border-bottom:0;
}
ul#mainmenu a:hover {
 	color:#333;
 	background:#fff;
 	border-bottom:2px solid #333;
}
ul#mainmenu em {
	font-style:normal;
	 color:#333;
	border-bottom:2px solid #333;
}
/*
-----------------------------------------*/
/*
-----------------------------------------*/
/*NAVIGATION BOTTOM
-----------------------------------------*/
#foot {
margin:0px auto;
width:700px; 
text-align:left; 
position:relative; 
}

ul#footmenu {
clear:both; margin:0; padding:0;
 list-style-type:none;
 text-align:center;
}
ul#footmenu li {
	display:inline;
 	padding:0 2px;
}
ul#footmenu em, ul#footmenu a, ul#footmenu a:visited {
	font-size:85%;
	text-transform: uppercase;
	 color:#666;
 	text-decoration:none;
 	padding:0 4px;
	 border-bottom:0;
}
ul#footmenu a:hover {
 	color:#333;
 	background:#fff;
	border-bottom:2px solid #333;
}
ul#footmenu em {
	font-style:normal;
	 color:#333;
	border-bottom:2px solid #333;
}
/*
-----------------------------------------*/
#map {
margin:0 auto;
width: 530px; height: 400px; border: 5px solid #F4F2E4;
  background: center no-repeat;
  font-size: 90%; line-height: 1.2;}
#map a {border-bottom: 1px solid;}


/*BOOKING
-----------------------------------------*/
div#booking{width:280px;position:absolute;top:145px;right:50%;margin-right:151px;text-align:left;z-index:30;}
body>div#booking{position:fixed;}
div#booking a, div#booking  a:hover{text-decoration:none;background:none;border:none;}


