/* COLORS
======================================================================
	#xxxxxx : color name
====================================================================== */


@import url(base.css);



/* GENERAL
====================================================================== */

html {
	background: #000;
}

body, input, select, textarea {
	font-family: Arial;
}

h1 {
	position: relative;
	top: 22px;
	left: 19px;
	background: url(../_images/logo.gif) no-repeat 0 0;
}

h1 a:link,
h1 a:visited {
	display: block;
	width: 183px;
	height: 62px;
}

h1 span,
h2 span {
	display: none;
}

h2 {
	color: #262626;
	font-size: 33px;
	line-height: 1.4;
	margin-bottom: 25px;
	letter-spacing: 10px;
	text-transform: uppercase;
	display: block;
	height: 23px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

h3, h4, h5, h6 {
	color: #fff;
	font-size: 11px;
	line-height: 1.6;
}

h4, h5, h6 {
	/* color: #666; */
}

h5, h6 {
	font-weight: normal
}

p, address, dl, ol, table, label {
	color: #898989;
	font-size: 12px;
	line-height: 1.6;
	margin-bottom: 15px;
}

h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p {
	/* use to reduse space above first paragraph under any header */
}

ul {
	list-style-type: disc;
}

ul ul {
	margin-top: 0;
	list-style-type: circle;
}

ol {
	margin-left: 1.5em;
	list-style-type: decimal;
}

ol ol {
	margin-top: 0;
	margin-left: 1.5em;
	list-style-type: lower-alpha
}

dd {
	margin: 0;
}

dt {
	margin-top: 1.5em;
	font-weight: bold;
}

blockquote {
	margin: 2em 0;
	padding: .5em 2em 1.5em 2em;
	/* good place to define a background */
}

blockquote p {
	/* good place to define typical font-size, line-height and margins */
}

cite {
	text-align: right;
	display: block;
}

cite:before {
  content: "- ";
}

em, q { font-style: italic; font-weight: bold; }

strong {
	font-weight: bold;
	color: #fff;
	white-space: nowrap;
}

a:link,
a:visited {
	color: #ccc;
}

a:hover,
a:active {
	color: #fff;
}



/* FORMS
====================================================================== */
form {
	padding-bottom: 35px;
	width: 435px;
	text-align: right;
}

form .Row {
	padding: 0;
	border-top: 2px solid #141414;
}

fieldset {
	position: relative; /* make legend move horizontally correct in IE */
	overflow: auto;
}

legend {
	position: relative;
	left: -7px; /* IE */
	padding: 1.5em 0 .85em 0;
	font-weight: bold;
}

fieldset>legend {
	left: 0; /* future proof */
}

input, textarea, select {
	background: #141414;
	border: 0;
	margin: 0 0 10px 15px;
	text-align: left;
	color: #fff;
	padding: 8px 5px;
}

label {
	margin: 0;
	line-height: 1.2;
	font-weight: bold;
	font-size: 12px;
	text-align: right;
}

.FieldLarge span {
	vertical-align: top;
	position: relative;
	top: 10px;
}

label.FieldLarge {
	margin: 0 !important;
}

.field-describe span {
	position: relative;
	top: -110px;
}

select,
label.FieldLarge,
label.FieldLarge input,
label.FieldLarge select,
label.FieldMedium,
label.FieldMedium input,
label.FieldMedium select,
label.FieldSmall,
label.FieldSmall input,
label.FieldSmall select,
input.InputRadio,
input.InputCheck {
}

label.FieldLarge input,
label.FieldLarge select {
	width: 300px;
}

label.FieldMedium,
label.FieldMedium input,
label.FieldMedium select {
	width: 150px;
}

label.FieldSmall,
label.FieldSmall input,
label.FieldSmall select {
	width: 70px;
}

label.FieldLarge,
label.FieldMedium,
label.FieldSmall {
	margin-right: 10px;
}

label.LabelRadio,
label.LabelCheck {
	margin-left: 25px;
	padding-bottom: 15px;
}

input.InputRadio,
input.InputCheck {
	margin: 0;
}

textarea {
	width: 300px;
	height: 105px;
}

div#honeypot {
	display: none;
}

.Send {
	width: 60px;
	height: 29px;
	padding: 0;
	text-align: center;
	color: #82cd18;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
	cursor: pointer;
	position: relative;
	background: url(../_images/send.gif) no-repeat top center;
}

.Send:hover {
	background-position: bottom center;
}



/* CONTAINERS
====================================================================== */

#outer {
	min-width: 955px;
	
}

#inner {
	margin: 0 auto;
	width: 955px;
	height: 200px;
}


#shim {
	width: 410px;
	height: 336px;
	position: absolute;
	left: 0;
}

#corner {
	width: 410px;
	height: 336px;
	position: absolute;
	left: 0;
	background: url(../_images/corner.png) no-repeat 0 0;
}

