@charset "UTF-8";
/* CSS Document */

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	width:980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	/*
	background-repeat: repeat-x;
	background-position: top; */
	background-color: #f9e896;
	/*background-image: url(images/background.gif);*/
}

body.newsa
{
	width:170px;
	margin:0px;
	padding:0px;
	background-repeat:no-repeat;
}
#container
{
	width:980px;
}

#top
{
	height:100px;
	width:980px;
	background-image: url(images/logo.png);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #f9e896;
}
#header
{
	height:200px;
	width:980px;
	background-image: url(images/header.jpg);
}
#shadow
{
	height:4px;
	width:980px;
	background-image: url(images/shadow.png);
	background-repeat: repeat-x;
}
#menu
{
	height:25px;
	width:980px;
	background-image: url(images/colore_menu.png);
	background-repeat: repeat-x;
}
ul.menu
{
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 25px;
}
li.menu
{
	list-style-type: none;
	display: inline;
	padding-right: 30px;
	padding-left: 30px;
	font-weight: bold;
	font-size: 12px;
	height: 30px;
}

a.menu
{
	color: #FFDDA4;
	text-decoration: none;
	height: 30px;
}

a.menu:hover
{
	color: #FFAD2C;
	text-decoration: underline;
	height: 30px;
}

a.menu_selected
{
	color: #FFAD2C;
	text-decoration: none;
	height: 30px;
}

#sx
{
	float: left;
	padding-left:20px;
	padding-right:20px;
	padding-top:25px;
	width:730px;	/*clear: left;    -- 09032009 --*/
	padding-bottom: 50px;
}

#sx1
{
	float: left;
	padding-left:20px;
	padding-right:20px;
	padding-top:25px;
	width:170px;
	padding-bottom: 50px;	/*margin-top: 40px; -- 10032009 --*/
}

#sx1s
{
	float: left;
	padding-left:20px;
	padding-right:20px;
	padding-top:25px;
	width:170px;
	padding-bottom: 50px;	/*margin-top: 40px; -- 10032009 --*/
}

#sx2
{
	float: left;
	padding-left:20px;
	padding-right:20px;
	padding-top:25px;
	width:520px;
	padding-bottom: 50px;
}

#dx
{
	float: right;
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
	width:170px;
	padding-bottom: 50px;
}
#footer
{
	width:980px;
	clear:both;
	background-color: #6D975C;
	top: 50px;
}
#footer p
{
	line-height: 1em;
	padding: 5px;
	margin: 0px;
}

p
{
	/* font-family: "Times New Roman", Times, serif; */
	font-size: 12px;
	line-height: 1.7em;
	color: #0F1D0C;
}

h1
{
	/* font-family: "Times New Roman", Times, serif; */
	font-size: 18px;
	color: #0F1D0C;
	font-weight: bold;
}

.box_dx
{
	background-color: #6D975C;
	margin-bottom: 20px;
	width:170px;
}

.box_dx h1
{
	background-color: #003300;
	line-height: 1.4em;
	font-size: 18px;
	color: #FFFFFF;
	background-image: url(images/colore_menu.png);
	padding-left:10px;
	padding-right:10px;
}
.box_dx p
{
	padding-left:10px;
	padding-right:10px;
	padding-top: 0px;
	line-height: 1.3em;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	padding-bottom:5px;
}
img.sx
{
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}
img.dx
{
	float: right;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	border: 0px;
}

img.info
{
	float: right;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	border: 0px;
}


img.c
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/* ------------------- STILI MENU ---------------------- */

#menu span
{
	display: none;
}

#menu a
{
	margin-left:20px;
	margin-right:20px;
}

#menu a:hover
{
	background-position: bottom;	
}


/* ------------------ INGLESE --------------------------- */

#very_tuscany a
{
	display: block;
	height: 25px;
	width: 107px;
	float:left;
	background-image: url(images/menu/very_tuscany.gif);	
}

#very_tuscany_active a
{
	display: block;
	height: 25px;
	width: 107px;
	float:left;
	background-image: url(images/menu/very_tuscany.gif);
	background-position:bottom;
}

#tour a
{
	display: block;
	height: 25px;
	width: 47px;
	float:left;
	background-image: url(images/menu/tours.gif);
}

#tour_active a
{
	display: block;
	height: 25px;
	width: 47px;
	float:left;
	background-image: url(images/menu/tours.gif);
	background-position:bottom;
}

#services a
{
	display: block;
	height: 25px;
	width: 123px;
	float:left;
	background-image: url(images/menu/other_services.gif);
}

#services_active a
{
	display: block;
	height: 25px;
	width: 123px;
	float:left;
	background-image: url(images/menu/other_services.gif);
	background-position:bottom;
}

#how_to_book a
{
	display: block;
	height: 25px;
	width: 93px;
	float:left;
	background-image: url(images/menu/how_to_book.gif);
}

#how_to_book_active a
{
	display: block;
	height: 25px;
	width: 93px;
	float:left;
	background-image: url(images/menu/how_to_book.gif);
	background-position:bottom;
}

#faq a
{
	display: block;
	height: 25px;
	width: 29px;
	float:left;
	background-image: url(images/menu/faq.gif);
}

