/* *** BASIC SETUP *** */
body, td, p, input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
}
body {
	font-size:  		90%;
	margin: 			0;
	text-align: 		center;
	background-color:#000;
}
a {color:#BE2A40;cursor:pointer;}
/* Holly Hack - only Explorer PC sees this \
* html a {cursor:hand;}
/* End Hack */

a:link		{color:#000;text-decoration:none;}
a:visited	{color:#000;text-decoration:none;}
a:hover		{color:#000;text-decoration:none;}
a:focus		{color:#07F;text-decoration:none;}
a:active	{color:#F00;text-decoration:none;}

img {display:block;	border-style:none !important;}

.clearboth, .breaker {
	height: 2px;
	font-size: 1px;
	line-height: 2px;
	clear:both;
}

/* *** BASIC LAYOUT *** */

#page {
	width:		1003px;	
	min-width:	1003px;
	margin: 	0 auto;
	padding:	0;
	position:   	relative;
	text-align: left;
}
#headerBlock {
    margin:0;
    padding:0;
}


#bodyBlock
{
	clear:  		both;
	min-height: 	1400px;
	position:   	relative;
	background-image:url(../images/background.gif);
	background-repeat:repeat-y;
	top:3px;
}

/* Holly Hack - only Explorer PC sees this \*/
* html #bodyBlock {height:50em;}
/* End Hack */

#contentColumn  	/* The big wahoonie */
{
	margin:0 200px 0 200px;
	padding-left:13px;
	line-height:1.2em;
	z-index:1;
	position:relative;
	width:590px;
}
#leftColumn {
	position:absolute;
	top:0px;
	left:0px;
	width:200px;
	min-width:200px;
	line-height:1.2em;
	text-align:left;
	background-color:black;

}
#rightColumn {
	position:absolute;
	top:0px;
	right:0px;
	width:200px;
	min-width:200px;
	line-height:1.2em;
	text-align:left;
	background-color:black;
}

#footerBlock
{
	clear:  			both;
	padding:			2px 2px 2px 2px;
	margin: 			10px 5px 0px 0px;
	background-color:#000;
	font-size:  		12px;
	color:  			#fff;
	line-height:		1.4em;
	text-align:	center;
}

/* Stops floats wandering out of their containing boxes in MIE */
/* Hide from IE5-mac. Only IE-win sees this. \*/
	 * html #content 		{height:50px;}
	 * html .contentArea 	{height:50px;}
/* End hide from IE5/mac */


/* *** HEADER *** */

h1{
	font-size: 	0.7em;
	margin:		1px 4px 2px 4px;
	white-space:nowrap;
}

#pageBanner {
	height: 118px;
	background-color:#000;
	margin:0 0px;
	position:relative;
}

#pageBanner img {
	display:inline;
}
#bannerLeft {
	position:absolute;
	top:0;
	left:0px;

}
#headerSearch
{
	position: absolute;
	top: 17px;
	left: 467px;
}

#headerText
{
	position: absolute;
	top: 37px;
	left: 367px;
	width:450px;
	height:80px;
	color: white;
	line-height:1.2em;
}

#headerEmailButton
{
	position: absolute;
	top: 70px;
	right: 40px;
}

#footyTippingLink
{
	position: absolute;
	top: 20px;
	right: 20px;
}
#footyTipping
{
	position:absolute;
	top:180px;
	left:190px;
	display:block;
	width:620px !important;
	height:387px !important;
	z-index:9999;
	background-color:#000;
	text-align:center;
	color:#fff;border: 1px solid #000;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
}
#closeFootyTipping
{
    	position:absolute;
	bottom:-4px;
	right:-4px;

}



/* SETS PROPERTIES FOR BOX CONTAINING HEADER MENUS. ALL OTHER MENU STYLES IN MENU.CSS */
#navTop { 
	clear:both;
    text-align:center;
	background-color:#000;
	color:#FFF;
	font-size:13px;
	line-height:25px;
	height:25px;
	font-weight:500;
	padding:7px 7px 3px 0px;
	margin:0 0px 0px 0px;
	text-align:left;
	border-top:1px solid #6dd32b;
}

/* *** LEFT/RIGHT COLUMNS *** */

#leftColumn, #rightColumn {
	font-size:  			1em;
}
#leftColumn label, #rightColumn label {
	font-weight:400;
	padding:2px 0px;
}
#leftColumn input, #rightColumn input {
	font-size:  			0.9em;
	margin: 				1px;
	display:				block;
}
#leftColumn p, #rightColumn p,
#leftColumn form, #rightColumn form	{
	margin: 				0px;
}
#leftColumn h2, #rightColumn h2 {
	line-height:18px;
	background-color:#000;
	margin:10px 0 0 0;
	padding:0 0 0 0px;
	font-size:1.0em;
	color:#f9a624;
	font-weight:700;
	height:22px;
}
#leftColumn h2 a, #rightColumn h2 a {
	text-decoration: none;
	color: #fff;
}
#leftColumn h2 a:hover, #rightColumn h2 a:hover	{
	color: #cccccc;	
}
#leftColumn .boxBody,#rightColumn .boxBody, #leftColumn address {
	line-height:1.3em;
	font-style:normal;
	color:#FFF ;