#content {
	overflow: auto;
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 0;
	padding-bottom: 60px;
}

#content_inner {
	width: 420px;
	margin-left: 360px;
	padding-left: 30px;
	padding-top: 30px;
	float: left;
	background: url(../_images/background_text.gif) no-repeat top left;
}




/* HOME
====================================================================== */

body#section_home #content {
	background: url(../_images/image_home.jpg) no-repeat top center;
}

body#section_home #content_inner {
	width: auto;
	padding: 0;
	margin: 460px 0 40px 0;
	float: none;
	background: url(../_images/background_home.jpg) no-repeat top center;
	overflow: auto;
}

#content_inner .Section {
	padding: 30px 0 0 0;
	margin-left: 55px;
	width: 210px;
	float: left;
	overflow: auto;
	font-size: 11px;
}

#content_inner #martini {
	background: url(../_images/icon-martini.gif) no-repeat 0 34px;
	padding-left: 50px;
	margin-left: 25px;
}

#content_inner #highball {
	background: url(../_images/icon-highball.gif) no-repeat 0 34px;
	padding-left: 45px;
}

#content_inner #leaf {
	background: url(../_images/icon-leaf.gif) no-repeat 0 34px;
	padding-left: 65px;
}




/* OUR STORY
====================================================================== */

body#section_our_story h2 {
	width: 181px;
	background-image: url(../_images/h2_story.gif);
}

body#section_our_story #content {
	background-image: url(../_images/image_our_story.jpg);
}




/* HYDRATION INFO (and testimonials)
====================================================================== */

body#section_hydration_info h2 {
	width: 280px;
	background-image: url(../_images/h2_hydro.gif);
}

body#section_testimonials h2 {
	width: 240px;
	background-image: url(../_images/h2_testimonials.gif);
}

body#section_partners #content,
body#section_hydration_info #content,
body#section_testimonials #content {
	background-image: url(../_images/image_hydro.jpg);
}

body#section_hydration_info #content_inner,
body#section_testimonials #content_inner {
	min-height: 540px;
}

/* PARTNERS
====================================================================== */

body#section_partners h2 {
	width: 164px;
	background-image: url(../_images/h2_partners.gif);
}

body#section_partners #content_inner {
	padding-bottom: 40px;
}

div.Partner span {
	overflow: auto;
	width: 320px;
	display: block;
}

div.Partner span.Title {
	font-size: 13px;
	font-weight: bold;
	display: block;
}

div.Partner {
	font-size: 12px;
	line-height: 1.6;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	border-bottom: 2px solid #1a1a1a;
}

div.Partner img {
	float: left;
	margin: 4px 20px 10px 0;
}

div.Partner a:hover,
div.Partner a:active {
	color: #fff;
}

div.Partner a strong {
	display: block;
}

body#section_partners div.Last {
	border-bottom: 0px !important;
}

/* DRINK LAB
====================================================================== */

body#section_drink_lab h2 {
	width: 276px;
	background-image: url(../_images/h2_lab.gif);
}

body#section_drink_lab #content {
	background-image: url(../_images/image_drink.jpg);
}

#recipes {
	width: 435px;
	overflow: auto;
	padding-top: 0px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 2px solid #1a1a1a;
}

#recipes li {
	display: block;
	float: left;
	margin-top: 20px;
}

#recipes li a:link,
#recipes li a:visited {
	margin-right: 10px;
	padding-top: 55px;
	width: 76px;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	color: #a6a6a6;
	background: url(../_images/recipe_glass.gif) no-repeat top center;
}

#recipes li a:hover,
#recipes li a:active {
	color: #fff;
	background-position: center -115px;
}

body#section_drink_lab form {
	margin: 0 0 50px 0;
}




/* EVENTS
====================================================================== */

body#section_events h2 {
	width: 117px;
	background-image: url(../_images/h2_events.gif);
}

body#section_events #content {
	background-image: url(../_images/image_events.jpg);
}

body#section_events h3 {
	font-size: 12px;
	padding-top: 4px;
	color: #999;
}

body#section_events .Upcoming h3 {
	color: #fff;
}

.Event {
	width: 435px;
	padding-bottom: 7px;
	margin-bottom: 20px;
	border-bottom: 2px solid #1a1a1a;
	position: relative;
}

.Event div.Slideshow {
	margin-bottom: 13px;
}

body#section_events #content_inner .Last {
	border: 0;
	margin-bottom: 60px;
}

.Event .Date {
	position: absolute;
	top: 0;
	left: 0;
	float: left;
	width: 42px;
	height: 35px;
	padding-top: 5px;
	margin: 0 15px 0px 0;
	text-align: center;
	font-size: 9px;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: url(../_images/calendar_tile.gif) no-repeat 0 0;
}

