/*MAIN COLOR*/
#head .navigation, 
.column.right h2,
body.feedback h1,
body.home h1  {
    background:		#ea7c07;
}

.apartments .column.right h2 {
	background: transparent;
}

a:hover,
.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6,
li.day .text strong {
	color:			#ea7c07;
}

input, textarea {
    border-color: 	#ea7c07;
}

/**/

/*SECONDARY COLOR*/

a,
.date,
#content .text.intro p strong,
li.day h2,
.dates span,
.price span, 
.rooms span, 
.book span,
.person  {
	color:			#f9cda1;
}

input.submit {
    background: 	#f9cda1;
}

#head .navigation a:hover, 
.blog #head .navigation .blogButton a, 
.events #head .navigation .eventsButton a, 
.fullEvents #head .navigation .programButton a,
.search #head .navigation .apartmentsButton a {
    background:		#f9cda1;
}

/**/


a.logo {
    background: url("images/head.gif") center no-repeat;
}