body {
	font-family: "Palatino Linotype", "Times New Roman", "Trebuchet MS", times, serif;
	font-size: 62.5%;
	/*line-height: 100%;*/
	margin: 0;
	padding: 0;
	background: #f28f32;
	color: #3f668c;
}

/*************************************
 +Containers
*************************************/

#wrap {
	margin: 0 auto;
	font-size: 1.3em;
	border-top: 8px solid #355f86;
	/*width: 980px;*/
}

#wrap-header {
	position: relative;
	border-top: 4px solid #b3d0e6;
	/*border-bottom: 1px solid #b3d0e6;*/
	/*height: 320px;*/
	background: #fff url('images/bg-wrap-header.gif') repeat-x;
	
	
}

#header {
	width: 760px;
	margin: 0 auto;
	position: relative;
}

#wrap-content {
	position: relative;
	background: #fff url('images/bg-content.gif') center center repeat-y;
	font-size: 1.1em;
	padding: 0;
	border-top: 1px solid #b3d0e6;
}

#wrap-entry {
	margin: 0 auto;
	width: 590px;
	padding: 30px 55px 30px 85px;
	line-height: 160%;
	font-size: 1.05em;
}



#flash {
	position: relative;
	left: 90px;
	width: 610px;
	height: 200px;
	margin: .5em 0;
	z-index: 10;
}


#photogallery {
	margin: 0 auto;
	height: 205px;
	text-align: center;
	background: url('images/bg-photogallery.gif') repeat-x;
}

/*************************************
 +Hn
*************************************/

h1, h2, h3 {
	
}

h1, h1 a {
	
}

h1 a, h1 a:hover {
	position: absolute;
	display: block;
	top: -14px;
	left: 0;
	margin: 0;
	height: 100px;
	width: 165px;
	visibility: visible;
	cursor: pointer;
	background: url('images/logo-venus-h1.gif') right top no-repeat;
	z-index: 10;
}

h1 a span {
	display: none;
}

h2 {
	font-size: 2.2em;
	margin: 0;
	font-weight: normal;
	font-style: oblique;
	padding: 0;
	line-height: 1.3em;
	/*border: 1px solid;*/
}

h2 span {
	/*display: none;*/
}

h2 a {
	background: none;
	font-weight: normal;
	padding: 1px 5px;
}

h2 a:hover {
	background: #f0f6fa;
}

h2.accordion {
	font-size: 2.2em;
	margin: 0;
	padding: 0;
}

h3 {
	font-style: italic;
	font-weight: normal;
	font-size: 1.6em;
	border-bottom: 1px solid #b3d0e6;
	margin-top: 50px;
}

h4, .h4 {
	font-weight: normal;
	font-size: 1.6em;
	margin: 1em 0 .8em 0;
}

span.h4 {
	display: block;
	line-height: 1.1em;
}



/*************************************
 +Header
*************************************/


/*************************************
 +Language
*************************************/

#language {
	position: relative;
	left: 650px;
	height: 44px;
	z-index: 125;
	width: 110px;
}

#language ul {
	list-style-type: none;
	height: 16px;
	margin: 0;
	padding: 0;
}

#language ul li {
	float: left;
}

#language ul li a {
	display: block;
	width: 16px;
	height: 10px;
	margin: 3px 3px 3px 3px;
	padding: 1px;
	border: 1px solid #b3d0e6;
	background: none;
}

#language ul li a span {
	display: none;
}

#language ul li.ru {background: url('images/flag-ru.gif') center center no-repeat;}
#language ul li.cs {background: url('images/flag-cs.gif') center center no-repeat;}
#language ul li.de {background: url('images/flag-de.gif') center center no-repeat;}
#language ul li.en {background: url('images/flag-en.gif') center center no-repeat;}

#language ul li a:hover {
	padding: 0px;
	border: 2px solid #b3d0e6;
}


/*************************************
 +Links
*************************************/

a {
	color: #3f668c;
	/*color: #d86424;*/
	text-decoration: none;
	background: url('images/a.gif') left bottom repeat-x;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	background: #f0f5fa url('images/a.gif') left bottom repeat-x;
}

/*************************************
 +Photogallery
*************************************/


/*************************************
 +Navigation
*************************************/


#top-menu, #below-menu {
	position: relative;
	padding: 0;
	margin: 0 0 0 125px;
	font-size: .85em;
	/*background: #ddd;*/
	z-index: 15;
	width: 610px;
	float: left;
}

#top-menu {
	position: relative;
	/*top: -3px;*/
	/*border: 1px solid;*/
	
}

#below-menu {
	padding-right: 50px;
	width: 560px;
}

