<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head profile="http://gmpg.org/xfn/11">


<script type="text/javascript" src="/static/js/analytics.js"></script>
<script type="text/javascript">archive_analytics.values.server_name="wwwb-app13.us.archive.org";archive_analytics.values.server_ms=109;</script>
<link type="text/css" rel="stylesheet" href="/static/css/banner_styles.css"/>


<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="distribution" content="global" />
<meta name="robots" content="index, follow" />
<meta name="revisit-after" content="2 days" />
<meta name="generator" content="WordPress 7425" />
<title>Learn About Wine at Wine Press Blogger</title>
<link rel="shortcut icon" href="/wp_content/themes/Cleaker/Cleaker/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" type="text/css" href="/wp_content/themes/Cleaker/Cleaker/style.css" media="all" />
<link rel="alternate" type="application/rss+xml" title="Learn About Wine At Wine Press Blogger RSS Feed" href="/feed/index.html" />
<link rel="pingback" href="/xmlrpc.html" />
				
	<script type="text/javascript">//<![CDATA[
	// Google Analytics for WordPress by Yoast v4.0.11 | http://yoast.com/wordpress/google-analytics/
	var _gaq = _gaq || [];
	_gaq.push(['_setAccount','UA-5743858-5']);
	_gaq.push(['_trackPageview']);
	(function() {
		var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
		ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '/wp_content/plugins/wp_pagenavi/google_analyticscom/ga.js';
		var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
	})();
	//]]></script>
<link rel='stylesheet' id='contact-form-7-css'  href='/wp_content/plugins/contact_form_7/styles_ver_2.4.4.css' type='text/css' media='all' />
<link rel='stylesheet' id='sociable-front-css-css'  href='/wp_content/plugins/sociable/sociable_ver_7425.css' type='text/css' media='all' />
<script>
		__kws = 2200;
		(function() {
			var kws = document.createElement('script'); kws.async = true;
			kws.src = ('https:' == document.location.protocol ? 'https' : 'http') + '/wp_content/plugins/wp_pagenavi///dlkeywordstrategyorg/track.js';
			var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(kws, s);
		})();
	</script><script type='text/javascript' src='/wp_includes/js/l10n_ver_20101110.js'></script>
<script type='text/javascript' src='/wp_includes/js/jquery/jquery_ver_1.4.4.js'></script>
<script type='text/javascript' src='/wp_content/plugins/sociable/addtofavorites_ver_7425.js'></script>
<link rel='index' title='Learn About Wine At Wine Press Blogger' href='/index.html' />

<!-- All in One SEO Pack 1.6.13.2 by Michael Torbert of Semper Fi Web Design[475,520] -->
<meta name="description" content="Learn about wine at Wine Press Blogger, a comprehensive wine for beginners follow-along. Everything you are looking for in basic wine knowledge is here." />
<meta name="keywords" content="learn about wine, learn wine, about wine, wine for beginners" />
<!-- /all in one seo pack -->
<META name="y_key" content="4470b8c7f3f72695">
<META name="y_key" content="1fcb6f882d2a13c3">
<meta name="verify-v1" content="4hr99r8n43r+sGizorb/E/19/NyOHjpExRxP7YYWcNw=" >
<meta name="blogcatalog" content="9BC9006570" />
<meta name="msvalidate.01" content="9F156BB1725D4A96B92AF5EECEA63B8B" />
<link rel="shortcut icon" href="/images/favicon.ico" />
</head>

<body>


