@charset "UTF-8";
/* CSS Document */

*{ 
	margin:0;
	padding:0;
}

body {
	
	font-family:"Times New Roman",Times,Serif;
	font-size: 14px;
	color: #343433;
	line-height: 22px;
	height:100%;
	min-height: 100%;
	background-image:url(images/woodBG_repeat.jpg);
	background-position:top center;
}

p{
	margin-bottom:0px;	
}

.link{
	font-size: 15px;
	color: #343433;
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
	padding-right:16px; padding-left:16px;
	
	
}

.link a{
	text-decoration:none;
	border:0px;
}

.link a:hover{
	text-decoration:none;
	border:0px;
}

.sub_link{
	font-size: 12px;
	color: #343433;
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
	padding-right:16px; padding-left:16px;
}

.sub_link a{
	text-decoration:none;
	border:0px;
}

.sub_link a:hover{
	text-decoration:none;
	border:0px;
}



.largeCopy{
	font-size: 21px;
	line-height: 28px;
	color: #343433;	
	
}

.quote{
	font-size: 16px;
	color: #343433;
	line-height: 22px;
	font-style:italic;	
	
}

.press{
	font-size: 14px;
	line-height: 28px;
	font-weight:bold;	
	
}

.footerText{
	font-size: 12px;
	color: #676767;
	line-height: 20px;
	
}

a {
	color: #343433;
	text-decoration:none;
	font-weight:bold;
}

a:hover {	
	color: #343433;
	border-style:solid;
	border-bottom:1px solid black;
	border-left:0px; border-right:0px; border-top:0px;
	text-decoration:none;
}

.img{
	border:0px;
}

.img a {
	text-decoration:0;
	border:0px;
}

.img a:hover{
	border:0px;
}

h1{
	font-family:"Times New Roman",Times,Serif;
	font-size: 36px;
	color: #343433;	
	padding-left:80px;
	padding-top:3px; 
	padding-bottom:3px;
}

h1 a{
	text-decoration:none;	
}

h1 a:hover{
	color: #9e291d;
	border-bottom:1px solid black;	
}

h2{
	font-family:"Times New Roman",Times,Serif;
	font-size: 36px;
	color: #9e291d;	
	padding-left:80px;
}

h3{
	font-family:"Times New Roman",Times,Serif;
	font-size: 21px;
	line-height: 28px;
	color: #343433;	
	font-weight:bold;
}

h3 a{
	text-decoration:none;	
}

h3 a:hover{
	color: #9e291d;
	border-bottom:1px solid black;
	border-color: #9e291d;
}

#rule{
	height: 2px;
	width: auto;
	background-color: #a4a5a4;
	
}

#menu-rule{
	height: 1px;
	width: auto;
	float: left;
	background-color: #a4a5a4;
	
}

#image_links{
	display:block;
	height:34px;
	float:left;
	
}

#nav_item_dead{
	display:block;
	height:34px;
	background-image:url(images/navBar_dark.gif);
	background-position: left bottom;
	background-repeat:repeat-x;
	float:left;
	
}


#nav_item_inactive{
	display:block;
	height:34px;
	background-image:url(images/navBar_light.gif);
	background-position: left bottom;
	background-repeat:repeat-x;
	float:left;
	
}

#nav_item{
	display:block;
	height:34px;
	background-image:url(images/navBar_light.gif);
	background-position: left bottom;
	background-repeat:repeat-x;
	float:left;
	
}

#nav_item:hover{
	cursor: pointer;
	background-image:url(images/navBar_red.gif);
	
}

#subnav_item_inactive{
	display:block;
	height:30px;
	width:auto;
	background-image:url(images/subNavBar_light.gif);
	background-position: left bottom;
	background-repeat:repeat-x;
	float:left;
}

#subnav_item_dead{
	display:block;
	height:30px;
	width:auto;
	background-image:url(images/subNavBar_dark.gif);
	background-position: left bottom;
	background-repeat:repeat-x;
	float:left;
	
}

#subnav_item{
	display:block;
	height:30px;
	width:auto;
	background-image:url(images/subNavBar_light.gif);
	background-position: left bottom;
	background-repeat:repeat-x;
	float:left;
	
}