.Upcoming .Date {
	color: #000;
	background: url(../_images/calendar_tile_upcoming.gif) no-repeat 0 0;
}

.Event .Date strong {
	display: block;
	font-size: 20px;
	margin: 0 0 1px 0;
	padding: 0;
	color: #888;
}

.Upcoming .Date strong {
	color: #000;
}

.Event h3,
.Event p {
	padding-left: 55px;
	line-height: 1.4;
	color: #666;
}

.Event p.Date {
	padding-left: 0;
}

.Date span {
	font-weight: bold;
	font-size: 18px;
	line-height: 1;
}




/* AVAILIBILITY
====================================================================== */

body#section_availability h2 {
	width: 233px;
	background-image: url(../_images/h2_availability.gif);
	margin-bottom: 0;
}

body#section_availability #content {
	background-image: url(../_images/image_availability.jpg);
}

body#section_availability #content_inner {
	width: 435px;
}

p#shop_online {
	margin: 0 0 4px 0;
	text-align: right;
	font-weight: bold;
}

p#shop_online a:link,
p#shop_online a:visited {
	color: #666;
	padding-right: 20px;
	margin-right: 5px;
	background: url(../_images/cart.gif) no-repeat right 1px;
}

p#shop_online a:hover,
p#shop_online a:active {
	color: #ccc;
}

p#shop_online img {
	position: relative;
	top: 3px;
	padding: 0 2px 0 5px;
}

#product_box {
	width: 432px;
	height: 120px;
	padding: 17px 0;
	background: url(../_images/background_product.gif) no-repeat 0 0;
}

a.Product:link,
a.Product:visited {
	float: left;
	text-align: center;
	width: 86px;
	margin-left: 17px;
}

a.Product:link img,
a.Product:visited img {
	border: 3px solid #1a1a1a;
	margin-bottom: 5px;
}

a.Product:hover img,
a.Product:active img {
	border-color: #84cc1a;
}

a.ViewAll:hover img,
a.ViewAll:active img {
	border-color: #1a1a1a;
}

a.Product:link span,
a.Product:visited span {
	font-size: 11px;
}

a.ViewAll:link span,
a.ViewAll:visited span {
	font-style: italic;
	color: #666;
}

dl.Locations {
	list-style-type: none;
	margin: 20px 0 25px 0;
	padding: 0 0 20px 58px;
	color: #898989;
	font-size: 12px;
	line-height: 1.4;
	border-bottom: 2px solid #1a1a1a;
	background-repeat: no-repeat;
	background-position: 0 0;
}

dl.Ma {
	background-image: url(../_images/state_ma.gif);
}

dl.Me {
	background-image: url(../_images/state_me.gif);
}

dl.Nh {
	background-image: url(../_images/state_nh.gif);
}

dl.Nv {
	background-image: url(../_images/state_nv.gif);
}

dl.Last {
	padding-bottom: 60px;
	border: 0;
}

.Locations dd {
	padding: 0 0 3px 0;
	color: #666;
}

.Locations dt {
	padding: 0;
	font-weight: bold;
	display: block;
	color: #a6a6a6;
}




/* CONTACT
====================================================================== */

body#section_contact_us h2 {
	width: 434px;
	background-image: url(../_images/h2_contact_us.gif);
}

body#section_contact_us #content {
	background-image: url(../_images/image_contact_us.jpg);
}


body#section_contact_us #content_inner {
	width: 435px;
	min-height: 540px;
}

sub {
	position: absolute;
	top: 20px;
	left: 12px;
	font-style: italic;
	color: #303030;
}

div#send_row {
	text-align: left;
}

label.SignUp {
	color: #4d4d4d;
	font-size: 11px;
	font-style: italic;
	margin-left: 110px;
	position: relative;
	top: 5px;
	line-height: 1;
	padding: 0;
}

input.Newsletter {
	margin: 0 8px 0 15px;
	padding: 0;
	border: 0;
}


body#section_contact_us input.Send {
	margin: 0;
	float: right;
}

#past_newsletters {
	margin-top: 30px;
	padding: 0 0 60px 0;
	background: url(../_images/background_newsletters.gif) no-repeat 35px 5px;
}

#past_newsletters h3 {
	margin: 0 0 0 125px;
	color: #999;
	font-size: 12px;
}

#past_newsletters ul {
	list-style-type: none;
	margin: 0 0 30px 0;
	padding: 0 0 0 125px;
	color: #999999;
	font-size: 12px;
	line-height: 1.4;
}

#past_newsletters ul li {
	color: #434343;
	padding: 5px 0 5px 0;
	border-top: 2px solid #1a1a1a;
}

#past_newsletters ul li a:link,
#past_newsletters ul li a:visited {
	color: #434343;
	font-weight: normal;
}

#past_newsletters ul li a:hover,
#past_newsletters ul li a:active {
	color: #fff;
}


