/**

This site was programmed by Carlo Cruz
http://www.carlocruz.com

*/

@charset "UTF-8";
/* CSS Document */

/* Reset */
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	font-family: Georgia, "Times New Roman", Times, serif;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	background: url(../images/horizontal_tile.jpg) top left repeat;
	color: #971b2c;
	font-size: 14px;
	line-height: 1.33em;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0;
}

#bg2 {
	background: url(../images/big_bg.jpg) 50% 0 no-repeat;
	height: 905px;
	/*overflow: hidden;*/
	/*background: url(../images/background-large.jpg) 50% 0;	*/
}

#bg1 {
		background: url(../images/vertical_tile.jpg) top left repeat-x;
}
ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* End Reset */

/* Global CSS */
a {
	color: #971b2c;	
}

.clear {
	clear: both;
	height: 0px;
}

.align-center {
	text-align: center;
}	

#wrapper, #inner-footer {
	width: 968px;
	margin: 0px auto 0;
	padding-top: 10px;
}

strong {
	font-weight: bold;	
}

.input {
	color: #8F505A;	
}

/* End Global CSS */

/* Header */

#header #logo {
	width: 109px;
	float: left;
	margin-left: 175px;
}

#header #banner {
	width: 522px;
	float: left;
	margin: 10px 0 0px 10px;
		
}

/* End Header */

/* Navigation */

#navigation {
	clear: both;
	background: url(../images/nav-bg.png) top left no-repeat;
	height: 208px;
	width: 1017px;
}

#navigation ul {
	clear: both;
	padding: 25px 0px 0px 160px;
	height: 31px;
}

#navigation ul li {
	height: 33px;
	float: left;
}

#navigation ul li a {
	height: 33px;
	display: block;
	text-indent: -999em;
}

#navigation ul li#navigation-home a {
	background: url(../images/nav-home.png) top left no-repeat;
	width: 83px;
}

#navigation ul li#navigation-comp-details a {
	background: url(../images/nav-com-details.png) top left no-repeat;
	width: 155px;
}

#navigation ul li#navigation-comp-details ul {
	width: 100px;	
}

#navigation ul li#venue-locator a {
	background: url(../images/nav-venue.png) top left no-repeat;
	width: 168px;
}

#navigation ul li#our-wines a {
	background: url(../images/nav-our-wines.png) top left no-repeat;
	width: 124px;
}

#navigation ul li#battle-highlights a {
	background: url(../images/nav-battle.png) top left no-repeat;
	width: 206px;
}

#navigation ul li#navigation-home a:hover, #navigation ul li#navigation-comp-details a:hover,
#navigation ul li#venue-locator a:hover, #navigation ul li#our-wines a:hover, #navigation ul li#battle-highlights a:hover,
#navigation ul li#navigation-home a.active, #navigation ul li#navigation-comp-details a.active,
#navigation ul li#venue-locator a.active, #navigation ul li#our-wines a.active, #navigation ul li#battle-highlights a.active, #navigation ul li#navigation-comp-details a.dropdown {
	background-position: 0 -33px;	
}

#navigation ul li#navigation-comp-details ul { display: none; }
#navigation ul li#navigation-comp-details:hover ul { display: block; }

#navigation ul li#navigation-comp-details ul li {
	float: none;	
}

#navigation ul li#navigation-comp-details #comp-dropdown {
	padding: 0;	
	width:100px;
	position: relative;
	z-index: 10;
}

#navigation ul li#navigation-comp-details #comp-dropdown li {
	height: auto;	
}

#navigation ul li#navigation-comp-details #comp-dropdown li a#navigation-about-comp {
	background: url(../images/subnav-about-comp.png) top left no-repeat;
	width: 149px;
	height: 34px;
}

#navigation ul li#navigation-comp-details #comp-dropdown li a#navigation-about-comp:hover, #navigation ul li#navigation-comp-details #comp-dropdown li a#navigation-about-comp.active {
	background-position: 0 -34px;	
}

