@import url(./shared.css);

#mainpanel {
	position: relative;
	padding: 10px 10px 0;
	border-bottom: solid 10px #fff;
	background: #fff url(../images/bg-main.gif) repeat-x 0 0;
	overflow: hidden;
}
	#mainpanel .pane {
		position: relative;
		width: 327px;
		padding: 50px 25px 1010px 25px;
		margin: 0 10px -1000px 0;
		color: #fff;
		background: #b2130f url(../images/bg-pane-red.jpg) no-repeat 0 0;
		float: left;
	}
	#mainpanel .pane h2 {
		width: 330px;
		height: 56px;
		background-image: url(../images/headline-quality-furniture.gif);
	}
#content { 
	background: #c0c0c0 url(../images/bg-secondary.gif) repeat-x 0 100%;
	overflow: hidden;
}
#sidepanel {
	position: relative;
	width: 595px;
	padding: 25px 35px;
	border-top: solid 1px #adaeae;
	float: left;
}
	#sidepanel .pane {
		position: relative;
		padding: 25px 25px 25px 155px;
		color: #323232;
		background: #fff url(../images/home_dandelion.jpg) no-repeat 20px 30px;
	}
	#sidepanel .pane h3 {
		color: #b2130f;
		font: normal 16px Rockwell, sans-serif;
	}
#footer {
	position: relative;
	width: 247px;
	padding: 20px 20px 1010px;
	margin: 0 0 -1000px;
	background: #fff url(../images/bg-footer.gif) no-repeat 0 0;
	overflow: hidden;
}
	#footer h3 {
		color: #b2120e;
		font: bold 12px 'Rockwell';
	}
	#footer ul {
		padding: 7px 0 4px 0;
		border-top: dotted 1px #8c8b8b;
		border-bottom: dotted 1px #8c8b8b;
		margin: 0 0 10px;
		text-align: center;
	}
	
	img.visit {
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 11;	
	}
	
	img.comingsoon {
	position: absolute;
	top: 35px;
	right: 10px;
	z-index: 11;	
	}