@charset "utf-8";
/* CSS Document */
* {
	margin:0px;
	padding:0px;
}
body {
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
a:link {
	color: #3E0000;
}
a:visited {
	color: #3E0000;
}
a:active {
	color: #3E0000;
}
a:hover {
	color: #3E0000;
}
.oneColFixCtrHdr #container {
	width: 910px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #header {
	height: 426px;
	padding-top: 0;
	padding-bottom: 0;
	background-color: #FFFFFF;
}
#dcheader {
	position:relative;
	left:0px;
	top:0px;
	width:900px;
	height:426px;
	margin: auto;
}
#header-01 {
	position:absolute;
	left:0px;
	top:0px;
	width:291px;
	height:110px;
	background-image: url(dcgrafix/header_01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#header-02 {
	position:absolute;
	left:291px;
	top:0px;
	width:317px;
	height:110px;
	background-image: url(dcgrafix/header_02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#header-03 {
	position:absolute;
	left:608px;
	top:0px;
	width:173px;
	height:110px;
	background-image: url(dcgrafix/header_03.jpg);
}
#header-04 {
	position:absolute;
	left:781px;
	top:0px;
	width:119px;
	height:110px;
	background-image: url(dcgrafix/header_04.jpg);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
}
#header-05 {
	position:absolute;
	left:0px;
	top:110px;
	width:31px;
	height:316px;
}
#header-06 {
	position:absolute;
	left:31px;
	top:110px;
	width:260px;
	height:18px;
	background-image: url(dcgrafix/header_06.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#header-07 {
	position:absolute;
	left:291px;
	top:110px;
	width:609px;
	height:18px;
	background-image: url(dcgrafix/header_07.jpg);
}
#header-08 {
	position:absolute;
	left:31px;
	top:128px;
	width:260px;
	height:169px;
	background-image: url(dcgrafix/header_08.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
}
#home h1 {
	display: none;
}
#home {
	margin-top: 18px;
	margin-left: 32px;
}
#home a {
	background-image: url(dcgrafix/home_on.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#aboutus h1 {
	display: none;
}
#aboutus {
	margin-left: 32px;
}
#ourmenu h1 {
	display: none;
}
#ourmenu {
	margin-left: 32px;
}
#dailyspec h1 {
	display: none;
}
#dailyspec {
	margin-left: 32px;
	margin-top: 2px;
}
#photos h1 {
	display: none;
}
#photos {
	margin-left: 33px;
	margin-top: 2px;
}
#contactus h1 {
	display: none;
}
#contactus {
	margin-left: 32px;
}
#header-09 {
	position:absolute;
	left:291px;
	top:128px;
	width:317px;
	height:292px;
	background-image: url(dcgrafix/header_09.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#header-10 {
	position:absolute;
	left:608px;
	top:128px;
	width:173px;
	height:121px;
	background-image: url(dcgrafix/header_10.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#header-11 {
	position:absolute;
	left:781px;
	top:128px;
	width:119px;
	height:121px;
	background-image: url(dcgrafix/header_11.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#header-12 {
	position:absolute;
	left:608px;
	top:249px;
	width:292px;
	height:171px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
}
#header-13 {
	position:absolute;
	left:31px;
	top:297px;
	width:260px;
	height:123px;
	background-image: url(dcgrafix/header_13.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#header-14 {
	position:absolute;
	left:31px;
	top:420px;
	width:869px;
	height:6px;
	background-color: #FFFFFF;
	background-image: url(dcgrafix/header_14.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#address {
	color: #3E0000;
	text-align: right;
	margin-right: 18px;
	margin-top: 35px;
}
#headertext {
	margin-right: 35px;
}
#whatsontap {
	float: right;
	margin-right: 35px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 15px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-bottom: 0;
	height: 100%;
	margin: auto;
}
#readmore {
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
}
#readmore2 {
	margin-right: 50px;
	margin-bottom: 20px;
	margin-top: 5px;
}
#alpha {
	float: left;
	width: 262px;
	background-color: #FFFFFF;
	margin-left: 40px;
}
#latestnews {
	background-image: url(dcgrafix/latestnews.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 18px;
	width: 154px;
	margin-top: 15px;
}