<!-- BEGIN WAYBACK TOOLBAR INSERT -->
<script type="text/javascript" src="/static/js/disclaim_element.js" ></script>
<script type="text/javascript" src="/static/js/graph_calc.js" ></script>
<script type="text/javascript" src="/static/jflot/jquery.min.js" ></script>
<script type="text/javascript">//<![CDATA[
var __wm = (function(){
var wbPrefix = "/web/";
var wbCurrentUrl = "/index.html";

var firstYear = 1996;
var imgWidth = 475,imgHeight = 27;
var yearImgWidth = 25,monthImgWidth = 2;
var displayDay = "23";
var displayMonth = "Apr";
var displayYear = "2011";
var prettyMonths = ["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];
var $D=document,$=function(n){return document.getElementById(n)};
var trackerVal,curYear = -1,curMonth = -1;
var yearTracker,monthTracker;
function showTrackers(val) {
  if (val===trackerVal) return;
  var $ipp=$("wm-ipp");
  var $y=$("displayYearEl"),$m=$("displayMonthEl"),$d=$("displayDayEl");
  if (val) {
    $ipp.className="hi";
  } else {
    $ipp.className="";
    $y.innerHTML=displayYear;$m.innerHTML=displayMonth;$d.innerHTML=displayDay;
  }
  yearTracker.style.display=val?"inline":"none";
  monthTracker.style.display=val?"inline":"none";
  trackerVal = val;
}
function getElementX2(obj) {
  var $e=jQuery(obj);
  return (typeof $e=="undefined"||typeof $e.offset=="undefined")?
    getElementX(obj):Math.round($e.offset().left);
}
function trackMouseMove(event,element) {
  var eventX = getEventX(event);
  var elementX = getElementX2(element);
  var xOff = Math.min(Math.max(0, eventX - elementX),imgWidth);
  var monthOff = xOff % yearImgWidth;

  var year = Math.floor(xOff / yearImgWidth);
  var monthOfYear = Math.min(11,Math.floor(monthOff / monthImgWidth));
  // 1 extra border pixel at the left edge of the year:
  var month = (year * 12) + monthOfYear;
  var day = monthOff % 2==1?15:1;
  var dateString = zeroPad(year + firstYear) + zeroPad(monthOfYear+1,2) +
    zeroPad(day,2) + "000000";

  $("displayYearEl").innerHTML=year+firstYear;
  $("displayMonthEl").innerHTML=prettyMonths[monthOfYear];
  // looks too jarring when it changes..
  //$("displayDayEl").innerHTML=zeroPad(day,2);
  var url = wbPrefix + dateString + '/' +  wbCurrentUrl;
  $("wm-graph-anchor").href=url;

  if(curYear != year) {
    var yrOff = year * yearImgWidth;
    yearTracker.style.left = yrOff + "px";
    curYear = year;
  }
  if(curMonth != month) {
    var mtOff = year + (month * monthImgWidth) + 1;
    monthTracker.style.left = mtOff + "px";
    curMonth = month;
  }
}
function hideToolbar() {
  $("wm-ipp").style.display="none";
}
function bootstrap() {
  var $spk=$("wm-ipp-sparkline");
  yearTracker=$D.createElement('div');
  yearTracker.className='yt';
  with(yearTracker.style){
    display='none';width=yearImgWidth+"px";height=imgHeight+"px";
  }
  monthTracker=$D.createElement('div');
  monthTracker.className='mt';
  with(monthTracker.style){
    display='none';width=monthImgWidth+"px";height=imgHeight+"px";
  }
  $spk.appendChild(yearTracker);
  $spk.appendChild(monthTracker);

  var $ipp=$("wm-ipp");
  $ipp&&disclaimElement($ipp);
}
return{st:showTrackers,mv:trackMouseMove,h:hideToolbar,bt:bootstrap};
})();//]]>
</script>
<style type="text/css">
body {
  margin-top:0 !important;
  padding-top:0 !important;
  min-width:800px !important;
}
</style>
<div id="wm-ipp" lang="en" style="display:none;">

<div style="position:fixed;left:0;top:0;width:100%!important">
<div id="wm-ipp-inside">
   <table style="width:100%;"><tbody><tr>
   <td id="wm-logo">
       <a href="/web/" title="Wayback Machine home page"><img src="/static/images/toolbar/wayback_toolbar_logo.png" alt="Wayback Machine" width="110" height="39" border="0" /></a>
   </td>
   <td class="c">
       <table style="margin:0 auto;"><tbody><tr>
       <td class="u" colspan="2">
       <form target="_top" method="get" action="/web/form-submit.jsp" name="wmtb" id="wmtb"><input type="text" name="url" id="wmtbURL" value="/index.html" style="width:400px;" onfocus="this.focus();this.select();" /><input type="hidden" name="type" value="replay" /><input type="hidden" name="date" value="20110423124438" /><input type="submit" value="Go" /><span id="wm_tb_options" style="display:block;"></span></form>
       </td>
       <td class="n" rowspan="2">
           <table><tbody>
           <!-- NEXT/PREV MONTH NAV AND MONTH INDICATOR -->
           <tr class="m">
           	<td class="b" nowrap="nowrap">
		
		    <a href="/index.html" title="8 Feb 2011">FEB</a>
		
		</td>
		<td class="c" id="displayMonthEl" title="You are here: 12:44:38 Apr 23, 2011">APR</td>
		<td class="f" nowrap="nowrap">
		
		    <a href="/index.html" title="22 Jul 2011"><strong>JUL</strong></a>
		
                </td>
	    </tr>
           <!-- NEXT/PREV CAPTURE NAV AND DAY OF MONTH INDICATOR -->
           <tr class="d">
               <td class="b" nowrap="nowrap">
               
                   <a href="/index.html" title="3:56:20 Apr 11, 2011"><img src="/static/images/toolbar/wm_tb_prv_on.png" alt="Previous capture" width="14" height="16" border="0" /></a>
               
               </td>
               <td class="c" id="displayDayEl" style="width:34px;font-size:24px;" title="You are here: 12:44:38 Apr 23, 2011">23</td>
	       <td class="f" nowrap="nowrap">
               
		   <a href="/index.html" title="20:42:50 Jul 22, 2011"><img src="/static/images/toolbar/wm_tb_nxt_on.png" alt="Next capture" width="14" height="16" border="0" /></a>
	       
	       </td>
           </tr>
           <!-- NEXT/PREV YEAR NAV AND YEAR INDICATOR -->
           <tr class="y">
	       <td class="b" nowrap="nowrap">
               
                   <a href="/index.html" title="8 Feb 2010"><strong>2010</strong></a>
               
               </td>
               <td class="c" id="displayYearEl" title="You are here: 12:44:38 Apr 23, 2011">2011</td>
	       <td class="f" nowrap="nowrap">
               
	           <a href="/index.html" title="17 Aug 2012"><strong>2012</strong></a>
	       
	       </td>
           </tr>
           </tbody></table>
       </td>
       </tr>
       <tr>
       <td class="s">
           <a class="t" href="/index.html" title="See a list of every capture for this URL">49 captures</a>
           <div class="r" title="Timespan for captures of this URL">22 Oct 08 - 18 Dec 14</div>
       </td>
       <td class="k">
       <a href="" id="wm-graph-anchor">
       <div id="wm-ipp-sparkline" title="Explore captures for this URL">
	 <img id="sparklineImgId" alt="sparklines"
		 onmouseover="__wm.st(1)" onmouseout="__wm.st(0)"
		 onmousemove="__wm.mv(event,this)"
		 width="475"
		 height="27"
		 border="0"
		 src="graph.jsp?graphdata=475_27_1996:-1:000000000000_1997:-1:000000000000_1998:-1:000000000000_1999:-1:000000000000_2000:-1:000000000000_2001:-1:000000000000_2002:-1:000000000000_2003:-1:000000000000_2004:-1:000000000000_2005:-1:000000000000_2006:-1:000000000000_2007:-1:000000000000_2008:-1:000000000222_2009:-1:141200000000_2010:-1:010000000110_2011:3:010200113211_2012:-1:010100011200_2013:-1:401000302000_2014:-1:110000010001" />
       </div>
       </a>
       </td>
       </tr></tbody></table>
   </td>
   <td class="r">
       <a href="#close" onclick="__wm.h();return false;" style="background-image:url(/static/images/toolbar/wm_tb_close.png);top:5px;" title="Close the toolbar">Close</a>
       <a href="http://faq.web.archive.org/" style="background-image:url(/static/images/toolbar/wm_tb_help.png);bottom:5px;" title="Get some help using the Wayback Machine">Help</a>
   </td>
   </tr></tbody></table>
</div>
</div>
</div>
<script type="text/javascript">__wm.bt();</script>
<!-- END WAYBACK TOOLBAR INSERT -->

<script type="text/javascript">
window.google_analytics_uacct = "UA-5743858-5";
</script>

<script type='text/javascript' src='http://track.mybloglog.com/js/jsserv.php?mblID=2008120319233316'></script>
<div id="wrapper">
    <div id="header"><h1 class="title"><a class="title" href="/index.html">Learn About Wine</a></h1>

    </div>
    <ul id="Nav">
<li style="padding-left:3px;"><form action="/google_search/index.html" id="cse-search-box">
  <div>
    <input type="hidden" name="cx" value="partner-pub-0818940510698042:sbjhez-jjqp" />
    <input type="hidden" name="cof" value="FORID:10" />
    <input type="hidden" name="ie" value="ISO-8859-1" />
    <input type="text" name="q" size="50" />
    <input type="submit" name="sa" value="Search" />
  </div>
</form>
<script type="text/javascript" src="http://www.google.com/cse/brand?form=cse-search-box&amp;lang=en"></script></li>
<li><a href="/feed/index.html"><img src="/images/rss.png" style="vertical-align:middle;" />Subscribe</a></li>
<li><a href="/ask_a_question/index.html">Questions&#63;</a></li>
<li><a href="/about_winepress_blogger/index.html">About</a></li>
<li><a href="/food_and_wine_pairing_guide/index.html">Food &amp; Wine Pairing</a>
<li><a href="/wine_for_beginners_varietals.html">Varietals</a></li>
<li><a href="/index.html">Home</a></li>
    </ul>

<div style="margin-left:150px;">
<script type="text/javascript"><!--
google_ad_client = "pub-0818940510698042";
/* 336x280, created 1/25/09 */
google_ad_slot = "3195096728";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<script type="text/javascript"><!--
google_ad_client = "pub-0818940510698042";
/* 336x280, created 5/8/09 */
google_ad_slot = "4386042097";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<div id="sidebarRight" class="sidebar">
<div id="text-299666354" class="widget widget_text"><h3>Recommended Wine Clubs</h3>			<div class="textwidget"><div align="center">
<a target="_blank" href="http://www.shareasale.com/r.cfm?b=44348&amp;u=305610&amp;m=8723&amp;urllink=&amp;afftrack=" onclick="javascript:_gaq.push(['_trackEvent','outbound-widget','www.shareasale.com']);"  rel="nofollow"><img src="http://www.shareasale.com/image/38.jpeg"  border="0"></a> <a target="_blank" href="http://www.shareasale.com/r.cfm?b=209985&amp;u=305610&amp;m=25459&amp;urllink=&amp;afftrack=" onclick="javascript:_gaq.push(['_trackEvent','outbound-widget','www.shareasale.com']);"  rel="nofollow"><img src="http://www.shareasale.com/image/25459/bannerfans_227605.jpg" alt="Uncorked Ventures Wine Club" border="0"></a>
<p><a target="_blank" href="http://www.shareasale.com/r.cfm?b=44348&amp;u=305610&amp;m=8723&amp;urllink=&amp;afftrack=" onclick="javascript:_gaq.push(['_trackEvent','outbound-widget','www.shareasale.com']);"  rel="nofollow">Cellars Wine Club</a> | <a target="_blank" href="http://www.shareasale.com/r.cfm?b=209985&amp;u=305610&amp;m=25459&amp;urllink=&amp;afftrack=" onclick="javascript:_gaq.push(['_trackEvent','outbound-widget','www.shareasale.com']);"  rel="nofollow">Uncorked Ventures</a></p>
</div></div>
		</div><div id="categories-317818741" class="widget widget_categories"><h3>Categories</h3>		<ul>
	<li class="cat-item cat-item-61"><a href="/category/appellations/index.html" title="View all posts filed under Appellations">Appellations</a>
</li>
	<li class="cat-item cat-item-58"><a href="/category/food_and_wine_pairing/index.html" title="View all posts filed under Food And Wine Pairing">Food And Wine Pairing</a>
</li>
	<li class="cat-item cat-item-38"><a href="/category/fortified_wine/index.html" title="View all posts filed under Fortified Wine">Fortified Wine</a>
</li>
	<li class="cat-item cat-item-44"><a href="/category/sparkling_wine/index.html" title="View all posts filed under Sparkling Wine">Sparkling Wine</a>
</li>
	<li class="cat-item cat-item-60"><a href="/category/viticulture/index.html" title="View all posts filed under Viticulture">Viticulture</a>
</li>
	<li class="cat-item cat-item-1"><a href="/category/wine/index.html" title="View all posts filed under Wine">Wine</a>
</li>
	<li class="cat-item cat-item-340"><a href="/category/wine_accessories/index.html" title="View all posts filed under Wine Accessories">Wine Accessories</a>
</li>
	<li class="cat-item cat-item-107"><a href="/category/wine_and_health/index.html" title="View all posts filed under Wine And Health">Wine And Health</a>
</li>
	<li class="cat-item cat-item-217"><a href="/category/wine_education/index.html" title="View all posts filed under Wine Education">Wine Education</a>
</li>
	<li class="cat-item cat-item-6"><a href="/category/wine_faults/index.html" title="View all posts filed under Wine Faults">Wine Faults</a>
</li>
	<li class="cat-item cat-item-259"><a href="/category/wine_glasses/index.html" title="View all posts filed under Wine Glasses">Wine Glasses</a>
</li>
	<li class="cat-item cat-item-46"><a href="/category/wine_labels/index.html" title="View all posts filed under Wine Labels">Wine Labels</a>
</li>
	<li class="cat-item cat-item-108"><a href="/category/wine_news/index.html" title="View all posts filed under Wine News">Wine News</a>
</li>
	<li class="cat-item cat-item-8"><a href="/category/wine_tasting/index.html" title="View all posts filed under Wine Tasting">Wine Tasting</a>
</li>
	<li class="cat-item cat-item-13"><a href="/category/wine_varieties/index.html" title="View all posts filed under Wine Varieties">Wine Varieties</a>
</li>
	<li class="cat-item cat-item-69"><a href="/category/winemaking/index.html" title="View all posts filed under Winemaking">Winemaking</a>
</li>
		</ul>
</div><div id="text-299666351" class="widget widget_text">			<div class="textwidget"><center>
<br/><br />
<a href="http://wineblogger.info/" rel="nofollow" target="_blank">
<img title="Wine Blogger"
src="http://wineblogger.info/badges/wineblogger250.jpg"
alt="Wine Blogger" /></a>
<br /><br />
</center>
</div>
		</div></div>

<div id="content">


		
		
    	<div class="post">


    		<h2><a href="/1610/red_wine_for_beginners/index.html" title="Permanent Link to Red Wine For Beginners">Red Wine For Beginners</a></h2>

    		<div style="float:left; padding:7px;"><img src="/wp_content/uploads/2011/02/Glasses_of_Red_Wine_e1298330010968.jpg" alt="" title="glasses of red wine" width="350" height="210" />
<div style="font-size:11px;">Picture by: Ian Britton &#8211; FreeFoto.com</div>
</div>
<p>If you&#8217;ve ever wondered about the fascination people have with red <a href="/652/green_viticulture/index.html">wine</a>, it&#8217;s kind of like someone&#8217;s fascination with cigars or food. It&#8217;s a luxury item that quickly develops into a love of and an appreciation for. Even better is that red wine has been attributed to certain health benefits like lowering cholesterol and providing antioxidants which fight disease. Of course this goes only for drinking in moderation. But if you want to experience something truly exceptional, I suggest you begin your venture with a good <b>red wine for beginners</b> like <a href="/1242/what_is_merlot/index.html">Merlot</a>. <a href="/1610/red_wine_for_beginners/index.html"  class="more-link">Read on &raquo;</a></p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwinepressblogger.com%2F1610%2Fred-wine-for-beginners%2F&amp;title=Red%20Wine%20For%20Beginners&amp;bodytext=Picture%20by%3A%20Ian%20Britton%20-%20FreeFoto.comIf%20you%27ve%20ever%20wondered%20about%20the%20fascination%20people%20have%20with%20red%20wine%2C%20it%27s%20kind%20of%20like%20someone%27s%20fascination%20with%20cigars%20or%20food.%20It%27s%20a%20luxury%20item%20that%20quickly%20develops%20into%20a%20love%20of%20and%20an%20appreciation%20fo" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','digg.com']);" title="Digg"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Digg" alt="Digg" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-235px -1px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fwinepressblogger.com%2F1610%2Fred-wine-for-beginners%2F" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','sphinn.com']);" title="Sphinn"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Sphinn" alt="Sphinn" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-199px -55px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwinepressblogger.com%2F1610%2Fred-wine-for-beginners%2F&amp;title=Red%20Wine%20For%20Beginners&amp;notes=Picture%20by%3A%20Ian%20Britton%20-%20FreeFoto.comIf%20you%27ve%20ever%20wondered%20about%20the%20fascination%20people%20have%20with%20red%20wine%2C%20it%27s%20kind%20of%20like%20someone%27s%20fascination%20with%20cigars%20or%20food.%20It%27s%20a%20luxury%20item%20that%20quickly%20develops%20into%20a%20love%20of%20and%20an%20appreciation%20fo" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','delicious.com']);" title="del.icio.us"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="del.icio.us" alt="del.icio.us" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-199px -1px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwinepressblogger.com%2F1610%2Fred-wine-for-beginners%2F&amp;t=Red%20Wine%20For%20Beginners" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','www.facebook.com']);" title="Facebook"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Facebook" alt="Facebook" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-343px -1px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fwinepressblogger.com%2F1610%2Fred-wine-for-beginners%2F&amp;title=Red%20Wine%20For%20Beginners" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','www.mixx.com']);" title="Mixx"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Mixx" alt="Mixx" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-91px -37px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwinepressblogger.com%2F1610%2Fred-wine-for-beginners%2F&amp;title=Red%20Wine%20For%20Beginners&amp;annotation=Picture%20by%3A%20Ian%20Britton%20-%20FreeFoto.comIf%20you%27ve%20ever%20wondered%20about%20the%20fascination%20people%20have%20with%20red%20wine%2C%20it%27s%20kind%20of%20like%20someone%27s%20fascination%20with%20cigars%20or%20food.%20It%27s%20a%20luxury%20item%20that%20quickly%20develops%20into%20a%20love%20of%20and%20an%20appreciation%20fo" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','www.google.com']);" title="Google Bookmarks"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Google Bookmarks" alt="Google Bookmarks" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-91px -19px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.propeller.com/submit/?url=http%3A%2F%2Fwinepressblogger.com%2F1610%2Fred-wine-for-beginners%2F" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','www.propeller.com']);" title="Propeller"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Propeller" alt="Propeller" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-1px -55px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwinepressblogger.com%2F1610%2Fred-wine-for-beginners%2F&amp;title=Red%20Wine%20For%20Beginners" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','www.stumbleupon.com']);" title="StumbleUpon"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="StumbleUpon" alt="StumbleUpon" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-217px -55px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwinepressblogger.com%2F1610%2Fred-wine-for-beginners%2F" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','technorati.com']);" title="Technorati"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Technorati" alt="Technorati" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-271px -55px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="javascript:AddToFavorites();" title="Add to favorites"><img src="/wp_content/plugins/sociable/images/services_sprite.gif"  title="Add to favorites" alt="Add to favorites" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-181px -73px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fwinepressblogger.com%2F1610%2Fred-wine-for-beginners%2F&amp;title=Red%20Wine%20For%20Beginners" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','favorites.live.com']);" title="Live"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Live" alt="Live" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-37px -37px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reporter.nl.msn.com/?fn=contribute&amp;Title=Red%20Wine%20For%20Beginners&amp;URL=http%3A%2F%2Fwinepressblogger.com%2F1610%2Fred-wine-for-beginners%2F&amp;cat_id=6&amp;tag_id=31&amp;Remark=Picture%20by%3A%20Ian%20Britton%20-%20FreeFoto.comIf%20you%27ve%20ever%20wondered%20about%20the%20fascination%20people%20have%20with%20red%20wine%2C%20it%27s%20kind%20of%20like%20someone%27s%20fascination%20with%20cigars%20or%20food.%20It%27s%20a%20luxury%20item%20that%20quickly%20develops%20into%20a%20love%20of%20and%20an%20appreciation%20fo" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','reporter.nl.msn.com']);" title="MSN Reporter"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="MSN Reporter" alt="MSN Reporter" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-163px -37px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwinepressblogger.com%2F1610%2Fred-wine-for-beginners%2F&amp;partner=sociable" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','www.printfriendly.com']);" title="PDF"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="PDF" alt="PDF" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-325px -37px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwinepressblogger.com%2F1610%2Fred-wine-for-beginners%2F&amp;partner=sociable" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','www.printfriendly.com']);" title="Print"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Print" alt="Print" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-343px -37px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="/feed/index.html"  title="RSS"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="RSS" alt="RSS" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-73px -55px" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Red%20Wine%20For%20Beginners%20-%20http%3A%2F%2Fwinepressblogger.com%2F1610%2Fred-wine-for-beginners%2F" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','twitter.com']);" title="Twitter"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Twitter" alt="Twitter" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-343px -55px" class="sociable-hovers" /></a></li>
</ul>
</div>

<script src="http://feeds.feedburner.com/~s/winepressblogger?i=http://winepressblogger.com/1610/red-wine-for-beginners/" type="text/javascript" charset="utf-8"></script>

    		<p class="postmeta"><img src="/wp_content/themes/Cleaker/Cleaker/images/tag.png" align="top" alt="Category" /> Posted in <a href="/category/wine_varieties/index.html" title="View all posts in Wine Varieties" rel="category tag">Wine Varieties</a>  <img src="/wp_content/themes/Cleaker/Cleaker/images/comments.png" align="top" alt="Comments" /> <a href="/1610/red_wine_for_beginners/index.html" title="Comment on Red Wine For Beginners">No Comments &#187;</a>
		</div>









		
    	<div class="post">


    		<h2><a href="/1600/what_are_new_world_wines/index.html" title="Permanent Link to What Are New World Wines?">What Are New World Wines?</a></h2>

    		<div style="float:left;padding-right:10px;"><img src="/wp_content/uploads/2011/01/new_vs_old_world_wines.jpg" alt="" title="new world vs old world wine" width="400" height="231" />
<div style="font-size:11px;" align="center">photo credit: unknown</div>
</div>
<p>When someone says a <a href="/index.html" >wine</a> is New World or mentions New World wines, they are talking about wines that come from non-traditional wine regions of Europe and the Mediterranean basin. The traditional areas are Austria, France, Germany, Italy, Portugal, Romania and Spain with Italy and France at the forefront of the world&#8217;s wine production.These traditional regions are called Old World and are known as such mostly because of how the wines of the area are produced according to their geography and the environment. This is known as <a href="/582/learn_about_terroir/index.html">terroir</a>. Old World wine makers follow a long history of traditional practices in winemaking and viticulture, whereas a New World wine is considered more experimental in its approach. <a href="/1600/what_are_new_world_wines/index.html"  class="more-link">Read on &raquo;</a></p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwinepressblogger.com%2F1600%2Fwhat-are-new-world-wines%2F&amp;title=What%20Are%20New%20World%20Wines%3F&amp;bodytext=photo%20credit%3A%20unknownWhen%20someone%20says%20a%20wine%20is%20New%20World%20or%20mentions%20New%20World%20wines%2C%20they%20are%20talking%20about%20wines%20that%20come%20from%20non-traditional%20wine%20regions%20of%20Europe%20and%20the%20Mediterranean%20basin.%20The%20traditional%20areas%20are%20Austria%2C%20France%2C%20Germany" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','digg.com']);" title="Digg"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Digg" alt="Digg" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-235px -1px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fwinepressblogger.com%2F1600%2Fwhat-are-new-world-wines%2F" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','sphinn.com']);" title="Sphinn"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Sphinn" alt="Sphinn" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-199px -55px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwinepressblogger.com%2F1600%2Fwhat-are-new-world-wines%2F&amp;title=What%20Are%20New%20World%20Wines%3F&amp;notes=photo%20credit%3A%20unknownWhen%20someone%20says%20a%20wine%20is%20New%20World%20or%20mentions%20New%20World%20wines%2C%20they%20are%20talking%20about%20wines%20that%20come%20from%20non-traditional%20wine%20regions%20of%20Europe%20and%20the%20Mediterranean%20basin.%20The%20traditional%20areas%20are%20Austria%2C%20France%2C%20Germany" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','delicious.com']);" title="del.icio.us"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="del.icio.us" alt="del.icio.us" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-199px -1px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwinepressblogger.com%2F1600%2Fwhat-are-new-world-wines%2F&amp;t=What%20Are%20New%20World%20Wines%3F" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','www.facebook.com']);" title="Facebook"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Facebook" alt="Facebook" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-343px -1px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fwinepressblogger.com%2F1600%2Fwhat-are-new-world-wines%2F&amp;title=What%20Are%20New%20World%20Wines%3F" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','www.mixx.com']);" title="Mixx"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Mixx" alt="Mixx" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-91px -37px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwinepressblogger.com%2F1600%2Fwhat-are-new-world-wines%2F&amp;title=What%20Are%20New%20World%20Wines%3F&amp;annotation=photo%20credit%3A%20unknownWhen%20someone%20says%20a%20wine%20is%20New%20World%20or%20mentions%20New%20World%20wines%2C%20they%20are%20talking%20about%20wines%20that%20come%20from%20non-traditional%20wine%20regions%20of%20Europe%20and%20the%20Mediterranean%20basin.%20The%20traditional%20areas%20are%20Austria%2C%20France%2C%20Germany" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','www.google.com']);" title="Google Bookmarks"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Google Bookmarks" alt="Google Bookmarks" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-91px -19px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.propeller.com/submit/?url=http%3A%2F%2Fwinepressblogger.com%2F1600%2Fwhat-are-new-world-wines%2F" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','www.propeller.com']);" title="Propeller"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Propeller" alt="Propeller" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-1px -55px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwinepressblogger.com%2F1600%2Fwhat-are-new-world-wines%2F&amp;title=What%20Are%20New%20World%20Wines%3F" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','www.stumbleupon.com']);" title="StumbleUpon"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="StumbleUpon" alt="StumbleUpon" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-217px -55px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwinepressblogger.com%2F1600%2Fwhat-are-new-world-wines%2F" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','technorati.com']);" title="Technorati"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Technorati" alt="Technorati" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-271px -55px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="javascript:AddToFavorites();" title="Add to favorites"><img src="/wp_content/plugins/sociable/images/services_sprite.gif"  title="Add to favorites" alt="Add to favorites" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-181px -73px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fwinepressblogger.com%2F1600%2Fwhat-are-new-world-wines%2F&amp;title=What%20Are%20New%20World%20Wines%3F" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','favorites.live.com']);" title="Live"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Live" alt="Live" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-37px -37px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reporter.nl.msn.com/?fn=contribute&amp;Title=What%20Are%20New%20World%20Wines%3F&amp;URL=http%3A%2F%2Fwinepressblogger.com%2F1600%2Fwhat-are-new-world-wines%2F&amp;cat_id=6&amp;tag_id=31&amp;Remark=photo%20credit%3A%20unknownWhen%20someone%20says%20a%20wine%20is%20New%20World%20or%20mentions%20New%20World%20wines%2C%20they%20are%20talking%20about%20wines%20that%20come%20from%20non-traditional%20wine%20regions%20of%20Europe%20and%20the%20Mediterranean%20basin.%20The%20traditional%20areas%20are%20Austria%2C%20France%2C%20Germany" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','reporter.nl.msn.com']);" title="MSN Reporter"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="MSN Reporter" alt="MSN Reporter" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-163px -37px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwinepressblogger.com%2F1600%2Fwhat-are-new-world-wines%2F&amp;partner=sociable" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','www.printfriendly.com']);" title="PDF"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="PDF" alt="PDF" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-325px -37px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwinepressblogger.com%2F1600%2Fwhat-are-new-world-wines%2F&amp;partner=sociable" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','www.printfriendly.com']);" title="Print"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Print" alt="Print" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-343px -37px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="/feed/index.html"  title="RSS"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="RSS" alt="RSS" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-73px -55px" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=What%20Are%20New%20World%20Wines%3F%20-%20http%3A%2F%2Fwinepressblogger.com%2F1600%2Fwhat-are-new-world-wines%2F" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','twitter.com']);" title="Twitter"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Twitter" alt="Twitter" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-343px -55px" class="sociable-hovers" /></a></li>
</ul>
</div>

<script src="http://feeds.feedburner.com/~s/winepressblogger?i=http://winepressblogger.com/1600/what-are-new-world-wines/" type="text/javascript" charset="utf-8"></script>

    		<p class="postmeta"><img src="/wp_content/themes/Cleaker/Cleaker/images/tag.png" align="top" alt="Category" /> Posted in <a href="/category/viticulture/index.html" title="View all posts in Viticulture" rel="category tag">Viticulture</a>  <img src="/wp_content/themes/Cleaker/Cleaker/images/comments.png" align="top" alt="Comments" /> <a href="/1600/what_are_new_world_wines/index.html" title="Comment on What Are New World Wines?">No Comments &#187;</a>
		</div>









		
    	<div class="post">


    		<h2><a href="/1494/alcohol_in_wine/index.html" title="Permanent Link to Alcohol In Wine">Alcohol In Wine</a></h2>

    		<div style="float:left;padding-right:5px;"><img src="/wp_content/uploads/2010/11/alcohol_content_wine_e1290891674122.jpg" alt="" title="alcohol content wine" width="400" height="252" class="alignnone size-full wp-image-1495" />
<div style="font-size:11px;">Photo Credit: Tony Cenicola/The New York Times</div>
</div>
<p>When in conversation about wine, often &#8220;body&#8221; is mentioned. If you go to a <a href="/1347/wine_tasting_bargains/index.html">wine tasting</a>, noting the body of a wine is common practice. But what is meant by body when referring to a wine? Well, simply put, it&#8217;s how a wine feels in your mouth. When you take a sip of wine and roll it around on your tongue to open up the aromas and get the flavor profile, how that wine feels in your mouth determines the body of the wine. <a href="/1494/alcohol_in_wine/index.html"  class="more-link">Read on &raquo;</a></p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwinepressblogger.com%2F1494%2Falcohol-in-wine%2F&amp;title=Alcohol%20In%20Wine&amp;bodytext=Photo%20Credit%3A%20Tony%20Cenicola%2FThe%20New%20York%20TimesWhen%20in%20conversation%20about%20wine%2C%20often%20%22body%22%20is%20mentioned.%20If%20you%20go%20to%20a%20wine%20tasting%2C%20noting%20the%20body%20of%20a%20wine%20is%20common%20practice.%20But%20what%20is%20meant%20by%20body%20when%20referring%20to%20a%20wine%3F%20Well%2C%20simply%20put%2C" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','digg.com']);" title="Digg"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Digg" alt="Digg" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-235px -1px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fwinepressblogger.com%2F1494%2Falcohol-in-wine%2F" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','sphinn.com']);" title="Sphinn"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Sphinn" alt="Sphinn" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-199px -55px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwinepressblogger.com%2F1494%2Falcohol-in-wine%2F&amp;title=Alcohol%20In%20Wine&amp;notes=Photo%20Credit%3A%20Tony%20Cenicola%2FThe%20New%20York%20TimesWhen%20in%20conversation%20about%20wine%2C%20often%20%22body%22%20is%20mentioned.%20If%20you%20go%20to%20a%20wine%20tasting%2C%20noting%20the%20body%20of%20a%20wine%20is%20common%20practice.%20But%20what%20is%20meant%20by%20body%20when%20referring%20to%20a%20wine%3F%20Well%2C%20simply%20put%2C" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','delicious.com']);" title="del.icio.us"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="del.icio.us" alt="del.icio.us" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-199px -1px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwinepressblogger.com%2F1494%2Falcohol-in-wine%2F&amp;t=Alcohol%20In%20Wine" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','www.facebook.com']);" title="Facebook"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Facebook" alt="Facebook" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-343px -1px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fwinepressblogger.com%2F1494%2Falcohol-in-wine%2F&amp;title=Alcohol%20In%20Wine" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','www.mixx.com']);" title="Mixx"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Mixx" alt="Mixx" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-91px -37px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwinepressblogger.com%2F1494%2Falcohol-in-wine%2F&amp;title=Alcohol%20In%20Wine&amp;annotation=Photo%20Credit%3A%20Tony%20Cenicola%2FThe%20New%20York%20TimesWhen%20in%20conversation%20about%20wine%2C%20often%20%22body%22%20is%20mentioned.%20If%20you%20go%20to%20a%20wine%20tasting%2C%20noting%20the%20body%20of%20a%20wine%20is%20common%20practice.%20But%20what%20is%20meant%20by%20body%20when%20referring%20to%20a%20wine%3F%20Well%2C%20simply%20put%2C" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','www.google.com']);" title="Google Bookmarks"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Google Bookmarks" alt="Google Bookmarks" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-91px -19px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.propeller.com/submit/?url=http%3A%2F%2Fwinepressblogger.com%2F1494%2Falcohol-in-wine%2F" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','www.propeller.com']);" title="Propeller"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Propeller" alt="Propeller" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-1px -55px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwinepressblogger.com%2F1494%2Falcohol-in-wine%2F&amp;title=Alcohol%20In%20Wine" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','www.stumbleupon.com']);" title="StumbleUpon"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="StumbleUpon" alt="StumbleUpon" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-217px -55px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwinepressblogger.com%2F1494%2Falcohol-in-wine%2F" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','technorati.com']);" title="Technorati"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Technorati" alt="Technorati" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-271px -55px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="javascript:AddToFavorites();" title="Add to favorites"><img src="/wp_content/plugins/sociable/images/services_sprite.gif"  title="Add to favorites" alt="Add to favorites" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-181px -73px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fwinepressblogger.com%2F1494%2Falcohol-in-wine%2F&amp;title=Alcohol%20In%20Wine" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','favorites.live.com']);" title="Live"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Live" alt="Live" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-37px -37px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reporter.nl.msn.com/?fn=contribute&amp;Title=Alcohol%20In%20Wine&amp;URL=http%3A%2F%2Fwinepressblogger.com%2F1494%2Falcohol-in-wine%2F&amp;cat_id=6&amp;tag_id=31&amp;Remark=Photo%20Credit%3A%20Tony%20Cenicola%2FThe%20New%20York%20TimesWhen%20in%20conversation%20about%20wine%2C%20often%20%22body%22%20is%20mentioned.%20If%20you%20go%20to%20a%20wine%20tasting%2C%20noting%20the%20body%20of%20a%20wine%20is%20common%20practice.%20But%20what%20is%20meant%20by%20body%20when%20referring%20to%20a%20wine%3F%20Well%2C%20simply%20put%2C" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','reporter.nl.msn.com']);" title="MSN Reporter"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="MSN Reporter" alt="MSN Reporter" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-163px -37px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwinepressblogger.com%2F1494%2Falcohol-in-wine%2F&amp;partner=sociable" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','www.printfriendly.com']);" title="PDF"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="PDF" alt="PDF" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-325px -37px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwinepressblogger.com%2F1494%2Falcohol-in-wine%2F&amp;partner=sociable" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','www.printfriendly.com']);" title="Print"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Print" alt="Print" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-343px -37px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="/feed/index.html"  title="RSS"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="RSS" alt="RSS" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-73px -55px" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Alcohol%20In%20Wine%20-%20http%3A%2F%2Fwinepressblogger.com%2F1494%2Falcohol-in-wine%2F" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','twitter.com']);" title="Twitter"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Twitter" alt="Twitter" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-343px -55px" class="sociable-hovers" /></a></li>
</ul>
</div>

<script src="http://feeds.feedburner.com/~s/winepressblogger?i=http://winepressblogger.com/1494/alcohol-in-wine/" type="text/javascript" charset="utf-8"></script>

    		<p class="postmeta"><img src="/wp_content/themes/Cleaker/Cleaker/images/tag.png" align="top" alt="Category" /> Posted in <a href="/category/winemaking/index.html" title="View all posts in Winemaking" rel="category tag">Winemaking</a>  <img src="/wp_content/themes/Cleaker/Cleaker/images/comments.png" align="top" alt="Comments" /> <a href="/1494/alcohol_in_wine/index.html" title="Comment on Alcohol In Wine">No Comments &#187;</a>
		</div>









		
    	<div class="post">


    		<h2><a href="/1421/china_wine_industry_competes_for_world_recognition_starting_with_dynasty_merlot/index.html" title="Permanent Link to China Wine Industry Competes For World Recognition, Starting With Dynasty Merlot">China Wine Industry Competes For World Recognition, Starting With Dynasty Merlot</a></h2>

    		<p><!-- google_ad_section_start -->
<div style="float:left; padding-right:5px;"><img src="/wp_content/uploads/2010/11/A_visitor_tastes_red_wine_006_e1290270044976.jpg" alt="" title="The China wine market takes world by storm" width="350" height="210" />
<div>Photo Credit: Kin Cheung/AP</div>
</div>
<p>Since China was recognized as the 8th largest wine market globally, it has sped forward to compete internationally with the other top markets. Dynasty Fine Wine Group Ltd leads the way with more than 30 years under their belt in <a href="/1549/wine_making_kits_for_beginners/index.html">wine making</a> and distribution. And their efforts haven&#8217;t gone unnoticed. One of the world&#8217;s most renowned winemakers, France&#8217;s Michel Rolland, has deemed the Dynasty Merlot one of the most recommended <a href="/1610/red_wine_for_beginners/index.html">red wines</a> from China to date. <a href="/1421/china_wine_industry_competes_for_world_recognition_starting_with_dynasty_merlot/index.html"  class="more-link">Read on &raquo;</a></p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwinepressblogger.com%2F1421%2Fchina-wine-industry-competes-for-world-recognition-starting-with-dynasty-merlot%2F&amp;title=China%20Wine%20Industry%20Competes%20For%20World%20Recognition%2C%20Starting%20With%20Dynasty%20Merlot&amp;bodytext=Photo%20Credit%3A%20Kin%20Cheung%2FAPSince%20China%20was%20recognized%20as%20the%208th%20largest%20wine%20market%20globally%2C%20it%20has%20sped%20forward%20to%20compete%20internationally%20with%20the%20other%20top%20markets.%20Dynasty%20Fine%20Wine%20Group%20Ltd%20leads%20the%20way%20with%20more%20than%2030%20years%20under%20their%20be" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','digg.com']);" title="Digg"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Digg" alt="Digg" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-235px -1px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fwinepressblogger.com%2F1421%2Fchina-wine-industry-competes-for-world-recognition-starting-with-dynasty-merlot%2F" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','sphinn.com']);" title="Sphinn"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Sphinn" alt="Sphinn" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-199px -55px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwinepressblogger.com%2F1421%2Fchina-wine-industry-competes-for-world-recognition-starting-with-dynasty-merlot%2F&amp;title=China%20Wine%20Industry%20Competes%20For%20World%20Recognition%2C%20Starting%20With%20Dynasty%20Merlot&amp;notes=Photo%20Credit%3A%20Kin%20Cheung%2FAPSince%20China%20was%20recognized%20as%20the%208th%20largest%20wine%20market%20globally%2C%20it%20has%20sped%20forward%20to%20compete%20internationally%20with%20the%20other%20top%20markets.%20Dynasty%20Fine%20Wine%20Group%20Ltd%20leads%20the%20way%20with%20more%20than%2030%20years%20under%20their%20be" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','delicious.com']);" title="del.icio.us"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="del.icio.us" alt="del.icio.us" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-199px -1px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwinepressblogger.com%2F1421%2Fchina-wine-industry-competes-for-world-recognition-starting-with-dynasty-merlot%2F&amp;t=China%20Wine%20Industry%20Competes%20For%20World%20Recognition%2C%20Starting%20With%20Dynasty%20Merlot" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','www.facebook.com']);" title="Facebook"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Facebook" alt="Facebook" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-343px -1px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fwinepressblogger.com%2F1421%2Fchina-wine-industry-competes-for-world-recognition-starting-with-dynasty-merlot%2F&amp;title=China%20Wine%20Industry%20Competes%20For%20World%20Recognition%2C%20Starting%20With%20Dynasty%20Merlot" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','www.mixx.com']);" title="Mixx"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Mixx" alt="Mixx" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-91px -37px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwinepressblogger.com%2F1421%2Fchina-wine-industry-competes-for-world-recognition-starting-with-dynasty-merlot%2F&amp;title=China%20Wine%20Industry%20Competes%20For%20World%20Recognition%2C%20Starting%20With%20Dynasty%20Merlot&amp;annotation=Photo%20Credit%3A%20Kin%20Cheung%2FAPSince%20China%20was%20recognized%20as%20the%208th%20largest%20wine%20market%20globally%2C%20it%20has%20sped%20forward%20to%20compete%20internationally%20with%20the%20other%20top%20markets.%20Dynasty%20Fine%20Wine%20Group%20Ltd%20leads%20the%20way%20with%20more%20than%2030%20years%20under%20their%20be" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','www.google.com']);" title="Google Bookmarks"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Google Bookmarks" alt="Google Bookmarks" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-91px -19px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.propeller.com/submit/?url=http%3A%2F%2Fwinepressblogger.com%2F1421%2Fchina-wine-industry-competes-for-world-recognition-starting-with-dynasty-merlot%2F" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','www.propeller.com']);" title="Propeller"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Propeller" alt="Propeller" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-1px -55px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwinepressblogger.com%2F1421%2Fchina-wine-industry-competes-for-world-recognition-starting-with-dynasty-merlot%2F&amp;title=China%20Wine%20Industry%20Competes%20For%20World%20Recognition%2C%20Starting%20With%20Dynasty%20Merlot" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','www.stumbleupon.com']);" title="StumbleUpon"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="StumbleUpon" alt="StumbleUpon" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-217px -55px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwinepressblogger.com%2F1421%2Fchina-wine-industry-competes-for-world-recognition-starting-with-dynasty-merlot%2F" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','technorati.com']);" title="Technorati"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Technorati" alt="Technorati" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-271px -55px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="javascript:AddToFavorites();" title="Add to favorites"><img src="/wp_content/plugins/sociable/images/services_sprite.gif"  title="Add to favorites" alt="Add to favorites" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-181px -73px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fwinepressblogger.com%2F1421%2Fchina-wine-industry-competes-for-world-recognition-starting-with-dynasty-merlot%2F&amp;title=China%20Wine%20Industry%20Competes%20For%20World%20Recognition%2C%20Starting%20With%20Dynasty%20Merlot" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','favorites.live.com']);" title="Live"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Live" alt="Live" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-37px -37px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reporter.nl.msn.com/?fn=contribute&amp;Title=China%20Wine%20Industry%20Competes%20For%20World%20Recognition%2C%20Starting%20With%20Dynasty%20Merlot&amp;URL=http%3A%2F%2Fwinepressblogger.com%2F1421%2Fchina-wine-industry-competes-for-world-recognition-starting-with-dynasty-merlot%2F&amp;cat_id=6&amp;tag_id=31&amp;Remark=Photo%20Credit%3A%20Kin%20Cheung%2FAPSince%20China%20was%20recognized%20as%20the%208th%20largest%20wine%20market%20globally%2C%20it%20has%20sped%20forward%20to%20compete%20internationally%20with%20the%20other%20top%20markets.%20Dynasty%20Fine%20Wine%20Group%20Ltd%20leads%20the%20way%20with%20more%20than%2030%20years%20under%20their%20be" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','reporter.nl.msn.com']);" title="MSN Reporter"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="MSN Reporter" alt="MSN Reporter" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-163px -37px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwinepressblogger.com%2F1421%2Fchina-wine-industry-competes-for-world-recognition-starting-with-dynasty-merlot%2F&amp;partner=sociable" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','www.printfriendly.com']);" title="PDF"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="PDF" alt="PDF" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-325px -37px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwinepressblogger.com%2F1421%2Fchina-wine-industry-competes-for-world-recognition-starting-with-dynasty-merlot%2F&amp;partner=sociable" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','www.printfriendly.com']);" title="Print"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Print" alt="Print" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-343px -37px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="/feed/index.html"  title="RSS"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="RSS" alt="RSS" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-73px -55px" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=China%20Wine%20Industry%20Competes%20For%20World%20Recognition%2C%20Starting%20With%20Dynasty%20Merlot%20-%20http%3A%2F%2Fwinepressblogger.com%2F1421%2Fchina-wine-industry-competes-for-world-recognition-starting-with-dynasty-merlot%2F" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','twitter.com']);" title="Twitter"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Twitter" alt="Twitter" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-343px -55px" class="sociable-hovers" /></a></li>
</ul>
</div>

<script src="http://feeds.feedburner.com/~s/winepressblogger?i=http://winepressblogger.com/1421/china-wine-industry-competes-for-world-recognition-starting-with-dynasty-merlot/" type="text/javascript" charset="utf-8"></script>

    		<p class="postmeta"><img src="/wp_content/themes/Cleaker/Cleaker/images/tag.png" align="top" alt="Category" /> Posted in <a href="/category/wine_news/index.html" title="View all posts in Wine News" rel="category tag">Wine News</a>  <img src="/wp_content/themes/Cleaker/Cleaker/images/comments.png" align="top" alt="Comments" /> <a href="/1421/china_wine_industry_competes_for_world_recognition_starting_with_dynasty_merlot/index.html" title="Comment on China Wine Industry Competes For World Recognition, Starting With Dynasty Merlot">No Comments &#187;</a>
		</div>









		
    	<div class="post">


    		<h2><a href="/1339/wine_press_residue_marc_and_pomace/index.html" title="Permanent Link to Wine Press Residue, Marc And Pomace">Wine Press Residue, Marc And Pomace</a></h2>

    		<div style="float:left;padding-right:5px;"><img src="/wp_content/uploads/2010/11/wine_press_residue_or_pomace_e1289679339320.jpg" alt="grape residue or marc" title="wine press residue or pomace" width="350" height="262" />
<div>Photo Credit: http://lagar.wordpress.com</div>
</div>
<p>After first pressing, the remaining wine press residue left over undergoes a few more forced pressings. This <a href="/index.html" >wine</a> residue is also referred to as the marc or pomace. Marc is the French term. It is comprised of all the skins, pulp, pip, seeds, stems, yeast and juice that is left over after the initial free run of the juice. It looks like a dark, almost black mush. Of course, the free run is used to make premium wines; but the second and third pressings are also used to make lesser quality wines. The final pressing, determined by the wine maker, will be discarded or turned into vinegar or brandy.  <a href="/1339/wine_press_residue_marc_and_pomace/index.html"  class="more-link">Read on &raquo;</a></p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwinepressblogger.com%2F1339%2Fwine-press-residue-marc-and-pomace%2F&amp;title=Wine%20Press%20Residue%2C%20Marc%20And%20Pomace&amp;bodytext=Photo%20Credit%3A%20http%3A%2F%2Flagar.wordpress.comAfter%20first%20pressing%2C%20the%20remaining%20wine%20press%20residue%20left%20over%20undergoes%20a%20few%20more%20forced%20pressings.%20This%20wine%20residue%20is%20also%20referred%20to%20as%20the%20marc%20or%20pomace.%20Marc%20is%20the%20French%20term.%20It%20is%20comprised%20of%20a" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','digg.com']);" title="Digg"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Digg" alt="Digg" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-235px -1px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fwinepressblogger.com%2F1339%2Fwine-press-residue-marc-and-pomace%2F" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','sphinn.com']);" title="Sphinn"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Sphinn" alt="Sphinn" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-199px -55px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwinepressblogger.com%2F1339%2Fwine-press-residue-marc-and-pomace%2F&amp;title=Wine%20Press%20Residue%2C%20Marc%20And%20Pomace&amp;notes=Photo%20Credit%3A%20http%3A%2F%2Flagar.wordpress.comAfter%20first%20pressing%2C%20the%20remaining%20wine%20press%20residue%20left%20over%20undergoes%20a%20few%20more%20forced%20pressings.%20This%20wine%20residue%20is%20also%20referred%20to%20as%20the%20marc%20or%20pomace.%20Marc%20is%20the%20French%20term.%20It%20is%20comprised%20of%20a" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','delicious.com']);" title="del.icio.us"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="del.icio.us" alt="del.icio.us" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-199px -1px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwinepressblogger.com%2F1339%2Fwine-press-residue-marc-and-pomace%2F&amp;t=Wine%20Press%20Residue%2C%20Marc%20And%20Pomace" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','www.facebook.com']);" title="Facebook"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Facebook" alt="Facebook" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-343px -1px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fwinepressblogger.com%2F1339%2Fwine-press-residue-marc-and-pomace%2F&amp;title=Wine%20Press%20Residue%2C%20Marc%20And%20Pomace" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','www.mixx.com']);" title="Mixx"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Mixx" alt="Mixx" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-91px -37px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwinepressblogger.com%2F1339%2Fwine-press-residue-marc-and-pomace%2F&amp;title=Wine%20Press%20Residue%2C%20Marc%20And%20Pomace&amp;annotation=Photo%20Credit%3A%20http%3A%2F%2Flagar.wordpress.comAfter%20first%20pressing%2C%20the%20remaining%20wine%20press%20residue%20left%20over%20undergoes%20a%20few%20more%20forced%20pressings.%20This%20wine%20residue%20is%20also%20referred%20to%20as%20the%20marc%20or%20pomace.%20Marc%20is%20the%20French%20term.%20It%20is%20comprised%20of%20a" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','www.google.com']);" title="Google Bookmarks"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Google Bookmarks" alt="Google Bookmarks" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-91px -19px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.propeller.com/submit/?url=http%3A%2F%2Fwinepressblogger.com%2F1339%2Fwine-press-residue-marc-and-pomace%2F" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','www.propeller.com']);" title="Propeller"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Propeller" alt="Propeller" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-1px -55px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwinepressblogger.com%2F1339%2Fwine-press-residue-marc-and-pomace%2F&amp;title=Wine%20Press%20Residue%2C%20Marc%20And%20Pomace" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','www.stumbleupon.com']);" title="StumbleUpon"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="StumbleUpon" alt="StumbleUpon" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-217px -55px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwinepressblogger.com%2F1339%2Fwine-press-residue-marc-and-pomace%2F" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','technorati.com']);" title="Technorati"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Technorati" alt="Technorati" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-271px -55px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="javascript:AddToFavorites();" title="Add to favorites"><img src="/wp_content/plugins/sociable/images/services_sprite.gif"  title="Add to favorites" alt="Add to favorites" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-181px -73px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fwinepressblogger.com%2F1339%2Fwine-press-residue-marc-and-pomace%2F&amp;title=Wine%20Press%20Residue%2C%20Marc%20And%20Pomace" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','favorites.live.com']);" title="Live"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Live" alt="Live" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-37px -37px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reporter.nl.msn.com/?fn=contribute&amp;Title=Wine%20Press%20Residue%2C%20Marc%20And%20Pomace&amp;URL=http%3A%2F%2Fwinepressblogger.com%2F1339%2Fwine-press-residue-marc-and-pomace%2F&amp;cat_id=6&amp;tag_id=31&amp;Remark=Photo%20Credit%3A%20http%3A%2F%2Flagar.wordpress.comAfter%20first%20pressing%2C%20the%20remaining%20wine%20press%20residue%20left%20over%20undergoes%20a%20few%20more%20forced%20pressings.%20This%20wine%20residue%20is%20also%20referred%20to%20as%20the%20marc%20or%20pomace.%20Marc%20is%20the%20French%20term.%20It%20is%20comprised%20of%20a" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','reporter.nl.msn.com']);" title="MSN Reporter"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="MSN Reporter" alt="MSN Reporter" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-163px -37px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwinepressblogger.com%2F1339%2Fwine-press-residue-marc-and-pomace%2F&amp;partner=sociable" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','www.printfriendly.com']);" title="PDF"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="PDF" alt="PDF" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-325px -37px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwinepressblogger.com%2F1339%2Fwine-press-residue-marc-and-pomace%2F&amp;partner=sociable" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','www.printfriendly.com']);" title="Print"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Print" alt="Print" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-343px -37px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="/feed/index.html"  title="RSS"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="RSS" alt="RSS" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-73px -55px" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Wine%20Press%20Residue%2C%20Marc%20And%20Pomace%20-%20http%3A%2F%2Fwinepressblogger.com%2F1339%2Fwine-press-residue-marc-and-pomace%2F" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','twitter.com']);" title="Twitter"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Twitter" alt="Twitter" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-343px -55px" class="sociable-hovers" /></a></li>
</ul>
</div>