#top-menu ul li, #below-menu ul li {
	/*display: inline;*/
	margin: 0;
	padding: 0;
	list-style-type: none;
	
}

#top-menu ul, #below-menu ul {
	margin: 0;
	padding: 0;
}

#top-menu ul li a, #below-menu ul li a {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .02em;
	display: block;
	float: left;
	text-decoration: none;
	color: #4f80b0;
	margin: 0;
	padding: 6px 13px 4px 13px;
	background: none;
	border-bottom: 3px solid #b3d0e6;
}

#below-menu ul li a {
	float: right;
}

#top-menu ul li a:hover, #below-menu ul li a:hover {
	text-decoration: none;
	border-bottom: 3px solid #355f86;
	z-index: 50;
}

#top-menu ul li.active a, #below-menu ul li.active a {
	border-bottom: 3px solid #355f86;
}


/*************************************
 +Entry
*************************************/

.entry {
	padding: 0 0 0 2px;
}

#wrap-entry img {
	padding: 5px;
	margin-right: 5px;
	border: 1px solid #dde7f0;
	background: #fff;
}

#wrap-entry img.floatleft {
	float: left;
	margin-right: 20px;
}

#wrap-entry img.floatright {
	float: right;
	margin-left: 20px;
}

#wrap-entry a.image, #wrap-entry a.lightwindow {
	background: none;
}

#wrap-entry a:hover img {
	padding: 1px;
	border: 5px solid #dde7f0;
}

.entry a.description {
    position: relative;
    z-index: 24;
	background: url('images/a-therapy.gif') left bottom repeat-x;
	color: #008000;
}

.entry a.description:hover {
	z-index: 25;
	/*background: #e7f9b8;*/
	/*color: #006600;*/
	cursor: pointer;
	background: url('images/a-therapy-hover.gif') left bottom repeat-x;
}

.entry a.description small {
	display: none
}

.entry a.description:hover small { 
    display: block;
    position: absolute;
    top: 1.8em;
	left: 0em;
	width: 428px;
	font-size: .9em;
	font-weight: normal;
	padding: .2em 5px .5em 5px;
    border: solid #b3d0e6 1px;
    background: #3f668c;
	line-height: 1.4em;
	color: #fff;
}

#wrap-entry a.description img {
	/*width: 220px;*/
	margin: 10px 2px auto;
	padding: .4em;
	border: 1px solid #ebf0f5;
	background: none;
}

#wrap-entry p.specialoffer {
	clear: both;
	/*border: 1px solid;*/
}

#wrap-entry p.specialoffer img {
	float: left;
	margin-top: 15px;
}

/*************************************
 +Sidebar
*************************************/


/*************************************
 +Lightbox
*************************************/




/*************************************
 +Offer
*************************************/

#wrap-offer {
	/*background: #d86424;*/
	background: #ffe9a8;
	border-top: 4px solid #ffd250;
}

#wrap-entry #wrap-offer {
	position: relative;
	left: -105px;
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	float: left;
	font-size: .9em;
}


#current-offer {
	width: 760px;
	margin: 0 auto;
	color: #fff;
	line-height: 120%;
}

#current-offer strong {
	font-size: 1.1em;
}

#current-offer h4 {
	margin: 0 0 14px 0;
	background: none;
	font-size: 1.6em;
	letter-spacing: .01em;
}

#current-offer a.offer {
	color: #f28f32;
}

#current-offer a.offer:hover {
	color: #3f668c;
}

a.offer h4 {
	font-weight: normal;
	font-size: 1.3em;
	line-height: 1.0em;
	background: none;
}

#current-offer a.offer {
	display: block;
	float: left;
	width: 270px;
	margin: 20px 0 20px 80px;
	background: none;
}

#current-offer a.offer:hover, #current-offer a.offer:hover h4 {
	background: none;
}


#current-offer .offer span.offer-content {
	padding: 0 5px 0 105px;
	display: block;
}

#current-offer .offer img {
	border: 5px solid #f28f32;
	padding: 1px;
	width: 80px;
	height: 80px;
	float: left;
}

#current-offer a:hover img {
	border: 5px solid #3f668c;
	padding: 1px;
}

#current-offer a:hover {
	background: url('images/a-hover-current-offer.gif') left bottom repeat-x;
	color: #f28f32;
}

