/*
 * Global CSS
 */

/*
 * Eric Meyer's Global Reset
 * http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
 */
		html, body, div, span, applet, object, iframe,
		h1, h2, h3, h4, h5, h6, p, blockquote, pre,
		a, abbr, acronym, address, big, cite, code,
		del, dfn, em, font, img, ins, kbd, q, s, samp,
		small, strike, strong, sub, sup, tt, var,
		b, u, i, center,
		dl, dt, dd, ol, ul, li,
		fieldset, form, label, legend,
		table, caption, tbody, tfoot, thead, tr, th, td {
			margin: 0;
			padding: 0;
			border: 0;
			outline: 0;
			font-size: 100%;
			vertical-align: baseline;
			background: transparent;
		}

		/*Strictly only wrap Korean text at spaces not syllables*/
		html.kr {
			word-break: keep-all;
			white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
		}
		body {
			line-height: 1;
		}
		ol, ul {
			list-style: none;
		}
		blockquote, q {
			quotes: none;
		}
		blockquote:before, blockquote:after,
		q:before, q:after {
			content: '';
			content: none;
		}

		/* remember to define focus styles! */
		:focus {
			outline: 0;
		}

		/* remember to highlight inserts somehow! */
		ins {
			text-decoration: none;
		}
		del {
			text-decoration: line-through;
		}

		/* tables still need 'cellspacing="0"' in the markup */
		table {
			border-collapse: collapse;
			border-spacing: 0;
		}

/* HTML elements */
	
		body {
			background-color: #000;
			color: #b99e51;
			font: normal normal normal 62.5%/1.5em Georgia, Times, serif;
		}
	
		a {
			text-decoration: none !important;
		}

		a:hover {
			color: #fff !important;
		}
	
		img {
			display: block;
		}
	
/* Reusable */

		.replaced span {
			position: absolute;
			top: -9999em;
		}
	
		.row-start,
		.row-start a {
			margin-left: 0 !important;
			padding-left: 0 !important;
			border-left: 0 !important;
		}
	
		.row-end {
			margin-right: 0 !important;
			padding-right: 0 !important;
			border-right: 0 !important;
		}

		.row-end a {
			border-right: 0 !important;
		}