#faq_active a
{
	display: block;
	height: 25px;
	width: 29px;
	float:left;
	background-image: url(images/menu/faq.gif);
	background-position:bottom;
}

#contacts a
{
	display: block;
	height: 25px;
	width: 65px;
	float:left;
	background-image: url(images/menu/contact.gif);
}

#contacts_active a
{
	display: block;
	height: 25px;
	width: 65px;
	float:left;
	background-image: url(images/menu/contact.gif);
	background-position:bottom;
}

/* ------------------ ITALIANO --------------------------- */

#very_tuscany_it a
{
	display: block;
	height: 25px;
	width: 107px;
	float:left;
	background-image: url(images/menu/very_tuscany_it.gif);
}

#very_tuscany_it_active a
{
	display: block;
	height: 25px;
	width: 107px;
	float:left;
	background-image: url(images/menu/very_tuscany_it.gif);
	background-position:bottom;
}

#tour_it a
{
	display: block;
	height: 25px;
	width: 47px;
	float:left;
	background-image: url(images/menu/tours_it.gif);
}

#tour_it_active a
{
	display: block;
	height: 25px;
	width: 47px;
	float:left;
	background-image: url(images/menu/tours_it.gif);
	background-position:bottom;
}

#altri_servizi a
{
	display: block;
	height: 25px;
	width: 120px;
	float:left;
	background-image: url(images/menu/altri_servizi.gif);
}

#altri_servizi_active a
{
	display: block;
	height: 25px;
	width: 120px;
	float:left;
	background-image: url(images/menu/altri_servizi.gif);
	background-position:bottom;
}

#come_prenotare a
{
	display: block;
	height: 25px;
	width: 125px;
	float:left;
	background-image: url(images/menu/come_prenotare.gif);
}

#come_prenotare_active a
{
	display: block;
	height: 25px;
	width: 125px;
	float:left;
	background-image: url(images/menu/come_prenotare.gif);
	background-position:bottom;
}

#faq_it a
{
	display: block;
	height: 25px;
	width: 29px;
	float:left;
	background-image: url(images/menu/faq_it.gif);
}

#faq_it_active a
{
	display: block;
	height: 25px;
	width: 29px;
	float:left;
	background-image: url(images/menu/faq_it.gif);
	background-position:bottom;
}

#contatti a
{
	display: block;
	height: 25px;
	width: 72px;
	float:left;
	background-image: url(images/menu/contatti.gif);
}

#contatti_active a
{
	display: block;
	height: 25px;
	width: 72px;
	float:left;
	background-image: url(images/menu/contatti.gif);
	background-position:bottom;
}
/* ----------------------------------------------------- */
.box_dx span
{
	display: none;
}

h1.news
{
	background-image:url(images/titoli/news.gif);
	height:25px;
	width:150px;
}

h1.photogallery
{
	background-image:url(images/titoli/photogallery.gif);
	height:25px;
	width:150px;
}

h1.links
{
	background-image:url(images/titoli/links.gif);
	height:25px;
	width:150px;
}

#sx .legend {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#sx fieldset {
	margin-top: 20px;
	margin-bottom: 20px;
}
#button_send {
	text-align: center;
	border: thin solid #000000;
	background-color: #FFFFFF;
	font-weight: bold;	
}
#sx1 li
{
	font-size: 12px;
	list-style-type: none;
	background-color: #BDCA90;
	margin-top: 1px;
	margin-right: -5px;
	margin-bottom: 1px;
	margin-left: -40px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#sx1 h2
{
	font-size: 12px;
	font-weight: bold;
	line-height: 1em;
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #0F1D0C;
}
#sx1 a
{
	color: #000000;
	text-decoration: none;
	font-size: 11px;
}
#sx1 a:hover
{
	color: #000000;
	text-decoration: underline;
	font-size: 11px;
}

#dx a
{
	color: #000000;
	text-decoration: none;
}
#dx a img
{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.tiny_photogallery img
{
	display: block;
	width: auto;
	height: 50px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 135px;
	margin-left: 5px;
	float: left;
}
.tiny_photogallery img:hover
{
	display: block;
	width: auto;
	height: 180px;
	margin: 5px;	
}
#sx1s li {
	margin-bottom: 5px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-weight: bold;
	background-image: url(images/sfondo_menu_tour.png);
	height: 40px;
	width: 160px;
	padding-top: 10px;
	padding-left: 5px;
	padding-right:5px;
	list-style-type: none;
	margin-left: -30px;
}

#sx1s a {
	color:#0f1d0c;
	text-decoration: none;
}
.carousel_container {
	width: 700px;
	height: 200px;
	margin: 0px auto;
	margin-top: -60px;				/*border: 1px solid #3399FF;*/
			}
a.guestbook
{
	display:block;
	width:200px;
	height:150px;
	background-image:url(images/guestbook/guestbook_en1.png);
	float: right;
}
a.guestbook:hover
{
	background-image:url(images/guestbook/guestbook_en2.png);
}

a.guestbook_ita
{
	display:block;
	width:200px;
	height:150px;
	background-image:url(images/guestbook/guestbook_ita1.png);
	float: right;
}
a.guestbook_ita:hover
{
	background-image:url(images/guestbook/guestbook_ita2.png);
}
