html {
    height: 100%;
    overflow-y: scroll;
}
body {                     
  background-color: #595959;
  font-size: 14px;
  line-height: 21px;
}
* {
    margin: 0; 
    padding: 0;
    font-family: Georgia, Times New Roman, serif;
    color: #000;
}
img {
    border: none;
}
.cb {
    clear:both;
}
#site-ctr {
  position: relative;
  width: 100%;
  background-image: url(../images/beer-background.jpg);
  background-repeat: no-repeat;
  background-position: top center;  
}
#main-ctr {
  position: relative;
  width: 1254px;
  background-image: url(../images/wood-background.png);
  background-repeat: repeat-y;
  margin:0px auto;
  
}
#nav-ctr {
  width: 1254px;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -627px;
}
#nav-ctr img {
  position: absolute;
  top: 0px;
}
#nav-logo {
  left: 30px;
}
#nav-who {
  left: 390px;
}
#nav-beer {
  left: 512px;
}
#nav-wine {
  left: 632px;
}
#nav-spirits {
  left: 765px;
}
#nav-party {
  left: 900px;
}
#nav-work {
  left: 1020px;
}
#footer-ctr {
  position: relative;
  width: 1186px;
  height: 197px;
  background-image: url(../images/footer-background.png);
  background-repeat: no-repeat;
  margin:-197px auto 0px auto;
}
#footer-ctr #footer-links {
  position: absolute;
  top: 84px;
  left: 59px;
  width: 775px;
}
#footer-ctr #footer-links p.big {
  margin-bottom: 2px;
}
#footer-ctr #footer-links p.big a {
  font-size: 1.3em;
  font-weight: bold;
  color: #471c0c;
}
#footer-ctr #footer-links p.big span {
  padding: 0px 15px;
  color: #471c0c;
}
#footer-ctr #footer-links p.small span {
  padding: 0px 10px;
  color: #471c0c;
}
#footer-ctr #footer-links p.small a {
  font-size: 0.95em;
  font-weight: bold;
  color: #471c0c;
}
#footer-ctr #copyright {
  position: absolute;
  top: 159px;
  left: 59px;
  color: #471c0c;
}
#footer-ctr #footer-spike {
  position: absolute;
  left: 841px;
  top: 80px;
}
#footer-ctr #footer-wings {
  position: absolute;
  left: 988px;
  top: 60px;
}
#footer-ctr #footer-built {
  position: absolute;
  left: 879px;
  top: 160px;
}
.menu-ctr {
  position: absolute;
  top: 10px;
  left: 340px;
  width: 288px;
  height: 441px;
  background-image: url(../images/menu_dropdown.png);
  background-repeat: no-repeat; 
  display:none;
}
.menu-ctr .menu-items {
  position: absolute;
  top: 112px;
  left: 33px;
  width: 220px;
}
.menu-ctr .menu-items a {
  position: relative;
  display:block;
  width: 220px;
  height: 52px;
  background-image: url(../images/menu_item_off.png);
  background-repeat: no-repeat;  
  margin-top: -5px;
} 
.menu-ctr .menu-items a:hover {
  background-image: url(../images/menu_item_on.png);
} 
.menu-ctr .menu-items a img {
  display:block;
  margin-left: 33px;
  margin-top: 10px;
}
.widget-image {
  position: absolute;
}
.widget-image .widget-text h3 {
        font-size: 1.4em;
        color: #730209;
	margin-bottom: 10px;
}