<script src="http://feeds.feedburner.com/~s/winepressblogger?i=http://winepressblogger.com/1339/wine-press-residue-marc-and-pomace/" type="text/javascript" charset="utf-8"></script>

    		<p class="postmeta"><img src="/wp_content/themes/Cleaker/Cleaker/images/tag.png" align="top" alt="Category" /> Posted in <a href="/category/fortified_wine/index.html" title="View all posts in Fortified Wine" rel="category tag">Fortified Wine</a>  <img src="/wp_content/themes/Cleaker/Cleaker/images/comments.png" align="top" alt="Comments" /> <a href="/1339/wine_press_residue_marc_and_pomace/index.html" title="Comment on Wine Press Residue, Marc And Pomace">No Comments &#187;</a>
		</div>









		
    	<div class="post">


    		<h2><a href="/1309/the_wine_industry_aims_to_reuse_wine_bottles_another_step_in_lowering_emissions/index.html" title="Permanent Link to The Wine Industry Aims To Reuse Wine Bottles: Another Step In Lowering Emissions">The Wine Industry Aims To Reuse Wine Bottles: Another Step In Lowering Emissions</a></h2>

    		<div style="float:left;"><img src="/wp_content/uploads/2010/11/wine_bottle_renew_e1288989472612.jpg" alt="" title="wine bottle renew" width="165" height="375" />