#navigation ul li#navigation-comp-details #comp-dropdown li a#navigation-how-it-works {
	background: url(../images/subnav-how-it-works.png) top left no-repeat;
	width: 149px;
	height: 26px;
}

#navigation ul li#navigation-comp-details #comp-dropdown li a#navigation-how-it-works:hover {
	background-position: 0 -26px;	
}

#navigation ul li#navigation-comp-details #comp-dropdown li a#navigation-prize-details {
	background: url(../images/subnav-prize-details.png) top left no-repeat;
	width: 149px;
	height: 29px;
}

#navigation ul li#navigation-comp-details #comp-dropdown li a#navigation-prize-details:hover {
	background-position: 0 -29px;	
}

#navigation ul li#navigation-comp-details #comp-dropdown li a#navigation-ranking-system {
	background: url(../images/subnav-ranking-system.png) top left no-repeat;
	width: 149px;
	height: 48px;
}

#navigation ul li#navigation-comp-details #comp-dropdown li a#navigation-ranking-system:hover {
	background-position: 0 -48px;	
}



/* End Navigation */

/* Main Section */

#main {
	width: 1000px;	
	margin-top: -80px;
}

#main.front {
	margin-left: 235px;	
}


#main #venue-frame {
	width: 742px;
	height: 380px;
	background:url(../images/bg-frame-l.png) top left no-repeat;
	margin-left: 135px;
	margin-top: -20px;
	margin-bottom: 30px;
	padding: 58px 50px 50px 61px;
}


#main .transparent-box {
	margin-top: 20px;
	padding: 20px;
	width: 302px;
	float: left;
	background: url(../images/transparent-bg.png) top left no-repeat;
	margin-right: -15px;
}


#main .transparent-box p.front-header {
	font-size: 24px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	
	border-bottom: 1px solid #971b2c;
	line-height: 27px;
	margin-top: 0;
}

#main .transparent-box p.front-button {
	margin: 10px 0;	
	text-align:center;
}

#main .transparent-box p {
	font-size: 18px;
}

#main #leaderboard-wrapper {
	width: 316px;
	float: left;
	margin-top: 9px;
}

#main #leaderboard-links li {
	display: block;
	float: left;
	font-size: 14px;
	
}

#main #leaderboard-links li#banner-restaurant {
	width: 132px;
	height: 31px;
}

#main #leaderboard-links li#banner-restaurant a {
	background: url(../images/banner-link-restaurant.gif) top left no-repeat;
	width: 132px;
	height: 23px;
	display: block;
	padding-left: 30px;
	padding-top: 8px;
	color: #DFB786;
	text-decoration: none;
	
}

#main #leaderboard-links li#banner-restaurant a:hover, #main #leaderboard-links li#banner-restaurant a.active {
	background-position: 0 -31px;
}



#main #leaderboard-links li#banner-pubs a {
	background: url(../images/banner-link-pubs.gif) top left no-repeat;
	display: block;
	width: 57px;
	height: 22px;
	color: #DFB786;
	text-decoration: none;
	padding-left: 30px;
	padding-top: 9px;
}

#main #leaderboard-links li#banner-pubs a:hover, #main #leaderboard-links li#banner-pubs a.active {
	background-position: 0 -31px;
}

#main #leaderboard-links li#banner-clubs {
	width: 93px;
	height: 31px;
}

#main #leaderboard-links li#banner-clubs a {
	background: url(../images/banner-link-clubs.gif) top left no-repeat;
	display: block;
	width: 93px;
	height: 22px;
	text-decoration: none;
	color: #DFB786;
	padding-top: 8px;
	margin-top: 1px;

}

#main #leaderboard-links li#banner-clubs a:hover, #main #leaderboard-links li#banner-clubs a.active {
	background-position: 0 -31px;		
}

#main #leaderboard-links li#banner-clubs a span {
	margin-left: 30px;	
	margin-top: 10px;
}

