body {
/*	background-image: url(/img/bottombarrels.jpg);
	background-repeat: no-repeat;
	background-position: bottom center; */
	background-color: black;
	color: #dfdcbf;
	font-family: 'Georgia', 'Times New Roman', serif;
	margin: 0;
	text-shadow: 2px 2px 2px #000000;
}

img {
	border: 0;
}

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

a:hover {
	color: #836a3e;
	text-decoration: underline;
}

h1 {
	margin: 0 50px 10px 50px;
	padding: 10px;
	color: #836a3e;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 1.5em;
	text-align: center;
	border-bottom: 1px solid #352314;
}

h2 {
	margin: 10px 0 0 0;
	padding: 0;
	color: #836a3e;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 1.1em;
}

h3 {
	color: #836a3e;
	font-weight:bold;
	padding: 0;
	margin: 0;
	font-size: 1em;
}

hr {
	margin: 10px 150px 10px 150px;
	border: none;
	border-bottom: 1px dotted #352314;
}

#container {
	width: 963px;
	margin: 0 auto 0 auto;
}

#header {
	background-image: url(/img/headerTN.jpg);
	background-repeat: no-repeat;
	height: 231px;
	width: 963px;
	position:relative;
}

#nav {
	position: absolute;
	top: 123px;
	left: 210px;
	filter:shadow(color=#000000, strength=3, direction=135);
}

#nav ul {
	list-style: none;
}

#nav ul li {
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	font-size: .7em;
	text-shadow: 2px 2px 2px #000000;
}

#nav a {
	color: #836a3e;
	padding: 10px;
	display: block;
}

#nav a:hover {
	color: #b59c6f;
	text-decoration: none;
}

#logo {
	width:180px;
	height:200px;
	display:block;
	margin-left:50px;
}

#logo img {
	border: none;
}

#leftImage {
	background-image: url(/img/burlap.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float:left;
}

#left {
	/*height: 600px; */
	/*float:left; */
	width: 291px;
	color: #b59c6f;
	padding-bottom:100px;
	/* font-size: .75em; */
	text-shadow: 2px 2px 2px #000000;
	/* text-align:center; */
	filter:shadow(color=#000000, strength=3, direction=135);
}

#left ul {
	list-style: none;
	padding: 0;
	margin: 15px;
	/* margin: 0; */
}

#left a {
	display: block;
	color: #836a3e;
	padding: 10px;
}

#left a:hover {
	color: #b59c6f;
	text-decoration: none;
}

#leftNav ul {
	margin-top:20px;
	text-align: center;
}

#leftNav ul li {
	text-transform: uppercase;
	font-weight: bold;
	background-image: url(/img/rule.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}

#leftNav a {
	padding: 15px 10px 15px 10px;
}

.return ul li {
	font-style:italic;
	font-size:.9em;
}


#info {
	margin-top:10px;
}


#forRegulars {
	margin-bottom: 10px;
	font-style: italic;
}


.mobile {
	font-size: 2.5em;
	margin-bottom: 20px;
}

#mobileNav {
	font-size: 2em;
}

#mobileNav a {
	padding: 20px 0 20px 0;
}

#content {
	float:left;
	width: 650px;
	/*filter:shadow(color=#000000, strength=3, direction=135); */
}

#content p {
	font-size: .8em;
	line-height:1.25em;
}

#content a {
	border-bottom: 1px dotted #352314;
}

#content a:hover {
	border-bottom: 1px solid #836a3e;
	text-decoration: none;
}

#content ol li {
	margin-bottom: 10px;
	font-size: .9em;
}

#footer {
	clear:both;
	width: 963px;
	margin: 5px auto 5px auto;
}


#credits {
	font-size:.7em;
	
}

.bulletless {
	list-style: none;
	font-size: .9em;
}

.pullquote {
	font-size: 1.2em;
	font-style: italic;
	text-align:center;
	border: 1px dotted #352314;
	border-left: 0;
	border-right: 0;
	padding: 15px;
	margin: 15px;
}

/*** FORMS ***/

.field {
	height: 26px;
	width: 150px;
	font-size:1em;
	background-color: #f9e8db;
	border: solid 2px #352314;
}

/*** /FORMS ***/


/*** TASTING NOTES ***/

.reg {
	margin: 20px 100px;
	padding: 20px;
	border: solid 1px #231305;
	background-color: #160b02;
	text-align: center;
	font-size: 1.1em;
}

.reg ul {
	text-align:left;
}

.reg li {
	margin-bottom: 5px;
	font-size: .9em;
}

.itemNav {
}

.itemNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top:10px;
}

.itemNav ul li {
	font-weight: bold;
	padding: 5px 5px 10px 35px;
	position:relative;
}

.itemNav a {
	position: relative;
}

.itemNav a span {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 600px;
	padding: 5px;
	z-index: 100;
	background-color: #120801;
	font-size: .7em;
	font-weight: normal;
	border: 1px dotted #352314;
	color: #dfdcbf;
}

.itemNav a.check {
	padding-right: 35px;
	background-image: url(/img/check.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}


.itemNav a:hover {
	font-size: 99%;
} 

.itemNav a:hover span {
	display:block;
}

.itemNav ul li.itemType {
	background-image: none;
	padding-left: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.itemGroup {
	margin-top: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	
}

.itemIngred {
	color: #dfdcbf;
	font-size: .8em;
	font-weight: normal;
	margin-right:20px;
	margin-top: 3px;
}


.favorite {
	position:absolute;
	top: 0;
	left: 0;
	background-image:url(/img/starMini.gif);
	background-repeat: no-repeat;
	width: 31px;
	height: 31px;
	z-index: -1;
}


.glass {
	position:absolute;
	top: 0;
	left: 0;
	background-image:url(/img/note.gif);
	background-repeat: no-repeat;
	width: 31px;
	height: 31px;
	z-index: -1;
}


.favoriteGlass {
	position:absolute;
	top: 0;
	left: 0;
	background-image:url(/img/starNote.gif);
	background-repeat: no-repeat;
	width: 31px;
	height: 31px;
	z-index: -1;
}


#tooltip {
	position: absolute;
	bottom: -10px;
	left: -10px;
	width: 300px;
	background-color: yellow;
	color: black;
	padding: 15px;
}


.itemStar {
	float:left;
	margin: 0 15px 10px 0;
}

.noteHeading {
	clear:both;
	margin:10px;
	font-weight: bold;
	color:#836a3e;
}

.noNote {
	text-align:center;
	font-style: italic;
}

.itemNoteLabel {
}

.gsQ {
	color: #836a3e;
	font-weight: bold;
}

.gsA {
	margin: 0 10px;
	margin-bottom: 15px;
	font-size: .9em;
	line-height: 1.4em;
}


/*** /TASTING NOTES ***/