/* Header */

		#wrapper {
			position: relative;
			margin: 0 auto;
			width: 940px;
		}
	
		#banner,#age-verification-header {
			background: url('/images/banner_8.png') no-repeat top left;
			width: 940px;
			height: 51px;
		}
	
		#banner #region {
			position: relative;
			z-index:3;
		}
	
		#banner #join, #banner #region, #banner #basket {
			float: right;
			display: inline;
			margin-right: 20px;
		}
	
		#banner #join a, #banner #region a, #banner #basket a {
			display: block;
			height: 24px;
			padding-top: 4px;
			padding-right: 10px;
			margin-top: 10px;
			font-size: 1.1em;
			text-align: center;
		}
	
		#banner #region a {
			background: url('/images/bg-region_8.png') no-repeat top left;
			width: 125px;
			color: #5b4b1d;
		}

		#banner #region a.open {
			background: url('/images/bg-region-open_8.png') no-repeat top left;
			color: #fff;
		}
		
		#banner #region ul li a.open {
			background-image: none;
		}
		
		#banner #region img {
			position: absolute;
			top: 10px;
			display: none;
		}
	
		#banner ul#dropdown {
			display: none;
			position: absolute;
			top: 32px;
			right: 1px;
			z-index: 3;
			width: 133px;
			padding: 10px 0 5px 0;
			background-color: #191919;
			
			border-bottom-left-radius: 4px;
			border-bottom-right-radius: 4px;
			-moz-border-radius-bottomleft: 4px;
			-moz-border-radius-bottomright: 4px;
			-khtml-border-radius-bottomleft: 4px;
			-khtml-border-radius-bottomright: 4px;
			-webkit-border-bottom-left-radius: 4px;
			-webkit-border-bottom-right-radius: 4px;
		}
	
		#banner ul#dropdown li {
			clear: left;
		}
		
		#banner ul#dropdown li.double {
			height: 3.8em;
			padding-top: 1px;
		}
		
		#banner ul#dropdown li.double a {
			line-height: 1.4em;
		}
	
		#banner ul#dropdown li a {
			background: none;
			background-color: #191919;
			color: #fff;
			font-style: italic;
			padding: 0 15px;
			margin: 0;
			display: block;
			width: 89px;
			text-align: left;
			font-size: 1.1em;
			line-height: 1.75em;
		}
	
		#banner ul#dropdown li a:hover {
			color: #e7c665 !important;
		}

		#banner #join a {
			float:right;
			background: url('/images/bg-join_8.png') no-repeat top right;
			padding:0 20px 0 0;
			color: #fff;
		}

		#banner #join a span {
			float:left;
			padding:4px 0 0 10px;
			height:24px;
			background: url('/images/bg-join_8.png') no-repeat top left;
			cursor:pointer;
		}
	
		#logo, #header-inner {
			background: url('/images/logo_8.png') no-repeat top left;
			width: 271px;
			height: 25px;
			float: left;
			margin: 12px 0 0 14px;
		}

		#banner #basket a {
			background: url('/images/bg-basket_8.png') no-repeat top left;
			width: 122px;
			color: #5b4b1d;
			text-align: left;
			padding-left: 10px;
		}

		ul#navigation {
			font-size: 1.4em;	/* design says: 1.5em */
		}
	
		ul#sub-navigation {
			font-size: 1.3em;	/* design says: 1.4em */
		}
	
		ul.nav {
			position: relative;
			z-index: 1;
			font-weight: normal;
			margin-top: 1px;
			border-bottom: 1px solid #1e1b11;
			clear: both;
			float: left;
			width: 100%;
		}
	
		ul.nav a {
			color: #e7c665;
		}

		ul.nav li {
			display: block;
			float: left;
			padding: 0.5em;
		}

		ul.nav li:hover {
			background: url('/images/arrow-up_8.png') no-repeat bottom center;
			padding-bottom: 0.5em;
			margin-bottom: 0;
		}

		ul.nav li:hover a {
			color: #fff;
		}
	
		ul.nav li.selected a {
			color: #fff;
		}

		ul#sub-navigation li {
			padding-left: 0;
			padding-right: 0;
		}

		ul#sub-navigation li.selected {
			position: relative;
			background: #000 url('/images/cross_8.png') no-repeat bottom center;
/*			padding-bottom: 11px;
			margin-bottom: -11px;*/
		}

		ul#sub-navigation li a {
			border-right: 1px solid #1e1b11;
			padding-left: 7px;
			padding-right: 7px;
		}
		
/* Carousel/Main images */
	
		div#carousel {
			clear: both;
		}

		#home div.scrollable {
		    position:relative; 
		    overflow:hidden; 
		    width: 940px; 
			height: 402px;
			
		}

		#home div.scrollable div.items {
		    width: 9999em; 
		    position: absolute; 
		}
		
		#home div.scrollable div.items div.slide {
		    float:left; 
		}

		div.slide {
			position: relative;
			width: 940px;
			height: 387px;
			margin-bottom: 15px;
		}
	
		div.slide img {
			position: absolute;
		}

		#home div.slide {
			height: 387px;
		}
		#home div.static {
			position: absolute;
			top: 0;
			z-index: 2;
		}

		#malt div.slide {
			height: 290px;
		}

		#estate div.slide {
			height: 287px;
		}

		#partnerships div.slide {
			height: 270px;
		}

		#range div.slide {
			height: 530px;
		}
	
		#pillars div.slide {
			height: 450px;
		}

		#blog div.slide {
			height: 250px;
		}

		#home div.slide div.caption, 
		#home div.slide .link {
			position: absolute;
			top: 50%;
			height: 10px;
			margin-top: -5px;
			padding-left:2px;
			z-index:123;
		}
	
		#malt div.slide .caption {
			position: absolute;
			top: 50%;
			height: 160px;
			margin-top: -80px;
			margin-left: 65px;
		}
	
		#estate div.slide .caption {
			position: absolute;
			top: 50%;
			height: 160px;
			margin-top: -80px;
			margin-left: 65px;
		}
		
		#partnerships div.slide .caption {
			position: absolute;
			top: 50%;
			height: 160px;
			margin-top: -80px;
			margin-left: 65px;
		}
		
		/* increase width for russian */
		.ru  #partnerships div.slide .caption  p {
			width:300px;
		}

		#home div.slide .link {
			width: 200px;
			margin-left: 740px;
			padding-top: 2.75em;
			text-align: right;
		}
		div.slide .link a {
			display:inline-block;
		}
	
		#malt div.slide .link, 
		#estate div.slide .link {
			padding-top: 1.5em;
		}
		