.widget-carblock {
  position: absolute;
  width: 883px;
  height: 773px;
  background-image: url(../images/taped-block.png);
  background-repeat: no-repeat;
}
.widget-carblock .carblock-images {
  position: absolute;
  top: 111px;
  left: 193px;
  width: 504px;
  height: 390px;
}
.widget-carblock .carblock-images .carblock-image {
  display:none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 504px;
  height: 390px;
}
.widget-carblock .carblock-images .on {
  display: block;
}
.widget-carblock .carblock-images .carblock-image img {
  display:block;
}
.widget-carblock .carblock-captions {
  position: absolute;
  top: 515px;
  left: 193px;
  width: 504px;
  height: 75px;
}
.widget-carblock .carblock-captions p.carblock-caption {
	position: absolute;
	top: 0px;
 	left: 0px;
	width: 504px;
	height: 75px;
        font-family: 'Lilita One', cursive;
 	color: #f5e2af;
	font-size: 2em;
	line-height: 1.3em;
     	display:none;
}
.widget-carblock .carblock-captions p.on {
	display:block;
}
.widget-carblock .widget-carblock-left {
	display:block;
	position: absolute;
	top: 320px;
	left: 143px;
}
.widget-carblock .widget-carblock-right {
        display:block;
        position: absolute;
        top: 320px;
        left: 687px;
}
.widget-carblock .widget-carblock-left img, .widget-carblock .widget-carblock-right img {
	display:block;
}
.headline {
	display:block;
	position: absolute;
	top: 200px;
	left: 115px;
}
.headline-inset {
	display:block;
	position: absolute;
	top: 115px;
	right: 115px;
}
.wwu-ctr {
	position: absolute;
	top: 280px;
	left: 0px;
	background-image: url(../images/work-with-us-landing-page-paper-background.png);
	background-repeat: no-repeat;
	width: 1237px;
	height: 1251px;
}
.wwu-content {
        position: absolute;
        top: 150px;
        left: 115px;
        width: 600px;
}
.wwu-content h3 {
	font-size: 1.4em;
	color: #730209;
}
.wwu-content p {
	font-size: 1.2em;
}
.wwu-pshort p {
	width: 550px;
}
.sustain-ctr {
        position: absolute;
        top: 280px;
        left:0px;
        background-image: url(../images/sustainability-landing-page-paper-background.png);
        background-repeat: no-repeat;
        width: 1237px;
        height: 1554px;
}
.sustain-content {
        position: absolute;
        top: 150px;
        left: 115px;
        width: 700px;
}
.smaller {
	width: 740px;
  	font-size: 0.9em;
}
.sustain-wider {
        position: absolute;
        top: 150px;
        left: 115px;
	width: 700px;
}
.sustain-wider p, .sustain-content p {
        font-size: 1.2em;
        line-height: 1.2em;
}
.sustain-wider ul, .sustain-content ul {
	margin: 10px 0px 10px 40px;
}
.sustain-wider ul li, .sustain-content ul li {
	font-size: 1.2em;
}
.wwa-ctr {
	position: absolute;
	top: 280px;
	left:0px;
	background-image: url(../images/golden-eagle-paper-background-who-we-are.png);
	background-repeat: no-repeat;
	width: 1237px;
	height: 944px;
}
.wwa-ctr .wwa-col1 {
  position: absolute;
  top: 90px;
  left: 350px;
}
.wwa-ctr .wwa-col2 {
  position: absolute;
  top: 90px;
  left: 880px;
}
.wwa-ctr .wwa-pages {
  position: absolute;
  top: 800px;
  left: 400px;
  font-size: 1.4em;
  font-weight: normal;
}
.wwa-ctr .pagetop {
  top: 110px;
}
.wwa-ctr .wwa-pages a {
  padding: 0px 10px;
  text-decoration:none;
}
.wwa-ctr .wwa-pages a.onpage {
  font-size: 1.7em;
  font-weight: bold;
}

.wwa-ctr .wwa-listitem {
  width: 240px;
  margin-bottom: 60px;
  margin-top: 50px;
}
.wwa-ctr .ebpad {
  margin-bottom: 100px;
}
.wwa-ctr .wwa-listitem img {
  margin: -70px 0px 0px -300px;
  float:left;
}
.wwa-ctr .wwa-listitem h3 {
        font-size: 1.1em;
        color: #730209;
}
.wwa-party .wwa-col1 {
	position: absolute;
	top: 170px;
	left: 400px;
	width: 300px;
}
.wwa-party .wwa-col2 {
        position: absolute;
        top: 170px;
        left: 800px;
        width: 300px;
}
.wwa-party .wwa-listitem {
	margin-bottom: 40px;
}
.wwa-party .wwa-listitem h2 {
        font-size: 1.4em;
        color: #730209;
}
.wwa-party .wwa-listitem p {
	font-size: 1.2em;
}
.wwa-content {
	position: absolute;
	top: 150px;
	left: 115px;
	width: 700px;
}
.wwa-content p, .wwa-content ul {
	font-size: 1.4em;
	line-height: 1.2em;
}
.wwa-content ul {
	margin-left: 40px;
}
.wwa-insets {
	position: absolute;
	top: 70px;
	left: 750px;
	width: 200px;
}
.wwa-carblock {
  position: absolute;
  width: 1183px;
  height: 606px;
}
.wwa-carblock .carblock-images {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1183px;
  height: 606px;
}
.wwa-carblock .carblock-images .carblock-image {
  display:none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1183px;
  height: 606px;
}
.wwa-carblock .carblock-images .on {
  display: block;
}
.wwa-carblock .carblock-images .carblock-image img {
  display:block;
}
.wwa-carblock .carblock-captions {
  position: absolute;
  top: 426px;;
  left: 105px;
  width: 650px;
  height: 170px;
}
.wwa-carblock .carblock-captions div.carblock-caption {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 650px;
        height: 170px;
        color: #fff;
        font-size: 1.4em;
        display:none;
}
.wwa-carblock .carblock-captions div.carblock-caption h3 {
	font-size: 1.5em;
	color: #fff;
	margin-bottom: 20px;
}
.wwa-carblock .carblock-captions div.carblock-caption p {
	font-size: 0.8em;
        color: #fff;
}
.wwa-carblock .carblock-captions div.on {
        display:block;
}
.wwa-carblock .wwa-carblock-left {
        display:block;
        position: absolute;
        top: 240px;
        left: 61px;
}
.wwa-carblock .wwa-carblock-right {
        display:block;
        position: absolute;
        top: 240px;
        left: 1080px;
}
.wwa-carblock .wwa-carblock-left img, .wwa-carblock .wwa-carblock-right img {
        display:block;
}
.beer-d {
	font-weight: bold;
	width: 600px;
	position: absolute;
	top: 230px;
	left: 500px;
	font-size: 1.2em;
}
.import-d {
        font-weight: bold;
        width: 600px;
        position: absolute;
        top: 210px;
        left: 600px;
        font-size: 1.1em;
}
.craft-d {
        font-weight: bold;
        width: 600px;
        position: absolute;
        top: 210px;
        left: 650px;
        font-size: 1.1em;
}
.gen-d {
        width: 600px;
        position: absolute;
        top: 220px;
        right: 115px;
        font-size: 1.3em;
	text-align: right;
}
.spirit-d {
        width: 700px;
        position: absolute;
        top: 200px;
        left: 480px;
        font-size: 1.2em;
}

