/*-------------------------------------------------------------

Style Sheet heineken draughtkeg
version:   1.0
author:    Airlock
website:   http://www.airlock.com/

-------------------------------------------------------------*/

/* =Core Layout
-------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

body {
	background-color: #000;
	font-family: Arial, sans-serif;
	font-size: 87.5%;
}

div#wrapper {
	width: 100%;
}

div#bg {
	position: relative;
	display: block;
	width: 100%;
	height: 388px;
	margin: 20px 0 0 0;
	z-index: 1;
}

div#content-wrapper {
	position: relative;
	display: block;
	width: 995px;
	margin: -388px auto 0;
	/*border: 1px solid #f0f;*/
	z-index: 2;
}

div#flash-animations {
	display: block;
	width: 995px;
	height: 388px;
}

div#flash-animations embed, div#flash-animations object {
	float: left;
}

div#static-content {
	display: block;
	height: 388px;	
	width: 990px;
	position: relative;
	top: 0px;
	left: 0px;
	color: #fff;
}

h2#verify-copy {
	clear:both;
	display: block;
	background: url('../images/verify-copy.png') no-repeat top left;
	width: 520px;
	height: 152px;
	text-indent: -9999em;
	margin: 118px 0 0 120px;
}

form#ageform {
	margin: 6px 0px 0px 120px;
}

form#ageform input {
	display:none;
}

form#ageform select {
	background-color: #000;
	border: none;
	color: #fff;
	padding: 3px;
	margin: 0 5px 0 0;
}

form#ageform input#agesubmit {
	clear:both;
	display:block;
	width:137px;
	height:29px;
	margin: 6px 0px 0px 0px;
}

form#ageform select.month {
	width: 85px;
}

form#ageform select.date {
	width: 50px;
}

form#ageform select.year {
	width: 65px;
}

/*
h2#verify-copy {
	clear:both;
	display: block;
	background: url('../images/verify-copy.png') no-repeat top left;
	width: 390px;
	height: 128px;
	text-indent: -9999em;
	margin: 118px 0 0 140px;
}

ul#verify-links {
	width: 518px;
	display: block;
	list-style: none;
}

ul#verify-links li {
	float: right;
	display: block;
	list-style: none;
	margin: 10px 0 0 15px;
}

ul#verify-links a {
	clear:both;
	display: block;
	width: 76px;
	height: 28px;
	text-indent: -9999em;
}

ul#verify-links a:hover {
	cursor: pointer;
}

ul#verify-links a.link-yes {
	background: url('../images/verify-yes.png') no-repeat top left;
}

ul#verify-links a.link-yes:hover {
	background-image: url('../images/verify-yes-o.png');
}

ul#verify-links a.link-no {
	background: url('../images/verify-no.png') no-repeat top left;
}

ul#verify-links a.link-no:hover {
	background-image: url('../images/verify-no-o.png');
}
*/
body#verify div#verify-denied {
	left: 180px;
	position: absolute;
	top: 70px;
	width: 274px;
	height: 274px;
	text-indent: -9999em;
	display: none;
	background-image: url(../images/no.png);
}

body#verify ul.nav-mask {
	display: none !important;
}

body#verify div#music {
	clear: left;
	float: left;
	font-size: 11px;
	margin: 13px 0pt 0pt 400px;
	width: 200px;
	color: #063115;
}

body#verify div#music span {
	display: block;
	width: 200px;
	height: 33px;
	background-image: url(../images/music-noplay.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}

body#verify div#music span.on {
	background-image: url(../images/music-play.gif);
}

body#verify div#music label {
	display: none;
}

body#verify div#music input {
	margin-right: 2px;
}

body.red div#static-content {
	background: transparent url('../images/page-red.jpg') no-repeat top left;
}

body.green div#static-content {
	background: transparent url('../images/page-green.jpg') no-repeat top left;
}

body.yellow div#static-content {	
	background: transparent url('../images/page-yellow.jpg') no-repeat top left;
}

div#flash-video {
	position: relative;
	top: 106px;
	left: 47px;
}

div.in-the-head {
	background: url('../images/in-the-head.jpg') no-repeat top left;
	width: 935px;
	height: 388px;
}

div#in-the-head-copy h1 {
	display: none;
}