/*
	margin:0 0 10px 0;
*/
	padding:7px;
	font-size:75%;
	width:176px;
}

#leftColumn address {
	border-left:1px solid #0083b3;
	border-right:1px solid #0083b3;
	width:174px !important;
	height: 177px;
	font-size:12px;
	margin-top:0;
	padding-top:0;
	margin-bottom:0;
	padding-bottom:0;
}

#leftColumn a:link			{color:#FFF;text-decoration:none;}
#leftColumn a:visited		{color:#FFF;text-decoration:none;}
#leftColumn a:hover			{color:#E48300;text-decoration:none;}
#leftColumn a:focus			{color:#FFF;text-decoration:none;}
#leftColumn a:active		{color:#F00;text-decoration:none;}

#rightColumn a:link			{color:#FFF;text-decoration:none;border-style:none;}
#rightColumn a:visited		{color:#FFF;text-decoration:none;border-style:none;}
#rightColumn a:hover		{color:#E48300;text-decoration:none;border-style:none;}
#rightColumn a:focus		{color:#FFF;text-decoration:none;border-style:none;}
#rightColumn a:active		{color:#F00;text-decoration:none;border-style:none;}


#leftColumn .boxBodyYellow {
	line-height:1.3em;
	font-style:normal;
	background-color:#FFF;
	color:#636466;
	margin:0 0 0px 0;
	padding:7px;
	font-size:75%;
	width:176px;
}

#leftColumn #loginBody
{
	background: url(../images/loginBackground.png) #fff no-repeat 0 10px;
	height:210px;
}

#leftColumn .boxBodyYellow a:link  {
	color:#636466 !important;
}


#GoCheck {
	float:right;
}

.shopLinks
{
	margin: 8px 0 8px 13px;
	font-size:12px;
}

.shopLinks a:link			{color:#000;text-decoration:none !important;}
.shopLinks a:visited		{color:#000;text-decoration:none !important;}
.shopLinks a:hover			{color:#000;text-decoration:none !important;}
.shopLinks a:focus			{color:#000;text-decoration:none !important;}
.shopLinks a:active			{color:#000;text-decoration:none !important;}

#leftColumn .boxBodyYellow a, #rightColumn .boxBody a, #leftColumn .boxBody a  {
	color:#636466;
	font-weight:400;
	text-decoration:none;
}
#leftColumn .boxBodyYellow a:hover , #leftColumn .boxBody a:hover , #rightColumn .boxBody a:hover {
	color:#636466;
	text-decoration:underline;
}

#rightColumn address {
	line-height:1.3em;
	font-style:normal;
	color:#FFF;
	margin:0 0 10px 0;
	padding:7px;
	font-size:75%;
}

#leftColumn ul,	#rightColumn ul {
	line-height:1.2em;
	font-size:92%;
	margin:0 10px 10px 0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, Times, sans-serif;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
}
#leftColumn ul li, #rightColumn ul li {
	margin:0;
	padding:3px 1px;
}
#leftColumn ul li a,
#rightColumn ul li a {
	display:block;
	color:#FFF;
	background-color:#000;
	background-image:url(../images/arrows.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
	border-bottom:1px solid #a29061;
	padding:0px 5px 3px 5px;
	text-decoration:none;
	padding-left:20px;
}
#leftColumn ul li a:hover,
#rightColumn ul li a:hover {
	background-image:url(../images/arrows.gif);
	background-repeat:no-repeat;
}
#rightColumn h3
{
	line-height:			18px;
	margin: 				0;
	padding:				7px 0px;
	font-size:  			1.1em;
	color:  				#E48300;
	font-weight:			700;
}
#rightColumn h3 span
{
	display:				block;
}
#rightColumn #referralCredit
{
	margin-bottom: 			12px;

}
#rightColumn #referralCredit span
{
	margin: 				0;
	padding:				4px;
	border: 				1px solid #be2a40;
	font-size:  			1em;
	font-weight:			700;
	text-align: 			right;
}

