* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Georgia,"Times CE","Times New Roman CE","Times New Roman", Times, serif;
	background: #e8e7e5;
	color: #000;
	font-size: x-small;
	text-align: center;
	min-width: 770px;
}
html>body {
	font-size: small;
}
.noscreen {
	width: 200px;
	position: absolute;
	left: 0;
	top: -1000px;
}
hr {
	display: none;
}
span.end {
	clear: both;
	height: 1px;
	display: block;
	font-size: 1px;
	line-height: 1px;
}
/* layout */
#main {
	text-align: left;
	width: 765px;
	margin: 0 auto;
	background: #fff url("../img/main.gif") repeat-y;
}
#lang {
	height: 30px;
	position: relative;
	background: url("../img/lang.gif") no-repeat;
}
#head {
	height: 68px;
	background: url("../img/head.jpg") no-repeat right top;
	position: relative;
}
#top {
	height: 124px;
	background: url("../img/top.jpg") no-repeat;
	position: relative;
}
#content {
	min-height: 320px;
	height: 320px;
	position: relative;
	padding: 15px 0 0 215px;
	color: #595959;
	line-height: 1.5;
	background: url("../img/content.gif") no-repeat right top;
}
#main > #content {
	height: auto;
}
#nav {
	width: 155px;
	position: absolute;
	left: 16px;
	top: 0;
	overflow: hidden;
	font-size: 86%;
}
#rooms {
	width: 180px;
	float: right;
	text-align: center;
	margin: 0 0 15px 0;
}
#menu {
	margin-top: 85px;
}
#foot {
	margin: 0 1px 0 0;
	height: 160px;
	background: url("../img/foot.gif") repeat-x;
}
#footin {
	height: 160px;
	background: url("../img/footin.gif") no-repeat;
	position: relative;
}
/* layout */
/* nav */
#nav li {
	background: #fdfed4 url("../img/link.jpg") no-repeat left bottom;
	padding-bottom: 1px;
}
#nav li a {
	display: block;
	width: 100%;
	padding: 4px 0;
	font-weight: bold;
	text-decoration: none;
}
#nav li.active {
	padding: 4px 0;
	background: #fff url("../img/link.jpg") no-repeat left bottom;
	font-weight: bold;
}
#nav li a:link, #nav li a:visited {
	color: #b1432c;
	background: url("../img/how.gif") repeat-y;
}
#nav li a:hover {
	background: #f5cfc7 url("../img/how.gif") repeat-y right top;
	color: #000;
}
#nav span {
	display: block;
	padding-left: 8px;
}
/* nav */
/* headers */
h1, h1 span {
	width: 308px;
	height: 68px;
	font-size: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}