.beer-links {
	position: absolute;
	top: 280px;
	left: 550px;
}
.beer-links img {
	display:block;
	margin-top: -1px;
}

.widget-logos {
	position: absolute;
	width: 1120px;
	height: 214px;
	overflow: hidden;
	background-image: url(../images/logo-strip.png);
	background-repeat: no-repeat;
}
.xback div.scrollableArea img {
	display: block;
	float: left;
	padding-left: 10px;
}
.xback div.scrollableArea {
	margin-top: 40px;
	height: 126px;
	overflow: hidden;
}
.widget-logos table {
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	margin:0;
	padding:0;
}
.widget-logos table td {
	height: 214px;
	vertical-align: middle;
}
.sing-car {
	position: absolute;
	top: 270px;
	left: 400px;
	width: 862px;
	height: 1111px;
	background-image: url(../images/wine-landing-page-paper-background.png);
	background-repeat: no-repeat;
}
.sing-listitem {
	position: relative;
	width: 500px;
	clear:both;
	height: 140px;
}
.sing-listitem-wine {
        position: relative;
        width: 500px;
        clear:both;
        height: 290px;
}
.sing-listitem h3,.sing-listitem-wine h3 {
        font-size: 1.4em;
        color: #730209;
}
.sing-alone {
	padding-bottom: 60px;
	height: auto;
}
.sing-car .sing-item .sing-listitem img {
	position: relative;
	float:left;
	margin-top: -20px;
	margin-right: 20px;
}
.sing-car .sing-item .sing-listitem span {
	position: relative;
	float:left;
	margin-top: -20px;
	margin-right: 20px;
}
.sing-car .sing-item .sing-listitem-wine img {
        position: relative;
        float:left;
        margin-top: -20px;
        margin-right: 20px;
}
.sing-car .scroller-content {
	position: absolute;
	top: 135px;
	left: 210px;
	width: 410px;
}
.sing-car .nosing-content {
	position: absolute;
	top:135px;
	left:100px;
	width: 410px;
}
.sing-car .nosing-content p.smaller {
	width: 370px;
	margin:0px auto;
}
.sing-car .sing-item {
	position: absolute;
	top:0px;
	left:0px;
	display:none;
}
.sing-car .on {
	display:block;
}
.sing-car .sing-item img.wine-bottle {
	position: absolute;
	top: 160px;
	left: 190px;
	display:block;
}
.sing-car .sing-item img.spirit {
        position: absolute;
        left: 190px;
        display:block;
	top: 320px;
}
.sing-car .sing-item .sing-content {
	position: absolute;
	top: 120px;
	left: 460px;
	width: 300px;
}

