/* @group General */

body {
	background: #EDEBDF url(../images/florence-body-background.png) repeat-x scroll left top;
	background-attachment: scroll;
}

#header {
	background: url(../images/florence-wrapper-background.png) no-repeat scroll left top;
}


a.readmore, a.readmore:link, a.readmore:visited, a.readmore:hover, a.readmore:active {
	color:#EF8450;	
	font-size:1.2em;
	text-decoration:underline;
	display:block;
	margin-bottom:1em;
}

a.readmore:hover, a.readmore:active {
	font-weight:bold;
}

#logo {
	width: 210px;
	height: 66px;
	background: url(../images/florence-logo.png) no-repeat scroll left top;
}

#logo h2 {
	display: none;
}

/* @end */

/* @group Booking form */

#booking-form-container h3 {
	color: white;
}

#booking-form #frommonth-label {
	color: white;
}

#booking-form #nbdays-label {
	color: white;
}

#booking-form #adulteresa-label {
	color: white;
}

#booking-form #enfantresa-label {
	color: white;
}

#booking-form #iata-code-label {
	color: white;
}

#booking-form #booking-form-options {
	color: white;
}

#booking-form #booking-form-options a {
	color: white;
}



#booking-form #book-now-submit {
	border: 1px solid #D7B779;
}

/* @end */



/* @group Header */
#main-menu a {
	color: #EF8450;
	text-decoration:none;
}

#main-menu a:hover {
	color: #C74A48;
}

#main-menu a.active {
	text-decoration:none;
	color: #CB5049;
}

#sub-menu li {
	border-left: 1px solid #D7B779;
}


#sub-menu li a {
	color: #7B2E26;
}


/* @end */


/* @group Contents */


#contents h3 {
	color: #7B2E26;
}

#contents h4 {
	color: #7B2E26;
}

#contents h5 {
	color: #B88F8B;
}

/* @end */


/* @group News */

ul.news h5 span {
	color: #B88F8B;
}

/* @end */



/* @group Footer */
#footer ul.subcategories li {
	border-left: 1px solid #7B2E26;
}

#footer ul.subcategories li a {
	color: #7B2E26;
}

#footer .f-right {
	color: #7B2E26;
}

/* @end */



