@charset "utf-8";
body {
	font: 0.8em Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px auto;
	padding: 15px 0px;
	border-style: none;
	text-align: center;
	background-color: #fff;
}
div {
	text-align: left;
	margin: 0px;
	padding: 0px;
	border-style: none;
	position: static;
}
img {
	border-style: none;
}
ul {
	margin: 0px;
	padding: 15px 0px 0px 30px;
}
li {
	line-height: 150%;
	list-style: url(/images/list.png);
}
p {
	line-height: 150%;
	margin: 0px;
	padding: 15px 0px 0px;
	text-align: justify;
}
address {
	font-style: normal;
	line-height: 150%;
	margin: 0px;
	padding: 15px 0px 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
input, select, textarea {
	font: 1em Arial, Helvetica, sans-serif;
	padding: 1px;
}
option {
	color: #000;
	background: #fff;
}
fieldset {
	border: 1px solid #ccc;
	margin: 15px 0px 0px;
	padding: 0px 15px 10px;
}
legend {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0px 0px 0px -4px;
	padding: 0px 5px;
	color: #000;
}
table {
	margin: 15px 0px 0px;
	padding: 0px;
	border-style: none;
	width: 100%;
}
th {
	font-weight: bold;
	text-align: left;
}
td {
	padding: 2px;
}
h1, h2, h3 {
	font-weight: bold;
	margin: 0px;
	padding: 15px 0px 0px;
}
h1 {
	width: 240px;
	display: block;
	padding: 0px;
	font-size: 1.4em;
	overflow: hidden;
	margin: 0px 0px 0px 226px;
}
h1 a {
	display: block;
	height: 240px;
	width: 240px;
	overflow: hidden;
	color: #000;
}
h1 a span {
	display: block;
	height: 240px;
	width: 240px;
	position: absolute;
}
#h1-home a span {
	background: url(/images/logo-home.jpg);
}
#h1-accom a span {
	background: url(/images/logo-accom.jpg);
}
#h1-contact a span {
	background: url(/images/logo-contact.jpg);
}
hr {
	display: none;
}
a, a:Hover {
	font-weight: bold;
	color: #0082d9;
	text-decoration: underline;
}
a:Hover {
	color: #000;
}
#mother {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #999;
}
.header {
	height: 261px;
	width: 800px;
	padding: 34px 0px 0px;
}
#home {
	background-image: url(/images/bg-header-home.jpg);
}
#accom {
	background-image: url(/images/bg-header-accom.jpg);
}
#contact {
	background-image: url(/images/bg-header-contact.jpg);
}
#menu {
	background: #0082d9;
	padding: 0px 0px 0px 20px;
	height: 30px;
}
#menu li {
	line-height: normal;
	display: inline;
	list-style: url(none) none;
}
#menu li a, #menu li a:Hover {
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 8px 20px 0px 0px;
	float: left;
}
#menu li a:Hover {
	color: #fc0;
}
#submenu {
	padding: 0px 0px 0px 5px;
}
#submenu li {
	line-height: normal;
	display: inline;
	list-style: url(none) none;
}
#submenu li a, #submenu li a:Hover {
	display: block;
	padding: 10px 14px 0px;
	float: left;
	text-transform: uppercase;
}
#content {
	padding: 5px 20px 20px;
	clear: both;
}
#footer {
	background: url(/images/bg-footer.jpg);
	height: 80px;
	border-top: 3px solid #0082d9;
}
#footer p {
	font-size: 1.3em;
	font-weight: bold;
	color: #0082d9;
	text-align: center;
}
#footer p a, #footer p a:Hover {
	text-decoration: none;
}
.cleaner {
	font-size: 1px;
	clear: both;
	height: 1px;
}
.obligatory {
	color: #f00;
	font-weight: bold;
}
.red {
	color: #f00;
}
.right {
	text-align: right;
}
.top {
	vertical-align: top;
}
.medium-form, .medium-textarea {
	padding: 2px;
	width: 185px;
	border: 1px solid #999;
}
.medium-textarea {
	width: 350px;
}
.error {
	margin: 15px 0px 0px;
	padding: 7px;
	border: 1px solid #f00;
}
.photo, .photo:Hover, .photo-right, .photo-right:Hover {
	display: block;
	margin: 15px 20px 0px 0px;
	float: left;
	height: 180px;
	width: 240px;
}
.photo-right, .photo-right:Hover {
	margin: 15px 0px 0px 0px;
}
#home-left {
	margin: 0px 20px 0px 0px;
	float: right;
	width: 160px;
	padding: 20px 0px 0px;
}
#home-right {
	float: right;
	width: 580px;
}
#offer {
	background: url(/images/title-offer.jpg);
	margin: 15px 0px 0px;
	padding: 0px;
	height: 63px;
	width: 400px;
}
#offer span {
	display: none;
}
#contact-left {
	margin: 0px 20px 0px 0px;
	float: left;
	width: 300px;
	overflow: hidden;
}
#contact-right {
	float: left;
	width: 440px;
}
.price-list th {
	color: #fff;
	background: #0082d9;
	text-align: center;
}
.price-list td {
	text-align: center;
	background: #E6E6E6;
}
