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

/* General code */

body {
	background: rgb(249, 247, 234);
	color: #000;
	margin-top: 0;
    margin-bottom: 0;
    margin-left:auto;
    margin-right:auto;
	padding: 0;
	font: 13px "Arial Narrow", Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	z-index: -1;
    width:100%;
    height:auto;
    /*overflow:hidden;*/
    text-align:center;
}

a	{outline:none;}

h1 {
	font-weight: bold;
	font-size: 3.8em;
	margin-top: 63px;
}

h2 {
	font-weight: normal;
	font-size: 1.85em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-weight: bold;
	margin-bottom: -1em;
}

img {
	border-style: none;
}


/* Home Page code */

#home {
	left:0px;
	top:0px;
	width:1024px;
	height:768px;
	margin: auto;
	z-index: 1;
    text-align:left;
}

#bg-beer-l {
	left:0px;
	top:0px;
	width:145px;
	height:768px;
	float: left;
	background: transparent	url(images/bg-beer-l.jpg) no-repeat;
}

#bg-beer-c a {
	left:145px;
	top:0px;
	width:520px;
	height:768px;
	float: left;
	background: transparent	url(images/bg-beer-c.jpg) no-repeat;
	border-style: none;
}


#bg-beer-c a:hover {
	background-position: -520px 0;
}

#mask1, #mask2, #mask3, #mask3a, #mask4 {
	position: absolute;
	margin-left: 143px;
}
#mask1 {
}

#mask2 {
	margin-top: 118px;
}

#mask3 {
	margin-top: 537px;
	margin-left: 252px;
}

#mask4 {
	margin-top: 661px;
}

#bg-beer-c img {
	margin-top: 547px;
}

#bottlecaps {
	position: absolute;
	top: 544px;
	left: 213px;
}

#bg-beer-r {
	left:665px;
	top:0px;
	width:359px;
	height:768px;
	float: left;
	background: transparent	url(images/bg-beer-r.jpg) no-repeat;
}

#centra-r {
	float: right;
	margin-right: 46px;
	margin-top: -683px;
}


/* Top navigation */

#home-nav {
	width:926px;
	top: -695px;
	left: 49;
	height: 46px;
	float: left;
	position: relative;
}

#n-01 {
	width: 74px;
	height:46px;
	
	z-index: 1;
}
#n-02 {
	width:44px;
	height:46px;
	
	z-index: 2;
}
#n-03 {
	width: 72px;
	height:46px;
	
}
#n-04 {
	width:138px;
	height:46px;
	
}
#n-05 {
	width: 109px;
	height:46px;
	
}
#n-06 {
	width:71px;
	height:46px;
	
}
#n-07 {
	width: 87px;
	height:46px;
	
}
#n-08 {
	width:62px;
	height:46px;
	
}
#n-09 {
	width: 95px;
	height:46px;
	
}
#n-10 {
	width:76px;
	height:46px;
	
}
#n-11 {
	width:86px;
	height:46px;
	margin-bottom:0px;
	
}

/* Bottom Navigation */

#centra-f {
	position: absolute;
    top: 0;
    left: auto;
    padding:0px;
    margin:0px;
	margin-top: 673px;
	padding-left: 19px;
	float: right;
	height: 48px;
	/*width: 980px;*/
    width:1005px;
}

#centra-fl {
	float: left;
}

#centra-fr {
	float: left;
	padding-left: 311px;
}

#centra-f a {
	color: black;
	text-decoration: none;
	vertical-align: 20px;
}

#centra-f a:hover {
	color: goldenrod;
}

#centra-fl a, #centra-fr a {
    margin:0px;
    padding:0px 44px;
}

#centra-f a img {
	margin: 0;
    padding:0px;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#fb, #tw, #em {float:left; margin:0px; padding:0px;}

#fb a {
	left: 0;
	top: 0;
	width: 56;
	height: 47;
	background: transparent url(images/fb-p.png) no-repeat;
	display: block;
    cursor:pointer;
    margin:0px;
    padding:0px;
}

#fb a:hover {
	background-position: -56px 0;
    cursor:pointer;
}

#tw a {
	left: 0;
	top: 0;
	width: 46;
	height: 47;
	background: transparent url(images/tw-p.png) no-repeat;
	display: block;
    cursor:pointer;
    margin:0px;
    padding:0px;
}

#tw a:hover {
	background-position: -46px 0;
    cursor:pointer;
}

#em a {
	left: 0;
	top: 0;
	width: 42;
	height: 47;
	background: transparent url(images/em-p.png) no-repeat;
	display: block;
    cursor:pointer;
    padding:0px;
    margin:0px;
}

#em a:hover {
	background-position: -42px 0;
    cursor:pointer;
}


/* Footer */

#footer {
	width: 1024px;
	margin: auto;
	font-size: .85em;
	line-height: 1em;
	height: 13px;
	clear: both;
	position: relative;
	bottom: 62px;
}

#footl {
	width: 40%;
	float: left;
}

#footc {
	text-align: center;
	float: left;
}

#footc a {
	float: none;
}

#footr {
	width: 35%;
	float: right;
	text-align: right;
}

#footer a {
	color: #000;
	text-decoration: none;
	padding: 0 15px;
}

#footer a:hover {
	text-decoration: underline;
}

