/*--------------------------------------------------*/
/* Page content                                     */

	#content #hero {
		margin: 0 0 12px 0;
		border: 1px solid #666;
	}

	/*--------------------------------------------------*/
	/* Promotions                                       */

		#promotions {
			padding: 60px 0;
/*			background: red;*/
		}

			#promotions .promo {
				background: #000;
				border: 1px solid #666;
				width: 237px;
				margin: 0 20px 0 20px;
				float: left;
				display: inline;
				position: relative;
			}

				#promotions .last {
					margin-right: 0;
				}

				#promotions .promo p {
					padding: 12px 12px 12px 96px;
				}

				#promotions .promo #houseBeautiful {
					width: 113px;
					height: 148px;
					background: url("/a/img/home/houseBeautiful.png") no-repeat 0 0;
					position: absolute;
					top: -40px;
					left: -20px;
				}

				#promotions .promo #countryLiving {
					width: 110px;
					height: 148px;
					background: url("/a/img/home/countryLiving.png") no-repeat 0 0;
					position: absolute;
					top: -40px;
					left: -20px;
				}
