/*--------------------------------------------------*/
/* Home                                             */

	#content {
		padding-bottom: 0;
	}

	#container {
		width: 505px;
		float: left;
		margin-left: -35px;
		position: relative;
	}

	/*--------------------------------------------------*/
	/* Side panel                                        */

		#sidePanel {
			padding: 0;
			width: 300px;
			position: relative;
		}

		/*--------------------------------------------------*/
		/* The Collection                                   */

			#collection {
				background: #d9dae2 url("../../img/home/collection.jpg") no-repeat 0 50%;
				padding: 12px 8px 0 136px;
			}

				#collection a {
					background: url("/a/img/global/arrowLight.gif") no-repeat 100% 50%;
				}

		/*--------------------------------------------------*/
		/* Heritage			                                */

			#heritage {
				background: #fff url("../../img/home/heritage.jpg") no-repeat 0 50%;
				padding: 12px 8px 0 136px;
				border: 1px solid #aeb0c1;
				margin: 12px 0;
			}

		/*--------------------------------------------------*/
		/* Retailer			                                */

			#retailer {
				background: #d9dae2 url("../../img/home/map.gif") no-repeat 0 50%;
				padding: 12px 8px 12px 136px;
			}

				#retailer fieldset {
					border: 0;
				}

					#retailer fieldset input {
						width: 100px;
					}

					#retailer fieldset button {
						border: 0;
						padding: 0 6px 0 0;
						background: transparent url("/a/img/global/arrowLight.gif") no-repeat 100% 50%;
					}

		/*--------------------------------------------------*/
		/* Brochures					                    */

			#brochures {
				background: url("/a/img/home/brochures.jpg") no-repeat 0 50%;
				margin: 12px 0 0;
				border: 1px solid #aeb0c1;
				padding: 24px 8px 12px 140px;
			}

/*--------------------------------------------------*/
/* Offer						                    */

	#specialOffer {
		width: 505px;
		float: left;
		border: 1px solid #aeb0c1;
		margin: 30px 0 0;
	}

		#specialOffer h2 {
			padding: 0;
		}

			#specialOffer h2 a {
				background: url("/a/img/home/specialOffer.jpg") no-repeat 0 0;
				display: block;
				height: 140px;
				width: auto;
			}

		#specialOffer p {
			padding: 10px;
		}

			#specialOffer .more {
				background-position: 100% 10px;
				display: block;
				text-align: right;
				border-top: 1px solid #ccced8;
				padding: 6px 8px 0 0; 
			}