/* CSS Document */

img, div, td, table, tr { behavior: url(include/iepngfix.htc) }

body {
		margin: 10px 0 20px 0;
		background-image:url(../images/bg.jpg);
		background-repeat: repeat;
		background-color: #410707;
		font-family: "Times New Roman", Times, serif;
		font-size: 14px;
		color: #000000;
		line-height: 22px;
	}

body.mailing {
		margin: 0 0 0 0;
		background-color: #2b0303;
	}

.Wrapper {
		border: 9px solid #2b0303;
		background-color: #2b0303;
	}

.Container {
		padding: 20px;
	}

.Navigation {
		background-color: #000000;
		border-top: 6px solid #5e0d0d;
		height: 55px;
	}

.NavigationSelected {
		background-color: #5e0d0d;
	}

.ContentContainer {
		background-image: url(../images/bg_content.jpg);
		background-position: bottom;
		background-repeat: no-repeat;
		background-color: #ffc66b;
		padding: 20px 30px 20px 30px;
	}

.PromoContainer {
		border-top: 5px solid #2b0303;
	}

.PromoIntroCopy {
		background-image: url(../images/bg_promo_intro.jpg);
		padding: 20px;
		color: #000000;
		font-style: italic;
	}

.PromoMailingListWrapper {
		border: 4px solid #150303;
		background-image: url(../images/bg_mailing_list.jpg);
	}

.InputMailingList {
		height: 21px;
		vertical-align: middle;
		border: 1px solid #000000;
		padding: 5px 0 0 5px;
		font-family: "Times New Roman", Times, serif;
		font-style: italic;
		color: #999999;
		width: 200px;
	}

.FooterContainer {
		margin: 25px 0 0 0;
		color: #7d312f;
	}

.MenuItemWrapper {
		margin: 0 0 20px 0;
	}

.MenuItem {
		font-size: 15px;
		font-weight: bold;
		color: #000000;
		padding: 0 0 3px 0;
	}
	
.MenuItemPrice {
		font-size: 15px;
		font-weight: bold;
		color: #931b1b;
		padding: 0 0 3px 0;
	}
	
.MenuBeerPairing {
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 10px;
		color: #000000;
		padding: 0 0 5px 0;
	}

.MenuDescription {
		font-style: italic;
		font-size: 14px;
	}

.LeftNavWrapper {
		margin: 20px 0 0 0;
	}

.LeftNavContainer {
		padding: 5px 0 0 30px;
	}

.LeftNavSelected {
		font-weight: bold;
		color: #ffffff;
	}

.FoodDisclaimer {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
	}

.WineHeading {
		padding: 0 0 15px 0;
	}

.WineGlassHeading {
		color: #000000;
		font-size: 12px;
	}

.WineContainer {
		margin: 0 0 5px 0;
	}
	
.formRow {
		padding-bottom: 25px;
	}

.formHeading {
		padding-bottom: 5px;
	}

.Address {
		color: #ffffff;
	}

a:link, a:active, a:visited {
		color: #7d312f;
		text-decoration: underline;
	}
	
a:hover {
		color: #b3514e;
	}

a.footer:link, a.footer:active, a.footer:visited {
		color: #7d312f;
		text-decoration: underline;
	}
	
a.footer:hover {
		color: #b3514e;
	}

a.menu:link, a.menu:active, a.menu:visited {
		color: #fdc368;
	}

a.menu:hover {
		color: #f9d59b;
	}