body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	background: #501916 url(../images/background.gif);
	margin: 0px;
	padding: 0px;
}

a {
	color: #501916;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.itemCategorySelected {
	font-size: 10pt;
	font-weight: bold;
}
a.itemCategoryUnselected {
	font-size: 10pt;
}

input, select, textarea {
	font-size: 8pt;
	font-family: Georgia, "Times New Roman", Times, serif;
}

div#labelPopup {
	position: relative;
	display: none;
	width: 252px;
	height: 450px;
	background-color: #501916;
	z-index: 100;
}


div#outsideBox {
	position: relative;
	display: block;
	float: none;
	width: 794px;
}

div.header{
	position: relative;
	display: block;
	float: none;
	width: 794px;
	height: 206px;
	background: #c0a87f url(../images/header_low_2.jpg);
}

div.navigation {
	position: relative;
	display: block;
	float: none;
	width: 794px;
	height: 31px !important;
	height: 47px;
	background: #370a01 url(../images/nav_background_2.jpg);
	padding-top: 16px;
}

img.navImg {
	position: relative;
	display: inline;
	float: none;
	margin:  0px 6px 0px 6px;
}

img.itemImage {
	border: 1px solid black;
}
td.itemImage {

}
td.itemContent {
	font-size: 9pt;
	padding: 0px 12px 12px 12px;
}
.itemName {
	color: #501916;
	font-size: 10pt;
	font-weight: bold;
}

div#contentContainerNeutralBG {
	position: relative;
	display: block;
	float: left;
	background: #cfcac4;
	border: 0px solid black;
}

div#contentContainerTile {
	position: relative;
	display: block;
	float: left;
	background: repeat-y url(../images/main_content_background_tile.jpg);
	border: 0px solid black;

}

div#contentContainer {
	position: relative;
	display: block;
	float: left;
	height: auto !important;
	height: 300px;
	min-height: 300px;
	background: top no-repeat url(../images/main_content_background_top.jpg);
	border: 0px solid black;

}


div#leftContent {
	position: relative;
	display: block;
	float: left;
	width: 196px !important;
	width: 236px;
	height: 100%;
	border: 0px solid black;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 9pt;
}

div#cartContainer {
	display: block;
}

table#leftCart {
	font-size: 7pt;
	color: #501916;
	border: 0px solid #d7bfa4;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 2px;
}
table#leftCart td {
	padding-top: 5px;
	padding-bottom: 5px;
}

table#fullCartTable {
	font-size: 9pt;
	background: #e2d0bb url(../images/checkout_table_background.jpg);
	border: 1px solid #501916;
	padding: 4px;
}

table#fullCartTable td{
	padding: 4px;
}

.informationForm {
	font-size: 9pt;
	background: #e2d0bb url(../images/checkout_table_background.jpg);
	border: 1px solid #501916;
	padding: 4px;
}

.informationForm td {
	padding: 4px;
}

.cartButton {
margin: 0px;
padding: 1px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 11px;
color: black;
text-align: center;
}

div#rightContent {
	position: relative;
	display: block;
	float: left;
	width: 518px !important;
	width: 558px;
	border: 0px solid black;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 9pt;
}

div#leftContent .header1{
	color: #501916;
	font-size: 16px;
	font-weight: bold;
}

div#tastingItems{
	padding-left: 16px;
}


div#rightContent .header1{
	color: #501916;
	font-size: 24px;
	font-weight: bold;
}
div#rightContent .header2{
	color: #501916;
	font-size: 16px;
	font-weight: bold;
}
div#rightContent .header3{
	color: #501916;
	font-size: 20px;
	font-weight: bold;
}

div#footer {
	position: relative;
	display: block;
	float: right;
	width: 794px;
	height: 30px !important;
	height: 30px;
	background: top no-repeat url(../images/footer_background.jpg);
	padding-top: 7px;
}

.footerTable, #footer a {
	color: #9a6f50;
	font-size: 9px;
}

#footerLinkTable, #footerLinkTable a {
	font-size: 11px;
}

.linkVault {
	font-size: 10px;
}

.bordered {
	border: 1px solid #501916;
}
.siteText {
	font-size: 9pt;
}

.linkText {
	font-size: 12pt;
	text-decoration: underline;
	font-weight: bold;
}

.linkText:hover {
	color: #f7ac50;
}

.linkText2 {
	text-decoration: underline;
	font-weight: bold;
}