/* Range */
	
		#range div.slide .caption {
			position: absolute;
			top: 35px;
			margin-left: 80px;
		}
	
		#range div.slide {
			border-bottom: 1px solid #201d11;
			margin-bottom: 0;
		}
	
		#range div#carousel {
			position: relative;
		}
	
		#range ul#bottles {
			position: absolute;
			top: 0;
			left: 0;
			margin-left: 5px;
		}
	
		#range ul#bottles li {
			display: block;
			float: left;
			font-size: 1.5em;
		}

		#range ul#bottles li a {
			position: relative;
			display: block;
			width: 116px;
			height: 500px;
			color: #E7C665;
			text-align: center;
			line-height: 1.2em;
			cursor: pointer;
		}
	
		#range ul#bottles li a span {
			position: absolute;
			display: block;
			height: 60px;
			width: 100%;
			bottom: 0;
			left: 0;
		}
	
		#range ul#bottles li a small, #range ul#bottles li a.range {
			font-size: 0.8em;
			height: 2em;
		}

		#range ul#bottles li a.range-register-bottle {
			margin-top:-39px;
			margin-bottom:15px;
		}
/* Tweaks to deal with over-long Italian text */
		html.it #range ul#bottles li a {
			height: 515px;
		}
		html.it #range ul#bottles li a span {
			height: 75px;
		}
		html.it #range ul#bottles li a small, html.it #range ul#bottles li a.range {
			height: 2em;
		}
		html.it #range ul#bottles li a.range-register-bottle {
			margin-top:-54px;
			margin-bottom:30px;
		}

/* Six pillars */
	
		#pillars #vhs {
			clear: left;
			padding-top: 50px;
			padding-left: 50px;
			border-bottom: 1px solid #262016;
		}
	
		#pillars div.slide img, #pillars div.slide object {
			margin-left: 200px;
		}

		#pillars #interactive {
			position: relative;
		}
	
		#pillars dl {
			position: absolute;
			top: 0;
			width: 475px;
			height: 310px;
		}
		
		#pillars dl#thehome {
			margin-top: 20px;
		}
	
		#pillars dt {
			line-height: 3em;
			width: 175px; 
		}

		#pillars dt.playall {
			padding-bottom: 2em;
		}
	
		#pillars dt.header {
			color: #fff;
			font-size: 1.4em;
		}
	
		#pillars dd {
			position: absolute;
			top: 0;
			left: 200px;
			padding: 20px;
			width: 235px;
			height: 100%;
			font-size: 1.1em;
			background: transparent url(/images/black-75_24.png) repeat left top;
		}

		#pillars div.slide .caption {
			margin-bottom: 20px;
		}

