/*Hide page elements to begin with*/
#page, #footer {
	visibility: hidden;
}

body {
	margin: 0;
	padding: 50px 0 0;
	font-family: 'Times New Roman', serif;
	font-size: 100%;
	background: #FFF url(../images/map_bg.jpg) repeat left top;
	line-height:100%;
}
img {
	border:none;
}


/*Logo*/
h1#logo {
	overflow:hidden;
	height:112px;
	width:240px;
	position:absolute;
	bottom:0;
	left:400px;
}
h1#logo a {
	height:112px;
	display:block;	
	text-indent:-999%;
}


/*Text*/
h1 {
	font-family: Baskerville, Georgia, 'Times New Roman', serif;
	font-size:41px;
	color: #036;
	font-weight:bold;
	text-transform:uppercase;
	line-height:100%;
	padding:0 0 5px;
	margin:0;
	text-shadow: #ccc 0.1em 0.1em 2px;
}

h2 {
    margin: 0;
    padding: 0 0 8px;
	 font-weight:bold;
	 font-size:22px;
	 line-height:120%;
	 color:#036;
	 text-shadow: 0.1em 0.1em #ccc;
}

h3 {
    margin: 0;
    padding: 0 0 5px;
	 font-weight:bold;
	 font-size:14px;
	 line-height:130%;
	 color:#333;
}
p {
	color:#333;
	font-size:13px;
	line-height:1.4em;
	margin:0 0 15px;
	padding:0;
	font-family: 'Lucida Grande', Tahoma, Arial, Helvetica, sans-serif;
}
#home p { padding-left: 200px;}



/*Links*/
a {
	color: #06C;
	text-decoration:none;
	outline:none;
}
a:hover {
	text-decoration:underline;
	color: #036;
}


/*Structure*/
#page {
	width: 990px;
	height: 635px;
	margin:0 auto 0;
	background:transparent url(../images/page-bg2.jpg) no-repeat 0 0;
	position:relative;
	padding-top: 65px;
}
#slider {
	width: 860px;
	height:520px;
	margin: 0 auto 0 auto;
	position: relative;
}
.hide {
    display: none;
}
.scroll {
	height: 520px;
	width: 860px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;
}
.scrollContainer {
	overflow:hidden;
}
#home {
	background: #FFF url(../images/home-test.jpg) no-repeat left top;
}
#fish {
	background: #FFF url(../images/fish-test.jpg) no-repeat left top;
}
#windmill {
	background: #FFF url(../images/windmill-test.jpg) no-repeat left top;
}
#windmill p {
	margin-right: 200px;	
}
#boatbuilder {
	background: #FFF url(../images/boatbuilder-test.jpg) no-repeat left top;
}
#tonga {
	background: #FFF url(../images/tonga-test.jpg) no-repeat left top;
}
#premium-lager {
	background: #FFF url(../images/premium-lager.jpg) no-repeat left top;
}
#pale-ale {
	background: #FFF url(../images/pale-ale.jpg) no-repeat left top;
}
#pale-ale h1, #pale-ale h2 , #pale-ale p { color: white; text-shadow: none;}
#stockists {
	background: #FFF url(../images/stockists-test.jpg) no-repeat left top;
}
.scrollContainer div.panel {
	padding: 20px 20px 20px 240px;
	height: 480px;
	width: 600px;
}
#bottle1, #bottle2 {
	position:absolute;
	top: 25px;
	width:167px;
	height: 670px;
	background-repeat:no-repeat;
	background-color:transparent;
}
#bottle1 {
	background-image: url(../images/jb-premium-lager.png);
	left:50px;
}
#bottle2 {
	background-image: url(../images/bostons-mill-pale-ale.png);
	left:120px;
}
#bottle1 a, #bottle2 a {
	display: block;
	height:670px;
	outline:none;
}

.to-front { z-index:800; background-position:center bottom; }
.to-back { z-index:700; background-position:center top; }




/*Nav*/
ul.navigation {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top:14px;
	float:right;
	top:0;
	right:65px;
	z-index:999;
	position: absolute;
}
ul.navigation li {
   display: inline;
   margin: 0 10px 0 0;
	padding:0;
	float:left;
}
ul.navigation li.last { margin-right:0;}
ul.navigation li a {
	padding: 3px 8px;
	font-size:14px;
	color: #003366;
	text-decoration: none;
	display:block;
	text-align:center;
}
ul.navigation li a:hover {
   background-color: #f6f6f6;
	-moz-border-radius:4px; /*FF*/
	-webkit-border-radius:4px; /*Safari & Chrome*/
	border-radius: 4px; /*CSS3*/
	text-decoration: none;
}
ul.navigation li a.selected, ul.navigation li a.selected:hover {
   background-color: #036;
	color:#FFF;
	-moz-border-radius:4px; /*FF*/
	-webkit-border-radius:4px; /*Safari & Chrome*/
	border-radius: 4px; /*CSS3*/
}
ul.navigation li a:focus {
    outline: none;
}



