
body {
	background: url(images/splash_css.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-family: "Times New Roman", Times;
	color: #4C1006;
}

/* overriding background rule for body in en version of the site */

#en_ver {
	background: url(images/splash_en.jpg) no-repeat;
}

/* general layout positioning & styling */

.splash_header {

text-indent: -100000px ;
font: 18px "Times New Roman", serif;

}

#addr {
	margin: 0px;
	padding: 10px 0 0 20px;
	position: absolute;
	top: 0px;
	left: 610px;
	width: 151px;
	height: 90px;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	 
}

#wrap {
	margin: 0px;
	padding: 0px;
	background: url(images/left_soul.jpg) no-repeat;
	position: absolute;
	top: 90px;
	width: 760px;
	height: auto;
}

#cont {
	margin: 0px;
	padding: 10px 30px 20px 80px;
	width: 500px;
	min-height: 340px;
	text-align: right;
	background: url(images/cont_bg.gif) repeat-y;
	float: left; 
}

#cont h3 {
	margin-top: 0px;
	padding-top: 20px;
	font-size: 16px;
	color: #4C1006;
}

#cont .scream {
	color: #B62323;
}

#cont a:link, #cont a:visited {
	color: #930000;
	text-decoration: none;
	font-style: normal;
	padding-bottom: 3px;
	background: url(images/underlink.gif) repeat-x left bottom;
}

#cont a:hover, #cont a:active {
	color: #BF0000;
	background: url(images/underlinh.gif) repeat-x left bottom;
}

#cont a.gg {
background: none;
padding:0;
}

#cont div#map {
position:absolute;
top:10px;
left:80px;
z-index:0;
width: 500px; 
height: 340px;

border: solid #660000;
border-width: 2px;

text-align: left;
	
}
#cont img#printMap {
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
}

#cont ul.howtoget {
	list-style:none;
}
#cont ul.offer_list {

	list-style-type: square;
	line-height: 2 ;

}
#cont ul.offer_list li ul {
	
	list-style-type: none;
	line-height: 1.5;
}
#cont ul.offer_list li ul li {
	padding-right: 17px;
	background: url("images/offer_list.png") no-repeat top right ;

}

#menu {
	margin: 0px;
	padding: 0px;
	text-align: left;
	float: right;
	width: 150px;
}

#menu ul {
	margin: 10px 0px 0px 20px;
	padding: 0px;
	list-style: none;
	line-height: 30px;
}

#menu a:link, #menu a:visited {
	font-size: 18px;
	color: #6F433C;
	text-decoration: none;
}

#menu a:hover, #menu a:active  {
	font-weight: bold;
}

#menu .lang_link a:link, #menu .lang_link a:visited  {
	font-size: 10px;
	font-family: Arial, Tahoma;
	color: #FFFFFE;
	text-decoration: none;
}

#menu .lang_link a:hover, #menu .lang_link a:active {
	color: #A9190B;
}

#menu .park_link a:link, #menu .park_link a:visited {
	font-size: 11px;
	font-family: Arial, Tahoma;
	font-weight: normal;
	color: #FFFFFE;
	text-decoration: none;
}

#menu .park_link a:hover, #menu .park_link a:active {
	color: #930000;
	font-weight: bold;
}

#menu .sel {
	font-weight: bold;
}

#menu img {
	border: 0;
	vertical-align: middle;
}

#foot {
	margin:0;
	padding:10px 0 10px 0;
	clear: both;
	width: 100%;
	background: url(images/line_footer.gif) no-repeat;
	font-size: 10px;
	font-family: Verdana, Arial ;
	color: #6F433C;
	text-align: center;
}

#foot a:link, #foot a:visited {
	font-weight: bold;
	color: #6F433C;
	text-decoration: none;
}

#foot a:hover, #foot a:active {
	text-decoration: underline;
}

/* location section */

#cont .map {
	padding: 15px 0 15px 0;
	margin:0;
}

#cont .map img {
	padding: 0 0 0 10px;
	margin:0;
	border: 0;
	float: right;
}

/* gallery section */

#cont .gall {
	padding: 5px 0px 5px 0px;
	margin: 0;
	text-align: right;
	font-style: italic;
}

#cont .gall img {
	padding: 10px;
	margin: 0;
	border: 0;
	vertical-align: middle;
}

/* gettin rid of link underline in gallery section.*/
	
#cont .gall a:link, #cont .gall a:visited, #cont .gall a:hover, #cont .gall a:active  {
	background-image: none;
}

/* prices section */

#cont .ceny {
	margin: 0;
	padding: 0 15px 0 0;
	list-style: none;
}

#cont .prom {
	position: absolute;
	left: 60px;
	top: 240px;
	width: 110px;
	height: auto;
	text-align: center;
	font-size: 16px;
	font-family: "Times New Roman", Times;
	color: #930000;
	font-weight: bold;
}

/* reservation section */

#cont input:focus, #cont select:focus, #cont textarea:focus {
	background-color: #FFFBE5;
}

#rezform label{
	display: block;
	width: 100%;
	line-height: 28px;
}

#rezform input, #rezform select, #rezform textarea {
	border: 1px solid #CDC1AB; 
}

#rezform fieldset {
	border: 1px solid #CDC1AB;
	text-align: right;
	padding: 0 10px 10px 0;
	margin: 0; 
}

#rezform fieldset legend {
	font-weight: bold;
}

#rezform #submit, #rezform #reset {
	margin: 10px 0 0 0 ;
}
#rezform #submit {
	background: #C0D7A6;
	border: 2px solid #999933;
	}

#rezform #email {
	border-width: 2px; 
}

#rezform #lastfield {
	border: none; 
}

/*  links section */

#cont .linklist {
	margin: 0;
	padding: 0;
	list-style: url(images/chainlinks.gif);
	list-style-position: inside;
	line-height: 25px;
}

#cont #linkex {
	padding-bottom: 10px;
	position: absolute;
	top: 100px;
	left:20px;
	width: 150px;
	font-style: oblique;
	
}

/* parking section */

#cont #parking {
	vertical-align: middle;
}

#cont #parking img {
	float:right;
	padding: 0 0 0 20px;
}
#stat {
text-align:center;
}
#stat img {
border:none;
}