/* Blog */

		#blog div.slide {
			border-bottom: 1px solid #201d11;
		}

		#blog div.slide .caption {
			position: absolute;
			top: 80px;
			margin-left: 0;
		}
	
		div.slide .link a, div#info ul.link a {
			font-style: italic;
			font-size: 1.4em;
			background: url('/images/arrow-more_8.png') no-repeat center right;
			padding-right: 1.5em;
		}

		div.slide .link a:hover, div#info ul.link a:hover {
			background-image: url('/images/arrow-more-white_8.png');
		}
	
		div.slide a, div.slide p {
			color: #d6c174;
		}
	
		div.slide h1 {
			color: #fff;
			font-weight: normal;
			font-size: 2em;
			font-style: italic;
			line-height: 1.1em;
			margin-bottom: 0.7em;
			width: 300px;
		}
	
		div.slide .caption p {
			font-size: 1.1em;
			margin-bottom: 1em;
		}
	
		#home div.slide .caption p {
			width: 300px;
		}
			
		#malt div.slide .caption p, 
		#estate div.slide .caption p,
		#partnerships div.slide .caption p {
			width: 230px;
		}

		#range div.slide .caption p {
			width: 450px;
		}
		
		* html #range div.slide .caption p {
			width: 600px;
		}

		#pillars div.slide .caption p {
			width: 370px;
		}

		#blog div.slide .caption p {
			width: 400px;
		}

		#blogwrapper {
			padding: 100px 0;
			width: 100%;
		}
	
/* Touts */

		ul#tout {
			position: relative;
			float: left;
		}


		ul.right {
			float: right;
		}
	
		ul#tout li {
			float: left;
			margin-right: 20px;
			width: 300px;
			border-bottom: 1px solid #211e12;
		}

		ul#tout li.left {
			background: #000 url('/images/bg-tout-left_8.png') no-repeat top left;
		}

		ul#tout li.middle {
			background: #000 url('/images/bg-tout-middle_8.png') no-repeat top left;
		}

		ul#tout li.right {
			background: #000 url('/images/bg-tout-right_8.png') no-repeat top left;
		}

		ul#tout li span.tout-title {
			display:block;
			color: #c0bfbe;
			font-weight: normal;
			font-size: 1.5em;
			font-style: italic;
			margin-bottom: 17px;
		}
	
		ul#tout li span.copy {
			display:block;
			color: #a6965b;
			font-size: 1.1em;
			line-height: 1.2em;
			float: left;
			width: 125px;
			margin-right: 20px;
			margin-bottom: 20px;
		}
		html.kr ul#tout li span.copy {
			word-wrap:break-word;
		}

		ul#tout li img {
			float: left;
			margin-right: 20px;
			margin-bottom: 20px;
			
			border: 1px solid #312519;
			box-shadow: 0 0 10px #000;
			-webkit-box-shadow: rgba(0, 0, 0, 1) 0 0 10px;
			-moz-box-shadow: rgba(0, 0, 0, 1) 0 0 10px;
			}
	
		ul#tout li span.wrap {
			display:block;
			padding: 14px;
			background: url('/images/bg-tout-top_8.png') no-repeat top left;
		}

		ul#tout li a  {
			float:left;
			width:300px;
		}

		ul#tout li a span.tout-findoutmore {
			clear: both;
			font-size: 1.4em;
			line-height: 3.5em;
			width: 100%;
			display: block;
			font-style: italic;
			text-align: center;
			color: #a6965b;
			border-top: 1px solid #211e12;
			border-bottom: 1px solid #211e12;
			margin-bottom: 1px;
			background: url('/images/arrow-more_8.png') no-repeat center right;
		}
	
		ul#tout li a:hover span.tout-findoutmore {
			color: #fff;
			background-image: url('/images/arrow-more-white_8.png');
		}
	
/* Footer */

		ul#footer {
			clear: both;
			float: left;
			width: 100%;
			font-size: 1.1em;
			border-bottom: 1px solid #15120b;
		}

		ul#footer li {
			float: left;
			margin-top: 5em;
			margin-bottom: 1em;
			margin-right: 1em;
		}
	
		ul#footer li a {
			color: #b99e51;
		}
	
		ul#footer li.right {
			float: right;
		}
	
