img, #middle #vine, #footer #bottle { 
	behavior: url(/assets/css/iepngfix.htc); 
}

/* DEFAULT STYLES
=========================================== */

body {
	padding: 0px;
	margin: 0px;
	background-image: url(../images/layout/bg.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	background-attachment: fixed;
	background-color: #0E3D43;
	}
	
/* HEADERS and TEXT
============================================ */

h1 {}
	#content h1, #content_wide h1 {
		color: #806B37;
		font-size: 20px;
		}
	#news_content h1 {
		color: #806B37;
		font-size: 20px;
		}
	#news_content h2 {
		color: #090909;
		font-size: 20px;
		}
p {}
	#content p {
		line-height: 1.9;
		}


h3 {
	color: #806B37;
	font-size: 14px;
	}	

h4 {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #806B37;
	padding: 1px;
	}	

img.img_left {
	background-color: #E9E9E9;
	padding: 3px;
	border: 1px solid #000000;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
img.img_left_nb {
	padding: 3px;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
img.img_right {
	background-color: #E9E9E9;
	padding: 3px;
	border: 1px solid #000000;
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
img.img_right_nb {
	padding: 3px;
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
		
		
/* LINKS and BUTTONS
============================================= */


a:link, a:active, a:visited {
	color: #003F00;
	border-bottom: 1px dotted #003F00;
	text-decoration: none;
}
a:hover {
	color: #806B37;
	border-bottom: 1px solid #806B37;
}
a.foot:link, a.foot:active, a.foot:visited {
	color: #9A8A69;
	text-decoration: none;
}
a.foot:hover {
	color: #806B37;
}
a.btn_website:link, a.btn_website:active, a.btn_website:visited {
	width: 85px;
	display: block;
	padding-right: 15px;
	background-image: url(../images/layout/icon_launchsite.gif);
	background-repeat: no-repeat;
	background-position: 83px 3px;
}
a.btn_rss:link, a.btn_rss:active, a.btn_rss:visited {
	width: 80px;
	height: 30px;
	display: block;
	text-decoration: none;
	border: none;
	float: right;
	font-size: 18px;
	padding-right: 30px;
	margin-right: 40px;
	_margin-right: 20px;
	background-image: url(../images/layout/btn_rss.gif);
	background-repeat: no-repeat;
	background-position: 78px 0px;
}


/* LAYOUT CLASSES
============================================= */

#frame {
	width: 941px;
	height: auto;
	font-family: Palatino, "Palatino Linotype", Times, serif;
	font-size: 14px;
	color: #040404;
	text-align: left;
	}
#masthead {
	width: 941px;
	height: 436px;
	float: left;
	position: relative;
	/*background-image: url(../images/layout/bg_masthead.png);*/
	background-image: url(../images/layout/bg_masthead.gif);
	background-repeat: no-repeat;
	}
	.ladybug1 {
		position: absolute;
		width: 23px;
		height: 16px;
		background-image: url(../images/layout/bg_ladybug.png);
		_background-image: url(../images/layout/bg_ladybug.gif);
		background-repeat: no-repeat;
		left: 895px;
		top: 144px;
		z-index: 101;
		}
	.ladybug2 {
		position: absolute;
		width: 23px;
		height: 16px;
		background-image: url(../images/layout/bg_ladybug.png);
		_background-image: url(../images/layout/bg_ladybug.gif);
		background-repeat: no-repeat;
		left: 85px;
		top: 229px;
		z-index: 101;
		}
	.ladybug3 {
		position: absolute;
		width: 23px;
		height: 16px;
		background-image: url(../images/layout/bg_ladybug.png);
		_background-image: url(../images/layout/bg_ladybug.gif);
		background-repeat: no-repeat;
		left: 644px;
		top: 38px;
		z-index: 101;
		}
	.ladybug4 {
		position: absolute;
		width: 23px;
		height: 16px;
		background-image: url(../images/layout/bg_ladybug.png);
		_background-image: url(../images/layout/bg_ladybug.gif);
		background-repeat: no-repeat;
		left: 819px;
		top: 228px;
		z-index: 101;
		}
		
/* MIDDLE
================================== */

#middle {
	width: 941px;
	min-height: 400px;
	height: auto;
	_height: 400px;
	float: left;
	background-image: url(../images/layout/bg_middle.png);
	_background-image: url(../images/layout/bg_middle.gif);
	background-repeat: repeat-y;
	}
	#middle #submenu_box {
		width: 650px;
		height: 30px;
		float: left;
		margin-left: 60px;
		display: inline;
		border-bottom: 1px solid #FBF9F2;
		}
	#middle #content {
		width: 650px;
		height: auto;
		float: left;
		margin-left: 60px;
		padding-top: 5px;
		display: inline;
		border-top: 1px solid #E0D7B4;
		}
	#middle #content_wide {
		width: 800px;
		height: auto;
		float: left;
		margin-left: 60px;
		padding-top: 5px;
		display: inline;
		border-top: 1px solid #E0D7B4;
		}	
	#middle #news_content {
		width: 620px;
		height: auto;
		float: left;
		display: inline;
		margin-left: 60px;
		padding-top: 5px;
		border-top: 1px solid #E0D7B4;
		}
	#middle #content_wide #leftside {
		width: 300px;
		float: left;
	}
