/* @group General */

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

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

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

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

#logo {
	width: 151px;
	height: 57px;
	background: url(../images/rome-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 #666353;
}

/* @end */

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

#main-menu a:hover {
	color: #395E5E;
}

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

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

/* @end */

/* @group Contents */


#contents h3 {
	color: #16453D;
}

#contents h4 {
	color: #16453D;
}

#contents h5 {
	color: #16453D;
}

/* @end */




/* @group News */

ul.news h5 span {
	color: #7f9882;
}

/* @end */

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

#footer ul.subcategories li a {
	color: #16453D;
}

#footer .f-right {
	color: #16453D;
}

/* @end */


