@charset "utf-8";
.header {
	background-image: url(../graphics/header-bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../graphics/bg.jpg);
}
.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	background-color: #fff0d6;
	width: 100%;
	text-align: center;
	height: 39px;
	line-height: 39px;
}
.content-bg {
	background-color: #fdf0d6;
	background-image: url(../graphics/content-top.png);
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 66px;
	color: #FFFFFF;
	background-image: url(../graphics/footer-bg.jpg);
	text-align: center;
}
.footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}

.content {
	width: 800px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #554a3e;
	font-size: 15px;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #f36f1f;
	text-decoration: underline;
}
.menu ul, .menu li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.menu li a, .menu li a:hover {
	color: #f25043;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 20px;
	margin-right: 20px;
}
.menu li a:hover {
	padding-bottom: 4px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #f25043;
}
p {
	margin-top: 0px;
}
h2, h3, h4 {
	color: #f25043;
}
td {
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
	padding-right: 10px;
}
.frame-map {
	background-image: url(../graphics/bg-map.gif);
	width: 800px;
	height: 430px;
	padding: 12px;
	background-repeat: no-repeat;
}
.wine {
	width: 29px;
}
.wine img {
	vertical-align: middle;
}
.price {
	text-align: right;
	width: 50px;
	font-weight: bold;
}
.country {
	font-weight: bold;
	width: 100px;
	padding-right: 10px;
}
.right-bold {
	font-weight: bold;
	float: right;
}
.clearboth {
	line-height: 1px;
	clear: both;
}
li {
	padding-bottom: 15px;
}
ul.thumbs {
	text-align: center;
}
.thumbscontainer {
	text-align: center;
}