/*

#wrap-entry .offer {
	clear: both;
	padding: 20px 23px 10px 0px;
}

#wrap-entry .offer a {
	color: #3f668c;
	background: none;
}

#wrap-entry .offer a strong {
	font-size: 1.3em;
	color: #d86424;
	font-weight: normal;
}

#wrap-entry .offer a:hover {
	background: url('images/a-hover.gif') left bottom repeat-x;
	color: #d86424;
}

#wrap-entry .current-offer img {
	border: 3px solid #fff;
	width: 60px;
	height: 60px;
	float: left;
	margin-right: 15px;
	margin-bottom: 45px;
}

#wrap-entry .current-offer a img {
	padding: 1px;
	border: 5px solid #dde7f0;
	margin-top: 5px;
}

#wrap-entry .current-offer a:hover img {
	padding: 1px;
	border: 5px solid #b9d6f0;
}*/

/*************************************
 +Form
*************************************/


/*************************************
 +Footer
*************************************/

#wrap-footer {
	background: #f28f32;
	color: #fff;
	border-top: 2px solid #fff;
}

#footer {
	width: 760px;
	position: relative;
	margin: 0 auto;
	top: 10px;
}

#footer a {
	color: #fff;
	background: url('images/a-footer.gif') left bottom repeat-x;
}

#footer a:hover {
	background: url('images/a-hover-footer.gif') left bottom repeat-x;
}

.footer-box {
	float: left;
	width: 240px;
	padding: 2px 5px;
}

.left {}
.center {
	text-align: center;
}
.right { text-align: right; }

#footer-right {
	/*float: left;
	width: 378px;
	text-align: right;*/
}

/*************************************
 +Table
*************************************/
table {
	width: 100%;
	/*padding: 1px;*/
	font-size: 1em;
	line-height: 160%;
	border: 1px solid #b3d0e6;
}

td {
	padding: 2px 4px 2px 4px;
}

thead td {
	
}

thead td {
	background: #dde7f0;
	font-variant: small-caps;
}

thead td.title {
	background: #b3d0e6;
	color: #fff;
	font-size: 1.2em;
}

tbody td.subtitle {
	background: #dde7f0;
	font-variant: small-caps;
}

tbody td {
	/*border: 1px solid #e5e5e5;*/
	background: #ebf0f5;
}

tfoot {
	font-size: .9em;
}

tfoot td {
	color: #82afd1;
	/*line-height: 120%;*/
}


/*************************************
 +Form
*************************************/

	input, textarea, select {
		font-size: 1em;
		padding: 2px 4px;
	}

	form#reservation {
		color: #3f668c;
	}
	
	form#reservation fieldset {
		border: 1px solid #b3d0e6;
		padding: 9px;
	}
	
	form#reservation fieldset.level-1 {
		margin-bottom: 40px;
	}
	
	form#reservation fieldset.level-1 legend {
		padding: 0 10px 2px 10px;
		background: #b3d0e6;
		color: #fff;
		font-weight: bold;
	}
	
	form#reservation fieldset.level-2 {
		margin-bottom: 10px;
	}
	
	form#reservation fieldset.level-2 legend {
		padding: 0 5px 0px 5px;
		background: none;
		font-weight: bold;
		color: #3f668c;
	}
	
	form#reservation .form, form#reservation .row-long, form#reservation .row-short {
		display: block;
		padding: 2px 0 2px 0;
		clear: both;
	}
	
	form#reservation .row-security {
		display: block;
		padding: 2px 0 2px 0;
		float: left;
	}
	
	input.security_code {
		height: 48px;
		text-align: center;
		padding: 10px 5px;
		font-size: 1.2em;
		font-family: "Palatino Linotype", "Times New Roman", "Trebuchet MS", times, serif;
		width: 140px;
		color: #3f668c;
	}
	
	form#reservation .row-short label {
		float: left;
		width: 140px;
	}
	
	form#reservation .row-long label {
		float: left;
		width: 170px;
	}
	
	form#reservation input.long {
		width: 360px;
	}
	
	form#reservation input, form#reservation select, form#reservation textarea {
		border: 1px solid #b3d0e6;
		background: #fff;
		font-family: "Palatino Linotype", "Times New Roman", "Trebuchet MS", times, serif;
		padding: 1px;
	}
	
	form#reservation input.submit {
		/*width: 80px;*/
		padding: 3px 15px 3px 15px;
		font-weight: bold;
		color: #3f668c;
		margin-right: 20px;
		cursor: pointer;
		font-size: 1em;
	}
	
	form#reservation .radio {
		margin-right: 20px;
		display: inline;
	}
	
	#form-message{
		border: 1px solid #b3d0e6;
		padding: 12px;
		background: #f0f5fa;
		margin-bottom: 40px;
	}




/*************************************
 +Misc
*************************************/
hr {
	border: none;
	background: url('images/hr.gif') center center no-repeat; 
	height: 13px;
}

.info, .error {}

.error {color: red;}
.info {color: green;}

.cleaner {clear: both;}
