@charset "UTF-8";
/* CSS Document */

/*
Wagbrew web colors
red: 	#CE1141;
green:	#006F53;
yellow:	#FFD659;
*/
html, body
{
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	background: black;
	height: 100%;
}
#torso
{
	margin: 0 auto;
	width: 620px;
}
#content
{
	background: url(../images/general/label-bkgd.png) repeat;
	position: relative;
	margin: 0 10px;
	width: 600px;
}
.description p
{
	margin-bottom: 0;
}
.description p + p 
{
	text-indent: 2em;
	margin-top: 0;
}
hr
{
	background: #006F53 url(../images/general/bkgd-green.png) repeat-y -190px;
	margin: 1em auto;
	width: 67%;
	height: 2px;
	border: none;
}

/*	FONTS */
h1
{
	color: #CE1141;
	font-weight: normal;
	font-size: 1.5em;
	margin: 0.5em 0 0.5em;
}
h2
{
	color: #CE1141;
	font-weight: normal;
	font-size: 1.25em;
	margin: 0.5em 0 0.5em;
}
h3
{
	color: #CE1141;
	font-weight: normal;
	font-size: 1.125em;
	margin: 0.5em 0 0.5em;
}
h1 a:link, h2 a:link, h3 a:link, h1 a:visited, h2 a:visited, h3 a:visited
{
	color: black;
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h1 a:visited:hover, h2 a:visited:hover, h3 a:visited:hover
{
	color: #006F53;
	text-decoration: underline;
}
p a:link, p a:visited
{
	color: #006F53;
	text-decoration: none;
}
p a:hover, p a:visited:hover
{
	color: #006F53;
	text-decoration: underline;
}

.smallcaps
{
	font-variant: small-caps;
	text-transform: lowercase;
	font-weight: bolder;
	letter-spacing: 0.1em;
	margin-right: 0.5em;
	color: #006F53;
}
.italic
{
	font-style: italic;
}
.bold
{
	font-weight: bold;
}
.sc
{
	font-variant: small-caps;
	letter-spacing: 0.05em;
}

/*	COLUMNS	*/
#right_col
{
	float: right;
	position: relative;
	width: 350px;
	padding: 1em 35px 0 0;
	margin: 0;
	z-index: 1;
}
#left_col
{
	float: left;
	position: relative;
	width: 150px;
	padding: 1em 0 0 24px;
	margin: 0;
	z-index: 1;
}
#wide_col
{
	clear: both;
	position: relative;
	width: 500px;
	margin: 0 auto;
	z-index: 1;
}

/*	BOTTLE AND LABEL	*/
#bottle_top
{
	background: url(../images/general/bottle-top.png) no-repeat; 
	width: 620px;
	height: 150px;
	margin-top: -50px;
}
#bottle_bottom
{
	background: url(../images/general/bottle-bottom.png) no-repeat;
	width: 620px;
	height: 149px;
	clear: both;
}
#label_top_small, label_top
{
	clear: both;
	width: 600px;
	height: 160px;
}
#label_top
{
	background: url(../images/general/label-top-med.png) no-repeat;
}
#label_top_small
{
	background: url(../images/general/label-top-none.png) no-repeat;
}
#label_bottom
{
	position: relative;
	margin: -75px 0 -3px 0;	/*	negative bottom margin for IE, which put a space between this image and the bottle bottom	*/
	padding: 0;
	width: 600px; 
	height: 189px;
	z-index: 0;
}
#label_copyright, #label_location
{
	width: 15px;
	height: 347px;
	display: block;
	position: absolute;
	bottom: 0;
}
#label_copyright
{
	right: 0;
	z-index: 10;
}
#label_location
{
	left: 0;
	z-index: 11;
}

/*	SIDE MENU	*/
#mainmenu
{
	width: 150px;
	list-style: none;
	padding: 0;
	margin-left: 6px;
}
#mainmenu li a
{
	display: block;
	color: black;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.25em;
	padding: 0.25em;
	margin: 0;
	border: 1px solid transparent;
	border-left: 6px solid #CE1141;
}
#mainmenu li a:hover
{
	background: url(../images/general/bkgd-yellow.png) repeat-y -24px;
	border: 1px solid black;
	border-left: 6px solid black;
}

/*	ON TAP	*/
#ontap
{
	font-size: 0.9em;
	float: left;
	clear: left;
	width: 130px;
	list-style: none;
	padding: 0.5em;
	margin-left: 6px;
	background: url(../images/general/label-bkgd.png) repeat-y -30px;
	border: 1px solid gray;
	opacity: 0.6;
	filter: alpha(opacity = 60);	/*	hack for IE	*/
}
#ontap:hover
{
	opacity: 1.0;
	filter: alpha(opacity = 100);	/*	hack for IE	*/
}
#ontap li
{
	padding: 0.125em 0;
}
#ontap li.heading
{
	border-bottom: 1px solid gray;
	color: #CE1141;
	padding-bottom: 0.25em;
}
#ontap li a
{
	display: block;
	text-decoration: none;
}
#ontap li a:hover, #ontap li a:visited:hover
{
	color: #006F53;
}
#ontap li a:hover:after
{
	content: " \02192";
}
#ontap li a:link, #ontap li a:visited
{
	color: black;
	text-decoration: none;
}
#ontap li.beerstyle
{
	color: gray;
	font-size: 0.75em;
	padding-left: 0.75em;
}