/*buttons*/
.next-btn {
	width: 95px;
	height: 68px;
	bottom: 30px;
	right: 30px;
	position:absolute;
	z-index:888;
	display:none;
}
.next-btn a {
	display: block;
	height: 68px;
	cursor:pointer;
	text-indent:-900%;
	overflow:hidden;
	background: transparent url(../images/btn-next.png) no-repeat 0 bottom;
}
.next-btn a:hover {
	background-position: left top;	
}
.clickme {
	position: absolute;
	cursor:pointer;
}
.clickme a {
	display:block;
	outline:none;
}
.clickme .close-btn {
	top:0;
	right:0;
	position:absolute;
	display: none;
}
#tongan-click {
	z-index:600;
	float:right;
	margin-top:5px;
	margin-right:0;
	position:relative;
	margin-right:-25px;
	margin-left:5px;
	bottom: 0;
}
#tongan-click .close-btn {
	right:30px;
	top: 10px;
}
#video-click {
	z-index:600;
	float:right;
	margin-left:5px;
	position:relative;
	margin-right:-35px;
	margin-top:-15px;
}
#video-click .close-btn {
	top: 0;
	left:-10px;
}
#wiki-click {
	z-index:600;
	position: absolute;
	left: 185px;
	top: 414px;
}
#buynow-click {
	z-index:600;
	position:absolute;
	top: 357px;
	left: 430px;
}
#buynow-click .close-btn {
	top: 30px;
	left:-10px;
}
#six-pack-click {
	display:block;
	margin-bottom:20px;
	position:relative;
	text-align:center;
	width:230px;
}
.scrollButtons a {
    position: absolute;
    top: 260px;
    cursor: pointer;
	 width:42px;
	 height:42px;
	 overflow:hidden;
	 display:block;
	 outline:none;
	 overflow:hidden;
	 text-indent:-900%;
}
.scrollButtons a:hover {
	background-position: left bottom !important;	
}
.scrollButtons a.prev {
	 left: -53px;
	 background: transparent url(../images/arrow_left.png) no-repeat 0 0;
}
.scrollButtons a.next {
	left: 872px;
	background: transparent url(../images/arrow_right.png) no-repeat 0 0;
}



/*Footer*/
#footer {
	text-align: left;
	font-size:11px;
	padding:10px 0 40px;
	width:990px;
	margin:0 auto;
}
#footer, #footer a {
	color:#D0B693;
}
#footer .copyright {
	float:left;
	width:495px;
}
#footer .legal {
	float: right;	
	width:495px;
	text-align:right;
	font-size:14px;
}
#footer .legal ul {
	list-style:none;
	margin:0;
	padding:0;
}
#footer .legal ul li {
	border-right: 1px #AD8444;
	padding: 0 5px;
	display:inline;
}
#footer .legal ul li.last {
	border-right:none;
}

	


/*Specific page layout*/
#premium-lager .left-col, #premium-lager .right-col,
#pale-ale .left-col, #pale-ale .right-col {
	position:relative;
	height:100%;
}
#premium-lager .left-col,
#pale-ale .left-col {
	margin-right: 270px;
}
#premium-lager .left-col p,
#pale-ale .left-col p {
	font-size: 12px;
	margin-bottom:10px;
	line-height:1.5em;
}
#premium-lager .left-col .next-btn,
#pale-ale .left-col .next-btn {
	bottom:0;
	right:0;
}
#premium-lager .right-col,
#pale-ale .right-col {
	width: 240px;
	float:right;
	color:white;
}
#premium-lager .right-col h2,
#pale-ale .right-col h2 {
	padding-bottom:15px;
	text-shadow:none;
	color:white;
}
#premium-lager .right-col p,
#pale-ale .right-col p {
	font-size: 11px;
	color:white;
	margin-bottom:8px;
}
#premium-lager .right-col a, #premium-lager .right-col a:hover,
#pale-ale .right-col a, #pale-ale .right-col a:hover{
	color: white;	
	font-weight:bold;
}

#stockists h1 {
	color: white;	
	padding-bottom: 20px;
	text-shadow:none;
}
#stockists h2 {
	color: white;	
	padding-bottom: 5px;
	text-shadow:none;
}
#stockists h3 {
	color: white;	
}
#stockists p {
	color: white;
	font-size:11px;
	margin-bottom:20px;
}
#stockists a {
	color: white;	
	font-weight:bold;
}
#stockists .left-col, #stockists .middle-col, #stockists .right-col {
	width: 190px;
	float:left;
	position:relative;
	height:100%;
}
#stockists .middle-col, #stockists .right-col {
	margin-left:10px;
}
#stockists h2 {
	border-bottom: 1px solid #003B98;
	margin-bottom:5px;
}

#stockists .vertical-table {
	border: none;
	border-collapse:collapse;
	font-size:10px;
	line-height:110%;
	font-family: Verdana, Geneva, sans-serif;

}
#stockists .vertical-table tr th {
	width:30%;
	font-weight:normal;
	color: #999;
	text-align:left;
	vertical-align:top;
	padding:2px 2px 2px 0;
}
#stockists .vertical-table tr td {
	width: 70%;
	color: #EEE;
	vertical-align:top;
	padding:2px 2px 2px 0;
}