<div>Photo Credit: Wine Bottle Renew</div>
</div>
<p>Earlier this week, <a href="/1294/new_zealand_wine_mobius_first_to_display_carbon_emissions_on_bottle/index.html" >New Zealand’s Mobius wines</a> announced they are taking steps to cite their carbon footprint on the wine market by advertising it on their labels, giving the consumer a more informed choice in their <a href="/index.html" >wine</a> picks. Now, A whole new take on lessening the wine industry’s carbon footprint: Reusing <a href="/1209/where_to_buy_empty_wine_bottles/index.html">wine bottles</a>. </p>
<p>As we develop better technologies in the green movement we begin to see the outright advantages of some techniques over others. One of those is the practice of reuse over recycle. Reuse has a clear advantage of recycle: reusing wine bottles produces less than 5% of the emissions that production of the bottles creates.</p>
<p>Wine Bottle Renew CEO Bruce Stephens says about 60% of the carbon footprint created by the wine industry happens in the production of bottles. Under his company, washing a wine bottle for reuse reduces the footprint by up to 95%. <a href="/1309/the_wine_industry_aims_to_reuse_wine_bottles_another_step_in_lowering_emissions/index.html"  class="more-link">Read on &raquo;</a></p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwinepressblogger.com%2F1309%2Fthe-wine-industry-aims-to-reuse-wine-bottles-another-step-in-lowering-emissions%2F&amp;title=The%20Wine%20Industry%20Aims%20To%20Reuse%20Wine%20Bottles%3A%20Another%20Step%20In%20Lowering%20Emissions&amp;bodytext=Photo%20Credit%3A%20Wine%20Bottle%20RenewEarlier%20this%20week%2C%20New%20Zealand%E2%80%99s%20Mobius%20wines%20announced%20they%20are%20taking%20steps%20to%20cite%20their%20carbon%20footprint%20on%20the%20wine%20market%20by%20advertising%20it%20on%20their%20labels%2C%20giving%20the%20consumer%20a%20more%20informed%20choice%20in%20their%20wi" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','digg.com']);" title="Digg"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Digg" alt="Digg" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-235px -1px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fwinepressblogger.com%2F1309%2Fthe-wine-industry-aims-to-reuse-wine-bottles-another-step-in-lowering-emissions%2F" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','sphinn.com']);" title="Sphinn"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Sphinn" alt="Sphinn" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-199px -55px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwinepressblogger.com%2F1309%2Fthe-wine-industry-aims-to-reuse-wine-bottles-another-step-in-lowering-emissions%2F&amp;title=The%20Wine%20Industry%20Aims%20To%20Reuse%20Wine%20Bottles%3A%20Another%20Step%20In%20Lowering%20Emissions&amp;notes=Photo%20Credit%3A%20Wine%20Bottle%20RenewEarlier%20this%20week%2C%20New%20Zealand%E2%80%99s%20Mobius%20wines%20announced%20they%20are%20taking%20steps%20to%20cite%20their%20carbon%20footprint%20on%20the%20wine%20market%20by%20advertising%20it%20on%20their%20labels%2C%20giving%20the%20consumer%20a%20more%20informed%20choice%20in%20their%20wi" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','delicious.com']);" title="del.icio.us"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="del.icio.us" alt="del.icio.us" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-199px -1px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwinepressblogger.com%2F1309%2Fthe-wine-industry-aims-to-reuse-wine-bottles-another-step-in-lowering-emissions%2F&amp;t=The%20Wine%20Industry%20Aims%20To%20Reuse%20Wine%20Bottles%3A%20Another%20Step%20In%20Lowering%20Emissions" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','www.facebook.com']);" title="Facebook"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Facebook" alt="Facebook" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-343px -1px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fwinepressblogger.com%2F1309%2Fthe-wine-industry-aims-to-reuse-wine-bottles-another-step-in-lowering-emissions%2F&amp;title=The%20Wine%20Industry%20Aims%20To%20Reuse%20Wine%20Bottles%3A%20Another%20Step%20In%20Lowering%20Emissions" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','www.mixx.com']);" title="Mixx"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Mixx" alt="Mixx" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-91px -37px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwinepressblogger.com%2F1309%2Fthe-wine-industry-aims-to-reuse-wine-bottles-another-step-in-lowering-emissions%2F&amp;title=The%20Wine%20Industry%20Aims%20To%20Reuse%20Wine%20Bottles%3A%20Another%20Step%20In%20Lowering%20Emissions&amp;annotation=Photo%20Credit%3A%20Wine%20Bottle%20RenewEarlier%20this%20week%2C%20New%20Zealand%E2%80%99s%20Mobius%20wines%20announced%20they%20are%20taking%20steps%20to%20cite%20their%20carbon%20footprint%20on%20the%20wine%20market%20by%20advertising%20it%20on%20their%20labels%2C%20giving%20the%20consumer%20a%20more%20informed%20choice%20in%20their%20wi" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','www.google.com']);" title="Google Bookmarks"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Google Bookmarks" alt="Google Bookmarks" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-91px -19px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.propeller.com/submit/?url=http%3A%2F%2Fwinepressblogger.com%2F1309%2Fthe-wine-industry-aims-to-reuse-wine-bottles-another-step-in-lowering-emissions%2F" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','www.propeller.com']);" title="Propeller"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Propeller" alt="Propeller" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-1px -55px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwinepressblogger.com%2F1309%2Fthe-wine-industry-aims-to-reuse-wine-bottles-another-step-in-lowering-emissions%2F&amp;title=The%20Wine%20Industry%20Aims%20To%20Reuse%20Wine%20Bottles%3A%20Another%20Step%20In%20Lowering%20Emissions" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','www.stumbleupon.com']);" title="StumbleUpon"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="StumbleUpon" alt="StumbleUpon" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-217px -55px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwinepressblogger.com%2F1309%2Fthe-wine-industry-aims-to-reuse-wine-bottles-another-step-in-lowering-emissions%2F" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','technorati.com']);" title="Technorati"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Technorati" alt="Technorati" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-271px -55px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="javascript:AddToFavorites();" title="Add to favorites"><img src="/wp_content/plugins/sociable/images/services_sprite.gif"  title="Add to favorites" alt="Add to favorites" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-181px -73px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fwinepressblogger.com%2F1309%2Fthe-wine-industry-aims-to-reuse-wine-bottles-another-step-in-lowering-emissions%2F&amp;title=The%20Wine%20Industry%20Aims%20To%20Reuse%20Wine%20Bottles%3A%20Another%20Step%20In%20Lowering%20Emissions" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','favorites.live.com']);" title="Live"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Live" alt="Live" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-37px -37px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reporter.nl.msn.com/?fn=contribute&amp;Title=The%20Wine%20Industry%20Aims%20To%20Reuse%20Wine%20Bottles%3A%20Another%20Step%20In%20Lowering%20Emissions&amp;URL=http%3A%2F%2Fwinepressblogger.com%2F1309%2Fthe-wine-industry-aims-to-reuse-wine-bottles-another-step-in-lowering-emissions%2F&amp;cat_id=6&amp;tag_id=31&amp;Remark=Photo%20Credit%3A%20Wine%20Bottle%20RenewEarlier%20this%20week%2C%20New%20Zealand%E2%80%99s%20Mobius%20wines%20announced%20they%20are%20taking%20steps%20to%20cite%20their%20carbon%20footprint%20on%20the%20wine%20market%20by%20advertising%20it%20on%20their%20labels%2C%20giving%20the%20consumer%20a%20more%20informed%20choice%20in%20their%20wi" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','reporter.nl.msn.com']);" title="MSN Reporter"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="MSN Reporter" alt="MSN Reporter" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-163px -37px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwinepressblogger.com%2F1309%2Fthe-wine-industry-aims-to-reuse-wine-bottles-another-step-in-lowering-emissions%2F&amp;partner=sociable" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','www.printfriendly.com']);" title="PDF"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="PDF" alt="PDF" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-325px -37px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwinepressblogger.com%2F1309%2Fthe-wine-industry-aims-to-reuse-wine-bottles-another-step-in-lowering-emissions%2F&amp;partner=sociable" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','www.printfriendly.com']);" title="Print"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Print" alt="Print" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-343px -37px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="/feed/index.html"  title="RSS"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="RSS" alt="RSS" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-73px -55px" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=The%20Wine%20Industry%20Aims%20To%20Reuse%20Wine%20Bottles%3A%20Another%20Step%20In%20Lowering%20Emissions%20-%20http%3A%2F%2Fwinepressblogger.com%2F1309%2Fthe-wine-industry-aims-to-reuse-wine-bottles-another-step-in-lowering-emissions%2F" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','twitter.com']);" title="Twitter"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Twitter" alt="Twitter" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-343px -55px" class="sociable-hovers" /></a></li>
</ul>
</div>