#rightColumn #smallCart	{
	font-size:0.85em;
}
#rightColumn #smallCart th, #rightColumn #smallCart td {
	padding:0 3px;
}
#rightColumn #smallCart .noItem, #rightColumn #smallCart .cartTotal {
	color:#999999;
}
#rightColumn #smallCart .cartTotal {
	text-align:	right;
}
#rightColumn #smallCart .smallCartTotal {
	height: 5px;
	line-height: 5px;
}
#leftColumn .creditcards
{
	text-align:left;
	margin-bottom:20px;
	padding-bottom:20px;
}
#leftColumn .creditcards span
{
	font-size:0.7em;
	text-align:left;
}
#leftColumn .creditcards .creditcard {
	margin-top: 3px;
	float:left;
	border:solid 1px #fff;
}
#rightColumn div.sideSpecials {color:#000;}
#rightColumn div.sideSpecials a {color:#000;text-decoration:none;}
#rightColumn div.sideSpecials strong {display:block;color:#0073C6;text-align:center;font-size:1em;margin:1em 0 0.3em 0;}
#rightColumn div.sideSpecials img {
/*
	border:1px solid #000;
*/	margin:0 auto;
}
#rightColumn div.sideSpecials span.specialsPrice {display:block;}
#rightColumn div.sideSpecials a:hover span.specialsPrice span {color:#0073C6;text-decoration:underline;}

#rightColumn #rememberme {
    padding:                5px 0px 0px 0px !important; 
    margin:                 1px 0px 0px 0px !important;
 
    vertical-align:         middle;
    height:                 11px;
    line-height:            11px;
    font-size:10px;
}

#rightColumn #remembertext {
    padding:                0px 0px 0px 0px !important; 
    margin:                 0px 0px 0px 0px !important;
    vertical-align:         middle;
    height:                 11px;
    line-height:            11px;
    font-size:              0.8em;
   float:                  right;
}

#rightColumn #fullBottleClub
{
	position:relative;
}

#rightColumn #fullBottleClub a,
#rightColumn #fullBottleClub a:link,
#rightColumn #fullBottleClub a:visited,
#rightColumn #fullBottleClub a:hover,
#rightColumn #fullBottleClub a:focus,
#rightColumn #fullBottleClub a:active
{
	position:absolute;
	top:340px;
	left:45px;
	border-width:0;
	border-style:none;
	margin:0;
	padding:0;
}

#rightColumn #fullBottleClub #fullBottleClubTextLine1
{
	color: white;
	position: absolute;
	top: 205px;
	left: 10px;
	font-size: 15px;

	letter-spacing:0px;

	font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	font-weight:normal;
}

#rightColumn #fullBottleClub #fullBottleClubTextLine2
{
	color: white;
	position: absolute;
	top: 242px;
	left: 11px;
	font-size: 22px;

	letter-spacing:2.3px;

	font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	font-weight:normal;
}

#rightColumn #fullBottleClub #fullBottleClubTextLine3
{
	color: white;
	position: absolute;
	top: 278px;
    left: 10px;
	font-size: 13px;
    line-height:19px;

	letter-spacing:0px;

	font-family:arial;
	font-weight:bold;
    text-align:center;
}

#rightColumn #currentSpecials
{
	border:0;
	margin:10px 0 0 0;
	padding:0;
	position:relative;
}

#rightColumn #currentSpecials #currentSpecialsTextLine1
{
	color: white;
	position: absolute;
	top: 14px; left: 14px;
	font-size: 15px;

	letter-spacing:0.45px;

	font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	font-weight:normal;
}

