@charset "UTF-8";
/* CSS Document */
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #FF9900;
	color: #040E4C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 100%;
}
a, a:visited {
	text-decoration: none;
	color: #040E4C;
	
}
a:hover {
	text-decoration: underline;
	color: #2B2E63;
}
#box {
	display: table;
	margin: 0px;
	padding: 0px;
	width: 960px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
#bottle {
	display: none;
	position: relative;
	float: right;
	width: 120px;
	height: 490px;
	background-image: url(images/beer-bottle.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#container {

}
#header {
	height: 190px;
	width: 960px;
	background-image: url(images/bru-header.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#content {
	padding: 12px 20px 0px 12px;

}
#about {
	padding-bottom: 20px;
}
#about img {
	float: right;
	margin: 0px 0px 8px 8px;
	border: 1px solid #040E4C;
}
#footer {
	font-size: 10px;
	border-top: 1px solid #040E4C;
	padding: 12px;
	text-align: center;
	margin: 0px 20px 10px 12px;
	background-image: url(images/tab-gradient-top.jpg);
	background-repeat: repeat-x;
	background-position: top;	
}
#faq {
}
#faq:hover {
}
.contentBits {
	display: none;
	padding: 12px 0px 0px 10px;
}
.collapsable {
	cursor: pointer;
	background-image: url(images/tab-gradient-top.jpg);
	background-repeat: repeat-x;
	background-position: top;	
	padding: 12px 12px 12px 6px;
	border-top: 1px solid #040E4C;

}
.collapsable h2 {
}
h1, h2, h3, h4 {
	padding: 0px;
	margin: 0px;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}
h4 {
	font-size: 11px;
}
ul {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
}
th {
	text-align: left;
}
h2 img {
	margin-right: 6px;
	margin-top: -2px;
}