/* popup info box */
		div#overlay {
			z-index: 8;
			position: absolute;
			width: 940px;
			height: 150%;
		}

		.fade {
			z-index: 7;
			background: transparent url('/images/black-75_24.png');
			background: rgba(0, 0, 0, 0.5) none;
		}
	
		div#popupwrapper div#info ul.link a {
			font-size:18px;
		}

		div#info ul.link a
	
		div#info {
			border-bottom: 1px solid #262215;
		}

		div#infowrap li {
			height:auto ! important;
		}
	
		div#info a {
			color: #a6965b;
			line-height: 2em;
		}
	
		div#info h1 {
			color: #fff;
			font-weight: normal;
			font-size: 2em;
			font-style: italic;
			margin-bottom: 0.7em;
			line-height: 1.2em;
		}

		#popup div#info h1 {font-size:18px;}

		#popup {
			position: absolute;
			top: 50%;
			left: 50%;
			margin-top:-110px;
			margin-left: -130px;
			width: 280px;
			height: 200px;
			overflow: hidden;
			padding: 20px;
			background: #000 url('images/bg-tout-top_8.png') repeat-x top left;

			font-size: 1.4em;
			line-height: 1.2em;
			background-color: #000;
			color: #fff;
			z-index: 99;
			font-style: italic;

			scrollbar-arrow-color:#000000;
			scrollbar-face-color:#e7c565;
			scrollbar-highlight-color:#F5D06A;
			scrollbar-3dlight-color:#D7B75D;
			scrollbar-darkshadow-color:#7E6B36;
			scrollbar-shadow-color:#e7c565;
			scrollbar-track-color:#000;

			display: none;
		}

		#popup ul li {
			border-bottom: 1px solid #201D11;
			padding-bottom: 1em;
			margin-bottom: 1em;
			height: 200px;
		}

		#popup h4, #popup strong {
			color: #e7c665;
			line-height: 2em;
			font-weight: normal;
		}

		#popupwrapper {
			position: absolute;
			top: 0;
			left: 0;
			height: 700px;
			width: 100%;
			z-index: 123;
			background: transparent url('images/black-75_24.png') repeat top left;
			background: rgba(0, 0, 0, 0.75) none;
			display: none;
		}

		#popupclose {
			position: absolute;
			top: 50%;
			left: 50%;
			margin-left: -130px;
			margin-top: -100px;
			width: 310px;
			z-index: 123;
		}

		#popupclose a img {
			float: right;
		}
		
/* Register */

		div#register {
			clear: left;
			background-color: #000;
			font-size: 1.2em;
			width: 100%;
			padding: 50px 0;
		}
		
		div#register p {
			clear: left;
		}
		
		form div#register label {
			display: block;
			margin: 1em 0 0.5em 0;
			width: 100%;
			color: #797979;
		}
		
		div#register .legend {
			color: #797979;
		}
		
		form div#register em {
			color: #D6C174;
		}
		form div#register input.text {
			width: 280px;
		}

		form div#register input[type=text], form div#register input[type=password], form div#register textarea  {
			width: 290px;
		}

		form div#register select {
			font: normal normal normal 1.1em/1.5em Georgia, serif;
			width: 300px;
		}

		div#register .column {
			float: left;
			margin-right: 20px;
		}

		div#register .edge {
			margin-right: 0;
		}
		
		div#register .column, div#register .column p {
			width: 300px;
		}
		
		div#register p {
			width: 600px;
		}
		
		div#register p.row {
			clear: left;
			width: 290px;
			margin-top: 1em;
		}
		
		div#register input, div#register textarea {
			background-color: #1a1a1a;
			color: #D6C174;
			padding: 0.5em;
			border: 0;
		}

		div#register select {
			background-color: #1a1a1a;
			color: #D6C174;
			padding: 0.3em;
			border: 0;
		}

		div#register p.row input, div#register p.row label, div#register p.row select, div#register p.row span {
			display: inline;
		}

		div#register p.row label, div#register p.row select {
			width: auto;
			margin-top: 0.5em;
		}
		
		div#register .btnregister, div#register .btncontact {
			font: normal normal normal 1.1em/1.5em Georgia, serif;
			padding: 5px 10px;
			background-color: #e7c665;
			color: #000;
			border: 0;
			width: 50%;
			margin-top: 20px;
			cursor:pointer;
		}

		div#register .btnregister:hover ,div#register .btncontact:hover {
			color: #fff;
		}

		div#popup {
			display: none;
		}

