/* $Id$ */

/* 
Glenfiddich Canada / glenfiddich.ca
March 2008

Main Global Styles
*/

/* General Styles -------------------*/

* { 
	margin: 0; 
	outline: none;
	padding: 0; 
}

body { 
	background: #333 url(../img/build/general/bg-strip.jpg) top left repeat-x; 
	background-attachment: fixed; 
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	text-align: center;  
}

h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, dt, ol, p, ul {
	margin: 0 0 1em;
	padding: 0;
}

button, input, select, textarea {
	font-family: arial, verdana, helvetica, sans-serif;
}

/* General Layout -------------------*/

#container { 
	background-color: #000;
	margin: 0 auto;  
	overflow: hidden;
	text-align: center; 
	width: 1000px; 
}

#content,
#content-flash { 
	color: #fbf5d0;  
	float: left;
	padding: 78px 0 10px 32px; 
	text-align: left;  
	width: 753px;
}

#nav {
	border-right: 1px solid #000;
	float: left;
	height: 620px;
	overflow: hidden; 
	padding: 29px 0 10px;
	text-align: left;
	width: 214px; 
	z-index: 0;
}

/* Nav JS */

#nav-swap { 
	float: left; 
	margin-top: 0px;
	position: relative; 
	width: 214px;  
	z-index: 0; 
}

#nav-holder { 
	clip: rect(0px 214px 5000px 0px);
	margin-top: 30px;
	position: absolute; 
	overflow: hidden;
	width: 1000px;   
}

#nav-list { 
	float: left; 
	width: 190px; 
	z-index: 0; 
}

/* Columns and Layout -------------------*/

.two-col-left, 
.two-col-left-form {
	float: left; 
	margin-right: 43px;
	width: 316px; 
}

.two-col-left-form { 
	width: 356px; 
}

.two-col-right {
	float: right; 
	margin: 0;
	padding: 0;
	text-align: left;
	width: 394px; 
}

.two-col-left-large {
	float: left; 
	width: 488px;
}

.two-col-right-small, 
.two-col-left-small {
	float: right;
	text-align:left; 
	width: 330px; 
}
.artist-right-col{
	float: right;
	text-align:left; 
	width: 330px; 
	margin-top:-143px;
}
.two-col-left-small {
	float: left;
}

.three-col-left {
	float: left; 
	text-align: left;
	width: 286px;
}

.three-col-right {
	float: left;
	text-align: left; 
	width: 250px; 
}

/* Flash Container */

#content-flash { 
	padding-left: 0px;
	text-align: left;  
	width: 785px; 
}

#content-flash .two-col-left { 
	margin: 20px 0 0 36px; 
}

#flash-movie { 
	margin: 30px 0; 
}

/* General Typography -------------------*/

a:link, 
a:visited { 
	color: #b08b3d; 
	text-decoration: underline; 
}

a:hover { 
	color: #c19845; 
}

a:active { 
	color: #b08b3d; 
	text-decoration: underline; 
}

a img { 
	border: none;
}

dt {
	font-size: 1.2em;
}

dd {
	font-size: 1.1em;
	line-height: 1.4em;
}

h1{
	font-weight:normal;
}

h2,
h3 { 
	color: #b08b3d; 
	font-size: 1.2em; 
	margin: 30px 0 25px; 
	padding: 0; 
	width: 200px; 
}

h3 { 
	font-size: 1.1em;
	margin-bottom: 10px;
}

p {
	font-size: 1.2em;
	line-height: 1.6em;
	margin-bottom: 1.6em;
}

ol,
ul {
	margin-left: 20px;
}

ul li, 
ol li {
	font-size: 1.2em; 
	line-height: 1.4em;
	margin-left: 10px;
}

/* Logos --------------------------------*/

#home .logo { display: none; }
#home { 
	background: url(../img/build/logos/logo.png) top left no-repeat; 
	display: block; 
	height: 120px; 
	margin-left: 26px; 
	width: 160px; 
}

