/*--------------------------------------------------*/
/* Brand Response                                   */

	#introduction {
		background: #d5973c url("../../img/brandResponse/introduction.jpg") no-repeat 0 100%;
	}

	/*--------------------------------------------------*/
	/* mall                                             */

		#mallContent {
			background: #7f507f url("../../img/brandResponse/mall/background.jpg") repeat-x 0 0;
			color: #fff;
			clear: both;
		}

	/*--------------------------------------------------*/
	/* woodhouse                                        */

		#woodhouseContent {
			background: #7a764e url("../../img/brandResponse/woodhouse/background.jpg") repeat-x 0 0;
			color: #fff;
		}

	/*--------------------------------------------------*/
	/* brut                                             */

		#brutContent {
			background: #32764e url("../../img/brandResponse/brut/background.jpg") repeat-x 0 0;
		}

	/*--------------------------------------------------*/
	/* cathay                                           */

		#cathayContent {
			background: #597e9f url("../../img/brandResponse/cathay/background.jpg") repeat-x 0 0;
		}

			#cathayContent .preview {
				padding-top: 100px;
			}

				#cathayContent .preview img {
					margin-bottom: 60px;
				}

/*--------------------------------------------------*/
/* Feature blocks                                   */

	#mall a {
		background: url("../../img/brandResponse/mall.png") no-repeat 0 0 !important;
		background: url("../../img/brandResponse/mall.jpg") no-repeat 0 0;
	}

	#woodhouse a {
		background: url("../../img/brandResponse/woodhouse.png") no-repeat 0 0 !important;
		background: url("../../img/brandResponse/woodhouse.jpg") no-repeat 0 0;
	}

	#brut a {
		background: url("../../img/brandResponse/brut.png") no-repeat 0 0 !important;
		background: url("../../img/brandResponse/brut.jpg") no-repeat 0 0;
	}

	#cathay a {
		background: url("../../img/brandResponse/cathay.png") no-repeat 0 0 !important;
		background: url("../../img/brandResponse/cathay.jpg") no-repeat 0 0;
	}