#latestn {
	margin-top: 15px;
}
#latestn2 {
	margin-top: 5px;
}
#latestn3 {
	margin-top: 17px;
	width: 267px;
}
#alpha h1 {
	display: none;
}
#alpha p {
	width: 235px;
}
#hamburger {
	background-image: url(dcgrafix/bestburger.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 118px;
	width: 264px;
 *margin-top: 35px;
	margin-top: 55px;
}
#beta {
	float: left;
	width: 386px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
*:first-child+html #beta {
	float: left;
	width: 386px;
	background-color: #FFFFFF;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#beta h1 {
	display: none;
}
#ourDmenu {
	background-image: url(dcgrafix/ourDmenu.gif);
	height: 18px;
	width: 145px;
	margin-top: 15px;
}
#Specials {
	background-image: url(dcgrafix/our-specials.gif);
	height: 18px;
	width: 145px;
	margin-top: 15px;
	background-repeat: no-repeat;
	background-position: left top;
}
#contactUS {
	background-image: url(dcgrafix/contact-us.gif);
	height: 18px;
	width: 145px;
	margin-top: 15px;
	background-repeat: no-repeat;
	background-position: left top;
}
#pubmenuhome {
	background-image: url(dcgrafix/pubgrub-home.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 90px;
	width: 375px;
	margin-top: 15px;
}
#ptitle {
	background-image: url(dcgrafix/app-title.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 19px;
	width: 246px;
	margin-left: 100px;
}
#ptext {
	margin-left: 100px;
	margin-top: 5px;
}
#pvm {
	float: right;
	margin-right: 10px;
	margin-left: 100px;
	margin-top: 5px;
}
#lumenuhome {
	background-image: url(dcgrafix/lmenu.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 90px;
	width: 375px;
	margin-top: 15px;
}
#ltitle {
	background-image: url(dcgrafix/juciy-burder.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 21px;
	width: 266px;
	margin-left: 100px;
}
#1text {
	margin-left: 100px;
	margin-top: 2px;
}
#lvm {
	float: right;
	margin-right: 10px;
	margin-left: 100px;
	margin-top: 5px;
}
#dinmenuhome {
	background-image: url(dcgrafix/dnmenu.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 90px;
	width: 375px;
	margin-top: 15px;
}
#dtitle {
	background-image: url(dcgrafix/bbg-title.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 18px;
	width: 204px;
	margin-left: 100px;
}
#dtext {
	margin-left: 100px;
}
#dvm {
	float: right;
	margin-right: 10px;
	margin-left: 100px;
	margin-top: 5px;
}
#chi {
	float: left;
	width: 200px;
	background-color: #FFFFFF;
}
#weekspec {
	background-image: url(dcgrafix/specials-rotate.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 173px;
	width: 200px;
}
#caskspec {
	background-image: url(dcgrafix/caskspec.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 173px;
	width: 200px;
	margin-bottom: 20px;
	float: left;
}
#gamma {
	float: left;
	width: 272px;
	background-color: #FFFFFF;
	margin-right: 10px;
	margin-left: 40px;
}
#englishbeers {
	background-image: url(dcgrafix/enbeertit.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 19px;
	width: 214px;
	margin-top: 15px;
}
#stylebeers {
	background-image: url(dcgrafix/lagerstyles.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 19px;
	width: 214px;
	margin-top: 15px;
}
#stylebeers2 {
	background-image: url(dcgrafix/alestyles.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 19px;
	width: 214px;
	margin-top: 15px;
}
#latestn {
	margin-top: 15px;
}

#gamma h1 {
	display: none;
}
#beerc p {
	padding-bottom: 10px;
}
#beerc {
	width: 248px;
	margin-top: 10px;
	margin-left: 5px;
}

#delta {
	float: left;
	width: 575px;
	background-color: #FFFFFF;
}
#delta h1 {
	display: none;
}
#tradpubgrub {
	background-image: url(dcgrafix/PGmenu.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 19px;
	width: 202px;
	margin-top: 15px;
	margin-bottom: 10px;
}
#tradtap {
	background-image: url(dcgrafix/newontap.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 19px;
	width: 202px;
	margin-top: 15px;
	margin-bottom: 10px;
}
#tradbot {
	background-image: url(dcgrafix/bottlelist.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 19px;
	width: 202px;
	margin-top: 15px;
	margin-bottom: 10px;
}
#toppg {
	background-image: url(dcgrafix/toppgmenu.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 150px;
	width: 575px;
}
#toppg2 {
	height: 200px;
}
#btpg {
	background-image: url(dcgrafix/botompubmenu.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 150px;
	width: 575px;
}
#soup {
	margin-left: 130px;
	width: 150px;
	margin-top: 15px;
	margin-right: 5px;
	float: left;
}
#fishtit {
	background-image: url(dcgrafix/fishtit.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 22px;
	width: 95px;
}
#bangtit {
	background-image: url(dcgrafix/bangers.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 22px;
	width: 126px;
}