/* History wrapper */

		#history {
			clear: left;
			margin-top: 30px;
		}


/* whisky pages */
		
		#whisky,
		#article {
			position: relative;
			width: 603px;
			padding-top:30px;
			margin-left: 337px;
		}
		
		div.slide #whisky .caption p {
			font-size: 1.5em;
			line-height: 1.2em;
			width: 330px;
		}

		div.slide #whisky .caption p.sub {
			font-size: 1.2em;
			line-height: 1.3em;
		}
		
		div.slide #whisky .caption p,
		div.slide #whisky .caption p strong {
			color: #fff;
			font-weight: normal;
		}

		div.slide #whisky .caption p strong {
			line-height: 2em;
		}
		
		#whisky img {
			position: relative;
		}
		
		#whisky img.photo {
			margin-bottom: 10px;
		}
		
		#whisky p img {
			display: inline;
			float: none;
			margin-top: 5px;
		}
		
		#malt div.slide {
			height: auto;
		}
		
		#malt div.slide #whisky .caption {
			position: relative;
			height: auto;
			margin-top: 0;
			margin-left: 0;
			float: none;
			padding: 135px 20px 50px 20px;
			top: 0;
			
			width: 563px;
			background-repeat: no-repeat;
			background-position: top left;
		}

		#malt div.slide #whisky #campbeltown {
			background-image: url('/images/whisky/campbeltown_8.png');
		}

		#malt div.slide #whisky #highlands {
			background-image: url('/images/whisky/highlands_8.png');
		}

		#malt div.slide #whisky #islands {
			background-image: url('/images/whisky/islands_8.png');
		}

		#malt div.slide #whisky #islay {
			background-image: url('/images/whisky/islay_8.png');
		}

		#malt div.slide #whisky #lowlands {
			background-image: url('/images/whisky/lowlands_8.png');
		}

		#malt div.slide #whisky #speyside {
			background-image: url('/images/whisky/speyside_8.png');
		}

		#malt div.slide #whisky #map {
			_height:335px; /* ie.css */
			min-height:335px;
			background-image: url('/images/whisky/map_8.png');
		}

		#malt div.slide #whisky #intro {
			background-image: url('/images/whisky/intro.jpg');
			font-size: 0.9em;
		}

		#malt div.slide #whisky #intro p {
			padding-top: 0.5em;
			line-height: 1.25em;
			border-top: 1px solid #333;
		}

		#whiskynav,
		#subnav {
			position: absolute;
			top: 30px;
			left: 0;
			border-bottom: 1px solid #1E1B11;
			font-size: 1.1em;
		}

		#whiskynav.interact {
			position: absolute;
			top: 0;
			width:160px;
		}

		#whiskynav li,
		#subnav li {
			border-top: 1px solid #1E1B11;
			color: #fff;
		}
		
		#whiskynav li a,
		#subnav li a {
			display: block;
			font-size: 1.2em;
			padding: 5px 0;
			width: 150px;
		}
		
		#whiskynav li a:hover, #whiskynav li a.selected, #whiskynav li.selected a,
		#subnav li a:hover, #subnav li a.selected, #subnav li.selected a {
			color: #fff;
		}

		#whiskynav li.home {
			background: transparent url(/images/icon-home.png) no-repeat center left;
			padding-left: 26px;
			margin-top: 20px;
		}
		
		#whiskynav li.pdf {
			background: transparent url(/images/icon-pdf.png) no-repeat center left;
			padding-left: 26px;
			margin-top: 20px;
		}
		
		#whiskynav li strong,
		#subnav li strong {
			color: #5E522A;
			font-weight: normal;
			font-size: 1.2em;
			line-height: 1.5em;
		}

		#descs {
			float:left;
			_display:inline; /* ie6 */
			font-size: 1.1em;
			margin-left: 175px;
			margin-top: 15px;
			width: 320px;
			color:#fff;
		}
		
		#descs h2, .tastebody h2 {
			color: #fff;
			font-style: italic;
			font-size: 1.7em;
			line-height: 1.7em;
			font-weight: normal;
		}
		
		#descs p {
			margin-bottom: 1em;
			color: #fff;
		}
		
		#descs p strong {
			font-weight: normal;
			font-size: 1.3em;
			color: #797979;
		}
		
		#descs p.leadin {
			padding-bottom: 1em;
			border-bottom: 1px solid #1E1B11;
		}
		
		#pillars div.slide div.additional, #malt div.slide div.additional {
			float: right;
			clear: right;
			width: 255px;
			font-size: 1.1em;
			margin: 20px 0 5px 0;
		}
		
		#pillars div#thehome div.additional, #malt div.slide div.additional {
			width: 295px;
		}
		
		#pillars div.slide div.additional img, #malt div.slide div.additional img {
			margin-left: 0;
			margin-right: 10px;
			float: left;
			position: relative;
			border-bottom: 1px solid #3D3D3D;
		}
		
		/* quick hack for reworking of partners pages */
		
		#tasteheader {
			margin-bottom: 20px;
			width:940px;
		}
		
		#tasteheader img, #tasteheader embed {
			position: relative;
			float: left;
		}
		
		#tasteheader #thh img {
			margin-bottom: 20px;
		}
		
		#tasteheader #thh {
			float:right;
			font-size: 1.1em;
			line-height: 1.6em;
			background:#7b4d95 url(/images/taste/mot_menu_bg.png) no-repeat bottom;
			width:175px;
			padding:15px 35px 50px 39px;
			_margin-right:-10px; /* ie6 */
		}
		
		#tasteheader #thh a {
			color: #000;
			font-family: Arial, sans-serif;
			text-transform: uppercase;
			/* text-align: justify; */
			display: block;
			width: 180px;
		}

		#tasteheader li {
			padding: 3px 0;
			border-bottom: 1px dotted #401655;
		}
		
		#tasteheader li.top {
			border-bottom: 0;
		}

		#tasteheader li li {padding-left:10px;border-top: 1px dotted #401655;border-bottom:none;width:180px;}
		
		#tasteheader #thh a:hover, #tasteheader #thh .selected a {
			color: #fff;
		}

		#tasteheader #thh .selected ul a {color:#000;}

		#tasteheader #thh .selected .selected a {color:#fff;}
		
		.tastebody {
			font-size: 1.3em;
			width: 300px;
			float: left;
			margin-right: 20px;
		}

		div.slide .tastebody p {
			margin-bottom: 1em;
		}
