html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font: 13px/18px Times, Georgia, serif;
	background: #E5E5E5 url('../images/body.gif') repeat-y top center;
}

h1 {
	color: #9B0914;
	margin: 0;
	padding: 0;
	/*margin-bottom: 18px;*/
	font: 28px/36px Times,serif;
	font-weight: bold;
	display: block;
}

h2 {
	color: #000000;
	margin: 0;
	font: 16px/18px Times,serif;
	font-weight: bold;
	display: inline-block;
}

span.Spacer {
	width: 100%;
	height: 10px;
	display: block;
}

a img {
	border: 0;
	display: block;
}

label {
	cursor: pointer;
}

form {
	margin: 0;
	padding: 0;
}

input.text {
	width: 70%;
	font-size: 11px;
}

input.file {
	font-size: 11px;
}

div.formRow {
	width: 100%;
	overflow: hidden;
	margin-bottom: 5px;
}

div.formLeft {
	width: 180px;
	float: left;
}

div.formRight {
	width: 300px;
	float: left;
}

span.retailer {
	font: 12px/18px Tahoma, Arial, sans-serif;
}

div.sofaBuilder {
	margin: 10px 0;
}

a.sofaBuilder {
	font: 11px/40px Tahoma, sans-serif;
	color: #9B0914;
	font-weight: bold;
	padding-left: 45px;
	height: 40px;
	display: block;
	background: transparent url('../images/sofaBuilder.gif') no-repeat top left;
}

a:hover.sofaBuilder {
	background: transparent url('../images/sofaBuilderHover.gif') no-repeat top left;
	text-decoration: none;
}


/* --- [ CATEGORY AND PRODUCT LINKS ] --- */

a.category {
	font: 11px/18px Tahoma, sans-serif;
	font-weight: bold;
	background: #777777;
	text-align: center;
	width: 240px;
	height: 108px;
	display: block;
	color: #ffffff;
	text-decoration: none;
	margin-bottom: 20px;
	float: left;
}

a:hover.category {
	background: #555555;
}


a.product, a.productActive {
	font: 11px/18px Tahoma, sans-serif;
	font-weight: bold;
	background: #777777;
	text-align: center;
	width: 108px;
	height: 108px;
	display: block;
	color: #ffffff;
	text-decoration: none;
	margin-right: 15px;
	margin-bottom: 20px;
	float: left;
	border: 0;
}

a:hover.product {
	background: #555555;
}

a.productActive {
	background: #9B0914;
}

a.productEdit {
	font: 11px/20px Tahoma, sans-serif;
	/*background: #9B0914;*/
	color: #9B0914;
	padding: 0 5px 0 5px;
	text-decoration: none;
	display: inline-block;
	margin-right: 5px;
}

a:hover.productEdit {
	color: #5D050C;
}



div.container {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

div.headerContainer {
	width: 960px;
	height: 170px;
	background: transparent url('../images/headerContainer.jpg') no-repeat top left;
}

div.navi1Container {
	width: 960px;
	height: 27px;
	background: transparent url('../images/navi1Container.jpg') no-repeat top left;
}

div.navi2Container {
	width: 960px;
	height: 25px;
	background: transparent url('../images/navi2Container.jpg') no-repeat top left;
}

div.naviContent {
	width: 800px;
	height: 27px;
	float: left;
}

div.naviLanguages {
	width: 160px;
	height: 27px;
	float: left;
}

div.contentContainer {
	padding: 35px 0;
	margin: 0;
}

div.content {
	background: transparent url('../images/content.gif') repeat-y top left;
	width: 960px;
	overflow: hidden;
}

div.leftbar {
	width: 265px;
	padding: 0 5px 1px 30px;
	float: left;
}

div.rightbar {
	width: 480px;
	padding: 0 90px;
	float: left;
}

div.infoRow {
	width: 100%;
	overflow: hidden;
}

div.footerContainer {
	border-top: 1px #000000 dashed;
	padding-top: 3px;
	text-align: right;	
	padding-bottom: 10px;
}