@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
* {
    Box-sizing: Border-box
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		X 4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	15;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
	padding-bottom: 0px;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 96.7391%;
	padding-left: 1.6304%;
	padding-right: 1.6304%;
	clear: none;
	float: none;
}
.header {
}
.tagline {
	text-align: center;
}
.logo {
	width: 100%;
	text-align: center;
}
.cansphoto {
clear: both;
margin-left: 0;
width: 100%;
}
.maincontent {
}
.distillerycontent {
	text-align: center;
}
.footer {
}
#navbar {
	clear: both;
	/* [disabled]margin-left: 0; */
}
body {
	background-color: #000000;
}
.brewcontent {
}
.brewscontent {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
}
.pagetitle {
	text-align: center;
	color: #48C2FF;
	font-family: aclonica;
	font-style: normal;
	font-weight: 400;
	font-size: x-large;
	padding-top: 10px;
	padding-bottom: 10px;
}
.beermain {
	background-color: #D1E5EC;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 20px;
	color: #000000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: medium;
	line-height: 140%;
	width: 80%;
	border-radius: 20px;
	margin-left: 10%;
	margin-right: 10%;
}
.brewmaster {
	background-color: #D1E5EC;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 20px;
	color: #000000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: medium;
	line-height: 140%;
	width: 80%;
	border-radius: 20px;
	margin-left: 10%;
	margin-right: 10%;
	text-align: center;
}
.beermain img {
	background-color: #D1E5EC;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #000000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: medium;
	line-height: 140%;
	float: left;
	margin-right: 20px;
}
.beerlabelstrip {
	text-align: center;
}

.freeshipping {
	background-color: #FFE5B4;
	color: #000000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: medium;
	line-height: normal;
	text-align: center;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
}

.specialretail {
	background-color: #FFE5B4;
	color: #000000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: medium;
	line-height: normal;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	clear: both;
	margin-left: 0;
}

.retailwrapper {
}
.retailcol1 {
}
.RetailCol1 {
width: 100%;
}
.retailtitle {
}
.Col2Retail {
width: 100%;
}
.MerchCol1 {
	text-align: center;
	background-color: #D1E5EC;
	width: 100%;
}
.MerchCol2 {
	text-align: center;
	background-color: #D1E5EC;
	width: 100%;
}
.footerhours {
margin-left: 3.3707%;
clear: none;
width: 100%;
}
.footerpackaging {
width: 100%;
clear: both;
margin-left: 0;
}
.footerlinks {
}
#packaing {
}
.newfreeship {
}
.foodmenu {
}
.employment {
}
#distributors {
}
.distributors {
}
.gelato {
}
#holiday {
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
a.special:link {
	color: #48C2FF;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-weight: bold;
	font-size: medium;
	line-height: normal;
	text-decoration: none;
}

.gridContainer {
	width: 91.4836%;
	padding-left: 0.7581%;
	padding-right: 0.7581%;
	clear: none;
	float: none;
	margin-left: auto;
}
.header {
}
.tagline {
}
.logo {
	width: 100%;
	text-align: left;
	background-image: url(images/home-top.jpg);
}
.cansphoto {
	margin-left: 1.6574%;
	clear: none;
	/* [disabled]width: auto; */
	width: 100%;
	background-image: url(images/topcans.jpg);	                            
}
.maincontent {
}
.footer {
}
#navbar {
	/* [disabled]margin-left: 1.6574%; */
	clear: none;
}
.brewcontent {
}
.brewscontent {
width: 100%;
}
.pagetitle {
}
.beermain {
	margin-left: 10%;
	margin-right: 10%;
}
.beerlabelstrip {
}

.RetailCol1 {
	width: 49.1712%;
	display: block;
}
.retailtitle {
}
.Col2Retail {
width: 49.1712%;
}
.footerhours {
clear: both;
margin-left: 0;
width: 49.1712%;
}
.footerpackaging {
	width: 49.1712%;
	margin-left: 1.6574%;
	clear: none;
	float: left;
}
.footerlinks {
}
#packaing {
}
.newfreeship {
}
.foodmenu {
}
.employment {
}
#distributors {
}
.distributors {
}
.gelato {
}
#holiday {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}

}
.freeshipping {
	width: 48%;
	/* [disabled]margin-left: 3%; */
	min-height: 250px;
}

.specialretail {
	width: 80%;
	clear: none;
	border-radius: 20px;
	margin-left: 10%;
	margin-right: 10%;
}

.retailwrapper {

}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
.RetailCol1 {
	background-color: #D1E5EC;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: medium;
	line-height: normal;
	border-radius: 20px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	color: #000000;
	display: block;
}
.RetailCol2 {
	background-color: #D1E5EC;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: medium;
	line-height: normal;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 20px;
	text-align: center;
}
.retailtitle {
	width: 40%;
	margin-left: 30%;
	margin-right: 30%;
	/* [disabled]margin-top: 10px; */
	/* [disabled]margin-bottom: 10px; */
	text-align: center;
	font-family: aclonica;
	font-style: normal;
	font-weight: 400;
	font-size: x-large;
	line-height: normal;
	border-radius: 20px;
	background-color: #48C2FF;
	top: 10px;
	bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #000000;
}
.Col2Retail {
	width: 48%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	color: #000000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: medium;
	line-height: normal;
	text-align: center;
	background-color: #D1E5EC;
	border-radius: 20px;
}
.MerchCol1 {
	text-align: center;
	background-color: #D1E5EC;
	width: 49.1712%;
}
.MerchCol2 {
	text-align: center;
	background-color: #D1E5EC;
	width: 49.1712%;
}
.footerhours {
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	float: left;
	clear: both;
	margin-left: 0;
	width: 100%;
}
.footerpackaging {
	text-align: left;
	margin-left: 10px;
	width: 100%;
	background-color: #353535;
	padding-left: 10px;
	padding-right: 0px;
	clear: both;
}
.footerlinks {
	text-align: left;
}
#packaing {
}
.newfreeship {
}
.foodmenu {
}
.employment {
}
#distributors {
}
.distributors {
	margin-top: 10px;
	margin-left: 10%;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-right: 20px;
	width: 80%;
	text-align: center;
	color: #000000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: medium;
	line-height: normal;
	background-color: #d1e5ec;
	border-radius: 20px;
}
.gelato {
}
#holiday {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 89.0217%;
	max-width: 1232px;
	padding-left: 0.4891%;
	padding-right: 0.4891%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
.header {
}
.tagline {
}
.logo {
width: 100%;
}
.cansphoto {
clear: none;
margin-left: 1.0989%;
width: 100%;
}
.maincontent {
}
.footer {
}
#navbar {
	clear: both;
	/* [disabled]margin-left: 0; */
}
.brewcontent {
}
.brewscontent {
width: 100%;
}
.pagetitle {
}
.beermain {
	margin-left: 10%;
	margin-right: 10%;
}
.beerlabelstrip {
}
.freeshipping {
width: 100%;
}
.specialretail {
	width: 80%;
	clear: both;
	margin-left: 10%;
	margin-right: 10%;
}
.retailwrapper {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