#rightColumn #currentSpecials #currentSpecialsTextLine2
{
	color: white;
	position: absolute;
	top: 34px;
	left: 15px;
	font-size: 19px;
	font-weight:normal;
	letter-spacing: 1.9px;
	font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

#rightColumn #brewersCalc
{
	border:0;
	margin:10px 0 0 0;
	padding:0;
	position:relative;
}

#rightColumn #brewersCalc #brewersCalcTextLine1
{
	color:#f6a525;
	position: absolute;
	top: 16px;
	left: 12px;
	font-size:23px;
	font-family:arial;
	font-weight:normal;
}

#rightColumn #brewersCalc #brewersCalcTextLine2
{
	color:#f6a525;
	position: absolute;
	top: 39px;
	left: 12px;
	font-size: 17px;
	font-family: arial;
	font-weight:bold;
	letter-spacing:0.4px
}

#rightColumn #brewersCalc #brewersCalcTextLine3
{
	color: white;
	position: absolute;
	top: 62px;
	left: 12px;
	font-size: 18px;
	font-family: arial;
	font-weight:normal;
}

#rightColumn #saveABeer
{
	border:0;
	margin:10px 0 0 0;
	padding:0;
	position:relative;
}

#rightColumn #saveABeer #saveABeerTextLine1
{
	color: white;
	position: absolute;
	top: 128px;
	left: 11px;
	font-size: 29px;
	font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	font-weight:bold;
	letter-spacing:.7px
}

#rightColumn #saveABeer #saveABeerTextLine2
{
	color: #f8b12d;
	position: absolute;
	top: 155px;
	left: 11px;
	font-size: 29px;
	font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	font-weight:bold;
	letter-spacing:.7px
}


#rightColumn #saveABeer #saveABeerExtra
{
	display:none;
	position:absolute;
	width:21px;
	height:83px;
	top:15px;
	left:200px;
	background: url(../images/saveABeer2.gif) transparent no-repeat 0 0;
}


.SearchboxBody {
	width:184px;
	background-image:url(../images/searchbg2.png);
	background-repeat:no-repeat;
	height:30px;
	padding:20px 1px 20px 6px;
}

/* *** FOOTER *** */

#footerBlock a,
#footerBlock a:visited
{
	text-decoration:		none;
	color:					#fff;
	display:inline;
}
#footerBlock a:hover
{
	text-decoration:		underline;
	color:					#fff;
}
#footerBlock ul
 {
	margin: 				0.3em 0 0 0; 
	padding:				0;
	list-style: 			none;
	text-align: 			right;
}
#footerBlock ul li
{
	margin: 				0;
	padding:				0 5px 0 5px;
	list-style: 			none;
	display:				inline;
	border-left:			1px solid #fff;
}
#footerBlock ul li.first
{
	border-width:			0;
}
#footerBlock #copyright
{
	margin: 				0.3em 0 0.3em 0.5em; 
}
#footerBlock .powered
{
	margin: 				0;
	float:  				right;
	text-align: 			right;
	padding:				0 0.5em 0 0;
}

#footerBlock .footerBullet
{
	/*
background: url(../images/footerBullet.gif) transparent no-repeat 0 0;
*/
width:4px;
height:9px;
margin-left:10px;
margin-right:10px;
display:inline;
}


/* *** LIST NAVIGATION *** */

#shoppingCart .listNavTable {
	font-size:10px;
	text-align:right;
	border-bottom:0px solid #AAA;
	padding-bottom:2px;
}
#shoppingCart .listNavTable span {
	padding:0 0.5em;
}
#shoppingCart .listNavTable a {
	margin:0;
	padding:0;
}
#shoppingCart .listNavTable img {
	display:inline;
	border-width:0px;
	margin:1px 0;
	vertical-align:middle;
}

/* *** 'BACK' LINKS IN SHOPPING CART HEADERS *** */

#shoppingCart #linkHeader {
	position:relative;
	width:548px;
	margin-left:0px;
	margin-bottom:10px;
	border-bottom: 1px solid #6ebe44;
}
#shoppingCart h2 {
	margin: 			10px 0 10px 0;
/*
	border:1px solid #000;
	padding:			0.2em 0.5em;
*/
	font-size:  		1.5em;
	color:  			black;
	font-weight:normal;
}
#shoppingCart .fakeH2 {
	margin: 			0 0 10px 0;
	padding:			0.2em 0.5em;
	font-size:  		0.9em;
	color:  			#E48300;
	font-weight:		bold;
	position:absolute;
	top:0;
	right:0;
}

/* Holly Hack - only Explorer PC sees this \*/
* html #shoppingCart #linkHeader .fakeH2 {right:160px;background-color:transparent;}
/* End Hack */

#shoppingCart .fakeH2 a 		{color:#000;}
#shoppingCart .fakeH2 a:hover 	{color:#000;}

/* *** BREADCRUMBS *** */

#breadcrumbs {
	font-size:0.7em;
	padding:0 0 0.5em 0;
	background-color:#FFF;
}

/* **** IE7 FIX **** */
#shoppingCart .contentArea
{
	width:100%;
	margin-left:0px;
}

.returnLogin
{
	background-color:transparent;
	background-image : url(../images/return_login.gif);
	background-repeat : no-repeat;
	position : relative;
	height : 210px;
}
.returnLogin #elfID { position : absolute; top : 24px; left : 4px; width : 160px; border-width : 0; background-color : #d8d9db; }
.returnLogin #elfPW { position : absolute; top : 73px; left : 4px; width : 160px; border-width : 0; background-color : #d8d9db; }
.returnLogin #rememberme { position : absolute; top : 105px; left : 13px; border : 1px solid #fff;  background-color : #fff; }
.returnLogin #remembermediv
{
	position : absolute; top : 105px; left : 13px;
	background-color:transparent;

	width : 16px;
	height : 16px;
}
.returnLogin .theTick
{
	background-image : url(../statimages/tick.png);
	background-repeat : no-repeat;
}

.returnLogin #buttonGo { position : absolute; top : 135px; left : 6px; }

.returnLogin #retrievepassword { position : absolute; top : 160px; left : 16px; }