#souptit {
	background-image: url(dcgrafix/fonionsoup.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 22px;
	width: 140px;
}
.price {
	color: #3e0000;
	text-align: right;
	float: right;
	margin-right: 5px;
	margin-left: 5px;
}
#pie {
	float: right;
	width: 150px;
	margin-top: 15px;
	margin-right: 5px;
}
#pietit {
	background-image: url(dcgrafix/pie.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 22px;
	width: 111px;
}
#aboutcask {
	/*background-color: #FFFFFF;
	background-image: url(dcgrafix/phdiv.png);
	background-repeat: no-repeat;
	background-position: center top;*/
	float: left;
	width:575px;
}
#aboutcask2 {
	background-color: #FFFFFF;
	background-image: url(dcgrafix/phdiv.png);
	background-repeat: no-repeat;
	background-position: center top;
	float: right;
	width:575px;
}
#casking {
	width: 350px;
	float: left;
}
#casking2 {
	width: 575px;
	float: left;
}
#casktit {
	height: 25px;
	width: 159px;
	margin-top: 5px;
	background-image: url(dcgrafix/cca.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#casking p {
	margin-top: 5px;
}
.mycask {
	font-size: 12px;
	text-transform: uppercase;
	color: #3e0000;
}
#casknow {
	text-transform: uppercase;
	color: 3e0000;
	background-image: url(dcgrafix/canow.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	width: 167px;
}

#aboutu {
	background-image: url(dcgrafix/aboutit.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 18px;
	width: 183px;
	margin-top: 15px;
	margin-bottom: 17px;
}
#dcimgbar {
	background-image: url(dcgrafix/dcbar.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 118px;
	width: 235px;
	margin-top: -5px;
}

#epsilon {
	float: left;
	width: 318px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
*:first-child+html #epsilon {
	float: left;
	width: 318px;
	background-color: #FFFFFF;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#epsilon h1 {
	display: none;
}
#zeta {
	float: left;
	width: 268px;
	background-color: #FFFFFF;
}
#reviews {
	background-image: url(dcgrafix/reviewed.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 18px;
	width: 170px;
	margin-top: 15px;
}
#beerad {
	background-image: url(dcgrafix/beer-advocate.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 161px;
	width: 268px;
	margin-top: 15px;
}
#grade {
	float: left;
	width: 125px;
	margin-top: 70px;
	text-align: center;
}
#grade2 {
	float: left;
	width: 125px;
	margin-top: 70px;
}
.lrgred {
	font-size: 30px;
	font-weight: bold;
	color: #7f1212;
}
.lrg {
	font-size: 14px;
	font-weight: bolder;
	color: #333333;
	margin-bottom: 5px;
	padding-bottom: 5px;
	line-height: 30px;
	text-transform: uppercase;
}
#beerfly {
	margin-left: 25px;
}

.oneColFixCtrHdr #footer2 {
	float: left;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 900px;
	background-color: #FFFFFF;
	text-align: center;
	background-image: url(dcgrafix/botttomborder.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.oneColFixCtrHdr #footer {
	float: left;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 900px;
	background-color: #FFFFFF;
	text-align: center;
	background-image: url(dcgrafix/botttomborder.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	color: #3e0000;
}
#footer a {
	font-weight: bold;
	text-decoration: none;
}
.red {
	color: #3e0000;
}
h2 {
	color: #3e0000;
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
}

#yelp {
	background-image: url(dcgrafix/yelp.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 98px;
	width: 268px;
}
#csearch {
	background-image: url(dcgrafix/citysearch.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 92px;
	width: 268px;
}
.tabborder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3E0000;
}
#theta {
	float: left;
	width: 867px;
	background-color: #FFFFFF;
	margin-right: 10px;
	margin-left: 40px;
}

#ourmenu .menutb {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding: 10px;
}
#ourmenu .menutb2 {
	padding: 10px;
}
