/*
03/09/2009
Baglioni - screen corporate stylesheet
author: Alessandro Chinazzo
*/

body {
	background: #fff url('/images/bg-striped.png') repeat-x 0 0;
}

/* ------ Layout ------ */

#footer {
	color: #777;
	background-color: #f3f3f3;
}

/* -------------------- */

/* ------ Header ------ */

#offers-home,
#destination-home {
	width: 205px;
	float: left;
	margin-right: 20px;
}

#offers-home h1,
#destination-home h1 {
	font-size: 1.8em;
	padding: 0 0 5px;
	color: #504f48;
}

#offers-home h2,
#offers-home p,
#destination-home h2,
#destination-home p {
	font-size: 1.2em;
	line-height: 1.5em;
}

#offers-home h2,
#destination-home h2 {
	color: #000;
}

#offers-home p,
#destination-home p {
	color: #464646;
}

.offer-type,
.destination {
	position: relative; 
	margin-right: 15px;
	width: 340px;
	height: 340px;
	float: left; 
}

.offer-type .launch {
	background: transparent url('/images/bg-offers-category.png');
	width: 320px;
	height: 53px;
	position: absolute;
	bottom: 0; left: 0;
	padding: 10px;
}

.destination .launch {
	background: transparent url('/images/bg-offers-category.png');
	width: 320px;
	height: 70px;
	position: absolute;
	bottom: 0; left: 0;
	padding: 10px;
}

.destination .launch ul {
	margin-top: 18px;
	font-size: 1.2em;
}

.destination .launch li a {
	display: block;
	float: left;
	clear: left;
	padding: 5px 23px 5px 0;
	text-decoration: none;
	color: #fff;
	background: transparent url('/images/ico-arrow-launch.png') no-repeat 100% 50%;
}

.offer-type .launch h2,
.destination .launch h2 {
	font-size: 1.4em;
	margin: 0 0 5px;
	color: #fff;
	font-weight: bold;
}

.offer-type .launch h2 a,
.destination .launch h2 a {
	color: #fff;
	text-decoration: none;
}

.offer-type .launch p,
.destination .launch p {
	padding: 0 60px 0 0;
	font-size: 1.2em;
	color: #a0a0a0;
	line-height: 1.1666em;
}

.offer-type .launch img {
	position: absolute;
	right: 10px; bottom: 10px;
}

/* -------------------- */

/* ------ Content ------ */

#content h1,
#content h2 {
	color: #504f48;
}

.focus-row {
	margin-bottom: 10px;
}

#content .item-focus {
	float: left;
	width: 225px;
	margin: 0 26px 0 0;
}

#content .item-focus img {
	float: left;
	margin-right: 8px;
}

#content .item-focus h3 {
	font-size: 1.4em;
	margin: 0 0 .4em;
}

#content .item-focus h3 a {
	color: #864602;
	text-decoration: none;
}

#content .item-focus p {
	font-size: 1.1em;
	color: #4f4f4f;
	line-height: 1.1em;
	margin: 0;
}

/* -------------------- */

/* ------ Footer ------ */


/* ------------------- */

/* ------ Utils ------ */



/* ------- */


