body {
	color: #fff;
}

body.full {
	background-color: #000002;
}

body.normal {
	background-color: #001e00;
}


a {
	color: #fff;
	text-decoration: none;
}

a.highlight {
	text-decoration: underline;
}

h3 {
	font-size: 20pt;
	margin: 15px 0;
}

input {
	padding: 4px;
	font-size: 10pt;
	border: 2px solid #ccc;	
}

input[type=submit] {
	font-size: 12pt;
}

input.small {
	font-size: 9pt;
	padding: 1px;
}

form ul {
	list-style: none;
}

form ul li {
	padding: 4px 0;
}

form ul li label {
	float: left;
	text-align: right;
	padding: 4px 4px 4px 0;
	width: 160px;
}

form ul li div.file label {
	float: left;
	text-align: right;
	padding: 1px 4px 4px 0;
	width: 140px;
}

form ul li input {
	padding: 4px;
	font-size: 10pt;
}

address {
	margin-bottom: 15px;
	width: 50%;
	float: left;
}

div.checkbox label,
div.checkbox input[type=checkbox]{
	float: none;
}

div.checkbox input[type=checkbox] {
	margin: 3px 5px 0 125px;
}

div#register label {
	width: 160px;
}

div.file {
	margin: 3px;
}

div.formNote {
	margin-left: 165px;
	margin-right: 35px;
	background: #ffc
	border: 2px solid #dad798;	
	padding: 8px;
	padding-left: 35px;
	background: #ffc url('/images/stickynote.png') no-repeat 8px 8px;	
}

div.formNote p {
	color: #000;
}

div.formItem {
	margin-left: 165px;
	margin-right: 35px;
	padding: 8px;	
}

div.error-message {
	padding: 6px 6px 6px 35px;
	margin: 3px;
	margin-left: 165px;
	background: #faa url('/images/error.png') no-repeat 5px 5px;
	color: #500;
	border: 3px solid #f66;
}

div.submit {
	margin-top: 20px;
	margin-left: 165px;
}

div#splashOuter {
	height: 100%;
	width: 100%;
	display: table;
	vertical-align: middle;	
	background: #f00;
}

div#splashInner {
	text-align: center;
	position: relative;
	vertical-align: middle;
	display: table-cell;
	height: 700px;
}

div#splashScreen {
	width: 960px;
	height: 700px;
	background-image: url('/images/splashbg.jpg');
	
	text-align: center;
	margin-left:auto;
	margin-right:auto;	
}

div#container {
	width: 960px;
	height: 680px;
	margin: 15px auto;
  padding: 0;
	background-color: #000002;
	padding: 10px 0;
}

div.normalBackground {
	background-image: url('/images/site-bg.jpg');
	background-repeat: no-repeat;
}

div.fullBackground {
	background-image: none;
}

div#header {
	margin: 5px 0;
	text-align: center;
}

div#menu {
	width: 795px;
	margin: 0 auto;

	background-image: url('/images/menu-bg.png');
	background-repeat: no-repeat;
	height: 29px;
	margin-bottom: 10px;
}

div#menu ul {
	list-style: none;
	font-size: 16pt;
	margin-left: 80px;
}

div#menu ul li {
	float: left;
}

div#menu ul li a {
	color: #fff;
	display: block;
	padding: 4px 15px
}

div#menu ul li a:hover {
	color: #0c0;
	background-color: #002e00;
	border-left: 1px solid #464;
	border-right: 1px solid #464;
	padding: 4px 14px
}

div#contentTop {
	width: 795px;
	margin: 0 auto;

	background-image: url('/images/content-top.png');
	background-repeat: no-repeat;
	height: 14px;
}

div#contentBottom {
	width: 795px;
	margin: 0 auto;

	background-image: url('/images/content-bottom.png');
	background-repeat: no-repeat;
	height: 14px;
}

div#contentBody {
	width: 793px;
	margin: 0 auto;

	background-image: url('/images/content-bg.png');
}

div#contentBody div#contentText {
	height: 540px;
	overflow: auto;
}

div.element {

}

div.element h1 {
	font-size: 18pt;
	margin-bottom: 70px;
	padding-top: 30px;
	text-align: center;
}

div.elementContent {
	margin: 0 80px;
	font-size: 14pt;
	text-align: justify;
}

div.elementContent p {
	margin-bottom: 15px;
}

div.elementImage img {
	position: absolute;
	margin-left: -75px;
}

div.post {
	margin: 5px 0;
}

div.post div.info {
	font-size: 11pt;
	padding: 10px;
	background-color: #060;
}

div.post div.body {
	padding: 10px;
	background-color: #141;
}

span.name {
	font-size: 13pt;
	font-style: italic;
}

a.button {
	float: right;
	display:block;
	width: 150px;
	background-color: #002e00;
	border: 3px solid #010;
	padding: 5px;
	margin: 15px;
	text-align: center;
}

table.contact {
	margin-top: 50px;
}

table.contact th {
	width: 110px;
	padding: 3px;
}

table.contact td {
	padding: 3px;
}

div.ourbeer {
	background-image: url('/images/product-pagina.jpg');
	background-repeat: no-repeat;
	background-color: #000002;
	width: 960px;
	height: 575px;
}

a.button:hover {
	background-color: #004e00;
	border: 3px solid #060;
}

div.paging {
	padding: 10px;
	font-size: 13pt;
}

div.paging span {
	margin: 0 15px;
}

img.frontpageImage {
	float: right;
	margin-left: 10px;
}

div.contactPageImage {
	float: right;
}

.break {
	clear: both;
}

