@import url("reset.css");
@import url("common.css");
@import url("lightbox.css");

/* Languages */

#languages { position: absolute; right: 0; top: 0; }

#languages li {
	float: left;
	margin: 5px;
	line-height: 3em;
}

/* Contacts */

#contacts {
	position: absolute;
	top: 0px;
	right: 100px;
	white-space: nowrap;
	margin: 5px;
	line-height: 3em;
}

/* Place page */

#place-container {
	position: absolute;
	left: 240px; top: 5px;
	width: 480px;
}

#place-container h1 {
	font-size: 2em;
	line-height: 1.5em;
}

#place-container table { width: 100%; border-right: 1px solid #666; border-bottom: 1px solid #666; }

#place-container td, #place-container th {
	border-left: 1px solid #666;
	border-top: 1px solid #666;
	padding: 5px;
}

#place-container td.right { text-align: right; }

#place-container th { font-weight: bold; }

/* Additional places */

#places-additional { clear: both; margin: 5px; }

/* Header */

#header { width: 950px; margin: 5px; }

#header h1 { color: #FF6600; font-size: 5em; line-height: 1.2em; padding-top: 0.3em; }

#header h2 { color: #999; }

/* Banners */

#banners li {
	float: left;
	width: 225px;
	height: 40px;
	margin: 5px;
}

/* Paypal */

#paypal {
	clear: left;
	width: 215px;
	float: left;
	margin: 5px;
}

/* Booking */

#booking-form {
	clear: left;
	float: left;
	width: 215px;
	margin: 5px;
}

#booking-form textarea, #booking-contacts, #booking-form .text-field { border: 1px solid #666; width: 100%; }

#from-day, #to-day { width: 2em; }

#booking-form h2 {
	font-size: 2em;
	line-height: 1.5em;
}

#booking-form .hint {
	font-size: 0.8em;
	color: #666;
}

/* Places */

#places {
	position: absolute;
	left: 240px;
	top: 0;
	width: 480px;
}

#places li {
	float: left;
	clear: both;
	width: 470px;
	height: 93px;
	margin: 5px;
}

#places h2, #places .price-range, #places .stars { margin-left: 150px; }

#places h2 {
	font-size: 2em;
	line-height: 1.5em;
}

#places .thumb {
	float: left;
}

#places .stars {
	width: 60px;
	height: 1.5em;
	background: url(../images/stars.gif) left center no-repeat;
}

/* Locations */

#locations { margin: 5px;}

#locations li { float: left; width: 215px; }

#locations a {
	display: block;
	font-size: 2em;
	line-height: 1.5em;
	color: #00F;
	text-decoration: none;
}

#locations .current a {
	color: #000;
}

/* Typography */

body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 80%;
	line-height: 1.5em;
}

/* Layout */

#lower {
	position: relative;
	clear: both;
}

body {
	width: 960px;
	margin: auto;
	text-align: center;
}

#centring-hack {
	position: relative;
	width: 960px;
	text-align: left;
}

#left-column { position: absolute; width: 225px; left: 0; top: 0; }

#right-column { position: absolute; width: 225px; right: 0; top: 0; }