@charset "UTF-8";
.menuTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
}
body {
	background-image: url(/assets/templates/jorge/images/corks.jpg);
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 14px;
}
.pageMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	width: 150px;
}
.pageMenu li {
	color: #fff;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.pageMenu a:link {
	color: #fff;
	text-decoration: none;
}

.pageMenu a:visited {
	color: #fff;
	text-decoration: none;
}

.pageMenu a:active {
	color: #fff;
	text-decoration: none;
}

.pageMenu a:hover {
	color: #CCCC99;
	text-decoration: none;
}

.pageMenu li ul li {
	color: #fff;
	list-style-type: none;
	border-bottom-width: 0px;
}

.whitewine {
	background-image: url(/assets/templates/jorge/images/whites.png);
}

.redwine {
	background-image: url(/assets/templates/jorge/images/reds.png);
}