#eyc span, #eyc-purple span { display: none; }
#eyc { 
	background: url(../img/build/logos/logo-eyc.png) 0 -5px no-repeat; 
	clear: both; 
	display: block; 
	margin: 0;
	margin-left: -10px;
	height: 47px;  
	width: 189px; 
}

/* Main Classes and Styles --------------*/

#content a.mainlink, 
#content-flash a { 
	color: #fbf5d0;  
	font-size: 21px;  
	font-weight: bold;
	text-decoration: none;
}

#content p.title {  
	clear: both;
	font-size: 80%; 
	margin: 14px 0; 
}

#content #tasting strong.title { 
	font-size: 1.4em; 
}

.two-col-right-small p, 
.two-col-right-small h2 {
	width: 232px;
}

/* Navigation ---------------------------*/

#nav ul { 
	list-style-type: none; 
	margin-left: 36px; 
	padding: 0;
	width: 140px; 
}

#nav ul li {  
	clear: both; 
	color: #fbf5d0;
	font-size: 1.2em;
	line-height: 1.6em;
	list-style-type: none; 
	margin: 10px 0;
}

#nav ul li a{ 
	color: #fbf5d0; 
	text-decoration: none; 
}

#nav ul li a:hover { 
	color: #c19845; 
	text-decoration: none; 
}


#nav ul li a.current-link { 
	color: #917232; 
	font-weight: bold; 
}

#nav a.back-nav { 
}

#nav .raq-big {  
	line-height: 0; 
	margin: 0 ;
	padding: 0;
}

#nav ul li.nav-landing {  
	font-size: 1.3em; 
	font-weight: bold;
	padding: 0 0 10px 0; 
}

/* 2nd Tier */

#nav #subnav {
	margin: 0;
	padding: 0;
}

#nav #subnav li {
	font-size: 1em;
	margin-left: 10px;
}

/* 3rd Tier ------------------------------*/

#content ul.link-list { 
	margin: 0; 
	padding: 0; 
	width: 220px; 
}

#content ul.link-list li { 
	font-size: 1.3em;
	list-style-type: none; 
	margin: 5px 0; 
	padding: 0;
}

#content .yellow { 
	color: #b08b3d; 
}

/* Subnav Lists -----------------------*/

#content ul#sub-nav-list { 
	float: left; 
	margin: 20px 0 0; 
	width: 488px;  
}

#content #sub-nav-list li {
	background: url(../img/build/general/bg-nav-border.jpg) right center no-repeat;
	display: block;
	float: left;
	font-size: 1.2em;
	list-style-type: none;
	margin: 0 0 0 5px;
	padding: 0 7px 0 0;
}

#content #sub-nav-list li.first { 
	padding-left: 0; 
	margin: 0; 
}

#content #sub-nav-list li.last { 
	background: none;
	padding-right: 0;  
}

#content #sub-nav-list li.lonely {  
	background: none; 
	margin: 0; 
	padding: 0; 
}

#sub-nav-list a { 
	font-weight: bold; 
	text-decoration: none; 
}

#sub-nav-list a:link, 
#sub-nav-list a:visited, 
#sub-nav-list a:active { 
	color: #fbf5d0; 
	text-decoration: none; 
}

#sub-nav-list a:hover { 
	color: #b08b3d; 
}

#sub-nav-list .selected a:link, 
#sub-nav-list .selected a:visited, 
#sub-nav-list .selected a:active { 
	color: #b08b3d; 
	text-decoration: none; 
}

/* Side List ---------------------------*/

#content #sidelist {
	margin: 0;
	padding: 0;
}

#content #sidelist li {
	font-size: 1.1em !important;
	font-weight: bold;
	line-height: 1em;
	list-style-type: none;
	margin: 0 0 10px;
	padding: 0;
	text-transform: uppercase;
}

#content #sidelist li a {
	line-height: 1em;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

	#sidelist li a:link,
	#sidelist li a:visited {
		color: #fbf5d0;
	}
	
	#sidelist li a:hover {
		color: #c19845;
	}

/* Heading Styles ------------------------*/

h1.heading, 
#content h2.heading { font-size: 1.4em; margin: 5px 0; width: 250px; }

h1.heading-bottom { font-size: 1.4em; margin: 5px 0 25px 0; width: 300px; }