#main #leaderboard-content-restaurant, #main #leaderboard-content-pubs, #main #leaderboard-content-clubs {
	overflow: auto;
	height: 190px;
	width: 95%;
	margin-left: 20px;
}

#main #leaderboard-bg {
	padding-top: 50px;
	background: url(../images/background-leaderboard.png) top left no-repeat;
	height: 373px;
	padding-top: 55px;
	clear: both;
}
	
#main #leaderboard-content-restaurant ul li, #main #leaderboard-content-pubs ul li, #main #leaderboard-content-clubs ul li {
	margin: 5px 0;
	border-top: 1px dashed #dfb786;
	padding: 5px 0;
	clear: both;
	width: 258px;
}

#main #leaderboard-content-restaurant ul li a, #main #leaderboard-content-pubs ul li a, #main #leaderboard-content-clubs ul li a, #main .scroll-pane ul li {
	color: #dfb786;
	text-decoration: none;
}

#main #postcode-p {
	display: block;
	width:159px;
	height: 36px;
	float: left;

}

#main #postcode-form, #main #location-form {
	margin: 10px 0 0;	
}

#main #postcode-p {
	background: url(../images/input-postcode.png) top left no-repeat;
	width: 144px;
	height: 36px;
	padding: 4px 0px 6px 15px;
	margin-left: 47px;
}

#main #span-postcode-button {
	height: 36px;
	width: 50px;
}

#main #postcode-p input {
	background-color: #e3bc8e;
	border:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	width: 100px;
	text-align: center;
	color:#8F505A;
	width: 140px;
	height: 25px;
}

#main #postcode-p input#button-postcode {
	width: 	auto;
	height: auto;
	background:none;
}

#main #span-postcode-button #button-postcode-nosubmit, #main #button-location-name {
	border: 0;
	width: 41px;
	height: 36px;
	background:url(../images/button-postcode.png) top left no-repeat; 
	cursor: pointer;
	cursor: hand;

}

#main #venue-frame  #postcode-p {
	margin: 0;
}

#main #venue-frame #map {
	width: 342px;
	height: 336px;
	padding: 10px;
	float: left;
}

#main #venue-frame #map-form {
	width: 210px;
	float: left;
	padding: 0px 10px 10px 41px;
}

#main #venue-frame #map-form p {
	font-size: 16px;	
	font-weight: bold;
	margin: 0;
}

#main #venue-frame #map-form #map-form-list ul {
	height: 225px;
}

#main #venue-frame #map-form #map-form-list ul li {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #971B2C;
	line-height: 1.1em;
	cursor: pointer;
	cursor: hand;
}

#main #venue-frame #map-form #map-form-list ul li span {
	text-decoration: underline;
}

#map-form-list #next, #map-form-list #prev {
	cursor: pointer;
	cursor: hand;
}

#main #venue-frame #map-form #map-form-list p {
	width: 49%;
	float: left;
	font-size: 14px;
}

#main #venue-frame #map-form #map-form-list p#next {
	text-align: right;
	float: right;
}

#main #venue-frame #map-form #map-form-postcode, #main #venue-frame #map-form #map-form-venus, #main #venue-frame #map-form #map-form-name {
	border-bottom: 1px solid #971B2C;
	margin-bottom: 7px;
	padding-bottom: 5px;
}

#main .content.prize .flags .item {
	color: #e0b37e;
	padding: 60px 22px 0;
	font-size: 13px;
	line-height: 1.2em;
}

#main .content.prize .flags .item p {
	margin: 25px 0 2px 0;;	
}

#main .content.prize .flags .item p.flag-content {
	margin: 0;	
}

#main .content.prize .flags .coin {
	width: 225px;	
}

#main .content.prize .flags .knife {
	width: 225px;
}

#main .content.prize .flags .flag {
	width: 225px;
}


#main div.content.comp-details {
	height: 370px;	
}