div#in-the-head-copy {
	margin: -8px 0 0 442px;
	width: 425px;
	color: white;
}

div#in-the-head-copy p {
	margin: 0 0 15px 0;
	font-weight: normal;
}

div#in-the-head-copy a {
	clear:both;
	display: block;
	background: url('../images/button-how-it-works.gif') no-repeat top left;
	width: 132px;
	height: 17px;
	text-indent: -9999em;
}

img.keg-graphic {
	position: absolute;
	top: 34px;
	right: 45px;
	margin: 0;
	padding: 0;
	z-index: 2;
}

div#header-animations {
	display: block;
	height: 388px;
	overflow: hidden;
}

div.alt {
	display: none;
}

div#map {
	width: 300px;
	height: 300px;
}

/* =jqScrollPane css
-------------------------------------------------------------*/

.holder {
	/*
	position: absolute;
	top: 55px;
	left: -8px;
	*/
	float: left;
}

.header-position {
	margin: 40px 0 10px 0;
}

.scroll-pane {
	width: 200px;
	overflow: auto;
	float: left;
	width: 645px;
	height: 250px;
	color: #fff;
	padding: 8px;
}

.scroll-pane h2 {
	color: white;
	font-weight: bold;
	font-size: 110%;
	margin: 1em 0;
}

body#faq .scroll-pane h2 {
	margin: 0.8em 0 0.2em 0;
}

.scroll-pane div h3 {
	color: black;
	font-weight: bold;
	font-size: 110%;
	margin: 10px 0;
}

.scroll-pane p {
	font-size: 100%;
	margin: 0 0 10px 0;
}

.scroll-pane ul {
	margin: 1em;
	list-style: disc;
}


.scroll-pane ol li a {
	margin-left: 1.2em;
}

.scroll-pane a {
	color: #000;
}

.scroll-pane a:hover {
	text-decoration: none;
}

.scroll-pane a.top {
	font-size: 90%;
}

.scroll-pane div.question {
	margin: 40px 0;
}

.heinekenScroll .jScrollPaneTrack {
	background: url('../images/jspanel/_track.gif') repeat-y;
}

.heinekenScroll .jScrollPaneDrag {
	background: url('../images/jspanel/_drag_middle.gif') no-repeat 0 50%;
}

.heinekenScroll .jScrollPaneDragTop {
	background: url('../images/jspanel/_drag_top.gif') no-repeat;
	height: 4px;
}

.heinekenScroll .jScrollPaneDragBottom {
	background: url('../images/jspanel/_drag_bottom.gif') no-repeat;
	height: 4px;
}

.heinekenScroll a.jScrollArrowUp {
	height: 8px;
	background: url('../images/jspanel/_arrow_up.gif') no-repeat 0 0;
}

.heinekenScroll a.jScrollArrowUp:hover {
	background-position: 0 -8px;
}

.heinekenScroll a.jScrollArrowDown {
	height: 8px;
	background: url('../images/jspanel/_arrow_down.gif') no-repeat 0 0;
}

.heinekenScroll a.jScrollArrowDown:hover {
	background-position: 0 -8px;
}

.heinekenScroll a.jScrollActiveArrowButton, .heinekenScroll a.jScrollActiveArrowButton:hover {
	background-position: 0 -16px;
}


/* =Forms
-------------------------------------------------------------*/

ul#messages {
	list-style: none;
}

ul#messages li.hidden {
	display: none;
}

li.default {
	display: none;
}

li.thank-you {
	display: none;
}

li.error {
	color: #fff;
}

.form em {
	color: #f00;
}

ul.form {
	list-style: none;
	padding: 5px 0;
}

ul.form li {
	clear: both;
	padding: 10px 0;
}

input, textarea, select {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 85%;
}

ul.form label, ul.form input, ul.form textarea {
	float: left;
	width: 220px;
}

ul.form textarea {
	height: 100px;
	width: 224px;
}

ul.form label {
	width: 100px;
}

ul.form input#submit {
	width: auto;
}

body.red div#bg, body.red ul.nav-mask li a {
	background-color: #5e1411;
	/* #621713; */
}

body.yellow div#bg, body.yellow ul.nav-mask li a {
	background-color: #ab7e16;
}

