html, body {
	margin: 0; padding: 0;
	min-height: 100%;
	height: 100%;
}

body {
	background: url(../img/bg.jpg) repeat-x 0 0 #710707;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #613709;
}

form { margin:0; padding: 0; }
input, select, textarea { font-family: "Times New Roman", Times, serif; font-size: 12px; }
img { border:0 }
a { outline: none; text-decoration: none; }
a:hover { text-decoration: underline; }
object { outline:none; }

.hide { display: none; }
.clear { font-size:0; line-height:0; clear: both; }

.hr { background: url(../img/sep.png) no-repeat 50% 0; height: 17px; margin: 1.5em 0; width: 100%; }
.hr hr { display: none; }

.friz { 
	background: url(../img/friz.png) repeat-x 50% 0;
	height: 27px;
}

#container { 
	text-align: left;
	margin:0 auto;
	width:978px;
}

#header {
	position: relative;
	color:#ce7878;
	z-index:100;
}

#header a { color: #fdce9a; text-decoration: none; }

#lang { 
	text-align: right;
	padding: 10px 50px 10px 20px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#lang a:hover { color:#fff; text-decoration: none }
.lang { 
	padding-left: 30px; 
	background: no-repeat 10px 1px;
}
#ita { background-image: url(../img/it.gif); }
#hun { background-image: url(../img/hu.gif); }
#eng { background-image: url(../img/uk.gif); }

#sound {
	position: absolute;
	right:20px;
	top:8px;
}

#headpic img { display: block; }

#logo {
	position:absolute;
	background: url(../img/logo.png) no-repeat;
	width:310px;
	height: 158px;
	left:50%;
	margin-left: -155px;
	bottom: -32px;
	text-indent: -600px;
	overflow: hidden;
	cursor:pointer;
}
#logo:hover { bottom: -31px; }

#menu { height: 44px; position: relative; }
#menu table {
	border: 0; border-collapse: collapse;
	height: 44px;
}

#leftmenu { width:339px; float:left; }
#rightmenu { width:339px; float:right; }

#menu table td {
	text-align: center;
	padding: 0; margin: 0;
	text-transform: uppercase;
	background: url(../img/menubg.png) repeat-x 0 0 #a11315;
}

#menu table a { 
	display: block;
	height: 30px;
	padding:14px 15px 0 15px; 
}
#menu table a:hover { 
	color:#fff;
	background: url(../img/menulight.jpg) no-repeat 50% 100%;
	padding:13px 15px 1px 15px;
}
#menu table span { 
	display: block;
	height: 30px;
	padding:13px 15px 1px 15px;
	color:#fff;
	background: url(../img/menulight.jpg) no-repeat 50% 100%;
}

#main {
	background: url(../img/mainbg.gif) repeat-y 0 0;
	z-index: 1;
	position:relative;
}
#maininner {
	overflow: hidden;
	padding-top: 40px;
	background: url(../img/leftcolbg.jpg) no-repeat 0 100%;
	zoom:1;
	position:relative;
}


#leftcol {
	float:left; display: inline;
	width: 259px;
	text-align: center;
	padding-bottom: 40px;
	zoom:1;
	position:relative;
}

a.submenu { 
	display:block;
	background: url(../img/submenubg.png) no-repeat 0 100%;
	color:#fff;
	width:209px;
	margin: 0 auto;
	text-decoration:none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 12px;
	zoom:1;
	position:relative;
}
a.submenu img { display: block; margin-bottom:5px;} 

a.submenu:hover { margin-top: -1px; margin-bottom: 1px; } 

#rightcol { 
	float:left; display: inline; 
	width: 679px;
	padding: 0 20px 20px 20px;
	font-size: 14px;
	zoom:1;
	position:relative;	
}

#rightcol h1 { 
	color:#9d0a0e;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 30px;
	font-weight: bold;
}

#rightcol h2 { 
	color:#9d0a0e;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 22px;
	font-weight: bold;
}

#rightcol h3 { 
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
}

#rightcol h4 { 
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color:#9d0a0e;
}


#rightcol p { 
	margin: 0 0 1em 0;
	line-height: 22px;
}

#rightcol .address p {
	line-height: 1.3em !important;
}

#rightcol .address strong {
	color:#9d0a0e;
}

#rightcol big {
	color:#9d0a0e;
	font-size: 110%;
}

#rightcol a {
	color:#9d0a0e;
}

#rightcol dl { 
	margin: 0 0 1em 0; padding: 0; overflow: hidden; 
	line-height: 1.5em;
	zoom:1;
}
#rightcol dt { 
	margin: 0; padding: 0;
	width: 50%;
}
#rightcol dd { 
	margin: -1.5em 0 0 0; padding: 0;
	text-align: right;
	float: right;
}

#rightcol dl.strong dt { font-weight: bold; }
 
#rightcol dl.col2 dt {
	float:left;
	width: 30%;
}
#rightcol dl.col2 dd {
	float:left;
	width: 15%;
	padding-right: 5%;
	margin: 0;
}

#rightcol .carte { overflow: hidden; }
#rightcol .carte dt { 
	margin:0 0 1em 0;
	width:90%;
	float:left;
	zoom:1;
}
#rightcol .carte dd {
	float:left; 
	width:10%;
	margin:0 0 1em 0;
	zoom:1;
}

#rightcol .wines dt { 
	margin:0;
	width:55%;
	float:left;
}
#rightcol .wines dd {
	float:left; 
	width:45%;
	margin:0;
}

#gallery { overflow: hidden; }
#gallery div { 
	float:left; display: inline;
	border:1px solid #fdce9a;
	margin: 0 10px 10px 0;
}

#gallery div a {
	display: block;
	border: 4px solid #fff;
	width:115px;
	height:115px;
	background: no-repeat 50% 50% #fff;
} 

#gallery div img {
	display: none;
} 



#footer { 
	background: url(../img/footerbg.gif) repeat-x 0 0;
	color:#ce7878;
	padding: 15px 30px;
	height: 60px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p { margin: 0 }
#footer p strong { font-weight:normal; color:#e68e8f; }
#footer a { color:#e68e8f; }
#footer a:hover { color:#fff; text-decoration: none }

#contact { float:left; }
#footermenu { float: right; text-align: right; }