#subnav_item:hover{
	cursor: pointer;
	background-image:url(images/subNavBar_red.gif);
	
}

#nav-wrapper{
	height:34px;
	width:auto;
	background-image:url(images/navBar_light.gif);
	background-position: left bottom;
	background-repeat:repeat-x;
	overflow:auto;
}

#subnav-wrapper{
	height:30px;
	width:auto;
	background-image:url(images/subNavBar_light.gif);
	background-position: left bottom;
	background-repeat:repeat-x;
	overflow:auto;
	margin-top:5px;
	
}


#bottom-shadow{
	height:21px;
	width:1018px;
	background-image:url(images/shadowBottom.png);
	background-repeat:none;
	margin-left:auto; margin-right:auto;
	float:left;
}

#content{
	width:1018px;
	float:left;
	background-image:url(images/shadowMid.png);
	background-position:center;
	background-repeat:repeat-y;
	overflow:visible;
}

#content_inner{
	width:990px;
	float:left;
	margin-left:14px; margin-right:14px;
	
}

#wrapper{
	height:100%;
	width:1018px;
	margin-left:auto;
	margin-right:auto;
	min-height: 100%;
	
}

#gallery_wrapper{
	height:500px;
	width:830px;
	margin-left:auto;
	margin-right:auto;
	min-height: 100%;
	background-color:#FFF;
}

#month_wrapper{
	height:auto;
	width:830px;
	margin-left:auto;
	margin-right:auto;
	overflow:auto;
	background-color:#FFF;
	
}

#month_next{
	float:right;
	width:auto;
	overflow:auto;
	margin-top:5px;
}

#last_month{
	float:left;
	padding-right:15px;
	overflow:hidden;
}
#next_month{
	float:left;
	overflow:hidden;
}

#month_title{
	float:left;
	overflow:hidden;
	height:50px;
	width:auto;
}

#event_wrapper{
	
	border-style:solid;
	border-bottom:1px solid black;
	border-left:0px; border-right:0px; border-top:0px;
	overflow:hidden;
	border-bottom-color:#a4a5a4;
	padding-bottom:19px;
	margin-top:19px;
	background-color:#FFF;
	
}

#event_title{
	width:140px;
	height:auto;
	float:left;
	font-weight:bold;
}

#event_date{
	width:105px; margin-left:15px;
	height:auto;
	float:left;
	font-weight:bold;
}

#event_des{
	width:440px; margin-left:15px;
	height:auto;
	float:left;
}

#event_link{
	width:115px; 
	height:auto;
	float:right;
	text-align:right;
}

#heading{
	height:382px;
	width:990px;
	background-position:top center;
	background-repeat:no-repeat;
	background-image:url(images/header/home.jpg);
}

#logo-link{
	height:197px;
	width:199px;
	margin:auto;
	padding-top:92px; padding-left:5px;
}

#footer{
	height:169px;
	width:100%;
	background-color:#FFF;
	float:left;
	padding-top:14px;
}

#footer_shadow{
	height:40px;
	width:100%;
	float:left;
	background-image:url(images/footer_top.png);
	background-repeat:repeat-x;
	background-position:bottom;
	margin-bottom:0px;
}

#footer_content{
	width:830px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}

#menu{
	overflow:auto;
	margin-top:10px;
	}

#menu_column_left{
	
	float:left;
	width:397px;
	height:auto;
	margin:0px;
}

#menu_column_right{
	
	float:right;
	width:397px;
	height:auto;
	margin:0px;
}

#item_wrap{
	
	overflow:hidden;
	background-image:url(images/menu_line.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

#blank_wrap{	
	overflow:hidden;
	width:397px;
}

#item{
	float:left;
	width:auto;
}

#price{
	float:right;
	width:30px;
	background-color:#FFF;
	padding-left:8px;
}

#wine_price{
	float:right;
	width:60px;
	background-color:#FFF;
	padding-left:8px;
}

.menu_item{
	background-color:#FFF;
	padding-right:8px;
}

#thumbnail{
	width:auto; height:auto;
	float:left;
	padding-right:4px;
	
}

iframe {
	overflow: hidden;
} 