#content h2.heading-bottom { font-size: 1.4em; margin: 5px 0 20px 0; width: 300px; }

#content h2.heading-top { font-size: 1.4em; margin: 50px 0 10px 0; width: 300px; }

h1.heading-single { font-size: 1.4em; margin: 28px 0 25px 0; width: 300px; }

h2.heading { margin: 35px 0 15px 0; }

.two-col-left h2, .two-col-left-large h2, .two-col-right h2, .two-col-right h2 { width: 220px; }

/* Forms ---------------------------------*/

label { 
	display: block; 
	font-size: 1.2em; 
	margin-bottom: 5px; 
}

label span { 
	display: block; 
	font-style:italic; 
	margin-top: 5px;
}

.form-left { 
	float: left; 
	margin-right: 1px; 
	width: 48%; 
}


.form-right { 
	float: right; 
	margin-left: 1px; 
	text-align: left;
	width: 48%; 
}

.form-large { width: 75%; }

.form-left, 
.form-large, 
.form-right, 
.form-full { margin: 15px 0; }

input.text { 
	font-size: 1.2em;
	width: 100%; 
}

select { 
	color: #000;
	font-size: 1.1em; 
	margin: 0 0 5px 0; 
}

textarea {
	font-size: 1.2em;
}

.sel-2 { width: 40px }
.sel-3 { width: 45px }
.sel-4 { width: 50px; }
.check { width: auto; float: left; margin-right: 5px; }
.check-right { width: auto; float: right; margin-right: 5px; }
.check-label { margin-left: 5px; display: block; }
.radio {overflow:hidden; margin:10px 0;}
.radio input{float:left; margin:0 5px 5px 0;}
.fieldset {overflow:hidden;}
.fieldset .other-field label {float:left; margin-right:10px;}
.fieldset .other-field input {width:100px;}
.fieldset .form-left {margin-top:0;}
.fieldset .form-right {margin-top:0;}
.fieldset .side-by-side {clear:both; margin:0 0 10px 0; overflow:hidden;}
.fieldset .side-by-side label{float:left; width:180px; margin-right:10px;}
.fieldset .side-by-side select{float:left; margin-top:0;}
#optin label {margin:0;}