div.slide .tastebody p img {position:static;margin:0 auto;}

		#taste p,
		#pillars div.slide div.additional, #malt div.slide div.additional {
			color: #797979;
		}
		
		#taste .tastebody strong {
			font-weight: normal;
			color: #9A9A9A;
		}
		

		.tastebody,
		div.slide .tastebody p,
		#pillars div.slide div.additional a strong, #malt div.slide div.additional a strong,
		#pillars div.slide div.additional a, #malt div.slide div.additional a {
			color: #fff;
		}
		
		div.slide #left img,
		div.slide #right img {
			float: none;
			position: relative;
			padding-bottom: 10px;
		}

		div#tasteother #left img {
			padding-left: 75px;
		}

		div#tasteother #right img {
			padding-left: 90px;
		}

		div#tasteabout #left h2,
		div#tasteother #left h2,
		div#tasteother #right h2 {
			border-top: 1px solid #333;
		}
		
		#tasteabout, #tasteother {
			position: relative;
		}
		
		#tasteabout #left,
		#tasteabout #right,
		#tasteother #left,
		#tasteother #right {
			position: absolute;
			width: 260px;
			color: #fff;
			line-height: 1.5em;
		}
		
		#tasteabout #left {
			top: 10px;
			left: 40px;
		}
		
		#tasteabout #right {
			top: 250px;
			left: 360px;
		}
		
		#tasteabout #additionalwrapper {
			
		}

		#tasteother #left {
			top: 180px;
			left: 50px;
		}
		
		#tasteother #right {
			top: 30px;
			left: 390px;
		}
		#tasteabout #left strong,
		#tasteother #left strong {
			font-weight: normal;
			color: #9A9A9A;
		}
		#tasteabout #tasteheader .shim, #tasteother #tasteheader .shim {margin:0 0 180px;}

		#tasteother h3 {
			font-weight: normal;
			color: #797979;
		}
		
		#additionalwrapper div.additional {
			width:255px ! important;
		}

		#thumbnailMenu  {
			position:absolute;
			top:150px;
			left:360px;
		}

		#thumbnailMenu li {

			list-style-type:none;
		
			display:block;
		
			width:290px;
		
			height:53px;
		
			border-bottom:solid 1px #3f3f3f;
		
			margin-bottom:13px;
		
		}

		#thumbnailMenu li:hover {
		
			border-bottom:solid 1px #9726d6;
		
		}

		#thumbnailMenu li .inner {
		
			float:left;
		
			width:201px;
		
			font-family: Georgia, serif;
		
			font-size:11px;
		
			font-style:italic;
		
			color:#9a9a9a;
		
		}

		#thumbnailMenu li img {
			padding-bottom: 10px ! important;
			position:absolute ! important;
		}

		#thumbnailMenu li img.item {
			float:right ! important;
			position:static ! important;
		}