body.green div#bg, body.green ul.nav-mask li a {
	background-color: #156130; 
	/*#175f31;*/
}

div.black {
	display: block !important;
	visibility: visible !important;
	background-color: #000000 !important;
	background-image: none !important;
}

a.selected {
	background-color: white !important;
}

/* =Main Nav
-------------------------------------------------------------*/
div#navigation {
	position: relative;
	margin: 5px 0;
	display: block;
	z-index: 4;
}

ul.nav-mask {
	list-style: none;
	width: 630px;
	height: 31px;
}

ul.nav-mask li {
	float: left;
	list-style: none;
}

ul.nav-mask li a {
	display: block;
	height: 18px;
	text-indent: -9999em;
	overflow: hidden;
	outline: none;
}

ul.nav-mask li a:hover {
	cursor: pointer;
	background-color: white !important;
}

ul.nav-mask li#home a {
	background-image: url('../images/nav.home.png');
	width: 64px;
}

ul.nav-mask li#draughtkeg a {
	background-image: url('../images/nav.draughtkeg.png');
	width: 120px;
}

ul.nav-mask li#the-guide a {
	background-image: url('../images/nav.the-guide.png');
	width: 104px;
}

ul.nav-mask li#inspiration a {
	background-image: url('../images/nav.inspiration.png');
	width: 110px;
}

ul.nav-mask li#store-locator a {
	background-image: url('../images/nav.storelocator.png');
	width: 131px;
}

ul.nav-mask li#win-stuff a {
	background-image: url('../images/nav.win-stuff.png');
	width: 91px;
}

/* =Video List
-------------------------------------------------------------*/
ol#video-list {
	list-style: none;
	display: block;
	background: url('../images/choose-your-guide.jpg') no-repeat;
	padding: 80px 0 0 0;
	margin: 0 0 0 30px;
	position: absolute;
	top: 0;
	left: 714px;
	min-width: 200px;
}

ol#video-list li {
	color: #ffffff;
	text-decoration: none;
	margin: 8px 0 1px 0;
}

ol#video-list li a {
	color: #1a6a27;
	text-decoration: none;
}

ol#video-list a.disabled, 
ol#video-list span.disabled {
	filter:alpha(opacity=20);
	opacity: 0.2;
}

/* =Tearoff
-------------------------------------------------------------*/
#the-guide #tearoff {
	background-image: url(/assets/images/tearoff-bg.png);
	width: 431px;
	height: 285px;
	top: 25px;
	left: 155px;
	position: absolute;
}
#the-guide img#backup {
	opacity: 0.4;
	filter:alpha(opacity=40);
}
#the-guide #tearoff h1 {
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
	position: absolute;
	top: 32px;
	left: 44px;
	width: 363px;
	height: 25px;
	text-indent: -9999em;
}

#the-guide #tearoff textarea {
	position: absolute;
	left: 44px;
	width: 282px;
	padding: 5px;
	font-size: 11px;
	font-family: Arial, Verdana, sans-serif;
	overflow: hidden;
}
#the-guide #tearoff textarea.embed {
	top: 117px;
	height: 43px;
}
#the-guide #tearoff textarea.share {
	top: 233px;
	height: 14px;
}

/* =Win Stuff
-------------------------------------------------------------*/

body#win-stuff div.main {
	background-image: url(../images/win-stuff-bg.jpg) !important;
	background-position: 50% 0 !important;
}

body#win-stuff div.main div.intro {
	padding: 20px 0 20px 30px;
}

body#win-stuff div.main div.intro h1 {
	background: url(../images/header-win-stuff.gif) 0 0 no-repeat;
	width: 207px;
	height: 44px;
	overflow: hidden;
	text-indent: -9999em;
	margin: 0 0 5px 0;
}

body#win-stuff div.main div.intro p {
	font-size: 95%;
	width: 450px;
}

body#win-stuff div.main div.competition {
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 295px;
	margin-left: 25px;
	float: left;
}

body#win-stuff div.main div#a-week-of-continental-living { background-image: url(../images/win-stuff-star-large.gif); }
body#win-stuff div.main div#a-week-of-continental-living h2 { background-image: url(../images/win-stuff-week.gif); }

body#win-stuff div.main div#beer-for-a-year { background-image: url(../images/win-stuff-star-medium.gif); }
body#win-stuff div.main div#beer-for-a-year h2 { background-image: url(../images/win-stuff-beer.gif); }

