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

/* Contacts */

#contacts {
	position: absolute;
	top: 10px;
	right: 10px;
	white-space: nowrap;
	font-size: 1.5em;
	color: #FFF;
}

#contacts a { color: #FFF; }

/* Place page */

#place-container {
	position: absolute;
	right: 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 { height: 110px; width: 950px; margin: 5px; background: #666; position: relative; }

#header h1 { color: #FFF; font-size: 60px; line-height: 1.5em; font-weight: bold; margin-left: 0.25em; padding-top: 20px; }

/* Banners */

#banners {
	position: absolute;
	right: 0px;
	top: 0px;
	float: right;
	width: 225px;
}

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

/* Paypal */

#paypal {
	position: absolute;
	right: 40px;
	top: 5px;
	width: 230px;
	height: 6em;
	float: left;
	margin: 5px;
}

/* Booking */

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

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

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

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

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

/* Places */

#places {
	position: absolute;
	right: 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;
}

/* Languages */

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

#languages li {
	margin: 5px;
	line-height: 2em;
}

/* Locations */

#locations { clear: both; width: 640px; }

#locations li { float: left; }

#locations a {
	display: block;
	font-size: 2em;
	line-height: 1em;
	padding: 0.25em 0.5em;
	background: #EEE;
	margin: 5px;
	text-decoration: none;
}

/* Typography */

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

/* Layout */

#locations-etc {
	position: relative;
	height: 6em;
}

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

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

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