/* partnership pages */
	.partnerships div.slide {
		height:auto;
	}
	
	.partnerships #article {
		margin-left:180px;
		width:760px;
	}
	
	.partnerships #article h1,
	.partnerships #article h2 {
		margin:0.4em 0 1em 0;
		color:#edd681;
		font-size:1.3em;
		font-style:normal;
		font-weight:normal;
	}
	
	.partnerships #article h3 {
		text-transform:uppercase;
		margin-bottom:0em;
		color:#fff;
		font-size:1.3em;
		font-weight:normal;
		line-height:1.25;		
	}
	
	.partnerships #article p {
		margin-bottom:1em;
		color:#fff;
		font-size:1.3em;
		line-height:1.25;
	}
	
	.partnerships #article img {
		position:static;
	}
	
	.partnerships #article p.link a {
		margin:20px 0;
		font-size:1em;
	}
	
	.partnerships #article .row {
		clear:both;
		margin-bottom:1em;
		overflow:auto;
	}
	
	.partnerships #article .section {
		float:left;
		width:440px;
		margin-right:20px;
	}
	
	.partnerships #article .aside,
	.partnerships #article .callout {
		float:left;
		width:300px;
	}
	
	.partnerships #article .callout {
		width:440px;
		margin-right:20px;
	}
	
	.partnerships #article .callout.row-end {
		width:300px;
		margin-right:0;
	}


/* Legal */

#legal

{
	width:300px;
	margin-left:35px;
	font-size:11px;
	line-height:14px;
}



#legalLogo

{
	padding-top:35px;
}



#legal h1, #legal h2

{
	color:#fff;
	text-transform:uppercase;
}



#legal h1

{
	font-size:18px;
	padding-bottom:10px;
	padding-top:67px;
	font-weight:lighter;
	line-height:1em;
}



#legal h2

{
	font-size:12px;
	line-height:14px;
	padding-bottom:5px;
}



#legal p, #legal ul

{
	color:#D6C174;
	padding-bottom:14px;
}



#legal p,

#legal a {

	font-size:11px;

}

#legal ul {list-style:disc;}

#legal a {color: #C8B989;}



/* noscript styles */
/*	body {
		height:100%;
		overflow:hidden;
	}
	
	body.js {
		height:auto;
		overflow:auto;
	}*/
		
	#noscript {
		position:absolute;
		z-index:1000;
		width:100%;
		height:100%;
		background:#000;
	}
	
	* html #noscript {
		height:1000px;
	}
	
	#noscript p {
		margin:20px;
		font-size:1.8em;
	}
	
	body.js #noscript {
		display:none;
	}
	

/* hide country dropdown */
	/* #banner #region {display:none ! important;} */
	

/* EOF */




















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
