body {
  font-family: "Trebuchet MS", Geneva, Arial, helvetica, sans-serif;
  background-color: black;
  color: white;
  font-size: 12px;
  line-height: 1.4em;
  margin: 0px;

}

#momaLink {
	position: absolute;
	top: 0px;
	right:0px;
	width: 180px;
	height: 125px;
	z-index: 3;
}
	#momaLink img { width: 180px; height: 125px; }
	
#momaImg {
	position: absolute;
	top: 0px;
	right:0px;
	width: 224px;
	height: 176px;
	z-index: 1;
}

img {
	display: block;
	border: none;
}

a:hover { color: #e72929; }

input, textarea {
	font-family: "Trebuchet MS", Geneva, Arial, helvetica, sans-serif;
	font-size: 14px;
}
	
.header {
	position: relative;
	width: 800px;
	margin: 0 auto;
	display: block;
	color: white;
	z-index: 2;
}

.header a { color: white; }

h1,h2 {
	line-height: 1.0em;
}

	.beerhunterGuyImage {
		margin: 0px;
		float: left;
		margin-top: 18px;
	}

	.beerhunterTextImage {
		margin-left: 0px;
		/* margin-top: 20px; */
		margin-top: 5px;
	}

	.headerText {
		font-size: 16px;		
		margin-left: 141px;
		padding-top: 3px;
	}

	.headerText strong {
		font-weight: bold;
		color: #f00;
	}
	
	.provinceText  {
		font-size: 16px;	
		font-weight: bold;	
		color: #fff;		
	}
		a.provinceSelect:link {
			color: #FFF; 
			text-decoration: none;
		} 
		a.provinceSelect:visited {
			color: #F00; 
			text-decoration: none;
		}  
		a.provinceSelect:hover {color: #FFF; text-decoration: none;}  
		a.provinceSelect:active {color: #0000FF; text-decoration: none;}  
	
	
	.smallPrint {
		font-size: 11px;
		color: #bbb;
	}

	form.locationSelect {
		padding-top: 10px;
		font-family:"Trebuchet MS", Geneva, Arial, helvetica, sans-serif;
		color: white;
		font-size: 12px;
		line-height: 1.4em;
		margin-top: 0;
		margin-bottom: 12px;
		padding: 10px 0 0 0;
	}

		form.locationSelect option {
			padding-left: 15px;
		}

		form.locationSelect optgroup {
			padding-top: 7px;
			padding-left: 5px;
			font-style: normal;
		}
		
		/*
		
		form.locationSelect input {
			xheight: 16px;
			xwidth: 100px;
			xmargin-bottom: -2px;
			xpadding: 1px 4px;
		}
		
		form.locationSelect select {
			xheight: 20px;
			xmargin-bottom: -1px;
		}
		
		form.locationSelect input,
		form.locationSelect select {
			xbackground-color: #ddd;
			xfont-size: 13px;
			xfont-family: sans-serif;
		}
		
		form.locationSelect .focus {
			xbackground-color: White;
		}
		
		*/

		form.locationSelect strong {
			font-weight: bold;
			font-size: 14px;
			color: #f00;
		}

#map {
	width: 800px; 
	height: 600px;
	margin: 0 auto;
	text-align: left;
	color: black;
	clear: left;
}


.storetype {
	font-size: 16px;
}

div.infoBox {
	width: 780px; 
	color: black;
	background-image: url(keystrip.jpg);
	background-color: #eaeaea;
	background-repeat: repeat-x;
	padding: 10px;
	text-align: left;
	margin: 0 auto;
	/* border: 1px red solid; */
}

.moreInfo {
	clear: both;
}

.key {
	float: left;
	width: auto; 
	color: black;
	padding: 10px;
	text-align: left;
	margin: 0 auto;
}

	.key p {
		font-size: 13px;
	}
	
	.key img {
		float: left;
		margin-right: 5px;
		margin-top: 3px;
	}

div.storeInfo {
	display: block;
	position: relative;
	width: 265px; /* for Google infoWindow problem that crushes tables in Mozilla */
}

div.hours table {
	padding:0;
	margin:0;
}

	div.hours table td {
		margin: 0;
		padding: 0 1px;
	}
	
	div.hours table td.day {
		padding-left: 5px;
		text-align: right;
	}
	
	div.hours table td.open {
		text-align: right;
	}
	
	div.hours table td.close {
		text-align: left;
		padding-right: 5px;
	}
	
	div.hours table td.closed {
		text-align: left;
		font-style: italic;
	}
	
	div.hours table td.todayOpen {
		background-color: #cfc;
	}
	
	div.hours table td.todayClosed {
		background-color: #fcc;
	}
	
img.storeImage {
	display: block;
	margin: 3px 0;
	position: relative;
}

div.footnotes {
	margin: auto;
	padding: 5px 0;
	text-align: center;
}

div.footnotes a {
	color: #ccc;
}


div.badMathLogo {
	text-align: center;
	font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
 	font-size: 10px;
 	margin: 10px auto 0 auto;
 	padding-bottom: 12px;
}

	div.badMathLogo a {
		text-decoration: none;
		color: #626262;
	}

		div.badMathLogo a:hover {
			color: white;
		}

		div.badMathLogo a:hover img {
			background-position: 0 -25px;
		}

	div.badMathLogo img {
		display: inline;
		width: 25px;
		height: 25px;
		border: none;
		margin: 0 8px;
		background-image: url(badMathLogo.gif);
		background-repeat: no-repeat;
		vertical-align: middle;
		margin-top: -2px;
	}
.cityNames {
	line-height: 16px;
}

		a.cityNames:link {
			/* background-color: #DADADA; */
			background-color: #FFFDD7;
			color: #000; 
			text-decoration: none;
		} 
		a.cityNames:visited {
			color: #F00; 
			text-decoration: none;
		}  
		a.cityNames:hover {
			background-color: #F7F7F7;
			color: #000000;
			text-decoration: none;
		}  
		a.cityNames:active {color: #0000FF; text-decoration: none;}  
		
img.deliciousLogo {
	display: inline;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	width: 16px;
	height: 16px;
}