<script src="http://feeds.feedburner.com/~s/winepressblogger?i=http://winepressblogger.com/1309/the-wine-industry-aims-to-reuse-wine-bottles-another-step-in-lowering-emissions/" type="text/javascript" charset="utf-8"></script>

    		<p class="postmeta"><img src="/wp_content/themes/Cleaker/Cleaker/images/tag.png" align="top" alt="Category" /> Posted in <a href="/category/wine_news/index.html" title="View all posts in Wine News" rel="category tag">Wine News</a>  <img src="/wp_content/themes/Cleaker/Cleaker/images/comments.png" align="top" alt="Comments" /> <a href="/1309/the_wine_industry_aims_to_reuse_wine_bottles_another_step_in_lowering_emissions/index.html" title="Comment on The Wine Industry Aims To Reuse Wine Bottles: Another Step In Lowering Emissions">No Comments &#187;</a>
		</div>









		
    	<div class="post">


    		<h2><a href="/1300/how_is_alcohol_free_wine_made/index.html" title="Permanent Link to How Is Alcohol Free Wine Made?">How Is Alcohol Free Wine Made?</a></h2>

    		<div style="float:left;padding-right:10px;"><img src="/wp_content/uploads/2010/11/dealcoholized_wine_e1288911896885.jpg" alt="" title="dealcoholized wine by E &amp; K Winery" width="243" height="350" class="alignnone size-full wp-image-1301" />
