@charset "utf-8";
body  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	background: url(imagesPaul/bkgdBrown.jpg) repeat;
	margin: 20 auto; /* 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: #000000;
}
img {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...); 
}
h2 {
	color: #885533;
	margin-bottom: 0px;
}


h3 {
	color: #885533;
}
h4 {
	color: #885533;
}
h5 {
	color: #885533;
}


#indexMain {
	width: 775px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background: url(imagesPaul/beige005.jpg) repeat;
}
#indexMain #logoColor {
	border-bottom: 5px solid #333;
}

#indexMain h3 {
	color: #885533;
	margin-top: 0px;
	text-align: center;
}
.twoColFixLtHdr div #container #container2 #mainContent h4 {
	margin-top: -4px;
	margin-bottom: -4px;
}

#container {
	width: 783px;
	margin: 20 auto;
	text-align: left;
	border: 20px solid #FDF1DB;
	padding: 0px;
} 
#quote {
	border: 5px solid #885533;
	color: #885533;
	padding: 10px;
	font-family: "Comic Sans MS", cursive;
	width: 400px;
	margin-left: 60px;
}

#container2 {
	width: 775px;
	margin: 0;
	text-align: left;
	border: 5px solid #333;
	padding: 0px;
}
.twoColFixLtHdr #container {
	width: 783px;
	margin: 20 auto;
	text-align: left;
	border: 20px solid #FDF1DB;
	padding: 0px;
	background: #FFFFFF url(imagesPaul/bkgd.jpg) repeat;
} 
.twoColFixLtHdr #container2 {
	width: 775px;
	margin: 0;
	text-align: left;
	border: 5px solid #333;
	padding: 0px;
}

.twoColFixLtHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: center;
	width: 775px;
	height: 223px;
	border: 4px none #333;
} 
.twoColFixLtHdr #header2 {
	margin: 0px 0px -6px;
}


.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px;
	padding-top: 10px;
	padding-bottom: 0px;
	text-align: left;
}
.twoColFixLtHdr h5 {
	margin-top: -1px;
	margin-bottom: -10px;
}
#staff h4 {
	margin-top: 0px;
	text-align: center;
}
#staff td {
	text-align: justify;
}


.twoColFixLtHdr #mainContent {
	margin: 0 0px 0 205px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 550px;
	border: 4px none #333;
} 

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	border: 4px none #333;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #885533;
}
.twoColFixLtHdr #footer a {
	color: #885533;
	text-decoration: none;
}
.twoColFixLtHdr #footer a:hover {
	color: #003;
	text-decoration: none;
}
#copyright h5 {
	color: #ede0c6;
}



#tblBeers {
	width: 560px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	border-collapse: collapse;
}
#tblBeers caption {
	font-size: 1.2em;
	font-weight: bold;
	color: #885533;
	margin: 0px auto;
	padding-bottom: 10px;
}

#tblBeers th {
	background: #6699aa;
	color: #fff;
	text-align: center;
	font-size: 1em;
	font-weight: normal;
	border-bottom: 1px solid #fff;
	height: 60px;
}
#tblBeers th a {
	background: #6699aa;
	color: #fff;
	text-align: center;
	font-size: 1em;
	font-weight: normal;
	border-bottom: 1px none #fff;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#tblBeers th a:hover {
	background: #6699aa;
	color: #885533;
	text-align: center;
	font-size: 1em;
	font-weight: normal;
	border-bottom: 1px none #fff;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#tblBeers td {
	border: 1px solid #fff;
	text-align: center;
}
#tblBeers thead th.name {
	text-indent: -1000em;
}
#tblBeers #beerAbv, #beerIbus, #beerLogo {
	background: #ddcc99;
}
#tblBeers #beerSrm, #beerPackaging {
	background: #bdd5dd;
}
#beerDetails ul {
	list-style-type: none;
}

#beer_menu{
	clear: both;	
	padding: 0;	
}
#beer_menu h6 {
	color: #000066;
	padding-left: 4px;
	margin-bottom: 1px;
}



#beer_menu h3 {
	margin-bottom: -15px;
	margin-left: 3px;
}

#beer_menu ul {
	width: 100%;
	display: inline;
	margin-top: -15px;
}
#beer_menu ul li {
	display: inline;
}

#beer_menu ul li a {
	float: left;
	width: 170px;
	color: #000066;
	text-decoration: none;
	letter-spacing: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 2em;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 1px;
	padding-bottom: 3px;
	padding-left: 20px;
}
#beer_menu ul li a:hover, 
#beer_menu ul li a:active {
	background: #ddcc99;
	width: 169px;
	color:#885533;
}
#beer_menu #hrHours {
	margin-left: 25px;
	width: 142px;
	margin-top: 25px;
	margin-bottom: 35px;
}

#beer_menu #hoursBox {


	margin: 7
.px;
	margin: 0px 7px 25px;
	border-top: 2px solid #885533;
	border-right: 4px solid #885533;
	border-bottom: 4px solid #885533;
	border-left: 2px solid #885533;
}


#beer_menu #hoursHeader {
	color: #885533;
	text-align: center;
	font-weight: bold;
}
#beer_menu #hoursSubHeader {
	color: #885533;
	text-align: center;
	font-weight: normal;
	font-size: 0.9em;
}
#merchandise img {
	border-style: none;
}
#itemTitle {
	font-weight: bold;
	color: #885533;
	font-size: 1.2em;
}
#itemPrice, #itemSize, #itemDetails {
	font-weight: bold;
	color: #885533;
}
#staff h2 {
	margin-bottom: 0px;
	text-align: left;
}



.thumbnail{
position: relative;
z-index: 0;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#harvestFest08Big, #springFest08Big, #oktoberFest07, #blockParty07, #springFest07 , #beerFestivalBig, #springfest09_big, #BearsDenFlyer, #Nov20Flyer, #springFest10Big, #DogWash {
	visibility: hidden;
	position: fixed;
	left: auto;
	top: 30px;
	right: 30px;
}
#yellowText {
	color: #ffcc07;
	background-color: #003;
}
#crabtree_map {
	z-index: -50;
}
a #springfestThumb {
	border-style: none;
}
.twoColFixLtHdr div #container #container2 #mainContent div a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
