@charset "utf-8";
@font-face {
    font-family: 'AkzidenzGroteskRegular';
    src: url('http://www.termedimontepulciano.it/conf/ttf/akzidenz_grotesk_light-webfont.eot');
    src: url('http://www.termedimontepulciano.it/conf/ttf/akzidenz_grotesk_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.termedimontepulciano.it/conf/ttf/akzidenz_grotesk_light-webfont.woff') format('woff'),
         url('http://www.termedimontepulciano.it/conf/ttf/akzidenz_grotesk_light-webfont.ttf') format('truetype'),
         url('http://www.termedimontepulciano.it/conf/ttf/akzidenz_grotesk_light-webfont.svg#AkzidenzGroteskRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


body, input, select{
   	font-family: 'AkzidenzGroteskRegular';
}div.image_roller{
	width:915px;
	height:435px;
}

div.image_roller div.image_roller_div_element{
	position: absolute !important;
	top:0px;
}

div.image_roller div.image_roller_shown{
	z-index:100 !important;
}
div.image_roller div.image_roller_hidden{
	z-index: 50 !important;
}
 .gallery {
	padding-top: 5px;
	padding-bottom: 5px;
}

.gallery_box, .gallery_box_no_thumb {
	display:inline;
	}

.gallery_box img{
	height:75px;
}
div.item_preview{
	width: 435px;
	padding: 10px;
	text-align:justify;
	background-image: url('../graph/dot_bg.png');
	background-position: bottom;
	background-repeat: repeat-x;
}


div.item_preview a:hover h1, div.item_preview a:hover table{
	opacity: 0.75;
	filter: alpha(opacity=75);
}

div.item_preview img{
	/*height: 100px;*/
	width: 220px;
	float: left;
	padding-right: 8px;
}

div.item_preview td{vertical-align: top;}

div.item_preview div.categoria{
  font-size: 13px;
  margin:-10px;
  padding:3px 10px;
  text-transform: capitalize;
  color: #fff;
}
div.item_preview div.news{
  background: #C4B28C !important;
} 
div.item_preview div.offerte{
  background: #493C33 !important;
}

div.item_preview ul.offerte li a, div.item_preview ul.novita li a{
  line-height:16px !important;
  padding:2px 15px !important;
  text-align:right;
}

div.item_preview ul.offerte, div.item_preview ul.novita{
  padding:0px !important;
  margin:-10px -10px 0px 0px !important;
}/*
 ---------------- COLORBOX -----------------
*/
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(../graph/cbImages/overlay.png) repeat 0 0;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(../graph/cbImages/controls.png) no-repeat -100px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(../graph/cbImages/controls.png) no-repeat -129px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(../graph/cbImages/controls.png) no-repeat -100px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(../graph/cbImages/controls.png) no-repeat -129px -29px;}
    #cboxMiddleLeft{width:21px; background:url(../graph/cbImages/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(../graph/cbImages/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(../graph/cbImages/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(../graph/cbImages/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px; color:#333; font-size:13px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(../graph/cbImages/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(../graph/cbImages/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(../graph/cbImages/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(../graph/cbImages/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(../graph/cbImages/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7+ replaces a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
*/
.cboxIE6 #cboxTopLeft{background:url(../graph/cbImages/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(../graph/cbImages/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(../graph/cbImages/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(../graph/cbImages/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(../graph/cbImages/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(../graph/cbImages/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(../graph/cbImages/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(../graph/cbImages/ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}
html, body{
	/*height:100%;*/
	margin: 0;
	padding: 0;
	border: none;
}
body {
	font-size: 15px;
	margin:0;
	padding:0;
	background-color: #fff !important;
	color: #58585A !important;
}
img {border:0;}
a	{color:#58585A; text-decoration: none;}
a:active, a:hover { 
    border:none;
    outline:none;
	-moz-outline-style: none;
}

a:hover { 
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}
input, select, button{
  border: 1px solid #acacac;
}
li a{
	display: block;
}
p{
  margin:0px; padding:0px;
}
hr{
  padding-top:10px;
  border-top:0px;
  border-left:0px;
  border-right:0px;
  border-bottom:1px solid #848382;
}
h1{
	margin: 0px;
	font-size: 25px;
	font-weight: normal;
	letter-spacing: -1px;
	text-align:left;
}

h2{
	margin-top: 10px;
	font-size: 15px;
	font-weight: normal;
}

.clear{clear:both;}
.clear_r{clear:right;}
.clear_l{clear:left;}

.left{float:left;}
.right{float:right;}

.align_right{text-align: right !important;}

.opaque50{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}


.salute, .salute > a{background-color:#7AAACA; color:#fff;}
.benessere, .benessere > a{background-color:#E5E0CA; color:#A89891;}
.medicina, .medicina > a{background-color:#A5BAA4; color:#fff;}
.pediatria, .pediatria > a{background-color:#B974AA; color:#fff;}
.territorio, .territorio > a,
.sezione.hotel, .sezione.hotel> a,
.sezione.agriturismi, .sezione.agriturismi> a,
.sezione.itinerari, .sezione.itinerari> a
{background-color:#A89891; color:#fff;}

.neutro, .neutro > a{background-color:#b6b6b6; color:#fff;}


div.even.hotel, 
div.even.agriturismi{
  clear:both;
  float:left;
  width:450px;
}

div.even.hotel img, div.odd.hotel img ,
div.even.agriturismi img, div.odd.agriturismi img {
  float: left;
  margin-right: 10px;
  padding-bottom: 40px;
  padding-top: 20px;
}

div.odd.hotel,
div.odd.agriturismi
{
  float:right;
  width:450px;
}


div.itinerari div.testo{

}

div.itinerari div.testo2{
  font-weight:bold;
}

div.itinerari div.gallery{
  text-align:center;
  margin-bottom:10px;
}

div.container{
	text-align: center;
}
div.content{
	text-align:left;
	width: 915px;
	margin: auto;
	padding-top:20px;
}

div.logo{
	position: absolute;
	z-index: 10;
	padding-left:40px;
}

div.img_pagina{
	position:absolute;
	top:95px;
	z-index:-1;
	width:915px;
	height:435px;
}
ul.menu li{
	list-style: none;
}
ul.newsletter, ul.top{
	float:right;
	clear: both;
	margin:0px;
}
ul.top{
	padding-top:10px;
}

ul.newsletter li a{
	border: 0px;
	background-color: #A9BE23;
	color: white;
	padding: 10px 20px;
	font-size: 15px;
	text-transform: uppercase;
}

ul.top li, ul.top a, ul.top div{
	display:inline;
	font-size: 12px;
	text-transform: uppercase;
	margin-left:5px;
}

div.spacer{
	margin-top:460px;
}


ul.main_menu{
	margin:0px 0px 0px 10px;
	padding:0px;
	display:block;
	height:50px;
}
ul.main_menu li{
	margin-right:10px;
	margin-left:10px;
	cursor:pointer;
}
ul.main_menu li, ul.main_menu a, ul.main_menu div{
	float:left;
	width: 160px;
	height: 50px;
	color: white;
	font-size: 18px;
}
ul.main_menu div{
	padding: 11px 5px 0px 5px;
	margin: 0px 7px;
	line-height: 17px;
  height: 39px !important;	
}

div.sezione{
	width:915px;
	clear: both;
	min-height:20px;
}

div.solo_testo{
	width: 330px;
	padding: 15px;
	font-size: 15px;
	text-align: justify;
}


div.menu_sezione{
	float:right;
}
div.sezione ul.menu {
	float:right;
	margin:0px;
	padding-top:20px;
	width:550px;
}
div.sezione ul.menu li{
	float:left;
}

div.sezione ul.menu div{
	font-size: 16px;
	width: 257px;
	padding: 2px 0px;
	margin-right: 15px;
	text-transform: uppercase;	
	border-bottom: 1px solid #848382;
	color:#fff;
}
div.sezione.benessere ul.menu div{
  color:#A89891;
}

li.sub_menu ul.menu{
  margin:10px 0px 10px 10px;
  padding:0px;
  float:none;
  width:250px;
}
li.sub_menu ul.menu li{
  float:none;
  display:block;
}

li.sub_menu ul.menu li div{
  width:247px;
}

div.galleria{
	float:right;
	max-width:400px;
	text-align:right;
}



div.box > div {
  float: left;
  width: 220px;
  height: 250px;
  background-repeat: no-repeat;
  margin-right: 7px;
}

div.box img{
  position:absolute;
  width:223px;
  height:138px;
  z-index:-1;
}
div.box h1, div.box h2, div.box h3, div.box h4{
  font-weight:normal;
}
div.box h3, div.box h4{
  margin:0px;
}
div.box h4{
  margin:0px;
  text-align:justify;
}
div.box h2{
  margin:0px 0px 115px 0px;
  line-height:30px;
  padding:0px 0px 0px 10px;
  background-image: url('../graph/box.png');
  background-repeat: repeat-x;
  color:#fff;
  text-transform:uppercase;
}

div.box div.offerte h3, div.box div.news h3{
  font-weight:bold;
}

div.box div.offerte.odd h2{
  background-position:0px -40px;;
}

div.box div.news h2{
  background-position:0px -80px;;
}

div.items div.news img,
div.items div.offerte img{
  width:213px;
  height:138px;
}


div.titolo_novita{
	margin-top:10px;
	font-size:25px;
}

div.footer{
	background-color: #A2B8C0;
	text-align: center;
	padding: 1px 0px;
	margin-bottom: 10px;	
	margin-top: 10px;	
}
div.footer ul li, div.footer ul a, div.footer ul div{
	display: inline;
}
div.footer ul a{
	color:#fff;
}
div.footer ul div{
	margin-left:10px;
	margin-right:10px;
	text-transform: uppercase;
}




div.map{
  float:right;
  margin:10px;
}


div.monumenti, div.cultura{
  border-bottom: 1px solid #c4c4c4;
  margin-bottom:5px;
  padding-bottom:5px;
}

div.monumenti, div.cultura a{
  float:left;
  margin-right: 20px;
}


body.privacy_policy div.sezione div.solo_testo{
  width:880px;
}



div.follow_us{
	float:right;
	font-size:12px;
}

div.follow_us span{
	float:left;
	line-height: 30px;
	margin-right:5px;
}

table.contatti{
  margin-right:50px;
  margin-top:10px;
}

table.newsletter{
  padding-left:10px;
}

table.newsletter img{
  vertical-align:middle;
}

table.newsletter input[type="submit"]{
  padding:5px 120px;
}


ul.menu_social li div, div.condividi div{
	overflow: hidden; 
	background-repeat: no-repeat; 
	text-indent: -99999px; 
	background-image: url('../graph/social.png');	
}




div.condividi{
  margin-top:20px;
  float: right;
}
div.condividi div, div.condividi span{
  float:left;
}

div.condividi span{
  margin-right: 5px;
  line-height: 20px;
}
div.condividi div{
	width: 20px; 
	height: 20px; 
}

div.condividi div.fb{
	background-position: 0 0;
}

div.condividi div.fb:hover{
	background-position: 0 -20px;
}

div.condividi div.tw{
	background-position: -20px 0;
}

div.condividi div.tw:hover{
	background-position: -20px -20px;
}






ul.menu_social li div{
	width: 30px; 
	height: 30px; 
}
div.social{
	margin:10px;
	height: 27px;
}

ul.menu_social{
  display:inline;
	width: 100px;
}

ul.menu_social li a {
  margin:0px !important;
}

ul.menu_social div.label, div.social span{
  float:left;
}

div.social span{
  font-family: "Century Gothic";
  font-size: 20px;
  line-height: 20px;
  margin-right: 5px;
}

ul.menu_social li, ul.menu_social li a{
  display:inline;
}

ul.menu_social li.fb div{
	background-position: -80px 0;
}

ul.menu_social li.fb div:hover{
	background-position: -80px -30px;
}

ul.menu_social li.tw div{
	background-position: -110px 0;
}

ul.menu_social li.tw div:hover{
	background-position: -110px -30px;
}

ul.menu_social li.yt div{
	background-position: -140px 0;
}

ul.menu_social li.yt div:hover{
	background-position: -140px -30px;
}

ul.menu_social li.fl div{
	background-position: -170px 0;
}

ul.menu_social li.fl div:hover{
	background-position: -170px -30px;
}

div.testo_footer{
  font-size: 10px;
  text-align: center;
}
div.items{
  margin-top:7px;
}

div.items div.even,
div.items div.odd{
  float:left;
  width:213px;
  margin-right:7px;
  margin-bottom:7px;
  background-color:#e6e6e6;
  color:#fff;
  padding:5px;
}

div.items h4{
  font-weight:normal;
}

div.items div.count_4{
  margin-right:0px;
  width:215px;
}

div.items div.odd:hover,
div.items div.even:hover
{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

input.captcha{
  line-height:30px;
}
img.captcha{
  margin-left:4px;
}

div.form_login{
  padding:15px;
}
div.form_login div.label{
  width:50px;
  /*display:inline;*/
}

div.form_logout{
  margin:5px;
  float:right;
}

div.error_message{
  margin-top:10px;
  color:#f00;
  font-weight:bold;
}

input.submit_login{
    margin-top: 5px;
    height: 25px;
    width: 70px;
    margin-left: 2px;
    text-transform:uppercase;
}

input.submit_logout{
    margin-right: 10px;
    margin-top: 15px;
    height: 30px;
    width: 70px;
    text-transform:uppercase;
}

input.submit_contatti,
input.submit_prenota{
  margin-top: 5px;
  height: 25px;
  width: 100px;
  margin-left: 85px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

div.indietro{
  float:right;
  margin-right:15px;
  margin-top:-20px;
}