#events_box {
	background: url(../images/layout/events_bg.jpg) no-repeat;
	width: 145px;
	height: 323px;
	margin: 20px 0 0 0px;
	position: relative;
	z-index: 105;
	float: left;
	padding: 45px 10px 6px 10px;
	}
	#events_box h4 {
		color: #003300;
		font-size: 13px;
		background: none;
		}
	#events_box h5 {
		font-size: 10px;
		font-weight:bold;
		}
		
/* CONTENT - rightside
============================================= */
	
#rightside {
	width: 200px;
	height: auto;
	float: right;
	display: inline;
	margin-right: 42px;
	}
	.right_menu_select {
		background-color: #806B37;
		color: #DDDDDD;
		width: 186px;
		height: 17px;
		float: left;
		display: block;
		font-weight: bold;
		margin-bottom: 2px;
		padding: 4px;
		padding-top: 5px;
		padding-left: 10px;
		text-decoration: none;
		overflow: hidden;
		background-image: url(../images/layout/btn_rightmenu.png);
		background-image: url(../images/layout/btn_rightmenu.gif);
	} 
	.news_tagline {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9px;
		font-weight: normal;
		color: #666666;
		text-decoration: none;
		float: left;
		height: auto;
		width: auto;
	}
	.blog_menu_select {
		width: 184px;
		height: auto;
		float: left;
		margin-bottom: 2px;
		text-decoration: none;
		color: #806B37;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		padding-top: 2px;
		padding-right: 2px;
		padding-bottom: 2px;
		padding-left: 14px;
		border: 1px solid #E0D7B4;
		background-attachment: scroll;
		background-image: url(../images/layout/left_arrow.gif);
		background-repeat: no-repeat;
		background-position: left center;
		font-weight: bold;
	}
	a.blog_menu:link, a.blog_menu:active, a.blog_menu:visited {
		width: 184px;
		height: auto;
		float: left;
		margin-bottom: 2px;
		text-decoration: none;
		color: #806B37;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		padding-top: 2px;
		padding-right: 2px;
		padding-bottom: 2px;
		padding-left: 14px;
		border: 1px solid #FFFFFF;
	} 
	a.blog_menu:hover {
		border: 1px solid #D7DDB5;
		background-color: #FFFFFF;
		color: #336600;
	}
	a.blog_year:link, a.blog_year:active, a.blog_year:visited {
		width: 196px;
		height: auto;
		float: left;
		display: block;
		margin-bottom: 2px;
		padding: 2px;
		text-decoration: none;
		background-color: #806B37;
		color: #F3F0EB;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		border: 1px solid #D7DDB5;
	} 
	a.blog_year:hover {
		background-color: #090909;
		color: #F7F0DB;
	}
	a.blog_month:link, a.blog_month:active, a.blog_month:visited {
		width: 191px;
		height: auto;
		float: left;
		display: block;
		margin-bottom: 2px;
		text-decoration: none;
		color: #806B37;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		border: 1px solid #806B37;
		background-color: #E0D7B4;
		padding-top: 2px;
		padding-right: 2px;
		padding-bottom: 2px;
		padding-left: 7px;
	} 
	a.blog_month:hover {
		background-color: #DBDBB9;
		color: #4D6320;
	}
		
/* FOOTER
=============================== */

#footer {
	width: 941px;
	height: 90px;
	float: left;
	position: relative;
	background-image: url(../images/layout/bg_footer.png);
	_background-image: url(../images/layout/bg_footer.gif);
	background-repeat: no-repeat;
	}
	#footer #footer_links { 
		width: 700px;
		height: 40px;
		text-align: right;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		line-height: 1.5;
		margin-left: 60px;
		margin-top: 29px;
		color: #9A8A69;
		}
	#footer #bottle {
		width: 209px;
		height: 729px;
		position: absolute;
		z-index: 100;
		background-color: transparent;
		background-image: url(../images/layout/bg_bottle.png);
		left: 756px;
		top: -603px;
		}
	#footer #vine {
		width: 147px;
		height: 173px;
		position: absolute;
		background-color: transparent;
		background-image: url(../images/layout/bg_vine.png);
		_background: none;
		left: 5px;
		top: -79px;
		}
		
/* TOGGLE RETAILER / RESTAURANT INFO
======================================================== */

.toggle_info_box {
	float: left; 
	width: 630px; 
	height: auto; 
	margin-bottom: 30px;
	display: none;
}
.toggle_address_box {
	width: 210px; 
	height: 140px; 
	float: left;
}
.cities_box {
	float: left; 
	width: 630px; 
	height: auto; 
	margin-bottom: 30px;
}
.toggle_city_box {
	width: 210px; 
	height: 25px; 
	float: left;
}