body {
	color: #000000;
	background: #000000;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	background-image: url(../images/darkgrey-bg.jpg);
	background-repeat: repeat;
}

.error {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#main-container {
	background-image: url(../images/grey-bg.jpg);
	background-repeat: repeat;
	width: 800px;
	margin-left: auto;
    margin-right: auto;
    padding: 1px 1px 1px 1px;
	margin-bottom: 30px;
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff;
	font-size: 12px;
}

a:link    { color: #103148; text-decoration: none; }
a:visited { color: #103148; text-decoration: none; }
a:active  { color: #2B86C5; text-decoration: underline; }
a:hover   { color: #2B86C5; text-decoration: underline; }

#header {
	position: relative;
	background: #ffffff;
	color: #000000;
	width: 795px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	margin-left: auto;
    margin-right: auto;
}

#logo {
	width: 100%;
}

#address {
	padding-right: 10px;
	padding-top: 10px;
	float: right;
	font-size: 24px;
	text-align: right;
}

#contact-info {
	position: absolute;
	right: 8px;
	text-align: right;
	margin-top: 8px;
	font-size: 18px;
}

.menubar {
	margin-left: 4px;
	padding-top: 10px;
	padding-bottom: 10px;
}

div.menubar ul {
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
}

div.menubar li {
	background: #481410;
	list-style-type: none;
	display: inline;
	margin-left: 3px;
	margin-right: 3px;
	text-align: center;
	text-transform: uppercase;
	font-style: arial, sans-serif;
	font-size: 11px;
}

div.menubar li a {
	background: #A11E23;
	text-decoration: none;
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

div.menubar li a:visited {
	color: #ffffff;
}

div.menubar li a:hover {
	background: #ffffff;
	color: #A11E23;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #103148;
}

.menu a:link    { color: #ffffff; text-decoration: none }
.menu a:active  { color: #ffffff; text-decoration: none }
.menu a:visited { color: #ffffff; text-decoration: none }
.menu a:hover   { color: #ffffff; text-decoration: none }

#main-content {
	position: static;
	margin-left: 201px;
	margin-top: 5px;
	padding-left: 6px;
	padding-right: 6px;
	font-size: 14px;
}

#left-col {
	position: static;
	width: 200px;
	float: left;
	margin-left: 3px;
}

#right-col {
	position: static;
	width: 200px;
	float: right;
	margin-right: 3px;
}

.block {
	width: 95%;
	background: #ffffff;
	margin-top: 5px;
	margin-bottom: 10px;
	border-style: dotted;
	border-width: 1px;
	border-color: #888888;
	margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    font-weight: normal;
}

.block-content {
	margin-bottom: 4px;
	margin-left: 2px;
	margin-right: 2px;
}

div.block h3 {
	background-color: #000000;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	height: 21px;
	line-height: 21px;
	margin: 0pt 0pt 2px;
	padding-left: 4px;
	text-align: left;
	text-transform: uppercase;
	background-position: right;
	background-image: url(../images/dog-white.jpg);
	background-repeat: no-repeat;
}

.beerlist {
	position: static;
	width 300px;
}

div.beerlist h2 {
	margin-bottom: 0px;
}

div.beerlist h3 {
	margin-top: 0px;
	margin-bottom: 0px;
}

div.beerlist img {
	margin-top: 15px;
}

#footer {
	position: relative;
	background: #000000;
	color: #cccccc;
	margin-top: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #888888;
	font-family: "Verdana", arial, sans-serif;
	font-size: 10px;
}

#footer a:link    { color: #2B86C5; text-decoration: none; }
#footer a:visited { color: #2B86C5; text-decoration: none; }
#footer a:active  { color: #ffffff; text-decoration: underline; }
#footer a:hover   { color: #ffffff; text-decoration: underline; }

#main-content-closure {
	margin-bottom: 35px;
	clear: both;
}

.required-field {
	color: #ff0000;
}

.centered {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.menu-block {
	font-family: TrebuchetMS, Helvetica, sans-serif;
	font-style: bold;
	width: 100%;
	border-bottom: 1px solid #aaaaaa;
	margin-top: 10px;
	margin-bottom: 15px;
}

.menu-heading {
	font-size: 36px;
	text-transform: lowercase;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 10px;
}

.menu-subheading {
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
}

.menu-item {
	font-size: 13px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
}

.menu-item-name {
	text-transform: uppercase;
}

.menu-item-description {
	font-style: italic;
	font-weight: normal;
	margin-left: 20px;
	float: clear;
}

.menu-item-price {
	float: right;
	text-align: right;
	position: relative;
	right: 2px;
	font-style: normal;
}

p {
	text-indent: 20px;
}

#specialtable {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 35px;
	text-align: center;
}	

table th {
	background-color: #103148;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	height: 21px;
	line-height: 21px;
	margin: 0pt 0pt 2px;
	padding-left: 4px;
	text-align: center;
	text-transform: uppercase;
}

.photo-thumb {
	cursor: pointer;
	cursor: hand;
}

.specials {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
	border: dotted 1px;
}

.specials-group {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 10px;
}

.specials-item {
	margin-top: 10px;
	margin-bottom: 15px;
	font-style: italic;
	font-weight: bold;
	font-size: 13px;
}

.specials-title {
	text-transform: uppercase;
	font-size: 16px;
}