body#win-stuff div.main div#win-a-skimmer { background-image: url(../images/win-stuff-star-small.gif); }
body#win-stuff div.main div#win-a-skimmer h2 { background-image: url(../images/win-stuff-skimmer.gif); }
body#win-stuff div.main div#win-a-skimmer h2.on { background-image: url(../images/win-stuff-skimmer-on.gif); }

body#win-stuff div.main div#a-week-of-continental-living h2,
body#win-stuff div.main div#a-week-of-continental-living p,
body#win-stuff div.main div#a-week-of-continental-living a {
	margin-left: 50px;
}

body#win-stuff div.main div#beer-for-a-year h2,
body#win-stuff div.main div#beer-for-a-year p,
body#win-stuff div.main div#beer-for-a-year a {
	margin-left: 35px;
}

body#win-stuff div.main div#win-a-skimmer h2,
body#win-stuff div.main div#win-a-skimmer p,
body#win-stuff div.main div#win-a-skimmer a {
	margin-left: 30px;
}

body#win-stuff div.main div.competition h2 {
	text-indent: -9999em;
	background-repeat: no-repeat;
	overflow: hidden;
	height: 23px;
	width: 252px;
	margin-top: 12px;
}

body#win-stuff div.main div.competition p {
	font-size: 90%;
	padding-left: 2px;
}

body#win-stuff div.main div.competition a {
	background: url(../images/win-stuff-click.gif) 0 0 no-repeat;
	width: 128px;
	height: 12px;
	text-indent: -9999px;
	margin-top: 10px;
	display: block;
	outline: none;
	overflow: hidden;
}

body#win-stuff div.main div.competition a:hover {
	background-position: 0 -12px;
}

body#win-stuff div.entry {
	background-position: 0 50% !important;
}

body#win-stuff div.a-week-of-continental-living { background: url(../images/win-stuff-week-bg.jpg) !important; }
body#win-stuff div.beer-for-a-year { background: url(../images/win-stuff-beer-bg.jpg) !important; }
body#win-stuff div.win-a-skimmer { background: url(../images/win-stuff-skimmer-bg.jpg) !important; }

body#win-stuff img.a-week-of-continental-living {
	top: 183px;
	right: 29px;
}

body#win-stuff img.beer-for-a-year {
	top: 180px;
	right: 32px;
}

body#win-stuff div.entry h1 {
	display: none;
}

body#win-stuff div.entry div.intro {
	padding: 96px 0 0 45px;
	float: left;
}

body#win-stuff div.entry div.intro p {
	width: 280px;
	margin-bottom: 20px;
}

body#win-stuff div.entry form {
	float: left;
	width: 450px;
	margin: 96px 0 0 35px;
	padding-top: 30px;
	background: url(../images/win-stuff-form-enter.gif) 0 0 no-repeat;
}

body#win-stuff div.entry form div.field {
	float: left;
	clear: left;
	width: 400px;
	margin: 0 0 11px 0;
}

body#win-stuff div.entry form div.field label {
	width: 100px;
	float: left;
}

body#win-stuff div.entry form div.field input {
	float: left;
}

body#win-stuff div.entry form div.field input.text {
	width: 210px;
}

body#win-stuff div.entry form div.field select {
	margin-right: 5px;
}

body#win-stuff div.entry form div.error label {
	color: #cc2126;
}

body#win-stuff div.entry form div.error input.text {
	border: 2px solid #d72227;
	padding: 1px 0;
}

body#win-stuff div.entry form div.field span {
	display: none;
}

body#win-stuff div.entry form div.error span {
	display: none;
}

body#win-stuff div.entry form div.radio label.label,
body#win-stuff div.entry form div.checkbox label.label,
body#win-stuff div.entry form p.terms {
	font-size: 80% !important;
}

body#win-stuff div.entry form div.radio input,
body#win-stuff div.entry form div.checkbox input {
	margin-right: 5px;
}

body#win-stuff div.entry form div.radio label.label {
	width: 70px;
}

body#win-stuff div.entry form div.checkbox label {
	margin-left: 100px;
	width: 260px;
}

body#win-stuff div.entry form div.checkbox input {
	height: auto;
	width: auto;
}