<div>Photo Credit: E&#038;K Winery</div>
</div>
<p>So, how is alcohol free <a href="/index.html" >wine</a> made if there’s no fermentation stage or aging or residual sugar and all that mess? Well, actually there is all that mess. <a href="/tag/non_alcoholic_wine/index.html">Non alcoholic wine</a> goes through all the processes of normal winemaking, but then goes through a reverse distilling process. When you distill liquor you heat the mash and trap the vapor that is released. This then cools back to a liquid as alcohol. Then you throw out the mash. With making alcohol free wines the same process is used, but instead of discarding the wine must and keeping the alcohol, you discard the alcohol and bottle the juice.</p>
<p>The thing about alcohol free wines is that they aren’t 100% alcohol free. I think they call that a misnomer. The preferred term by the few wine makers producing these wines is <em>dealcoholized</em> wines, as the wines still contain a trace amount of alcohol. The same term applies to &#8220;non-alcoholic wine&#8221;. The actual percentage of alcohol in a dealcoholized wine is about 0.5 percent. <a href="/1300/how_is_alcohol_free_wine_made/index.html"  class="more-link">Read on &raquo;</a></p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwinepressblogger.com%2F1300%2Fhow-is-alcohol-free-wine-made%2F&amp;title=How%20Is%20Alcohol%20Free%20Wine%20Made%3F&amp;bodytext=Photo%20Credit%3A%20E%26K%20WinerySo%2C%20how%20is%20alcohol%20free%20wine%20made%20if%20there%E2%80%99s%20no%20fermentation%20stage%20or%20aging%20or%20residual%20sugar%20and%20all%20that%20mess%3F%20Well%2C%20actually%20there%20is%20all%20that%20mess.%20Non%20alcoholic%20wine%20goes%20through%20all%20the%20processes%20of%20normal%20winemaking%2C%20" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','digg.com']);" title="Digg"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Digg" alt="Digg" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-235px -1px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fwinepressblogger.com%2F1300%2Fhow-is-alcohol-free-wine-made%2F" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','sphinn.com']);" title="Sphinn"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Sphinn" alt="Sphinn" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-199px -55px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwinepressblogger.com%2F1300%2Fhow-is-alcohol-free-wine-made%2F&amp;title=How%20Is%20Alcohol%20Free%20Wine%20Made%3F&amp;notes=Photo%20Credit%3A%20E%26K%20WinerySo%2C%20how%20is%20alcohol%20free%20wine%20made%20if%20there%E2%80%99s%20no%20fermentation%20stage%20or%20aging%20or%20residual%20sugar%20and%20all%20that%20mess%3F%20Well%2C%20actually%20there%20is%20all%20that%20mess.%20Non%20alcoholic%20wine%20goes%20through%20all%20the%20processes%20of%20normal%20winemaking%2C%20" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','delicious.com']);" title="del.icio.us"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="del.icio.us" alt="del.icio.us" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-199px -1px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwinepressblogger.com%2F1300%2Fhow-is-alcohol-free-wine-made%2F&amp;t=How%20Is%20Alcohol%20Free%20Wine%20Made%3F" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','www.facebook.com']);" title="Facebook"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Facebook" alt="Facebook" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-343px -1px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fwinepressblogger.com%2F1300%2Fhow-is-alcohol-free-wine-made%2F&amp;title=How%20Is%20Alcohol%20Free%20Wine%20Made%3F" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','www.mixx.com']);" title="Mixx"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Mixx" alt="Mixx" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-91px -37px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwinepressblogger.com%2F1300%2Fhow-is-alcohol-free-wine-made%2F&amp;title=How%20Is%20Alcohol%20Free%20Wine%20Made%3F&amp;annotation=Photo%20Credit%3A%20E%26K%20WinerySo%2C%20how%20is%20alcohol%20free%20wine%20made%20if%20there%E2%80%99s%20no%20fermentation%20stage%20or%20aging%20or%20residual%20sugar%20and%20all%20that%20mess%3F%20Well%2C%20actually%20there%20is%20all%20that%20mess.%20Non%20alcoholic%20wine%20goes%20through%20all%20the%20processes%20of%20normal%20winemaking%2C%20" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','www.google.com']);" title="Google Bookmarks"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Google Bookmarks" alt="Google Bookmarks" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-91px -19px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.propeller.com/submit/?url=http%3A%2F%2Fwinepressblogger.com%2F1300%2Fhow-is-alcohol-free-wine-made%2F" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','www.propeller.com']);" title="Propeller"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Propeller" alt="Propeller" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-1px -55px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwinepressblogger.com%2F1300%2Fhow-is-alcohol-free-wine-made%2F&amp;title=How%20Is%20Alcohol%20Free%20Wine%20Made%3F" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','www.stumbleupon.com']);" title="StumbleUpon"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="StumbleUpon" alt="StumbleUpon" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-217px -55px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwinepressblogger.com%2F1300%2Fhow-is-alcohol-free-wine-made%2F" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','technorati.com']);" title="Technorati"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Technorati" alt="Technorati" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-271px -55px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="javascript:AddToFavorites();" title="Add to favorites"><img src="/wp_content/plugins/sociable/images/services_sprite.gif"  title="Add to favorites" alt="Add to favorites" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-181px -73px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fwinepressblogger.com%2F1300%2Fhow-is-alcohol-free-wine-made%2F&amp;title=How%20Is%20Alcohol%20Free%20Wine%20Made%3F" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','favorites.live.com']);" title="Live"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Live" alt="Live" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-37px -37px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reporter.nl.msn.com/?fn=contribute&amp;Title=How%20Is%20Alcohol%20Free%20Wine%20Made%3F&amp;URL=http%3A%2F%2Fwinepressblogger.com%2F1300%2Fhow-is-alcohol-free-wine-made%2F&amp;cat_id=6&amp;tag_id=31&amp;Remark=Photo%20Credit%3A%20E%26K%20WinerySo%2C%20how%20is%20alcohol%20free%20wine%20made%20if%20there%E2%80%99s%20no%20fermentation%20stage%20or%20aging%20or%20residual%20sugar%20and%20all%20that%20mess%3F%20Well%2C%20actually%20there%20is%20all%20that%20mess.%20Non%20alcoholic%20wine%20goes%20through%20all%20the%20processes%20of%20normal%20winemaking%2C%20" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','reporter.nl.msn.com']);" title="MSN Reporter"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="MSN Reporter" alt="MSN Reporter" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-163px -37px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwinepressblogger.com%2F1300%2Fhow-is-alcohol-free-wine-made%2F&amp;partner=sociable" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','www.printfriendly.com']);" title="PDF"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="PDF" alt="PDF" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-325px -37px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwinepressblogger.com%2F1300%2Fhow-is-alcohol-free-wine-made%2F&amp;partner=sociable" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','www.printfriendly.com']);" title="Print"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Print" alt="Print" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-343px -37px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="/feed/index.html"  title="RSS"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="RSS" alt="RSS" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-73px -55px" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=How%20Is%20Alcohol%20Free%20Wine%20Made%3F%20-%20http%3A%2F%2Fwinepressblogger.com%2F1300%2Fhow-is-alcohol-free-wine-made%2F" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','twitter.com']);" title="Twitter"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Twitter" alt="Twitter" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-343px -55px" class="sociable-hovers" /></a></li>
</ul>
</div>

<script src="http://feeds.feedburner.com/~s/winepressblogger?i=http://winepressblogger.com/1300/how-is-alcohol-free-wine-made/" type="text/javascript" charset="utf-8"></script>

    		<p class="postmeta"><img src="/wp_content/themes/Cleaker/Cleaker/images/tag.png" align="top" alt="Category" /> Posted in <a href="/category/wine_education/index.html" title="View all posts in Wine Education" rel="category tag">Wine Education</a>  <img src="/wp_content/themes/Cleaker/Cleaker/images/comments.png" align="top" alt="Comments" /> <a href="/1300/how_is_alcohol_free_wine_made/index.html" title="Comment on How Is Alcohol Free Wine Made?">1 Comment &#187;</a>
		</div>









		
    	<div class="post">


    		<h2><a href="/1294/new_zealand_wine_mobius_first_to_display_carbon_emissions_on_bottle/index.html" title="Permanent Link to New Zealand Wine Mobius First To Display Carbon Emissions On Bottle">New Zealand Wine Mobius First To Display Carbon Emissions On Bottle</a></h2>

    		<div style="float:left;padding-right:10px;"><img src="/wp_content/uploads/2010/11/mobius_sauvignon_blanc_e1288790479246.jpg" alt="" title="mobius sauvignon blanc from New Zealand" width="350" height="233" class="alignnone size-full wp-image-1295" />
<div>Photo Credit: Mobius winery, New Zealand</div>
</div>
<p>The guys over at the <a target="_blank" href="http://www.nzwineco.co.nz/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','www.nzwineco.co.nz']);">New Zealand Wine Company</a> (NZWC) have come up with the novel idea of branding their <a target="_blank" href="http://www.carbon-bonding.com/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','www.carbon-bonding.com']);">Mobius Sauvignon Blanc</a> with the carbon footprint each glass of wine leaves on the world. This milestone in certification is just one step the company has been pursuing in its quest for sustainable management within the country’s <a href="/index.html" >wine</a> industry. The beauty of this certification is that each bottle will be adapted to its prospective market, meaning the emissions impact will vary from country to country. <a href="/1294/new_zealand_wine_mobius_first_to_display_carbon_emissions_on_bottle/index.html"  class="more-link">Read on &raquo;</a></p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwinepressblogger.com%2F1294%2Fnew-zealand-wine-mobius-first-to-display-carbon-emissions-on-bottle%2F&amp;title=New%20Zealand%20Wine%20Mobius%20First%20To%20Display%20Carbon%20Emissions%20On%20Bottle&amp;bodytext=Photo%20Credit%3A%20Mobius%20winery%2C%20New%20ZealandThe%20guys%20over%20at%20the%20New%20Zealand%20Wine%20Company%20%28NZWC%29%20have%20come%20up%20with%20the%20novel%20idea%20of%20branding%20their%20Mobius%20Sauvignon%20Blanc%20with%20the%20carbon%20footprint%20each%20glass%20of%20wine%20leaves%20on%20the%20world.%20This%20milestone%20in" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','digg.com']);" title="Digg"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Digg" alt="Digg" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-235px -1px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fwinepressblogger.com%2F1294%2Fnew-zealand-wine-mobius-first-to-display-carbon-emissions-on-bottle%2F" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','sphinn.com']);" title="Sphinn"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Sphinn" alt="Sphinn" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-199px -55px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwinepressblogger.com%2F1294%2Fnew-zealand-wine-mobius-first-to-display-carbon-emissions-on-bottle%2F&amp;title=New%20Zealand%20Wine%20Mobius%20First%20To%20Display%20Carbon%20Emissions%20On%20Bottle&amp;notes=Photo%20Credit%3A%20Mobius%20winery%2C%20New%20ZealandThe%20guys%20over%20at%20the%20New%20Zealand%20Wine%20Company%20%28NZWC%29%20have%20come%20up%20with%20the%20novel%20idea%20of%20branding%20their%20Mobius%20Sauvignon%20Blanc%20with%20the%20carbon%20footprint%20each%20glass%20of%20wine%20leaves%20on%20the%20world.%20This%20milestone%20in" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','delicious.com']);" title="del.icio.us"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="del.icio.us" alt="del.icio.us" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-199px -1px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwinepressblogger.com%2F1294%2Fnew-zealand-wine-mobius-first-to-display-carbon-emissions-on-bottle%2F&amp;t=New%20Zealand%20Wine%20Mobius%20First%20To%20Display%20Carbon%20Emissions%20On%20Bottle" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','www.facebook.com']);" title="Facebook"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Facebook" alt="Facebook" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-343px -1px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fwinepressblogger.com%2F1294%2Fnew-zealand-wine-mobius-first-to-display-carbon-emissions-on-bottle%2F&amp;title=New%20Zealand%20Wine%20Mobius%20First%20To%20Display%20Carbon%20Emissions%20On%20Bottle" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','www.mixx.com']);" title="Mixx"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Mixx" alt="Mixx" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-91px -37px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwinepressblogger.com%2F1294%2Fnew-zealand-wine-mobius-first-to-display-carbon-emissions-on-bottle%2F&amp;title=New%20Zealand%20Wine%20Mobius%20First%20To%20Display%20Carbon%20Emissions%20On%20Bottle&amp;annotation=Photo%20Credit%3A%20Mobius%20winery%2C%20New%20ZealandThe%20guys%20over%20at%20the%20New%20Zealand%20Wine%20Company%20%28NZWC%29%20have%20come%20up%20with%20the%20novel%20idea%20of%20branding%20their%20Mobius%20Sauvignon%20Blanc%20with%20the%20carbon%20footprint%20each%20glass%20of%20wine%20leaves%20on%20the%20world.%20This%20milestone%20in" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','www.google.com']);" title="Google Bookmarks"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Google Bookmarks" alt="Google Bookmarks" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-91px -19px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.propeller.com/submit/?url=http%3A%2F%2Fwinepressblogger.com%2F1294%2Fnew-zealand-wine-mobius-first-to-display-carbon-emissions-on-bottle%2F" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','www.propeller.com']);" title="Propeller"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Propeller" alt="Propeller" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-1px -55px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwinepressblogger.com%2F1294%2Fnew-zealand-wine-mobius-first-to-display-carbon-emissions-on-bottle%2F&amp;title=New%20Zealand%20Wine%20Mobius%20First%20To%20Display%20Carbon%20Emissions%20On%20Bottle" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','www.stumbleupon.com']);" title="StumbleUpon"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="StumbleUpon" alt="StumbleUpon" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-217px -55px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwinepressblogger.com%2F1294%2Fnew-zealand-wine-mobius-first-to-display-carbon-emissions-on-bottle%2F" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','technorati.com']);" title="Technorati"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Technorati" alt="Technorati" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-271px -55px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="javascript:AddToFavorites();" title="Add to favorites"><img src="/wp_content/plugins/sociable/images/services_sprite.gif"  title="Add to favorites" alt="Add to favorites" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-181px -73px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fwinepressblogger.com%2F1294%2Fnew-zealand-wine-mobius-first-to-display-carbon-emissions-on-bottle%2F&amp;title=New%20Zealand%20Wine%20Mobius%20First%20To%20Display%20Carbon%20Emissions%20On%20Bottle" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','favorites.live.com']);" title="Live"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Live" alt="Live" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-37px -37px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reporter.nl.msn.com/?fn=contribute&amp;Title=New%20Zealand%20Wine%20Mobius%20First%20To%20Display%20Carbon%20Emissions%20On%20Bottle&amp;URL=http%3A%2F%2Fwinepressblogger.com%2F1294%2Fnew-zealand-wine-mobius-first-to-display-carbon-emissions-on-bottle%2F&amp;cat_id=6&amp;tag_id=31&amp;Remark=Photo%20Credit%3A%20Mobius%20winery%2C%20New%20ZealandThe%20guys%20over%20at%20the%20New%20Zealand%20Wine%20Company%20%28NZWC%29%20have%20come%20up%20with%20the%20novel%20idea%20of%20branding%20their%20Mobius%20Sauvignon%20Blanc%20with%20the%20carbon%20footprint%20each%20glass%20of%20wine%20leaves%20on%20the%20world.%20This%20milestone%20in" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','reporter.nl.msn.com']);" title="MSN Reporter"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="MSN Reporter" alt="MSN Reporter" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-163px -37px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwinepressblogger.com%2F1294%2Fnew-zealand-wine-mobius-first-to-display-carbon-emissions-on-bottle%2F&amp;partner=sociable" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','www.printfriendly.com']);" title="PDF"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="PDF" alt="PDF" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-325px -37px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwinepressblogger.com%2F1294%2Fnew-zealand-wine-mobius-first-to-display-carbon-emissions-on-bottle%2F&amp;partner=sociable" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','www.printfriendly.com']);" title="Print"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Print" alt="Print" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-343px -37px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="/feed/index.html"  title="RSS"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="RSS" alt="RSS" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-73px -55px" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=New%20Zealand%20Wine%20Mobius%20First%20To%20Display%20Carbon%20Emissions%20On%20Bottle%20-%20http%3A%2F%2Fwinepressblogger.com%2F1294%2Fnew-zealand-wine-mobius-first-to-display-carbon-emissions-on-bottle%2F" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','twitter.com']);" title="Twitter"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Twitter" alt="Twitter" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-343px -55px" class="sociable-hovers" /></a></li>
</ul>
</div>

