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




.menu_set_heading {
	font-family: "Baskerville", "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #bc980b;
	font-size:24px;
	/*font-weight:bold;*/
	text-align: center;
}

.menu_set_headingLFT {
	font-family: "Baskerville", "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #bc980b;
	font-size:24px;
	/*font-weight:bold;*/
	text-align: left;
}

.menu_item {
	font-family: "Palatino Linotype", "Baskerville", "Book Antiqua", Palatino, serif;
	color: #333;
	line-height:160%;
	font-size:16px;
	text-align: center;	
	}
	
	.menu_itemLFT {
	font-family: "Palatino Linotype", "Baskerville", "Book Antiqua", Palatino, serif;
	color: #333;
	line-height:160%;
	font-size:16px;
	text-align: left;	
	}
.divider {
	background-image: url(../css_images/divider.gif);
	background-repeat: no-repeat;
	background-position: center center;
	clear: both;
	height: 40px;
	width: 100%;
	margin-top: 40px;
	margin-bottom: 20px;
	/*border: 1px solid #CCC;*/
}


.description {
	font-family: "Palatino Linotype", "Baskerville", "Book Antiqua", Palatino, serif;
	color: #171717;
	line-height:160%;
	font-size:18px;
	text-align: center;
}



h1 {
	font-family: "Palatino Linotype", "Baskerville", "Book Antiqua", Palatino, serif;
	font-weight:normal;
	color:#ccc;
	margin-top:0px;
	margin-bottom:-10px;
	font-size:36px;
}

h2 {
	font-family: "Palatino Linotype", "Baskerville", "Book Antiqua", Palatino, serif;
	font-weight:normal;
	color:#ccc;
	margin-top:5px;
	margin-bottom:0px;
	font-size:24px;
}



/*SIFR STUFF*/

		.title
			{
				font-size:36px;
				font-family: Arial;
				color:#333;
			}
			
			.sIFR-active .title
			{
				visibility: hidden;
				font-family: Verdana;
				line-height: 1em;
				color:#333;
			}
			
/*END SIFR STUFF*/		
			
.wineType {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	margin-bottom:0px;
}

a {
	color:#9F7727;
	text-decoration:none;
}
a:hover {
	color:#9F7727;
	text-decoration: underline;
}
.darker {
	color: #191610;
}

.darker a {
	color:#333;
	text-decoration:none;
}
.darker a:hover {
	color:#C90;
	text-decoration: underline;
}

.title {
	font-family: "Baskerville","Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:36px;
	color:#333;
	margin-bottom:10px;
}

.white {
	color: #FFF;
}


