
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
        "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
	<title>Vacation, holiday, cottage, B&B, villa, Barolo, Italy | TorreBarolo</title><meta name="google-site-verification" content="AvDXJ1XtsU-YEHKD5btxqX5LQofdU4Ez_SGHVUkdLbQ" /><!--- AUTHCODE GANNVLABEFFN --->
	<meta name="description" content="TorreBarolo is a self-catering 17th century tower for rent, for those seeking luxury vacation, holiday, cottage, villa, b&b, gateway, trip to Italy."><meta name="keywords" content="TorreBarolo, Barolo, Self-catered, Langhe Valley, Wine, Truffles, Wine Tours, Alba, Piemdont, Piedmonte Wine Region, Italy, Vacation, Luxury, Holiday, Cottage, Villa, B&B, Gateway, Trip, Travel, Bed & Breakfast."><meta name="verify-v1" content="noB7+8ylXaoP+ls+wU/qAenOK7oh40eDiOL6wMCywAU=" /><meta name="y_key" content="2f37e5e75eb388a7" />
	<meta http-equiv="content-type" content="text/html; charset=utf-8"><meta name="msvalidate.01" content="F57F5E7A9143FD21B4E4C389D74DCD3E" />
	<meta name="msvalidate.01" content="57B5C273EADFBD5BFB4AC1F47998EE65" />
	<link rel="shortcut icon" href="/images/favicon.ico">
	<style type='text/css'>
	<!--
	form, input {margin: 0;}
	body {text-align: center; margin-right: 15px; margin-top: 5px; padding; 0}
	div.main { position: relative; margin-left: auto; margin-right: auto; width: 940px; text-align: left;}
	div.smallest {  font-family: Trebuchet MS, Helvetica; font-size: 10pt; line-height: 11pt } 
	div.small {  font-family: Trebuchet MS, Helvetica; font-size: 11pt; line-height: 12pt } 
	div.medium { font-family: Trebuchet MS, Helvetica; font-size: 12pt; line-height: 13pt }
	div.large { font-family: Trebuchet MS, Helvetica; font-size: 20pt; line-height: 20pt }
	A.on:link, A.on:active, A.on:visited { color: #513b18; text-decoration: none } 
	A.off:link, A.off:active, A.off:visited { color: #ffffff; text-decoration: none } 
	A.altOn:link, A.altOn:active, A.altOn:visited { color: #513b18; text-decoration: none } 
	A.altOff:link, A.altOff:active, A.altOff:visited { color: #FF0000; text-decoration: none } 
	A.red:link, A.red:active, A.red:visited { color: #008dab; text-decoration: none } 
	input.short { height: 21px; font-size: 11pt; border: #000000 1px solid; width: 120px}
	input.long { height: 21px; font-size: 11pt; border: #000000 1px solid; width: 330px}
	select { font-size: 11pt; border: #000000 1px solid;}
	ul {  font-family: Trebuchet MS, Helvetica; font-size: 11pt; line-height: 12pt; margin-left: 0; margin-top: 5px; margin-bottom: 0; padding-left: 20px; }
	div.hidden {position: absolute; background-color: #FFFFFF; display: none; visibility: hidden}
	-->
	</style>
<script type="text/javascript" src="https://apis.google.com/js/plusone.js">
<SCRIPT language="JavaScript" type="text/javascript">
<!-- Yahoo!
window.ysm_customData = new Object();
window.ysm_customData.conversion = "transId=,currency=,amount=";
var ysm_accountid = "1UR9MEICR3HRO6LHVVK63F524M4";
document.write("<SCR" + "IPT language='JavaScript' type='text/javascript' "
+ "SRC=//" + "srv3.wa.marketingsolutions.yahoo.com" + "/script/ScriptServlet" + "?aid=" + ysm_accountid
+ "></SCR" + "IPT>");
// -->
</SCRIPT><!--[if lt IE 7.]>
<script defer type="text/javascript" src="http://secure3.hcadigital.com/js/pngfix.js"></script>
<![endif]-->
<script type="text/javascript" src="/scripts/jquery-1.2.1.js"></script>
<script type="text/javascript" src="/scripts/jquery.dimensions.js"></script>
<script type="text/javascript" src="/scripts/jquery.livejquery.js"></script>
 <script language="JavaScript" type="text/javascript">
<!--
$(document).ready(function(){
	$('img.rollover').mouseover(function(){
		var newsrc = $(this).attr('src');
		$('#picture').attr('src',newsrc);
	});
	$('a[href*=popup.lasso]').livequery('click',function(event) {
		var windowWidth = document.documentElement.clientWidth;
		var windowHeight = document.documentElement.clientHeight;
		var url = $(this).attr('href');
		$.get(url,function(data) {
			$('#popup').html(data).css({visibility: 'visible', display: 'block'});
			var popupWidth = parseInt($('#picture').attr('width'));
			var popupHeight = parseInt($('#picture').attr('height'));
			var newLeft = (windowWidth/2-(popupWidth+50)/2) + 'px';
			var newWidth = (popupWidth+50) + 'px';
			if (popupHeight+50 >= windowHeight) {
				var newTop = '0px';
				var newHeight = windowHeight-50;
				var newPictureWidth = newHeight*popupWidth/popupHeight;
				var newBarWidth = (newPictureWidth - 10) + 'px';
				var newCaptionWidth = (newPictureWidth - 60) + 'px';
				var newLeft = (windowWidth/2-(newPictureWidth+50)/2) + 'px';
				$('#picture').attr({width: newPictureWidth, height: newHeight});
				$('#topbar').css({width: newBarWidth});
				$('#bottombar').css({width: newBarWidth});
				$('#caption').css({width: newCaptionWidth});
				var newWidth = (newPictureWidth+50) + 'px';
			} else {
				var newTop = (windowHeight/2-(popupHeight+50)/2) + 'px';
				var newWidth = (popupWidth+50) + 'px';
			}
			$('#popup').css({top: newTop, left: newLeft, width: newWidth});
			$('#close').click(function() {
				$('#popup').css({visibility: 'hidden', display: 'none'});
			});
		});
		return false;
	});
	$('a[href*=availability.lasso]').livequery('click',function(event) {
		var version = $('body').attr('class');
		var windowWidth = document.documentElement.clientWidth;
		var windowHeight = document.documentElement.clientHeight;
		var url = $(this).attr('href');
		url += '?lang=';
		url += version;
		$.get(url,function(data) {
			$('#availpopup').html(data).css({visibility: 'visible', display: 'block'});
			var popupWidth = parseInt($('#container').width());
			var popupHeight = parseInt($('#container').height());
			var newLeft = (windowWidth/2-popupWidth/2) + 'px';
			var newTop = (windowHeight/2-popupHeight/2) + 'px';
			$('#availpopup').css({top: newTop, left: newLeft});
			$('#availsend').livequery('click',function() {
				var re = /[ *]/g;
				var problem = 'no';
				$('form#availability :input').each(function() {
					if (this.type == 'select-one') {
						if (this.selectedIndex == 0) {
							var message = (version == 'english') ? 'Please select a ' + this.title : this.title;
							alert(message);
							this.focus();
							problem = 'yes';
							return false;
						}
					} else if (this.type == 'text') {
						if (this.value.replace(re,"") == "") {
							if (this.name != 'emailconfirm') {
								var message = (version == 'english') ? 'Please enter your ' + this.title : this.title;
								alert(message);
							}
							this.focus();
							problem = 'yes';
							return false;
						}
					}
				});
				var thisform = document.availability;
				if (thisform.email.value != thisform.emailconfirm.value) {
					var message = (version == 'english') ? 'Please confirm your e-mail address' : thisform.emailconfirm.title;
					alert(message);
					thisform.emailconfirm.value = "";
					thisform.emailconfirm.focus();
					problem = 'yes'
				}
				if (problem == 'no') {
					var params = $('form#availability :input').serializeArray();
					$.post('/availability.lasso',params,function(data) {
						$('#availpopup').html(data);
						$('#availabilityclose').click(function() {
							$('#availpopup').css({visibility: 'hidden', display: 'none'});
						});
					});
				}
				return false;
			});
			$('#availabilityclose').click(function() {
				$('#availpopup').css({visibility: 'hidden', display: 'none'});
			});
		});
		return false;
	});
	$('#reviewsubmit').click(function() {
		var re = /[ *]/g;
		var problem = 'no';
		$('form#review :input').each(function() {
			if (this.type == 'radio') {
				if ($('input[name=rating]:checked').length == 0) {
					alert('Please select a rating');
					problem = 'yes';
					return false;
				}	
			} else if (this.type == 'text' || this.type == 'textarea') {
				if (this.value.replace(re,"") == "") {
					alert('Please enter ' + this.title);
					this.focus();
					problem = 'yes';
					return false;
				}
			}
		});
		if (problem == 'no') {
			$('form#review').attr('action','/newreviews.htm');
			$('form#review').submit();
		}
	});
	var frame = $('#blogframe');
	if(frame.size() > 0) {
		var windowHeight = document.documentElement.clientHeight;
		var newheight = windowHeight-150;
		$('#blogframediv').attr('height',newheight+'px');
		$('#blogframe').attr('height',newheight+'px');
	};
});

function vindu(url,title,width,height) {
	window.open(url,title,'width='+width+',height='+height+',scrollbars,resizable') ;
}

function checkCR(evt) {
    var evt  = (evt) ? evt : ((event) ? event : null);
    var node = (evt.target) ? evt.target : ((evt.srcElement) ? evt.srcElement : null);
    if ((evt.keyCode == 13) && (node.type=="text")) {return false;}
 }
document.onkeypress = checkCR;

function clearInput(i){
	i.value = "";
}

//-->
</script>
</head>
<body class="english" bgcolor="#cec4b9">
<div class="main">
<table border="0" width="962" cellspacing="0" cellpadding="0" class="main" bgcolor="#FFFFFF">
	<tr>
		<td width="11" rowspan="3" style="background-image: url('/images/backgroundleft.gif')">&nbsp;</td>
		<td height="96"><table border="0" width="940" cellspacing="0" cellpadding="0" class="main" bgcolor="#FFFFFF">	<tr>		<td align="right" valign="middle" height="71" width="940" style="background-image: url('/images/heading.jpg')">			<table border="0" width="940" cellspacing="0" cellpadding="0">				<tr>					<td width="480" align="right" valign="middle"><div style="margin-right: 20px; margin-top: 5px"><img src="/images/uk.png" alt="English" width="24" height="24" hspace="10" vspace="0" border="0" class="png"><a href="http://www.torrebarolo.it" onmouseover="window.status='Italian';return true" onmouseout="window.status='';return true"><img src="/images/italy.png" alt="Italian" width="24" height="24" hspace="0" vspace="0" border="0" class="png"></a></div></td>					<td width="240" align="right" valign="middle"><fb:fan profile_id="136775593789" stream="" connections="" width="240"></fb:fan></td>					<td width="80" align="left" valign="middle"></td>					<td width="150" height="71" align="right" valign="middle"><div class="medium" style="text-align: center; margin-right: 30px; margin-top: 5px; border: 2px solid #ffffff; width: 150px; padding: 5px; font-weight: bold"><a href="/availability.lasso" onmouseover="this.className='on';window.status='Ask for availability';return true" onmouseout="this.className='off';window.status='';return true" class="off">Ask for Availability</a></div></td>				</tr>			</table>		</td>	</tr>	<tr>		<td bgcolor="#A08D79" height="24" align="center" valign="middle"><div class="small" style="margin-top: 1px">Home<div style="margin-left: 18px; margin-right: 18px; display: inline">&nbsp;</div><a href="/mystory.htm" onmouseover="this.className='on';window.status='My Story';return true" onmouseout="this.className='off';window.status='';return true" class="off">My Story</a><div style="margin-left: 18px; margin-right: 18px; display: inline">&nbsp;</div><a href="/property.htm" onmouseover="this.className='on';window.status='Property';return true" onmouseout="this.className='off';window.status='';return true" class="off">Property</a><div style="margin-left: 18px; margin-right: 18px; display: inline">&nbsp;</div><a href="/photos.htm" onmouseover="this.className='on';window.status='Photos';return true" onmouseout="this.className='off';window.status='';return true" class="off">Photos</a><div style="margin-left: 18px; margin-right: 18px; display: inline">&nbsp;</div><a href="/rates.htm" onmouseover="this.className='on';window.status='Rates';return true" onmouseout="this.className='off';window.status='';return true" class="off">Rates</a><div style="margin-left: 18px; margin-right: 18px; display: inline">&nbsp;</div><a href="/findus.htm" onmouseover="this.className='on';window.status='Find Us';return true" onmouseout="this.className='off';window.status='';return true" class="off">Find Us</a><div style="margin-left: 18px; margin-right: 18px; display: inline">&nbsp;</div><a href="/attractions.htm" onmouseover="this.className='on';window.status='Attractions';return true" onmouseout="this.className='off';window.status='';return true" class="off">Attractions</a><div style="margin-left: 18px; margin-right: 18px; display: inline">&nbsp;</div><a href="/comments.htm" onmouseover="this.className='on';window.status='Guest Reviews';return true" onmouseout="this.className='off';window.status='';return true" class="off">Guest Reviews</a><div style="margin-left: 18px; margin-right: 18px; display: inline">&nbsp;</div><a href="/links.htm" onmouseover="this.className='on';window.status='Links';return true" onmouseout="this.className='off';window.status='';return true" class="off">Links</a><div style="margin-left: 18px; margin-right: 18px; display: inline">&nbsp;</div><a href="/ourblog.htm" onmouseover="this.className='on';window.status='Blog';return true" onmouseout="this.className='off';window.status='';return true" class="off">Blog</a></div></td>	</tr>	<tr>		<td height="1"><img src="/images/transparent.gif" alt="" width="940" height="1" hspace="0" vspace="0" border="0"></td>	</tr></table><div style="position: absolute; left: -40px; top: 10px"><g:plusone size="tall"></g:plusone></div></td>
		<td width="11" rowspan="3" style="background-image: url('/images/backgroundright.gif')">&nbsp;</td>
	</tr>
	<tr>
		<td align="center" valign="top" height="443"><table border="0" width="940" cellspacing="0" cellpadding="0" bgcolor="#f0e9de">
	<tr>
		<td width="940" height="221"><img src="/imagepictures/home4.jpg" alt="TorreBarolo" width="940" height="221" hspace="0" vspace="0" border="0" /></td>
	</tr>
	<tr>
		<td height="1" bgcolor="#FFFFFF"><img src="/images/transparent.gif" alt="" width="940" height="1" hspace="0" vspace="0" border="0"></td>
	</tr>
	<tr>
		<td height="24" bgcolor="#DAC8AB" align="left" valign="middle"><div class="small" style="margin-top: 1px; margin-left: 30px; color: #513b18">Welcome to TorreBarolo</div></td>
	</tr>
	<tr>
		<td height="198" align="left"><div class="small" style="margin-left: 30px; margin-right: 30px; margin-top: 10px; margin-bottom: 10px; color: #666666">TorreBarolo is located in the center of Barolo, which is in Langhe region of Piemonte. In 2014 <a href="http://whc.unesco.org/en/list/1390" target="_blank" rel="nofollow">UNESCO</a> appointed the <a href="http://whc.unesco.org/en/list/1390" target="_blank" rel="nofollow">Vineyard Landscape of Langhe-Roero and Monferrato a Heritage Center</a>.<br/>
<br/>
TorreBarolo, is a renovated 18th century tower that is available to rent as a self-catered property. It is an ideal escape for those seeking the amenities and privacy of a private home, yet wanting an authentic Italian countryside experience while on holiday.<br />
<br />
TorreBarolo is a one-of-a-kind property. From its elevated position in the village of Barolo, guests can enjoy sweeping views of the vineyards and medieval hill top towns that contribute to the charm of the Langhe. Guest also can enjoy the ease of having many of Barolo's restaurants and wine bars at your doorstep. A short drive from the quaint village, guest have many options such as dining in Alba on white truffles shaved over egg pasta or sampling Barolo, Barbaresco or Barbera d'Alba wines at the numerous regional enotecas.<br />
<br />
There is no doubt the Langhe is a "must" for foodie and wine lovers but the area also offers many wonderful outdoor activities including cycling, hiking, golf and skiing in the winter. See the <a href="/attractions.htm" onmouseover="this.className='on';window.status='Attractions';return true" onmouseout="this.className='red';window.status='';return true" class="red">Attractions</a> for more detail.<br />
<br />
Whether it is winter, spring, summer or fall, we are sure a stay at TorreBarolo will provide a unique and memorable setting to enjoy your vacation in the Langhe Valley. Click on <a href="/availability.lasso" onmouseover="this.className='on';window.status='Ask for availability';return true" onmouseout="this.className='red';window.status='';return true" class="red">Ask for Availability</a> or contact us on <a href="mailto:info@torrebarolo.com" onmouseover="this.className='on';window.status='info@torrebarolo.com';return true" onmouseout="this.className='red';window.status='';return true" class="red">info@torrebarolo.com</a> for any further information. We look forward to welcoming you at TorreBarolo.<br />
<br />
NB: TorreBarolo is not a hotel, house, villa or cottage but a private apartment that offers a luxury self catering accommodation for two adults on a rental agreement for your holidays / vacations / gateway.<br /> </td>
	</tr>
</table></td>
	</tr>
	<tr>
		<td height="1"><img src="/images/brown.gif" alt="" width="940" height="1" hspace="0" vspace="0" border="0"></td>
	</tr>
	<tr>
		<td align="center" valign="middle" colspan="3" bgcolor="#cec4b9"><div class="smallest" style="color: #513b18">Mobile (USA): 001-858-7508282&nbsp;|&nbsp;Email: <a href="mailto:torrebarolo@gmail.com" onmouseover="this.className='on';window.status='torrebarolo@gmail.com';return true" onmouseout="this.className='red';window.status='';return true" class="red">torrebarolo@gmail.com</a>&nbsp;|&nbsp;<a href="/privacy.htm">Privacy Policy</a></div></td>
	</tr>
</table><div id="availpopup" class="hidden"></div></div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-10797749-1");
pageTracker._trackPageview();
} catch(err) {}</script><script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-6687709-2");
pageTracker._trackPageview();
} catch(err) {}</script><script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-10797749-2");
pageTracker._trackPageview();
} catch(err) {}</script><SCRIPT>
microsoft_adcenterconversion_domainid = 718480;
microsoft_adcenterconversion_cp = 5050;
</SCRIPT>
<SCRIPT SRC="http://0.r.msn.com/scripts/microsoft_adcenterconversion.js"></SCRIPT>
<NOSCRIPT><IMG width=1 height=1 SRC="http://718480.r.msn.com/?type=1&cp=1"/></NOSCRIPT><a href="http://advertising.msn.com/MSNadCenter/LearningCenter/adtracker.asp" target="_blank">::adCenter::</a><!-- Google Code for Home Page Remarketing List -->
<script type="text/javascript">
/* <![CDATA[ */
var google_conversion_id = 1051463260;
var google_conversion_language = "en";
var google_conversion_format = "3";
var google_conversion_color = "666666";
var google_conversion_label = "hCLMCIav4wEQ3Jyw9QM";
var google_conversion_value = 0;
/* ]]> */
</script>
<script type="text/javascript" src="http://www.googleadservices.com/pagead/conversion.js">
</script>
<noscript>
<div style="display:inline;">
<img height="1" width="1" style="border-style:none;" alt="" src="http://www.googleadservices.com/pagead/conversion/1051463260/?label=hCLMCIav4wEQ3Jyw9QM&amp;guid=ON&amp;script=0"/>
</div>
</noscript>
</body>
</html>