/**
 *  GENERAL ELEMENTS
 */

body {
	background-color: #f2f0ed;
}
#page {
	background: url(../img/bg.png) repeat-y;
}



/**
 *	HEADER
 */

.bright #productLogo img {
  background: url(../img/logo_bright.png) no-repeat;
}
.dark #productLogo img {
  background: url(../img/logo_dark.png) no-repeat;
}



/**
 *  DESTINATION - SLIDER   (HOMEPAGE, DETAILPAGE)
 */

.destinationTextLead {
  display: none;
}