/*esd.css*/
a:link { color: #BF915F; outline: none;}
a:hover { color: #7F511F; }
a, a:visited { color: #9F6F3B; text-decoration: none; }
body{ margin: 0px; padding: 20px; background-color: #6e3513; }
#wrapper {
	margin: 0 auto;
	width: 1100px;
	height: 975px;
}	/* border: 1px solid white; */

.leftsidebar {
	height:500px;
	width: 223px;
	float: left;
	/* border: 1px solid white; */
}	

#container1 {
	position: relative;
	top: -500px;
	 background-color: #222;
/* 	background-image: url(imgs/XXXoakbkg.jpg); */
	background-repeat: no-repeat;
	background-position: top right;
	width: 800px;
	height: 639px;
	/* margin-top: 225px; */
	margin-left:230px;
	margin-right:0px;
	float:left;
}

#box { 	
	background-image: url(imgs/OHnewlk376.png);
	background-repeat: no-repeat;
	width: 800px;
	height:639px; 
}
#box h1,h2,h3,p {
	font-family: Georgia,serif;
	margin-top: 25px;
	padding-left: 390px;
}
.text {
	color: #e6e6e6;
	padding-top: 50px;
	margin-right: 20px;
	font-size: 1em;
}	
div.WDimg {
	height: 500px;
	margin-left: 160px;
}
div.factoryimg {
	height: 350px;
	margin-left: 160px;
}
div.GSimg {
	width: 800px;
	height: 975px;
}



.liquorticker {
	float: right;
	width: 300px;
	height: 250px;
	margin-top:-260px; 
	padding-right: 35px;
}		

.tag {
	float: right; 
	margin-right: -20px;
	margin-top: -10px;
	width: 100%;
	height: 20px;
	background-color: white;
}

.bigdate {
	font-weight: bold;
	color: maroon;
}	
/*///// ACCORDION /////*/

ul.simple, ul.simple li{ list-style:  none outside; padding: 0; }
ul.simple li p, ul.simple li h4{ /*padding: 5px 20px; */ }

/* =layout
-------------------------------------------*/
#container2 { width: 800px; float: left; text-align: left; margin-top: -500px; margin-left: 220px; padding: 0 10px 10px 10px; color: #444; }
#container2 h3 { width: 760px; background-color: #222; height: 40px; line-height: 40px; padding: 0 20px; margin: 5px 0; position: relative; cursor: pointer;}
#container2 h3 a{ text-decoration: none; }	
#container2 h3 span { position: absolute; top: 0; right: 25px;  font-size: 0.8em; font-weight: bold;}


div.heading {margin: 10px 0 0 0; padding: 5px; color: #BF915F; }
span {color: #7F511F;}

div.collapse{ width: 800px;  margin: 5px 0;  background-color: #CFB3A8;}
div.collapse img { margin-left: 15px; padding: 5px; }
div.collapse p { margin-left: -315px; padding-right: 35px;}
div.collapse p.right {margin-top: -435px; margin-left:-35px; padding-right: 15px;}
div.collapse p.plaque {margin-top: 35px; margin-left:15px; padding-left: 45px;}
div.collapse p.hrdright {margin-top: -450px; margin-left:-35px; padding-left: 500px;}
div.collapse p.left { margin-right: 330px; padding-right: 15px;}
div.collapse p.center { margin-left: -315px; padding-right: 35px;}	
div.collapse-container{ width: 760px; height: 100%; padding: 15px 20px;}


/*////////////   LINKS ////////////*/

.imgteaser {
	margin: 0;
	overflow: hidden;
	float: left;
	position: relative;
}
.imgteaser a {
	text-decoration: none;
	float: left;
}
.imgteaser a:hover {
	cursor: pointer;
} 
.imgteaser a img {
	float: left;
	margin: 0;
	border: none;
	padding: 10px;
	background: #6e3513;
	border: 1px solid #6e3513;
}
.imgteaser a .more {
	position: absolute;
	right: 38px;
	bottom:10px;
	font-size: 1.2em;
	font-family: Georgia, serif;
	color: #fff;
	background: #000;
	padding: 5px 5px;
	filter:alpha(opacity=85);
	opacity:.85;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; /*--IE 8 Transparency--*/
}
.imgteaser a:hover .desc{
	display: block;
	font-size: .8em;
	font-family: Georgia, serif;
	padding: 10px 0;
	background: #fff;
	filter:alpha(opacity=90);
	opacity:.90;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; /*--IE 8 Transparency--*/
	color: #000;
	position: absolute;
	bottom: 11px;
	left: 1px;
	padding: 15px;
	margin: 0;
	width: 200px;
	height: 200px;
	/* border-top: 1px solid #999; */
}
.imgteaser a:hover .desc strong {
	display: block;
	margin-left: -8px;
	padding-top: 90px;
	margin-bottom: 5px;
	font-size:1.4em;
}
.imgteaser a .desc {	display: none; }
.imgteaser a:hover .more { visibility: hidden;}

/*//////////////PHOTO TEASER//////////*/
.phototeaser {
	margin: 0;
	overflow: hidden;
	float: left;
	position: relative;
}
.phototeaser a {
	text-decoration: none;
	float: left;
}
/*
.phototeaser a:hover {
	cursor: pointer;
} 
*/
.phototeaser a img {
	/* float: left; */
	margin: 0;
	border: none;
	/* padding: 10px; */
	/*
background: #6e3513;
	border: 1px solid #6e3513;
*/
}
.phototeaser a .more {
	position: absolute;
	right: 38px;
	bottom:10px;
	font-size: 0.9em;
	font-family: Georgia, serif;
	color: #fff;
	background: #000;
	padding: 5px 5px;
	filter:alpha(opacity=85);
	opacity:.85;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; /*--IE 8 Transparency--*/
}
.phototeaser a:hover .desc{
	display: block;
	font-size: .8em;
	font-family: Georgia, serif;
	padding: 10px 0;
	background: #222;
	filter:alpha(opacity=90);
	opacity:.90;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; /*--IE 8 Transparency--*/
	color: #FFF;
	position: absolute;
	bottom: 11px;
	left: 1px;
	padding: 15px;
	/* margin-left: 160px; */
	width: 450px;
	height:150px;
	/* border-top: 1px solid #999; */
}
.phototeaser a:hover .desc strong {
	display: block;
	margin-left: 15px;
	padding-top: 25px;
	margin-bottom: 5px;
	font-size:1.5em;
}
.phototeaser a .desc {	display: none; }
.phototeaser a:hover .more { visibility: hidden;}