#main div.content.longpage .scrolley {
	height: 370px;
	width: 550px;
}

.scrolley .block p {
	width: 510px;	
}

.scrolley .block p {
	width: 500px;	
}

/* End Main Section */

/* Home */

#leaderboard-bg .jScrollPaneTrack {
	background: url(../images/home-scrollbar-thinline.gif) repeat-y;
}
#leaderboard-bg .jScrollPaneDrag {
	background: url(../images/home-scroll-vbar.gif) no-repeat 0 50%;
}
#leaderboard-bg a.jScrollArrowUp {
	height: 11px;
	height: 7px;
	background: url(../images/home-scrollbar-dwn-arrow.png) no-repeat 0 0;
}

#leaderboard-bg a.jScrollArrowDown {
	height: 11px;
	background: url(../images/home-scroll-up-arrow.png) no-repeat 0 0;
}

.longpage .jScrollPaneTrack {
	background: url(../images/terms-scrollbar-thinline.gif) repeat-y;
}
.longpage .jScrollPaneDrag {
	background: url(../images/terms-scroll-vbar.gif) no-repeat 0 50%;
}
.longpage a.jScrollArrowUp {
	height: 11px;
	height: 7px;
	background: url(../images/terms-scrollbar-up-arrow.png) no-repeat 0 0;
}

.longpage a.jScrollArrowDown {
	height: 11px;
	background: url(../images/terms-scrollbar-dwn-arrow.png) no-repeat 0 0;
}

/* End Home */

/* Comp Details TUNG */
h1.ranking-sys  {
	background:url("../images/heading-ranksys.png") no-repeat scroll 0 0 transparent;
	height:52px;
	margin:0;
	padding:0;
	text-indent:-999em;
	width:497px;
}

.block .rank-list li {
	border-bottom:1px dotted;
	font-size:80%;
	height:70px;
	padding:10px 0;
}

#main .content p.ranking {
	color:#6c161d;
	margin:20px  5px 0 180px;
}

/*#picture-frame {
	float:left;
	margin: 0 30px;
}*/

#picture-frame {
	margin-left:260px;
	margin-top:-130px;
	position:absolute;
}

.knife-rank {
	float:left;
	margin: 0 15px 45px 0;
}

/* End Comp Details */

/* Our Wine */
#wrapper #main .home.our-wine .transparent-box {
	width: 450px;	
	margin-bottom: 20px;
}

#wrapper #main .home.our-wine #our-wine-button {
	margin-top: 10px;	
}

#wrapper #main .home.our-wine #our-wine-para {
	width: 420px;	
	padding-left: 20px;
	margin-top: 10px;
}

#wrapper #main .home.our-wine .transparent-box p {
	width: 390px;
	font-size: 15px;
}

#wrapper #main .home.our-wine .transparent-box p.front-header {
	font-size: 24px;	
}

/* End Our Wine */

/* Battle Highlights */
#main .content.battle-highlights {
	width: 773px;	
}

#main .content.battle-highlights #battle-highlights {
	background: url(../images/background-paper.png) top left no-repeat;
	width: 733px;
	height: 461px;
	padding: 20px;
}

#main .content.battle-highlights #battle-highlights p {
	color: #000;
	text-align: center;
}

#main .content.battle-highlights #battle-highlights #battle-highlights-content {
	height: 300px;	
}

#main .content.battle-highlights #battle-highlights p#battle-heading {
	font-size: 40px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	line-height: 40px;
	margin-bottom: 0px;
}

#main .content.battle-highlights #battle-highlights p#battle-subheading {
	border-bottom: 2px solid #000;
	margin-top: 0px;
	padding: 5px 0;
	font-size: 14px;
}

#main .content.battle-highlights #battle-highlights #battle-highlights-content .battle-article {
	position: relative;
	border-bottom: 3px solid #000;
	z-index: 0;
}

#main .content.battle-highlights #battle-highlights #battle-highlights-content .battle-article .battle-article-image {
	float: left;
	width: 197px;
}

