﻿
html, body, #divContainer {
	min-height: 100%;
	width: 100%;
	height: auto;
}

body {
	margin: 0;
}

#divContainer 
{ 
	position: absolute;
	top: 0;
    left: 0;
    left: 50%;
	width:900px;
	margin-left:-450px;
}


html { min-height: 100%; margin-bottom: 1px; }

#divMain {
	margin-bottom: 5em;
	height: auto;
	padding-bottom: .5em;
	padding-left: .5em;
	padding-right: .5em;
	width: 900px;
	
}

#footer 
{
	position: absolute;
	bottom: 0;
	width: 900px; /* See note below */
	text-align: center;
}

#divContact
{
	float: left;
}

@font-face {
  font-family: "montauk beverageworks"; 
  src: url(mbevfont.eot);
}

@font-face {
  font-family: "montauk beverageworks"; 
  src: url(mbevfont.ttf) format("truetype");
}

.mbev
{
	font-family: montauk beverageworks, Cursive;
	
}
 ul { list-style-type: none; } 


.divRetailers
{
	background-color: #dcdcdc;
}

.divPopup
{
	border-right: #000000 2px solid;
	border-top: #000000 2px solid;
	border-left: #000000 2px solid;
	border-bottom: #000000 2px solid;
}



.divHover:hover
{
	text-decoration: underline;
}

.divHeader
{
	float: left;
	border-left: #000000 1px solid;
	border-top: #000000 1px solid;
	border-bottom: #000000 1px solid;
	width: 99px;
	margin-top: 5px;
	text-align: center;
	height: 25px;
	background-color: #4C281C;
}

.divHeaderLeft
{
	float: left;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	width: 99px;
	margin-top: 5px;
	text-align: center;
	height: 25px;
	background-color: #4C281C;
}

.divHeaderRight
{
	float: left;
	border: #000000 1px solid;
	width:98px;
	margin-top:5px;
	text-align:center;
	height:25px;
	background-color:  #4C281C;
}

.divHeader a
{
	text-decoration: none;
	font-family: montauk beverageworks;
	font-size: 12pt;
	font-weight: bold;
	color: #46C0CF;
}

.divHeaderLeft a
{
	text-decoration: none;
	font-family: montauk beverageworks;
	font-size: 12pt;
	color: #46C0CF;
	font-weight: bold;
	
}

.divHeaderRight a
{
	text-decoration: none;
	font-family: montauk beverageworks;
	font-size: 12pt;
	color: #46C0CF;
	font-weight: bold;
}

.divHeaderLeft a:hover
{	
	
	text-decoration:underline;
}

.divHeaderRight a:hover
{	
	
	text-decoration:underline;
}

.divHeader a:hover
{	
	
	text-decoration:underline;
}


.divIndex
{
	font-size: 22pt;
	font-style: italic;
	font-family: montauk beverageworks;
}

.divTitle
{
	font-size:18pt;
	width:100%;
	text-align:center;
	font-family: montauk beverageworks;
	padding-top:10px;
	padding-bottom:10px
}

a
{
	color: #000000;
	text-decoration: none;
	padding: 1px;
}

a:hover
{
	text-decoration:underline;
}

a.BlueColor
{
	text-decoration: none;
	padding: 1px;
	font-weight: bold;
	color: #46C0CF;
}

a.BlueColor:hover
{
	text-decoration:underline;
}

a.YellowColor
{
	color: #feff6f;
	text-decoration: none;
	padding: 1px;
}

a.YellowColor:hover
{
	text-decoration:underline;
}


a.NoULine
{
	color: #ffffff;
	text-decoration: none;
	padding: 1px;
}

a.NoULine:hover
{
	text-decoration:none;
}

