/*** layout ***/

#hd {
	background: #004d4d url(../img/bg-head.gif) repeat-x bottom;
	color: #f7f6f3;
	margin-bottom: 2em;
	padding: 0.5em 0; }

	#hd a { 
		color: #f6f7f3;
	}

	#hd a:hover,
	#hd a:visited { 
		color: #aaa;
	}
	
	#hd .menu {
		float: left;
		margin-top: 0.5em;
		padding-left: 0;
	}
	
	#hd .lang {
		margin-top: 0.75em;
		text-align: right;
	}
	
		#hd .lang img {
			border: 1px solid #aaa;
			margin-right: 0.5em;
		}
	
	#hd .contact {
		float: right;
		font-style: italic;
		font-family: "Warnock Pro","Goudy Old Style","Palatino","Book Antiqua",Georgia,serif;
		font-size: 16px;
		margin-top: -5px;
		#margin-top: -8px;
	}
	
		#hd .contact .teli {
			font-size: 125%;
			position: relative;
			top: 0.1em;
		}
		
		#hd .contact a {
			border-bottom: none;
		}
		
		#hd .contact img {
			position: relative;
			top: 8px;
		}
		
#bd {
}

	#bd .left-col {
		text-align: right;
		font-family: "Warnock Pro","Goudy Old Style","Palatino","Book Antiqua",Georgia,serif;
		font-style: italic;
		font-size: 18px;
		line-height: 120%;
	}
	
		#bd .left-col .first {
			margin-bottom: 2em;
		}
	
	#bd .apartments{
		list-style: none;
		margin: 0 0 1em;
		padding: 0;
		font-size: 14px;
	}

		#bd .apartments li {
			margin-bottom: 0.5em;
			padding: 0 0.2em;
		}
		
		#bd .apartments .current {
			background-color: #f6f7f3;
			padding: 0.2em;
			border-right: 3px dotted #db0018;
			padding-right: 7px;
			margin-right: -10px;
		}
	
		#bd .apartments a {
			font-size: 16px;
		}
	
	#bd .picture {
		display: block;
		position: relative;
		padding: 1em;
		border: 1px solid #aaa;
		background-color: #eee;
		-moz-border-radius: 5px; -webkit-border-radius: 5px;
		-moz-box-shadow: 2px 2px 4px #333; -webkit-box-shadow: 2px 2px 4px #333;
		line-height: 1.5em;
		font-family: "Warnock Pro","Goudy Old Style","Palatino","Book Antiqua",Georgia,serif;
		text-decoration: none;
	}
	
		#bd .picture .img {
			border: 1px solid #333;
			-moz-border-radius: 3px; -webkit-border-radius: 3px;
			text-align: center;
			background: #333;
			display: block;
		}
		
			#bd .picture .img a {
				left: 0;
			}

		#bd .picture .title {
			margin: 0.2em 0;
			font-style: italic;
			font-size: 22px;
			display: block;
		}

		#bd .picture .subtitle {
			font-size: 15px;
			color: #666;
			line-height: 1.0em;
			display: block;
		}
		
		#bd .picture .promo {
			font-size: 16px;
			position: absolute;
			top: 1em;
			left: -0.5em;
			padding: 0 0.5em;
			display: block;
			-moz-box-shadow: none; -webkit-box-shadow: none;
			-moz-border-radius: 0; -webkit-border-radius: 0;
		}
		
		#bd .picture.active {
			background-image: url(../img/go.gif);
			background-repeat: no-repeat;
			background-position: 95% 95%;
		}
		
		#bd .picture.active:hover {
			background-color: #ddd;
			cursor: pointer;
		}
/*		
		#bd .picture .slider {
			margin-top: -18px;
			color: #f7f6f3;
			text-align: center;
			font-size: 32px;
		}*/
		
		#bd .pictureNote {
			text-align: center;
			color: #666;
		}
	
	#bd blockquote {
		font-family: "Warnock Pro","Goudy Old Style","Palatino","Book Antiqua",Georgia,serif;
		font-style: italic;
		font-size: 22px;
		text-shadow: 1px 1px 2px #aaa;
		line-height: 120%;
		color: #333;
		margin: 1em;
	}
	
	#bd .promo {
		font-size: 18px;
		-moz-box-shadow: 2px 2px 4px #333; -webkit-box-shadow: 2px 2px 4px #333;
		-moz-border-radius: 5px; -webkit-border-radius: 5px;
		padding: 0.25em 0.5em;
		line-height: 1.2em;
		padding-top: 0.5em;
		/* text-align: center; */
	}
	
		#bd .promo em {
			border-bottom: 1px solid #f7f6f3;
		}
		
		#bd .promo ul {
			padding-left: 1em;
			margin: 0 1em 0.5em 0;
		}
		
		#bd .promo p {
			margin-bottom: 0.5em;
		}
	