/* sIFR Styles */
.nz-lite, .nz-black { color: #fbf5d0; }
/* end sIFR Styles */

/* forced widths and heights */
#content .w340 { width: 340px; }
#content .w320 { width: 320px; }
#content .w300 { width: 300px; }
#content .w280 { width: 280px; }
#content .w260 { width: 260px; }
#content .w250 { width: 250px; }
#content .w230 { width: 230px; }
#content .w180 { width: 180px; }
#content .w100 { width: 100px; }

#container .h350 { height: 350px; }
#container .h450 { height: 450px; }
#container .h500 { height: 500px; }
#container .h550 { height: 550px; }
/* end widths and height */


/* awards */
#content ul.awards { margin: 0; padding: 0; margin-top: 20px; }
#content ul.awards li { margin: 0; list-style-type: none; padding: 10px 0;}
.twelveyo ul.awards li { border-top: 1px solid #2F4929; }
.fifteenyo ul.awards li { border-top: 1px solid #612A2C; }
.eighteenyo ul.awards li { border-top: 1px solid #6D623B; }
.twentyoneyo ul.awards li { border-top: 1px solid #74344E; }
.thirtyyo ul.awards li { border-top: 1px solid #253A59; }
.fortyyo ul.awards li { border-top: 1px solid #694D26; }
.seventythree ul.awards li { border-top: 1px solid #A46E3F; }

#content ul.awards li.medal-gold { background: transparent url(../img/gold-spirit-medal.gif) center right no-repeat; padding: 30px 0; }
#content ul.awards li.medal-bronze { background: transparent url(../img/bronze-spirit-medal.gif) center right no-repeat; padding: 30px 0; }
#content ul.awards li.medal-silver { background: transparent url(../img/silver-spirit-medal.gif) center right no-repeat; padding: 30px 0; }
#content ul.awards li.medal-gold-bic { background: transparent url(../img/gold-spirit-medal-bic.gif) center right no-repeat; padding: 40px 0; }
#content ul.awards li.medal-silver-bic { background: transparent url(../img/silver-spirit-medal-bic.gif) center right no-repeat; padding: 40px 0; }
/* end awards */

/* backgrounds */
.home { background:#000 url(../img/build/backgrounds/background-home.jpg) top left no-repeat; }

.twelveyo { background: #000 url(../img/build/backgrounds/background-12yo.jpg) top left no-repeat; }
.fifteenyo { background: url(../img/build/backgrounds/background-15yo.jpg) top left no-repeat; }
.eighteenyo{ background: #000 url(../img/build/backgrounds/background-18yo.jpg) top left no-repeat; }
.twentyoneyo{ background: #000 url(../img/build/backgrounds/background-21yo.jpg) top left no-repeat; }
.thirtyyo{ background: #000 url(../img/build/backgrounds/background-30yo.jpg) top left no-repeat; }
.thirtyyo-content { background: url(../img/build/backgrounds/side-30yo.jpg) top right no-repeat; }
.fortyyo{ background: #000 url(../img/build/backgrounds/background-40yo.jpg) top left no-repeat; }
.fortyyo-content { background: url(../img/build/backgrounds/side-40yo.jpg) top right no-repeat; }
.fiftyyo{ background: #000 url(../img/build/backgrounds/background-50yo.jpg) top left no-repeat; }
.fiftyyo-content { background: url(../img/build/backgrounds/side-50yo.jpg) top right no-repeat; height: 685px; }
.thirtyseven{ background: #000 url(../img/build/backgrounds/background-1937.jpg) top left no-repeat; }
.thirtyseven-content { background: url(../img/build/backgrounds/side-1937yo.jpg) top right no-repeat; height: 35.5em; }
.seventythree{ background: #000 url(../img/build/backgrounds/background-1973.jpg) top left no-repeat; }
.seventythree-content { background: url(../img/build/backgrounds/side-1973yo.jpg) top right no-repeat; }
.award-content { background: url(../img/build/backgrounds/side-awards.jpg) top right no-repeat; }

.blog { background: #000 url(../img/build/backgrounds/blog.jpg) top left no-repeat; }
.blog-content { background: url(../img/build/backgrounds/blog-landing.jpg) top right no-repeat; }

.media { background: #000 url(../img/build/backgrounds/background-18yo.jpg) top left no-repeat; }
.media-content { background: url(../img/build/backgrounds/media-centre.jpg) top right no-repeat; }

.contact-content { background: url(../img/build/backgrounds/contact-us.jpg) top right no-repeat; }
.register { background: url(../img/build/backgrounds/register.jpg) top right no-repeat; }

#container.highland-purple { background: #000 url(../img/build/backgrounds/background-21yo.jpg) top left no-repeat; }
.highland-landing { background: url(../img/build/backgrounds/highland.jpg) top left no-repeat; }
.highland-content { background: url(../img/build/backgrounds/highland-games-landing.jpg) top left no-repeat; }
.highland-listing { background: url(../img/build/backgrounds/highland-games-listing.jpg) top right no-repeat; }

.distillery { background: #000 url(../img/build/backgrounds/distillery.jpg) top left no-repeat; }
.distillery-content { background: url(../img/build/backgrounds/distillery-landing.jpg) top left no-repeat; }
.craftsmanship { background: #000 url(../img/build/backgrounds/craftsmanship.jpg) top left no-repeat; }
.distillery-craft { background: url(../img/build/backgrounds/craftsmanship-landing.jpg) top left no-repeat; }


.malting { background: url(../img/build/backgrounds/malting.jpg) top left no-repeat; }
/*.distillery-malting { background: url(../img/build/backgrounds/step1.jpg) top right no-repeat; }*/
.marrying { background: url(../img/build/backgrounds/marrying.jpg) top left no-repeat; }
/*.distillery-marrying { background: url(../img/build/backgrounds/step4.jpg) top right no-repeat; }*/
.distillation { background: url(../img/build/backgrounds/distillation.jpg) top left no-repeat; }
/*.distillery-distillation { background: url(../img/build/backgrounds/step3.jpg) top right no-repeat; }*/
.cooperage { background: url(../img/build/backgrounds/cooperage.jpg) top left no-repeat; }
/*.distillery-cooperage { background: url(../img/build/backgrounds/step2.jpg) top right no-repeat; }*/


.distillery-booking { background: url(../img/build/backgrounds/background-booking.jpg) top right no-repeat; }
.connoisseur { background: url(../img/build/backgrounds/connoisseur.jpg) top left no-repeat; }
.tour { background: url(../img/build/backgrounds/tour.jpg) top left no-repeat; }
.distillery-tour { background: url(../img/build/backgrounds/distillery-tour.jpg) top right no-repeat; }
.piping { background: url(../img/build/backgrounds/background-15yo.jpg) top left no-repeat; }
.piping-content { background: url(../img/build/backgrounds/piping-panel.jpg) top right no-repeat; }
.advertising { background: url(../img/build/backgrounds/advertising.jpg) top left no-repeat; }
.findus { background: url(../img/build/backgrounds/distillery.jpg) top left no-repeat; }
.food { background: url(../img/build/backgrounds/food.jpg) top left no-repeat; }
.highland { background: url(../img/build/backgrounds/highland.jpg) top left no-repeat; }
div.awards { background:url(../img/build/backgrounds/background-awards.jpg) top right no-repeat; }
.awardscontainer { background: url(../img/build/backgrounds/connoisseur.jpg) top left no-repeat; }
.fiddling-content { background: url(../img/build/backgrounds/fiddling-panel.jpg) top right no-repeat; }

.lda { background: url(../img/build/backgrounds/lda.jpg) top left no-repeat; }

.notfound { background: url(../img/build/backgrounds/404.jpg) top right no-repeat; height: 530px; }

.booking { background: #000 url(../img/build/backgrounds/background-18yo.jpg) top left no-repeat; }

.findus-content { background: url(../img/build/backgrounds/find-us.jpg) top right no-repeat; }

.eyc-content { background: url(../img/build/backgrounds/eyc-landing.jpg) top left no-repeat; }
.eyc-critic-comp { background: url(../img/build/backgrounds/critic-comp-landing.jpg) top right no-repeat; }
.love-content { background: url(../img/build/backgrounds/eyc-love.jpg) top right no-repeat; }
.variant-content { background: url(../img/build/backgrounds/eyc-variant-15.jpg) top right no-repeat; }
.tango-content { background: url(../img/build/backgrounds/eyc-tango.jpg) top right no-repeat; }
.fda-content { background: url(../img/build/backgrounds/food-drink-awards-landing.jpg) top left no-repeat; }

.stag { background: url(../img/build/backgrounds/background-stag.jpg) top left no-repeat; }
.no-stag { background: url(../img/build/backgrounds/background-nostag.jpg) top left no-repeat; }
.no-stag-range { background: url(../img/build/backgrounds/range-nostag.jpg) top left no-repeat; }
.no-stag-darker { background: url(../img/build/backgrounds/background-nostag-darker.jpg) top left no-repeat; }

.generic { background: url(../img/build/backgrounds/generic-image.jpg) top right no-repeat; }
/* end backgrounds */

/* events */
.highland-table { font-size: 70%; margin-bottom: 20px; width: 400px; }
.highland-table td, .highland-table th { padding: 4px 10px; }
.highland-table th.pos, .highland-table td.pos { width: 20px; padding-left: 0; text-align:left; }
.highland-table th.name { width: 200px; }
.highland-table th.points { width: 50px; }
.highland-table caption { text-align: left; margin: 0; padding: 0; padding-bottom: 10px;  display: block; font-weight: bold; font-size: 120%; }

#content ul.event { margin-bottom: 20px; clear: both; margin: 0; font-size: 75%; }
#content ul.event li { font-size: 90%; margin: 3px 0; list-style-type: none; clear: both; display: block; line-height: 1.5em; }
#content ul.event li .venue { float: left; width: 150px; clear: left; }
#content ul.event li .date { float: right; width: 150px; clear: right; }
/* end events */

/*lda */
.lda #content { margin-top: 170px; border: none; }
.lda #nav { border: 0; margin-top: 20px; }
.lda #content select { width: 300px; }
.lda #content input { margin-bottom: 40px; }
.lda .two-col-left { width: 320px; margin-left: 50px; }
.lda #home { margin-top: 150px; margin-left: 45px; }
#enter { display: block; margin-top: 5px; margin-bottom: 20px;}
.lda #range { width: 255px; height: 400px; background: url(../img/build/bottles/range-lda.jpg) top left no-repeat; display: block; float: right; margin-right: 48px; }
/* end lda */

/* buttons */
.addtobasket { margin-top: 14px; background: url(../img/build/buttons/button-addtobasket.png) top left no-repeat; width: 132px; height: 23px; border: none; }
/* end buttons */

/* bottles */
#bottle { width: 144px; height: 539px; display: block; margin: 10px auto; }
.twelveyo #number { background: url(../img/build/bottles/bottle-12yo.jpg) top left no-repeat; }
.twelveyo-caoran #number { background: url(../img/build/bottles/bottle-12yo-caoran.jpg) top left no-repeat; }
.fifteenyo #number { background: url(../img/build/bottles/bottle-15yo.jpg) top left no-repeat; }
.eighteenyo #number { background: url(../img/build/bottles/bottle-18yo.jpg) top left no-repeat; }
.twentyoneyo #number { background: url(../img/build/bottles/bottle-21yo.jpg) top left no-repeat; }
.thirtyyo #number { background: url(../img/build/bottles/bottle-30yo.jpg) top left no-repeat; }
.fortyyo #number { background: url(../img/build/bottles/bottle-40yo.jpg) top left no-repeat; }
/* end bottles */

/* numbers */
#number {
	width: 394px;
	height: 539px;
	display: block;
}
/* end numbers */

/* media-center */
#content ul.media-list { margin: 0; padding: 0; }
#content ul.media-list li { margin: 30px 0; padding: 0; list-style-type: none; }
#content ul.media-list strong { display: block; }

/* Blog --------------------------------*/

.blog dt { 
	font-size: 1.5em;
	font-weight: bold; 
	line-height: 1em;
	margin: 35px 0 10px; 
	text-transform: uppercase;
	width: 220px; 
}

.blog dd { 
	font-size: 1.1em !important;
	margin-top: 15px; 
	margin-bottom: 15px; 
}

#content p.announcement { 
	font-size: 1.4em;
	font-weight: bold; 
}

/* Artists in Residence ----------------*/

.two-col-right-small img{
	margin:0 0 10px 0;
}
.artist-right-col img{
	margin:0 0 10px 0;
}

.two-col-left-artist, 
.two-col-left-artist-form {
	float: left; 
	margin: 0 23px 0 0;
	width: 448px; 
}

.aircolumn { 
	float: left;
	margin: 10px 20px 0 0;
	width: 184px;
}

.aircolumn .artist h2 {
	margin:15px 0 0 0; 
	padding:0px;
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
}
.aircolumn .artist h3 {
	font-weight:normal;
	font-size:12px;
	text-transform:uppercase;
	margin:0;
}
.aircolumn .artist h2.nz-lite-brown {
	margin:5px 0 0 0;
}
a.artist-link{
	font-size:14px;
	text-decoration:none;
}
#content .two-col-left-artist .aircolumn .artist p.artist {
	font-size:1.1em;
}

.artist_hr { 
	clear:both;
	width:100%;
	height:1px;
	border-bottom:1px solid #212121;
	padding-top:15px;
}

#artistrhs {
	margin-top: 30px;
}

	#artistrhs h2,
	#artistrhs p {
		font-size: 1.1em;
	}

#content .two-col-right-small #artistrhs h2 {
	margin: 5px 0 5px 0;
	padding: 0px;
}

.artist-exhibition {
	background-image:url(../distillery/artists-in-residence/imgs/rhs_exhibition.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}
.artist-exhibition2 {
	background-image:url(../distillery/artists-in-residence/imgs/rhs_exhibition2.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}

/* Footer -----------------------*/

#footer {  
	background-color: #000;
	border-top: 1px solid #222;
	color: #787878; 
	font-size: 0.95em; 
	padding: 36px 0 25px;  
	text-align: left;
	width: 1000px;  
}

#footer p {
	margin: 0 0 1em;
}

#footer ul.contact { 
	float: right; 
	clear:right;
	margin:0 36px 0 0;
}

#footer ul.contact li { 
	display: inline; 
	margin: 0 5px;
}
#footer ul.contact a:link,  
#footer ul.contact a:visited { color: #787878; }
#footer ul.contact a:hover { color: #ccc; }

#footer .copy { 
	float: left; 
	margin-left: 36px; 
}

#footer .legal { 
	margin-left: 36px;
	line-height: 1.3em; 
}

#footer .legal a:link,  
#footer .legal a:visited { color: #b08b3d; text-decoration: none; }
#footer .legal a:hover { color: #c19845; text-decoration: underline; }


/* end flash */

/* range html replacement */
.range-list-holder { padding-left: 28px; }
.range-item-small { float: left; width: 100px; margin: 10px 20px; font-size: 80%; margin-top: 20px; }
.range-item-large { float: left; width: 100px; margin: 30px 40px; font-size: 80%; }
.range-item-large .nz-lite { font-size: 70%; float: none; position: relative; display:block; }
#content-flash .first { margin-left: 0; }
#content-flash a { font-size: 70%; line-height: 1em; }
#content-flash .raq-big { line-height: 1em; }
#bottle-12yo, #bottle-15yo, #bottle-18yo, #bottle-21yo, #bottle-30yo { width: 85px; height: 320px; display: block; margin-bottom: 20px; }
#bottle-12yo { background: url(../img/bottle-12yo-thumb.png) top left no-repeat; }
#bottle-15yo { background: url(../img/bottle-15yo-thumb.png) top left no-repeat; }
#bottle-18yo { background: url(../img/bottle-18yo-thumb.png) top left no-repeat; }
#bottle-21yo { background: url(../img/bottle-21yo-thumb.png) top left no-repeat; }
#bottle-30yo { background: url(../img/bottle-30yo-thumb.png) top left no-repeat; }
#bottle-40yo, #bottle-50yo, #bottle-1937yo, #bottle-1973yo { width: 133px; height: 235px; display: block; margin-bottom: 20px; }
#bottle-40yo { background: url(../img/bottle-vintage-40-thumb.jpg) top left no-repeat; }
#bottle-50yo { background: url(../img/bottle-vintage-50-thumb.jpg) top left no-repeat; }
#bottle-1937yo { background: url(../img/bottle-vintage-1937-thumb.jpg) top left no-repeat; }
#bottle-1973yo { background: url(../img/bottle-vintage-1973-thumb.jpg) top left no-repeat; }
/* end range */

/* fda */
#content ul.shortlist { margin: 0; padding: 0; }
#content ul.shortlist li { list-style-type: none; margin-left: 0; padding-left: 0; line-height: 1.4em; }
#content ul.shortlist li .commended { display: block; margin-bottom: 5px; margin-top: 10px; }
/* end fda */

/* Advertising */
#content ul.ads { margin: 0; list-style-type: none; padding: 0; }
#content ul.ads li { margin: 10px 0; font-size: 90%; }
#content ul.ads a:link, #content ul.ads a:active, #content ul.ads a:visited { text-decoration: none; font-weight: bold; color: #fbf5d0; }
#content ul.ads a:hover { text-decoration: none; font-weight: bold; color: #FFF; text-decoration:underline; }
#content ul.ads a.showing:link, #content ul.ads a.showing:active, #content ul.ads a.showing:visited, #content ul.ads a.showing:hover { color: #b08b3d; }
/* end Advertising */

/* terms and conditions */
#content ul.terms, #content ol.terms { margin-left: 0; padding-left: 0; }
#content ol.terms { margin-left: 10px; }
#content ul.terms li ul.terms li, #content ol.terms li ol.terms li { font-size: 100%; }
#content ol.terms li ol.alpha li { list-style: lower-alpha; }
#content ul.terms li { list-style-type: none; margin-left: 20px; }
#content ul.terms span { font-size: 110%; font-weight: bold; margin: 0 5px 5px 0; }
/* end terms */

/* Misc Styles ------------------*/
#content ul.video-list { margin: 0; padding: 0; list-style-type: none; margin-bottom: 30px; }
#content ul.video-list li { margin-left: 0; }
#content #distillery-right-top { margin-top: 350px; text-align: right; }
.clear { clear: both; width: 100%; height: 1px; display: block; float: none; margin: 0;}
.source { font-style: italic; font-weight: bold; display: block; margin-top: 5px; }

/* Arrows */
.raq { color: #831822; }
.raq-big { color: #b28c3d; font-size: 1.5em; font-weight: bold; }

.margin-top { margin-top: 32px; }
.icon { border: none; margin-top: -4px; }
.buy-now { width: 132px; height: 23px; background: url(../img/build/buttons/button-buynow.png) top left no-repeat; display: block; margin-top: 10px; }
.buy-now span { display: none; }
#content p.no-margin, .no-margin { margin: 0; }
.main-heading { font-size: 110%; margin: 0 0 20px 0; }
.google-map { width: 350px; height: 350px; margin-bottom: 20px; }
.left { float: left; }
.right { float: right; }
.left h1, .left h2, .left h3, .left h4, .right h1, .right h2, .right h3, .right h4 { width: 100%; }
.error { color: red; }
#content p.error { color: #ff1122; margin-top: 0; margin-bottom: 0; font-size: 90%; font-weight: bold; margin: 10px 0; }
.fortyyo-content .two-col-right { height: 540px; }
#swf-bottle { margin-top: 20px; }


#swf-replacement { margin:0; margin-top: -15px; padding: 0; width: 480px; float: left; }

#tasting, #reviews{
	display:none;
}

/* new styles for revisions */
div.full-width{
}
div.porter{
	padding:180px 340px 0 30px;
	background:url(../img/Glenfiddich-porter.jpg) no-repeat;
	height:293px;
}
div.image-row{
	margin-top:10px;
	overflow:hidden;
}
div.image-row img{
	float:left;
	margin-right:7px;
}
div.image-row img:last-child{
	float:left;
	margin-right:0;
}
p.copy{
	clear:left;
}
h2.blog-headline{
	font-size:16px;
	margin-bottom:5px;
	text-transform:uppercase;
	width:100%;
}
h2.blog-headline a{
	color:#B08B3D;
	text-decoration:none;
}
h2.blog-headline a:hover{
	color:#C19845;
	text-decoration:underline;
}
p.blog-description{
	margin-bottom:5px;
}
a.blog-link{
	font-size:14px;
	text-decoration:none;
	margin-top:0;
}
a.home-link.experience{
	font-size:13px;
	font-weight:normal;
	text-decoration:none;
	margin-left:0;
	color:#FBF5D0;
	text-transform:uppercase;
}
a.home-link:hover{
	color:#b07e24;
}

/* end misc styles */


/*SOS styles*/
#content .two-col-left p.sos_subnav {
	margin-top:40px;
}
#content .two-col-left p.sos_subnav a.active {
	color:#C19845;
}
#content .two-col-left p.sos_subnav a {
	color:#FBFBD1;
	text-decoration:none;
	font-weight:bold;
	font-size:110%;
}
#content .two-col-left p.sos_subnav a:hover {
	color:#C19845;
}

#content .two-col-left ul.topscots {
	list-style:none;
	margin:0px;
	padding:0px;
}
#content .two-col-left ul.topscots li {
	margin-left:0px;
	padding-left:0px;
}

/* calendar for date selection on forms */
#calendar1{
	z-index:1;
}

/* Registration form */
#container #content .two-col-left-artist #registerFormArea .form_row.even {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#container #content .two-col-left-artist #registerFormArea .form_row.odd {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#container #content .two-col-left-artist #registerFormArea .entryField {
	width: 75%;
}