#main .content.battle-highlights #battle-highlights #battle-highlights-content .battle-article .battle-article-image img {
	padding: 5px;
	border: 1px solid #000;
	margin-top: 17px;

}

#main .content.battle-highlights #battle-highlights #battle-highlights-content .battle-article .battle-article-right {
	float: left;
	width: 491px;
	text-align: left;
}

#main .content.battle-highlights #battle-highlights #battle-highlights-content .battle-article .battle-article-right p {
	text-align: left;	
}

#main .content.battle-highlights #battle-highlights #battle-highlights-content .battle-article .battle-article-right .battle-article-date {
	position: absolute;
	right: 0;
	font-size: 11
}

#main .content.battle-highlights #battle-highlights #battle-highlights-content .battle-article .battle-article-right .battle-article-heading {
	font-size: 20px;
	margin-top: 30px;
}

#main .content.battle-highlights #battle-highlights #battle-highlights-content .battle-article .battle-article-right .battle-article-content {
	font-size: 14px;
	margin-top: 10px;
}

#battle-highlights .jScrollPaneTrack {
	background: url(../images/scrollbar-thinline.gif) repeat-y;
}
#battle-highlights .jScrollPaneDrag {
	background: url(../images/scroll-vbar.gif) no-repeat 0 50%;
}
#battle-highlights a.jScrollArrowUp {
	height: 13px;
	height: 7px;
	background: url(../images/scroll-up-arrow.gif) no-repeat 0 0;
}

#battle-highlights a.jScrollArrowDown {
	height: 17px;
	background: url(../images/scrollbar-dwn-arrow.gif) no-repeat 0 0;
}


/* End Battle Highlights */

/* Contact Us */

#contact-us-content {
	width: 700px;	
}

.content h1.contact-us {
	background:url(../images/header-contact-us.png) no-repeat 0 0;
	height: 51px;
	width: 500px;
	text-indent:-999em;	
}

#contact-us-form-ul {
	width: 100%;	
}

#contact-us-form li {
	border: 0;	
	float: none;
	height: 25px;
}

#contact-us-form li#li_comment, #contact-us-form li#li_tick {
	clear: both;	
}

#contact-us-form li.contact-line {
	width: 100%;
	clear: both;
}

#contact-us-form li.contact-left {
	float: left;
	width: 44%;
}

#contact-us-form li.contact-right {
	float: left;
	width: 49%;
}

#contact-us-form li.contact-right label {
	width: 85px;	
}

#contact-us-form li label {
	width: 115px;
	float: left;
	display: block;
	text-align: left;
	margin-right: 10px;
	
}

#contact-us-form li input {
	float: left;
	width: 160px;
}

#contact-us-form li select {
	width: 163px;	
}

#contact-us-form li.contact-line input {
	width: 438px;	
}

#contact-us-form li #form_number {
	width: 50px;	
}

#contact-us-form #li_comment {
	height: 77px;
}

#contact-us-form #li_submit {
	padding-left: 419px;
	position: relative;
	z-index: 100;
}

#contact-us-form #li_submit input {
	width: auto;	
}

#contact-us-form li #form_comment {
	width: 442px;
	height: 70px
}

#contact-us-form li #form_optout {
	width: 25px;	
}

#contact-us-form .error  {
	background-color:#FBD2D3;
	border:1px solid #FF0000;
	height:19px;
}

#contact-us-content .errorDiv {
	background-color: #fbd2d3;
	border:1px solid #FF0000;
	padding:10px;
	margin-bottom:  10px;
}

#contact-us-content .errorDiv li {
	border: 0;
	margin-left: 40px;
	height: auto;
}

#contact-us-thankyou {
	height: 300px;	
}

/* End Contact Us */

/* Terms and Conditions */

h1.terms {
	background: url(../images/header-terms-conditions.png) top left no-repeat;
	width: 500px;
	height: 51px;
	text-indent: -9999em;
}