#ft {
	margin-bottom: 1em;
	margin-top: 3em;
	font-size: 13px;
}

	#ft .author {
		text-transform: uppercase;
		color: #666;
		font-size: 10px;
		text-align: right;
		padding: 2em 2em;
	}

/*** helper ***/

.nospace {
	margin-bottom: 0;
}

.left {
	float: left;
	margin-right: 1em;
}

.right {
	float: right;
	margin-left: 1em;
}

	p.right {
		float: none;
		text-align: right;
		margin-right: 0;
	}

.clear {
	clear: both;
}

.menu {
	list-style: none;
	margin-bottom: 0;
	padding: 0;
}

	.menu li {
		display: inline;
		margin: 0;
		margin-right: 1em;
	}
	
	.menu.right li {
		margin-right: 0;
		margin-left: 1em;
	}
	
.wide {
	margin: 0 0.5em;
}

.details {
	font-size: 85%;
}

.promo {
	background: #be1e0e;
	color: #f7f6f3;
	font-family: "Warnock Pro","Goudy Old Style","Palatino","Book Antiqua",Georgia,serif;
	font-style: italic;
	z-index: 99;
}

	.promo a {
		color: #f7f6f3;
		line-height: 1em;
	}
	
	.promo a:visited,
	.promo a:hover {
		color: #ccc;
	}
	
.text {
	background: #f7f6f3;
	padding: 1em;
}

	.text h1,
	.text h2,
	.text h3,
	.text h4,
	.text h5,
	.text h6 {
		text-shadow: none;
	}

.pricing {
	color: #be1e0e;
	font-family: "Warnock Pro","Goudy Old Style","Palatino","Book Antiqua",Georgia,serif;
	font-style: italic;
	text-shadow: 1px 1px 2px #aaa;
	font-size: 20px;
	line-height: 1.0em;
	text-align: center;
	margin-bottom: 0.5em;
}

	.pricing th {
		text-align: right;
	}

.book {
	text-align: center;
}

	.button {
		position: relative;
		top: 7px;
	}
	
.more {
	padding: 1em; 
	margin: 0 -1em;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
}

div.colborder {
	border-color: #ddd;
}

.image {
	border-bottom: none;
}

.two,
.one {
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left center;
}

.one {
	background-image: url(../img/one.gif);
}

.two {
	background-image: url(../img/two.gif);
}

.first-line {
	text-transform: uppercase;
	font-family: "Warnock Pro","Goudy Old Style","Palatino","Book Antiqua",Georgia,serif;
}

.icons {
	text-align: center;
}

.error { 
	border: 2px solid #ddd;
	background: #FBE3E4; 
	color: #8a1f11; 
	border-color: #FBC2C4; 
}

	p.error {
		padding: .8em; 
		margin-bottom: 1em; 
		text-align: center;
	}

	.error a { 
		color: #8a1f11; 
	}
	
	label.error {
		border: none;
	}

.label {
	display: inline-block;
	width: 5em;
	font-weight: bold;
}	

/*** form ***/

form {
	font-size: 13px;
}

	textarea.error,
	input[type=text].error {
		text-align: left;
	}

textarea,
select,
[type=text] {
	margin-bottom: 0.2em;
}

[type=text] {
	width: 145px;
}

.short {
	width: 75px;
}

textarea,
.double {
	width: 300px;
}

label {
	font-weight: bold;
	margin-bottom: 0.2em;
}

legend {
	font-family: "Warnock Pro","Goudy Old Style","Palatino","Book Antiqua",Georgia,serif;
	font-style: italic;
	font-size: 20px;
	padding: 1em 0;
}

.buttons {
	text-align: center;
}

.ui-datepicker-trigger {
	margin-left: 2px;
	margin-right: 1em;
	position: relative;
	top: 3px;
}

/*** general ***/

html {
	background-color: #f7f6f3;
}

body {
	background: url(../img/bg-body.png) repeat-x 0 -1.5em;
}

a {
	color: #333;
}

	a[name] {
		text-decoration: none;
	}
	
	a img {
		text-decoration: none;
	}

	a:hover,
	a:visited {
		color: #666;
	}
	
h1,
h2,
h3 {
	font-family: "Warnock Pro","Goudy Old Style","Palatino","Book Antiqua",Georgia,serif;
	font-style: italic;
	text-shadow: 1px 1px 2px #aaa;
}

dt {
	margin-bottom: 0.5em;
}

dd {
	margin-bottom: 1em;
}