body#win-stuff div.entry form p.terms { 
	width: 200px;
	float: left;
	clear: left;
	margin-left: 100px;
	margin-top: 0;
}

body#win-stuff div.entry form p.terms a {
	color: #fff;
}

body#win-stuff div.entry form input.submit {
	margin: 1px 0 0 100px;
}

body#win-stuff p#error {
	position: absolute;
	display: none;
	font-size: 80%;
	color: #fff;
	background-color: #d52228;
	width: auto;
	padding: 2px 8px;
	top: 96px;
	left: 524px;
}

body#win-stuff div.thankyou div.intro {
	padding: 96px 0 0 45px;
}

body#win-stuff div.thankyou div.intro h2 {
	background: url(../images/win-stuff-thankyou.gif) 0 0 no-repeat;
	width: 223px;
	height: 24px;
	text-indent: -9999em;
	margin-bottom: 5px;
}

body#win-stuff div.thankyou div.intro p {
	width: 400px;
	font-size: 95%;
}

body#win-stuff div.thankyou div.intro h3 {
	background: url(../images/win-stuff-thankyou-next.gif) 0 0 no-repeat;
	width: 300px;
	height: 16px;
	text-indent: -9999em;
	margin: 10px 0 5px 0;
}

body#win-stuff div.thankyou div.intro ul,
body#win-stuff div.thankyou div.intro li {
	margin: 0;
	list-style-type: none;
}

body#win-stuff div.thankyou div.intro li a {
	background: url(../images/win-stuff-thankyou-links.gif) 0 0 no-repeat;
	display: block;
	width: 306px;
	height: 21px;
	color: #fff;
	text-indent: -9999em;
	outline: none;
}

body#win-stuff div.thankyou div.intro li.guide a { background-position: 0 0; }
body#win-stuff div.thankyou div.intro li.guide a:hover { background-position: -306px 0; }

body#win-stuff div.thankyou div.intro li.draughtkeg a { background-position: 0 -21px; }
body#win-stuff div.thankyou div.intro li.draughtkeg a:hover { background-position: -306px -21px; }

/* =T&Cs
-------------------------------------------------------------*/
body#terms ol {
	margin-left: 20px;
}

body#terms ol li {
	margin-bottom: 0.5em;
}

body#terms ol li ul li {
	margin: 0;
}

body#terms h1.terms-conditions {
	margin-top: 35px;
	margin-left: 3px;
}

/* =FAQ
-------------------------------------------------------------*/
body#faq h1.faqs {
	width: 200px;
	margin-top: 38px;
	margin-left: 1px;
}
body#faq div.heinekenScroll {
	margin-left: -5px;
}

/* =Privacy Policy
-------------------------------------------------------------*/
body#privacy h1.privacy-policy {
	width: 400px;
	margin-top: 36px;
	margin-left: 2px;
}
body#privacy div.heinekenScroll {
	margin-left: -5px;
}

/* =Contact
-------------------------------------------------------------*/
body#contact h1.contact {
	width: 200px;
	margin-top: 40px;
	margin-left: 4px;
}

body#contact ul#messages,
body#contact form {
	margin-left: 5px;
}

/* =Footer
-------------------------------------------------------------*/
div#footer {
	position: relative;
	float: left;
	clear:both;	
	margin: 45px 0 0 0;	
	height: 60px;
	width: 100%;
}

a.heineken-logo {
	float: left;
	clear:both;
	margin: 5px 0 0 0;
	display: block;
	background: url('../images/heineken.logo.gif') no-repeat top left;
	width: 238px;
	height: 54px;
	text-indent: -9999em;
}

p.footer, p.footer a {
	font-family: Arial, sans-serif;
	font-size: 10px; 
	color: white;
}

p.footer a:hover {
	text-decoration: none;
}

p.footer, div#flash-music {
	clear:both;
	position: absolute;
	right: 0;
	z-index: 99;
}

p.footer {
	bottom: 0;
}

div#flash-music {
	bottom: 15px;
}

div#flash-music a {
	display: block;
	width: 56px;
	height: 34px;
	background-image: url(/assets/images/music-off.gif);
	outline: none;
}

div#flash-music a.on {
	background-image: url(/assets/images/music-on.gif);
}