.sing-car .sing-item .sing-content p {
	font-size: 1.3em;
}
.sing-car .sing-item .sing-content h2, .sing-car .sing-item .sing-content h3 {
	font-size: 1.4em;
	color: #730209;
}
.sing-left, .sing-right {
	position: absolute;
	top: 500px;
	display:block;
}
.spirit-car {
	top: 500px;
}
.sing-left {
	left: 130px;
}
.sing-right {
	left: 770px;
}
.stretch2-ctr {
  position: relative;
  width: 980px;
  margin: 0px auto 0px auto;
  padding-top: 315px;
}
.stretch2-content {
  padding: 40px;
  background-image: url(../images/paper-grain.jpg);
  box-shadow: 0px 10px 20px #000;
  min-height: 700px;
  margin-bottom: 50px;
}
.stretch2-content .tape {
  display:block;
  width: 155px;
  height: 69px;
  margin: -71px auto 0px auto;
}
  
.stretch-ctr {
  position: relative;
  padding-top: 300px;
}
.stretch-ctr #paper-top, .stretch-ctr #paper-bottom {
  position: relative;
  display:block;
}
.stretch-ctr #paper-content {
  position: relative;
  width: 1222px;
  background-image: url(../images/paper-middle.png);
  background-repeat: repeat-y;
}
.stretch-ctr #paper-content #paper-text {
  position: relative;
  width: 972px;
  margin: 0px auto;
  padding: 0px 75px;
}
.s-listing {
  display: block;
  margin: 10px 0px 10px 50px;
}
.bigform p {
	margin: 20px 0px 0px 0px;
}
#contest-div {
	margin-left: 60px;
}
#contest-form .field_fl {
	width: 150px;
	float: left;
	clear:both;
	height: 34px;
	line-height: 34px;
}
#contest-form .tinput {
        border: 1px solid #c7c6c5;
        background-color: #f4f4df;
        width: 300px;
        height: 34px;
        line-height: 34px;
	float:left;
}
.tinput {
	border: 1px solid #c7c6c5;
	background-color: #f4f4df;
	width: 500px;
	height: 34px;
	line-height: 34px;
}
#contest-form div.tinput select {
	border:none;
	background-color: transparent;
	width: 298px;
        line-height: 34px;
}
.tbinput {
        border: 1px solid #c7c6c5;
        background-color: #f4f4df;
        width: 500px;
}
.date_range, .time_range {
        border: 1px solid #c7c6c5;
        background-color: #f4f4df;
        width: 256px;
        height: 34px;
        line-height: 34px;
}
.select_dd {
        border: 1px solid #c7c6c5;
        background-color: #f4f4df;
        width: 256px;
        height: 34px;
        line-height: 34px;
}
p.error {
	color: #990000;
}
ul.errors {
	margin: 0px 0px 0px 30px;
}
ul.errors li {
	color: #990000;
}
.contest-img {
	position: absolute;
	display: block;
}
.contest-inset {
	position: absolute;
	display: block;
	top: 10px;
	left: 555px;
}
.contest-stretch-inset {
        position: absolute;
        display: block;
        top: 470px;
        left: 555px;
}
.contest-pos1 {
	top: 10px;
	left: 80px;
}
.contest-pos3 {
	top: 500px;
	left: 80px;
}
.contest-pos2 {
	top: 10px;
	left: 515px;
}
.contest-pos4 {
	top: 500px;
	left: 515px;
}
span.required {
	color: #990000;
}
p.pdflink {
	vertical-align: top;
}
p.pdflink img {
	display:block;
	float: left;
	margin-right: 10px;
}
.sitemap {
	display:block;
}
.sitemap_1 {
	font-size: 1.2em;
	font-weight: bold;
}
.sitemap_2 {
	font-size: 1.1em;
	margin-left: 40px;
}
.sitemap_3 {
        margin-left: 70px;
}
.sitemap_4 {
        margin-left: 100px;
}
#age-verification {
        position: relative;
        margin-top: 150px;
        background-image: url(../images/verification-background.jpg);
        background-repeat: no-repeat;
        background-position: top center;
        height: 376px;
}
#age-verification #ageform {
        position: relative;
        width: 1118px;
        margin: 0px auto;
}
#ageform #av_month, #ageform #av_day, #ageform #av_year {
        position: absolute;
        border: 1px solid #c7c6c5;
        background-color: #f4f4df;
        font-size: 1.3em;
}
#ageform #av_month {
        top: 170px;
        left: 418px;
        width: 218px;
        height: 34px;
        line-height: 34px;
}
#ageform #av_day {
        top:170px;
        left: 660px;
        width: 128px;
        height: 34px;
        line-height: 34px;
}
#ageform #av_year {
        top:170px;
        left: 809px;
        width: 128px;
        height:34px;
        line-height: 34px;
}
#ageform #av_enter {
        position: absolute;
        top: 232px;
        left: 418px;
}