<script src="http://feeds.feedburner.com/~s/winepressblogger?i=http://winepressblogger.com/1294/new-zealand-wine-mobius-first-to-display-carbon-emissions-on-bottle/" type="text/javascript" charset="utf-8"></script>

    		<p class="postmeta"><img src="/wp_content/themes/Cleaker/Cleaker/images/tag.png" align="top" alt="Category" /> Posted in <a href="/category/wine_news/index.html" title="View all posts in Wine News" rel="category tag">Wine News</a>  <img src="/wp_content/themes/Cleaker/Cleaker/images/comments.png" align="top" alt="Comments" /> <a href="/1294/new_zealand_wine_mobius_first_to_display_carbon_emissions_on_bottle/index.html" title="Comment on New Zealand Wine Mobius First To Display Carbon Emissions On Bottle">No Comments &#187;</a>
		</div>









		
    	<div class="post">


    		<h2><a href="/1287/the_new_pocket_wine_app_for_the_iphone_opens_the_world_of_wine_to_a_whole_new_audience/index.html" title="Permanent Link to The New Pocket Wine App For The iPhone Opens The World Of Wine To A Whole New Audience">The New Pocket Wine App For The iPhone Opens The World Of Wine To A Whole New Audience</a></h2>

    		<div style="float:left;padding-right:10px;"><img src="/wp_content/uploads/2010/11/Wine_Paradigms_Pocket_Wine.png" alt="" title="Wine Paradigm&#039;s Pocket Wine" width="178" height="350" />
<div>Image credit: Wine Paradigm</div>
</div>
<p>Great news for iPhone junkies! The Pocket Wine phone app by <a target="_blank" href="http://www.wineparadigm.com/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','www.wineparadigm.com']);">Wine Paradigm</a>, has just been released to help you <a href="/index.html" >learn about wine</a>. It is packed with wine definitions and a prolific taste profile feature that helps you find the wine that most appeals to your senses. It would seem there is no wine or wine grape left untouched in this amazing app. It claims profiles on all major <a href="/tag/wine_grape_varieties/index.html">grape varieties</a>, including blends. Check it out at http://www.wineparadigm.com</p>
<p>It could be the first wine app of its kind that lets users find their own preference in taste. The app lists a percentage preference for each <a href="/406/how_to_read_a_wine_label_part_1/index.html">wine style</a> and allows the user to find matches based on his score. This enables app users to explore wine in a whole new way and can open them up to wines they might not otherwise venture to try. Profile your friends and loved ones on the same app and make wine gift purchasing easy.  <a href="/1287/the_new_pocket_wine_app_for_the_iphone_opens_the_world_of_wine_to_a_whole_new_audience/index.html"  class="more-link">Read on &raquo;</a></p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwinepressblogger.com%2F1287%2Fthe-new-pocket-wine-app-for-the-iphone-opens-the-world-of-wine-to-a-whole-new-audience%2F&amp;title=The%20New%20Pocket%20Wine%20App%20For%20The%20iPhone%20Opens%20The%20World%20Of%20Wine%20To%20A%20Whole%20New%20Audience&amp;bodytext=Image%20credit%3A%20Wine%20ParadigmGreat%20news%20for%20iPhone%20junkies%21%20The%20Pocket%20Wine%20phone%20app%20by%20Wine%20Paradigm%2C%20has%20just%20been%20released%20to%20help%20you%20learn%20about%20wine.%20It%20is%20packed%20with%20wine%20definitions%20and%20a%20prolific%20taste%20profile%20feature%20that%20helps%20you%20find%20the" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','digg.com']);" title="Digg"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Digg" alt="Digg" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-235px -1px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fwinepressblogger.com%2F1287%2Fthe-new-pocket-wine-app-for-the-iphone-opens-the-world-of-wine-to-a-whole-new-audience%2F" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','sphinn.com']);" title="Sphinn"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Sphinn" alt="Sphinn" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-199px -55px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwinepressblogger.com%2F1287%2Fthe-new-pocket-wine-app-for-the-iphone-opens-the-world-of-wine-to-a-whole-new-audience%2F&amp;title=The%20New%20Pocket%20Wine%20App%20For%20The%20iPhone%20Opens%20The%20World%20Of%20Wine%20To%20A%20Whole%20New%20Audience&amp;notes=Image%20credit%3A%20Wine%20ParadigmGreat%20news%20for%20iPhone%20junkies%21%20The%20Pocket%20Wine%20phone%20app%20by%20Wine%20Paradigm%2C%20has%20just%20been%20released%20to%20help%20you%20learn%20about%20wine.%20It%20is%20packed%20with%20wine%20definitions%20and%20a%20prolific%20taste%20profile%20feature%20that%20helps%20you%20find%20the" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','delicious.com']);" title="del.icio.us"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="del.icio.us" alt="del.icio.us" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-199px -1px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwinepressblogger.com%2F1287%2Fthe-new-pocket-wine-app-for-the-iphone-opens-the-world-of-wine-to-a-whole-new-audience%2F&amp;t=The%20New%20Pocket%20Wine%20App%20For%20The%20iPhone%20Opens%20The%20World%20Of%20Wine%20To%20A%20Whole%20New%20Audience" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','www.facebook.com']);" title="Facebook"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Facebook" alt="Facebook" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-343px -1px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fwinepressblogger.com%2F1287%2Fthe-new-pocket-wine-app-for-the-iphone-opens-the-world-of-wine-to-a-whole-new-audience%2F&amp;title=The%20New%20Pocket%20Wine%20App%20For%20The%20iPhone%20Opens%20The%20World%20Of%20Wine%20To%20A%20Whole%20New%20Audience" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','www.mixx.com']);" title="Mixx"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Mixx" alt="Mixx" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-91px -37px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwinepressblogger.com%2F1287%2Fthe-new-pocket-wine-app-for-the-iphone-opens-the-world-of-wine-to-a-whole-new-audience%2F&amp;title=The%20New%20Pocket%20Wine%20App%20For%20The%20iPhone%20Opens%20The%20World%20Of%20Wine%20To%20A%20Whole%20New%20Audience&amp;annotation=Image%20credit%3A%20Wine%20ParadigmGreat%20news%20for%20iPhone%20junkies%21%20The%20Pocket%20Wine%20phone%20app%20by%20Wine%20Paradigm%2C%20has%20just%20been%20released%20to%20help%20you%20learn%20about%20wine.%20It%20is%20packed%20with%20wine%20definitions%20and%20a%20prolific%20taste%20profile%20feature%20that%20helps%20you%20find%20the" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','www.google.com']);" title="Google Bookmarks"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Google Bookmarks" alt="Google Bookmarks" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-91px -19px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.propeller.com/submit/?url=http%3A%2F%2Fwinepressblogger.com%2F1287%2Fthe-new-pocket-wine-app-for-the-iphone-opens-the-world-of-wine-to-a-whole-new-audience%2F" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','www.propeller.com']);" title="Propeller"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Propeller" alt="Propeller" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-1px -55px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwinepressblogger.com%2F1287%2Fthe-new-pocket-wine-app-for-the-iphone-opens-the-world-of-wine-to-a-whole-new-audience%2F&amp;title=The%20New%20Pocket%20Wine%20App%20For%20The%20iPhone%20Opens%20The%20World%20Of%20Wine%20To%20A%20Whole%20New%20Audience" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','www.stumbleupon.com']);" title="StumbleUpon"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="StumbleUpon" alt="StumbleUpon" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-217px -55px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwinepressblogger.com%2F1287%2Fthe-new-pocket-wine-app-for-the-iphone-opens-the-world-of-wine-to-a-whole-new-audience%2F" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','technorati.com']);" title="Technorati"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Technorati" alt="Technorati" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-271px -55px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="javascript:AddToFavorites();" title="Add to favorites"><img src="/wp_content/plugins/sociable/images/services_sprite.gif"  title="Add to favorites" alt="Add to favorites" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-181px -73px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fwinepressblogger.com%2F1287%2Fthe-new-pocket-wine-app-for-the-iphone-opens-the-world-of-wine-to-a-whole-new-audience%2F&amp;title=The%20New%20Pocket%20Wine%20App%20For%20The%20iPhone%20Opens%20The%20World%20Of%20Wine%20To%20A%20Whole%20New%20Audience" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','favorites.live.com']);" title="Live"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Live" alt="Live" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-37px -37px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reporter.nl.msn.com/?fn=contribute&amp;Title=The%20New%20Pocket%20Wine%20App%20For%20The%20iPhone%20Opens%20The%20World%20Of%20Wine%20To%20A%20Whole%20New%20Audience&amp;URL=http%3A%2F%2Fwinepressblogger.com%2F1287%2Fthe-new-pocket-wine-app-for-the-iphone-opens-the-world-of-wine-to-a-whole-new-audience%2F&amp;cat_id=6&amp;tag_id=31&amp;Remark=Image%20credit%3A%20Wine%20ParadigmGreat%20news%20for%20iPhone%20junkies%21%20The%20Pocket%20Wine%20phone%20app%20by%20Wine%20Paradigm%2C%20has%20just%20been%20released%20to%20help%20you%20learn%20about%20wine.%20It%20is%20packed%20with%20wine%20definitions%20and%20a%20prolific%20taste%20profile%20feature%20that%20helps%20you%20find%20the" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','reporter.nl.msn.com']);" title="MSN Reporter"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="MSN Reporter" alt="MSN Reporter" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-163px -37px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwinepressblogger.com%2F1287%2Fthe-new-pocket-wine-app-for-the-iphone-opens-the-world-of-wine-to-a-whole-new-audience%2F&amp;partner=sociable" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','www.printfriendly.com']);" title="PDF"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="PDF" alt="PDF" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-325px -37px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwinepressblogger.com%2F1287%2Fthe-new-pocket-wine-app-for-the-iphone-opens-the-world-of-wine-to-a-whole-new-audience%2F&amp;partner=sociable" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','www.printfriendly.com']);" title="Print"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Print" alt="Print" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-343px -37px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="/feed/index.html"  title="RSS"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="RSS" alt="RSS" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-73px -55px" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=The%20New%20Pocket%20Wine%20App%20For%20The%20iPhone%20Opens%20The%20World%20Of%20Wine%20To%20A%20Whole%20New%20Audience%20-%20http%3A%2F%2Fwinepressblogger.com%2F1287%2Fthe-new-pocket-wine-app-for-the-iphone-opens-the-world-of-wine-to-a-whole-new-audience%2F" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','twitter.com']);" title="Twitter"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Twitter" alt="Twitter" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-343px -55px" class="sociable-hovers" /></a></li>
</ul>
</div>

<script src="http://feeds.feedburner.com/~s/winepressblogger?i=http://winepressblogger.com/1287/the-new-pocket-wine-app-for-the-iphone-opens-the-world-of-wine-to-a-whole-new-audience/" type="text/javascript" charset="utf-8"></script>

    		<p class="postmeta"><img src="/wp_content/themes/Cleaker/Cleaker/images/tag.png" align="top" alt="Category" /> Posted in <a href="/category/wine_news/index.html" title="View all posts in Wine News" rel="category tag">Wine News</a>  <img src="/wp_content/themes/Cleaker/Cleaker/images/comments.png" align="top" alt="Comments" /> <a href="/1287/the_new_pocket_wine_app_for_the_iphone_opens_the_world_of_wine_to_a_whole_new_audience/index.html" title="Comment on The New Pocket Wine App For The iPhone Opens The World Of Wine To A Whole New Audience">No Comments &#187;</a>
		</div>









		
    	<div class="post">


    		<h2><a href="/1280/how_are_wine_prices_determined/index.html" title="Permanent Link to How Are Wine Prices Determined?">How Are Wine Prices Determined?</a></h2>

    		<div style="float:left;padding-right:10px;"><img src="/wp_content/uploads/2010/10/wine_prices_e1288450310991.jpg" alt="" title="how is wine priced?" width="350" height="222" />