body#section_welcome #nav li {
	display:  none;
}
body#section_welcome #shim h1,
body#section_welcome #shim a {
	z-index: 9;
}

body#section_welcome #corner {
	background-image: url(../_images/_day/corner.png);
	z-index: 3;
}

body#section_welcome h1 {
	background-image: url(../_images/_day/logo.gif);
}

body#section_welcome .Day,
body#section_welcome .Night {
	display: none;
}


body#section_welcome #content_inner {
	width: auto;
	padding: 0;
	margin: 0 0 80px 0;
	padding-bottom: 139px;
	float: none;
	background: url(../_images/background_home.jpg) no-repeat center bottom;
}

#band {
	position: absolute;
	height: 493px;
	width: 100%;
	/*background: url(../_images/welcome_tile.jpg) repeat-y center top;*/
	top: 0;
	left: 0;
	z-index: -1;
}

#choose {
	position: relative;
	width: 955px;
}

#day {
	display: block;
	height: 463px;
	width: 477px;
	background: url(../_images/day.jpg) no-repeat 0 0;
}

#night {
	display: block;
	height: 463px;
	width: 477px;
	position: absolute;
	top: 0;
	right: 1px;
	background: url(../_images/night.jpg) no-repeat 0 0;
}

#night a,
#day a {
	display: block;
	height: 463px;
	width: 477px;
	position: absolute;
	top: 0;
	z-index: 99;
	background: transparent;
}

#night a {
	right: 0;
}


/* NAVIGATION
====================================================================== */
ul#nav {
	use this for centered navigation */
	margin: 0 !important;
	padding: 0;
	height: 30px;
	list-style-type: none;
	text-align: center;
	background: #252322;
	white-space: nowrap;
}

#nav li {
	/* use this for centered navigation */
	display: -moz-inline-box;  /* for Mozilla based browsers */
	display: inline-block;
	margin: 0;
	padding: 0;
}

#nav li a:link,
#nav li a:visited {
	/* use this for centered navigation */
	display: block;
	display: inline-block;
	margin: 0;
	padding: 9px 25px 10px;
	/* padding: 9px 45px 10px;*/ /* only while there are less items */
	color: #a6a6a6;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	border-right: 2px solid #1c1a19;
}

#nav li.Last a:link,
#nav li.Last a:visited {
	border-width: 0;
}


#nav li a:hover,
#nav li a:active,
#nav li.Current a:link,
#nav li.Current a:visited {
	color: #fff;
}
	
	




/* STICKY FOOTER
====================================================================== */
* {
	margin: 0;
}
html, body {
	height: 100%;
}

#inner,
#outer {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -120px; /* the bottom margin is the negative value of the footer's height */
}
#footer, .push {
	height: 120px; /* .push must be the same height as .footer */
}




/* CUSTOM CLASSES
====================================================================== */
.ClearBoth {
	clear: both;
}

#ZoomImage {
	border: 5px solid #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


.Day,
.Night {
	position: absolute;
	top: 107px;
	left: 27px;
	display: block;
	height: 10px;
	width: 25px;
	font-size: 10px;
	background: url(../_images/span_day.gif) no-repeat 0 bottom;
}

.Night {
	top: 127px;
	width: 42px;
	background: url(../_images/span_night.gif) no-repeat 0 bottom;
}

.Day span,
.Night span {
	display: none;
}

.Day:hover,
.Night:hover,
.Day:active,
.Night:active,
.Current {
	background-position: 0 top;
}

#footer {
	background: none;
}
	
/* FOOTER
====================================================================== */

#footer {
	position: relative;
	min-width: 955px;
}

#footer p {
	color: #929292;
	text-align: right;
	position: absolute;
	bottom: 8px;
	right: 0;
	top: 70px;
	font-size: 10px;
	padding: 0 13px 0 0;
	margin: 0;
	font-weight: bold;
}


#footer a:link,
#footer a:visited {
	color: #ccc;
	padding-right: 5px;
}

#footer a#facebook span,
#footer a#twitter span {
	display: none;
}

#footer a:hover span {
	color: #a8d936;
}

#footer a:hover span#facebook ,
#footer a:hover span#twitter,
#footer a:hover,
#footer a:active {
	color: #fff;
}

#twitter {
	padding: 0;
	margin: 0 0 0 15px;
	display: inline-block;
	height: 30px;
	width: 159px;
	position: relative;
	top: 10px;
	background: url(../_images/btn-twitter.gif) no-repeat 0 0;
}

#facebook {
	padding: 0;
	margin: 0 0 0 10px;
	display: inline-block;
	height: 30px;
	width: 159px;
	position: relative;
	top: 10px;
	background: url(../_images/btn-facebook.gif) no-repeat 0 0;
}

a#facebook:hover,
a#twitter:hover,
a#facebook:active,
a#twitter:active {
	background-position: 0 bottom;
}