/* End Terms */

/* Privacy */

h1.privacy {
	background: url(../images/header-privacy.png) top left no-repeat;
	width: 500px;
	height: 51px;
	text-indent: -9999em;
}

#privacy-content ol li {
	border: 0;
	height: auto;
}

#privacy-content ol {
	margin-bottom: 10px;	
}

/* End Privacy */

/* How it works */

#main .content .how-list {
	width: 480px;	
}

/* End How it works */

/* Google */

.bubble-header {
	font-size: 12px;
	font-family:Verdana, Geneva, sans-serif;
	margin-bottom: 5px;
	font-weight: bold;
}

.bubble-address {
	font-size: 11px;
	font-family:Verdana, Geneva, sans-serif;
	margin-bottom: 5px;
}

/* End Google */


/* Terms */

#terms-content ol, #terms-conditions ol, #privacy-content ul {
	list-style: decimal;
	margin-bottom: 10px;
}

#terms-content ol li, #terms-conditions ol li, #privacy-content ul li {
	height: auto;
	border: 0;
	padding: 5px;
	clear: both;
	float: none;
	font-size: 16px;
	list-style: decimal;
	margin-left: 30px;
}

#terms-content ol li strong, #terms-conditions ol li strong, #privacy-content ul li strong {
	font-size: 16px;	
}

/* End Terms */

/* Footer */

#footer {
	width: 98%;
	padding-bottom: 40px;
	margin-left:24px;
	margin-top:-70px;
	position:absolute;
}

#footer.prize-details {
	margin-top: -110px	
}

#footer #footer-png-fix {
	width: 100%;
	background: url(../images/ground02.png) 50% 0 no-repeat;
}

#footer.our-wines-footer {
	margin-top: -50px;	
}

#footer #inner-footer {
	position: relative;
	padding-bottom: 20px;

}


#footer #inner-footer ul {
	text-align:center;
	padding-top: 0px;
}

#footer.our-wines-footer #inner-footer ul {
	margin-top: 35px;
}

#footer #inner-footer ul li {
	display: inline;
	border-left: 1px solid #971b2c;
	margin-left: 10px;
	padding-left: 10px;
}

#footer #inner-footer ul li {
	color: #7e2a2e;	
}

#footer #inner-footer ul li.first {
	border: 0;
}

#footer #inner-footer #footer-bottle {
	margin-top: -317px;
	position: absolute;
	z-index: 100;
	margin-left: -30px;
	left: 0;
	
}

#footer #inner-footer #footer-bottle-2 {
	margin-top: -329px;
	position: absolute;
	right: 85px;
}

#footer #inner-footer #footer-bottle-3 {
	margin-top: -379px;
	position: absolute;
	margin-left: -50px;
}

#footer #inner-footer #footer-bottle-5 {
	margin-top: -320px;
	position: absolute;
	right: 85px;
}


#footer #inner-footer #footer-bottle-venue-locator {
	margin-top: -379px;
	position: absolute;
	margin-left: 10px;
}

#footer .footer_line {
	background: url(../images/footer-horiline.png) no-repeat 0 0;
	margin:20px auto 0 auto;
	width:814px;
	height:5px;	
}

/* End Footer */


#countdown {
	position:absolute;
	top: 275px;
	right: 0px;
	margin-right: -75px;
}

.enjoy-responsibly {
	width: 40px;
	height: 20px;
	margin: 0 auto;
	right: 250px;
	top: 550px;
}

.footer-ranking-system {
	margin-top: 100px;	
}

.venue-list-wrapper {
	padding-left: 120px;	
}

.ranking-system-footer {
	margin-left: 208px;
	margin-top: -80px;
	position: relative;
	z-index: 20px;
}

.state, .type {
	cursor: pointer;
	cursor: hand;	
}

.state.selected, .type.selected {
	text-decoration: underline;	
}

.jScrollPaneContainer .block {
	width: 500px;	
}