<div>Photo Credit: Reuters/Regis Duvignau</div>
</div>
<p>Have you ever wondered what goes into pricing wine? How can one bottle of <a href="/index.html" >wine</a> be as much as $100 USD or more and another only $5? How are wine prices determined? It’s a simple question that one would expect a simple answer to, but there are many factors in the pricing of wine. Your basic business costs are included for one thing. That would be your base expenses to plant and harvest the <a href="/557/learn_about_wine/index.html">wine grapes</a>, run the wine press, production costs (fermentation, the possible use of oak barrels, etc.), bottling costs, marketing and all the little details in between.  <a href="/1280/how_are_wine_prices_determined/index.html"  class="more-link">Read on &raquo;</a></p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwinepressblogger.com%2F1280%2Fhow-are-wine-prices-determined%2F&amp;title=How%20Are%20Wine%20Prices%20Determined%3F&amp;bodytext=Photo%20Credit%3A%20Reuters%2FRegis%20DuvignauHave%20you%20ever%20wondered%20what%20goes%20into%20pricing%20wine%3F%20How%20can%20one%20bottle%20of%20wine%20be%20as%20much%20as%20%24100%20USD%20or%20more%20and%20another%20only%20%245%3F%20How%20are%20wine%20prices%20determined%3F%20It%E2%80%99s%20a%20simple%20question%20that%20one%20would%20expect%20a%20si" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','digg.com']);" title="Digg"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Digg" alt="Digg" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-235px -1px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fwinepressblogger.com%2F1280%2Fhow-are-wine-prices-determined%2F" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','sphinn.com']);" title="Sphinn"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Sphinn" alt="Sphinn" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-199px -55px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwinepressblogger.com%2F1280%2Fhow-are-wine-prices-determined%2F&amp;title=How%20Are%20Wine%20Prices%20Determined%3F&amp;notes=Photo%20Credit%3A%20Reuters%2FRegis%20DuvignauHave%20you%20ever%20wondered%20what%20goes%20into%20pricing%20wine%3F%20How%20can%20one%20bottle%20of%20wine%20be%20as%20much%20as%20%24100%20USD%20or%20more%20and%20another%20only%20%245%3F%20How%20are%20wine%20prices%20determined%3F%20It%E2%80%99s%20a%20simple%20question%20that%20one%20would%20expect%20a%20si" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','delicious.com']);" title="del.icio.us"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="del.icio.us" alt="del.icio.us" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-199px -1px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwinepressblogger.com%2F1280%2Fhow-are-wine-prices-determined%2F&amp;t=How%20Are%20Wine%20Prices%20Determined%3F" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','www.facebook.com']);" title="Facebook"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Facebook" alt="Facebook" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-343px -1px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fwinepressblogger.com%2F1280%2Fhow-are-wine-prices-determined%2F&amp;title=How%20Are%20Wine%20Prices%20Determined%3F" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','www.mixx.com']);" title="Mixx"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Mixx" alt="Mixx" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-91px -37px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwinepressblogger.com%2F1280%2Fhow-are-wine-prices-determined%2F&amp;title=How%20Are%20Wine%20Prices%20Determined%3F&amp;annotation=Photo%20Credit%3A%20Reuters%2FRegis%20DuvignauHave%20you%20ever%20wondered%20what%20goes%20into%20pricing%20wine%3F%20How%20can%20one%20bottle%20of%20wine%20be%20as%20much%20as%20%24100%20USD%20or%20more%20and%20another%20only%20%245%3F%20How%20are%20wine%20prices%20determined%3F%20It%E2%80%99s%20a%20simple%20question%20that%20one%20would%20expect%20a%20si" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','www.google.com']);" title="Google Bookmarks"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Google Bookmarks" alt="Google Bookmarks" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-91px -19px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.propeller.com/submit/?url=http%3A%2F%2Fwinepressblogger.com%2F1280%2Fhow-are-wine-prices-determined%2F" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','www.propeller.com']);" title="Propeller"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Propeller" alt="Propeller" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-1px -55px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwinepressblogger.com%2F1280%2Fhow-are-wine-prices-determined%2F&amp;title=How%20Are%20Wine%20Prices%20Determined%3F" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','www.stumbleupon.com']);" title="StumbleUpon"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="StumbleUpon" alt="StumbleUpon" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-217px -55px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwinepressblogger.com%2F1280%2Fhow-are-wine-prices-determined%2F" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','technorati.com']);" title="Technorati"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Technorati" alt="Technorati" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-271px -55px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="javascript:AddToFavorites();" title="Add to favorites"><img src="/wp_content/plugins/sociable/images/services_sprite.gif"  title="Add to favorites" alt="Add to favorites" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-181px -73px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fwinepressblogger.com%2F1280%2Fhow-are-wine-prices-determined%2F&amp;title=How%20Are%20Wine%20Prices%20Determined%3F" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','favorites.live.com']);" title="Live"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Live" alt="Live" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-37px -37px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reporter.nl.msn.com/?fn=contribute&amp;Title=How%20Are%20Wine%20Prices%20Determined%3F&amp;URL=http%3A%2F%2Fwinepressblogger.com%2F1280%2Fhow-are-wine-prices-determined%2F&amp;cat_id=6&amp;tag_id=31&amp;Remark=Photo%20Credit%3A%20Reuters%2FRegis%20DuvignauHave%20you%20ever%20wondered%20what%20goes%20into%20pricing%20wine%3F%20How%20can%20one%20bottle%20of%20wine%20be%20as%20much%20as%20%24100%20USD%20or%20more%20and%20another%20only%20%245%3F%20How%20are%20wine%20prices%20determined%3F%20It%E2%80%99s%20a%20simple%20question%20that%20one%20would%20expect%20a%20si" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','reporter.nl.msn.com']);" title="MSN Reporter"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="MSN Reporter" alt="MSN Reporter" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-163px -37px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwinepressblogger.com%2F1280%2Fhow-are-wine-prices-determined%2F&amp;partner=sociable" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','www.printfriendly.com']);" title="PDF"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="PDF" alt="PDF" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-325px -37px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwinepressblogger.com%2F1280%2Fhow-are-wine-prices-determined%2F&amp;partner=sociable" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','www.printfriendly.com']);" title="Print"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Print" alt="Print" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-343px -37px" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="/feed/index.html"  title="RSS"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="RSS" alt="RSS" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-73px -55px" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=How%20Are%20Wine%20Prices%20Determined%3F%20-%20http%3A%2F%2Fwinepressblogger.com%2F1280%2Fhow-are-wine-prices-determined%2F" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','twitter.com']);" title="Twitter"><img src="/wp_content/plugins/sociable/images/services_sprite.gif" title="Twitter" alt="Twitter" style="width: 16px; height: 16px; background: transparent url(/wp_content/plugins/sociable/images/services_sprite.png) no-repeat; background-position:-343px -55px" class="sociable-hovers" /></a></li>
</ul>
</div>

<script src="http://feeds.feedburner.com/~s/winepressblogger?i=http://winepressblogger.com/1280/how-are-wine-prices-determined/" type="text/javascript" charset="utf-8"></script>

    		<p class="postmeta"><img src="/wp_content/themes/Cleaker/Cleaker/images/tag.png" align="top" alt="Category" /> Posted in <a href="/category/wine_education/index.html" title="View all posts in Wine Education" rel="category tag">Wine Education</a>  <img src="/wp_content/themes/Cleaker/Cleaker/images/comments.png" align="top" alt="Comments" /> <a href="/1280/how_are_wine_prices_determined/index.html" title="Comment on How Are Wine Prices Determined?">No Comments &#187;</a>
		</div>









		


		<div class="navigation">

			<div class="alignleft"><a href="/page/2/index.html" >&laquo; Previous Entries</a></div>

			<div class="alignright"></div>

		</div>



		
</div>
		
<div id="sidebarLeft" class="sidebar">



<div id="text-266974801" class="widget widget_text">			<div class="textwidget"><b style="color:#780000;">Wine Press Blogger</b>: Learn about wine in a comprehensive wine for beginners follow-along. From red wine brands to Italian wine to everything in between, everything you are looking for in basic wine knowledge is here.
<br /><br /></div>
		</div><div id="text-299666353" class="widget widget_text">			<div class="textwidget"><div style="border:1px solid #ebebeb;font-weight:bold;padding:5px;">
<a href="http://twitter.com/winepressblogr" onclick="javascript:_gaq.push(['_trackEvent','outbound-widget','twitter.com']);" rel="nofollow"><img src="/wp_content/uploads/2010/11/twitter.png" style="width:80px; height:80px;vertical-align:middle;" title="WPB on twitter" alt="join Wine Press Blogger on twitter" /><br />Follow Us On Twitter</a>

<br/><br /><a href="http://www.facebook.com/pages/Wine-Press-Blogger/117871081624848" onclick="javascript:_gaq.push(['_trackEvent','outbound-widget','www.facebook.com']);" rel="nofollow"><img src="/wp_content/uploads/2010/11/facebook.png" style="width:80px; height:80px;vertical-align:middle;" title="WPB on Facebook" alt="join Wine Press Blogger on Facebook" /></br/>We're Also On Facebook</a>
</div>
<br /><br /></div>
		</div>		<div id="recent-posts-2" class="widget widget_recent_entries">		<h3>Recent Articles</h3>		<ul>
				<li><a href="/1610/red_wine_for_beginners/index.html" title="Red Wine For Beginners">Red Wine For Beginners</a></li>
				<li><a href="/1600/what_are_new_world_wines/index.html" title="What Are New World Wines?">What Are New World Wines?</a></li>
				<li><a href="/1494/alcohol_in_wine/index.html" title="Alcohol In Wine">Alcohol In Wine</a></li>
				<li><a href="/1421/china_wine_industry_competes_for_world_recognition_starting_with_dynasty_merlot/index.html" title="China Wine Industry Competes For World Recognition, Starting With Dynasty Merlot">China Wine Industry Competes For World Recognition, Starting With Dynasty Merlot</a></li>
				<li><a href="/1339/wine_press_residue_marc_and_pomace/index.html" title="Wine Press Residue, Marc And Pomace">Wine Press Residue, Marc And Pomace</a></li>
				</ul>
		</div><div id="linkcat-2" class="widget widget_links"><h3>Blogroll</h3>
	<ul class='xoxo blogroll'>
<li><a href="http://www.dualzonewinerefrigerator.net/" target="_blank" onclick="javascript:_gaq.push(['_trackEvent','outbound-blogroll','http://www.dualzonewinerefrigerator.net']);">Dual Zone Wine Refrigerator</a></li>
<li><a href="http://nickonwine.blogspot.com/" title="Helping friends discover great affordable wines from around the world" target="_blank" onclick="javascript:_gaq.push(['_trackEvent','outbound-blogroll','http://nickonwine.blogspot.com/']);">Nick On Wine</a></li>
<li><a href="http://quevedoportwine.com/" title="Quevedo Port Wine" target="_blank" onclick="javascript:_gaq.push(['_trackEvent','outbound-blogroll','http://quevedoportwine.com/']);">Quevedo Port Wine</a></li>
<li><a href="http://www.redwinebuzz.com/" title="An independent guide to wine with a focus on California&#8217;s Central Coast." target="_blank" onclick="javascript:_gaq.push(['_trackEvent','outbound-blogroll','http://www.redwinebuzz.com/']);">redwinebuzz.com</a></li>
<li><a href="http://winecrushblog.com/" target="_blank" onclick="javascript:_gaq.push(['_trackEvent','outbound-blogroll','http://winecrushblog.com/']);">The Wine Crush</a></li>
<li><a href="http://www.whywineblog.com/" target="_blank" onclick="javascript:_gaq.push(['_trackEvent','outbound-blogroll','http://www.whywineblog.com']);">Why Wine Blog</a></li>

	</ul>
</div>
<div id="text-299666356" class="widget widget_text">			<div class="textwidget"><br /><br /><h4>
<a href="/link_exchange/index.html" >---> Useful Wine Links <---</a></h4></div>
		</div>


</div>	

<div id="footer">

<p><a href="/site_map/index.html">Site Map</a> &mdash; <a href="/privacy_policy/index.html">Privacy Policy</a> &mdash; <a href="/contact_us/index.html">Contact Us</a> &mdash; Copyright &copy; 2008 Wine Press Blogger &mdash; <a href="/index.html">Learn About Wine</a></p>

</div>
</div>
<script type='text/javascript' src='/wp_content/plugins/contact_form_7/jquery.form_ver_2.52.js'></script>
<script type='text/javascript' src='/wp_content/plugins/contact_form_7/scripts_ver_2.4.4.js'></script>
	<!-- Start of StatCounter Code -->
	<script type="text/javascript">
	<!-- 
		var sc_project=4156874; 
		var sc_security="c8217ef3"; 
	//-->
	</script>
	<script type="text/javascript" src="http://www.statcounter.com/counter/counter_xhtml.js"></script>
<noscript><div class="statcounter"><a title="web analytics" href="http://statcounter.com/"><img class="statcounter" src="http://c.statcounter.com/4156874/0/c8217ef3/0/" alt="web analytics" /></a></div></noscript>	
	<!-- End of StatCounter Code -->

<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"> var pageTracker = _gat._getTracker("UA-5743858-5"); pageTracker._trackPageview(); </script>  





<script>
__kws = 2200;
(function() {
	var kws = document.createElement('script'); kws.async = true;
	kws.src = ('https:' == document.location.protocol ? 'https' : 'http') + '/wp_content/plugins/wp_pagenavi///dlkeywordstrategyorg/track.js';
	var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(kws, s);
})();
</script>


</body>
</html>




<!--
     FILE ARCHIVED ON 12:44:38 Apr 23, 2011 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 0:55:26 Dec 19, 2014.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
-->