h1 span {
	display: block;
	background:  url("../img/h1.gif") no-repeat;
	z-index: 1;
	cursor: pointer;
	cursor: hand;
}
h2, h2 span {
	width: 390px;
	height: 29px;
	font-size: 100%;
	overflow: hidden;
	position: absolute;
	right: 0;
	bottom: 0;
}
h2 span {
	display: block;
	background:  url("../img/h2.gif") no-repeat;
	z-index: 1;
	left: 0;
	top: 0;
}
#content #rooms h3 {
	font-size: 84%;
	width: 153px;
	color: #b1432a;
	padding: 0;
	margin: 0 auto;
	font-family: "Verdana CE", "Arial CE", "Lucida Grande CE", "Helvetica CE", Verdana, Arial, lucida, sans-serif; 
}
#content #rooms h3 span {
	display: block;
	width: 153px;
	font-size: 370%;
}
#content h3 {
	font-size: 130%;
	padding: 3px 0;
	margin: 0 165px 10px 0;
	color: #a5351d;
}
h4 {
	font-size: 100%;
	padding: 0 45px 3px 0;
}
/* headers */
/* list */
dl, #wine ul {
	margin: 0 45px 15px 0;
	border-top: 1px solid #cecece;
}
dt, #wine li {
	padding: 4px 95px 0 0;
	position: relative;
	_width: 100%;
}
dt span, #wine li span {
	width: 85px;
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	z-index: 1;
	text-align: right;
} 
dd {
	color: #000;
	padding: 0 95px 6px 0;
	font-style: italic;
}
dt strong, #wine li strong {
	width: 60px;
	display: block;
	float: left;
	overflow: hidden;
	font-weight: normal;
}
#wine li {
	list-style: none;
}
ul.action {
	margin-left: 45px;
	margin-bottom: 15px;
}
ul.action li {
	list-style: square;
}
/* list */
/* table */
.table {
	width: 500px;
	padding: 0 0 15px 0;
}
table {
	font-size: 100%;
	color: #595959;
	border-collapse: collapse;
	width: 100%;
}
th, td {
	text-align: left;
	padding: 4px 5px;
	border: 1px solid #cecece;
}
.price {
	font-weight: bold;
	text-align: center;
}
tfoot {
	font-size: 84%;
}
tfoot td {
	border: none;
	text-align: center;
}
/* table */
/* form */
#form {
	margin: 0 0 15px 0;
	padding: 0 175px 0 0;
}
#form p {
	padding: 0;
}
form br {
	display: none;
}
fieldset {
	padding: 5px 10px 5px 20px;
	border: 1px solid #cecece;
}
legend {
	padding: 0 5px 5px 5px;
	font-weight: bold;
}
label {
	cursor: pointer;
	cursor: hand;
}
.req {
	color: #a5351d;
}
input, textarea {
	width: 330px;
	margin-bottom: 3px;
	display: block;
}
select {
	display: block;
}
input.code {
	width: 170px;
}
input.person {
	width: 80px;
	text-align: center;
}
form p {
	font-size: 84%;
}
form p.button {
	margin: 5px 0;
	text-align: center;
}
form p.button input {
	width: 130px;
	cursor: pointer;
	cursor: hand;
	border: 1px solid #cecece;
	font-weight: bold;
	background: #fff;
	padding: 2px 0;
	margin: 0 auto;
}
/* form */
/* par */
p {
	padding: 0 45px 15px 0;
	text-align: justify;
}
p.img {
	text-align: center;
	position: relative;
	height: 190px;
	padding: 0;
}
p.img span {
	display: block;
	width: 504px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	background:  url("../img/lop.gif") no-repeat;
}
#lang p {
	text-align: right;
	margin: 0;
	padding: 0 25px 0 0;
}
#lang img {
	border: none;
	margin: 5px 5px 0 0;
}
p#copy {
	width: 600px;
	position: absolute;
	right: 20px;
	top: 90px;
	font-size: 84%;
	color: #eda99b;
	text-align: right;
	padding: 0;
}
p.top {
	text-align: right;
	padding-top: 15px;
	color: #a5351d;
}
address {
	font-style: normal;
	padding: 10px 0;
	margin: 5px 45px 5px 0;
	text-align: right;
	border-top: 1px solid #cecece;
}
address.home:first-line {
	font-weight: bold;
	font-size: 130%;
}
address.contact {
	border: none;
	text-align: left;
}
#map p {
	margin: 0;
	padding: 0;
}
/* par */
/* images */
.img img {
	border: 3px solid #c3c3c3;
	margin: 0 10px;
	width: 220px;
	height: 150px;
	position: absolute;
	top: 15px;
	z-index: 1;
}
.img .img1 {
	left: 0;
}
.img .img2 {
	left: 255px;
}
#map  img {
	border: 1px solid #cecece;
	margin: 15px 0;
}
#map a:hover img {
	border: 1px solid #a5351d;
}
/* images */
/* links */
#lang a:link, #lang a:visited, h1 a:link, h1 a:visited {
	color: #a7351d;
	text-decoration: underline;
}
#lang a:hover, h1 a:hover {
	color: #595959;
}
p#copy a:link, p#copy a:visited {
	color: #eda99b;
	font-weight: normal;
}
p#copy a:hover {
	color: #fff;
}
/* links */
a:link, a:visited {
	color: #a5351d;
}
a:hover {
	color: #595959;
}
.hidden {
	display: none;
}
img#toplist {
	border: none;
}
#nav p {
	padding: 15px 0;
	text-align: center;
}
#nav p img {
	border: none;
}
#nav p a:link, #nav a:visited, #nav p  a:hover {
	background: none;
}
#nav h3 {
	font-size: 100%;
	padding: 35px 0 0 10px;
	color: #565656;
}
