/*--------------------------------------------------*/
/* Collections					                    */

	#content {
		float: left;
		width: 762px;
	}

	.section {
		border: 1px solid #ccc;
		float: left;
		width: 359px;
		padding: 8px 8px 8px;
		margin: 0 8px 8px 0;
	}

		.section h2 {
			margin: -8px -8px 10px;
			padding: 0 8px;
			font-size: 1.7em;
		}

			.section h2 a {
				display: block;
				padding: 182px 0 6px;
				color: #fff;
			}

		#g h2 {
			background: url("/a/img/sofaCollections/gPlan.jpg") no-repeat 0 0;
		}

	#ethos {
		margin-right: 0;
	}

		#ethos h2 {
			background: url("/a/img/sofaCollections/ethos.jpg") no-repeat 0 0;
		}

	#scs {
		background: url("/a/img/sofaCollections/scsExclusives.jpg") no-repeat 0 0;
		border: 1px solid #ccc;

		padding: 8px 8px 8px 108px;
		clear: both;
	}

		#scs h2 {
			float: left;
			padding: 0 10px 0 0;
			margin: 0;
		}

			#scs h2 a {
				background: url("/a/img/sofaCollections/scs.gif") no-repeat 0 0;
				height: 33px;
				width: 82px;
				display: block;
			}

		#scs p {
			padding-right: 60px;
		}

			#scs p.more {
				padding-right: 8px;
			}
            
/*--------------------------------------------------*/
/* Sofa		          			                    */

	#sitTest {
		background: #666 url("/a/img/common/sitTest.gif") no-repeat 0 0;
		margin: 10px 0;
		padding: 96px 4px 4px;
	}

		#sitTest p {
			background: #fff;
			border: 1px solid #cdc9c9;
			padding: 4px;
			position: relative;
		}

			#sitTest .map {
				background: url("/a/img/sofaCollections/showroom.png") no-repeat 0 0;
				display: block;
				height: 90px;
				width: 57px;
				position: absolute;
				top: -8px;
				left: -2px;
			}

			#sitTest a {
				background: #eee9e9;
				display: block;
				font: italic 1.6em "Georgia";
				line-height: 1.1em;
				color: #333;
				text-decoration: none;
				padding: 4px 0 4px 58px;
			}

				#sitTest a span {
					background: url("/a/img/global/arrowRed.gif") no-repeat 100% 90%;
					padding-right: 20px;
				}
