body {
	padding: 0px;
	margin: 0px;
	background-color: #F4EAD1;
	background-image: url('../img/bg_pattern.jpg');
}

html {
	overflow: -moz-scrollbars-vertical;	
}


/* GENERAL TYPOGRAPHY AND MISC */

body,
td {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3C302C;
	vertical-align: top;
}

a {
	color: #A52511;
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	color: #DB3117;
}

a img {
	border: none;
}

h1,
h1 a {
	color: #3C302C;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 0px;
	text-decoration: none;
	display: block;
}

p.tuote {
/*	font-style: italic;*/
	margin: 0px 5px 10px 5px;
	font-size: 12px;
}

div.error {
	background-color: #F2D9D5;
	padding: 4px;
	border: 1px dashed #7F7365;
	text-align: center;
}

td.sidebar img,
td.sidebar-even img,
td.content img,
td.content-even img {
	border: 1px solid #7F7365;
}

img.no-border {
	border: none;
}

table.infotable td {
	margin: 0px;
	padding: 0px;
}

	table.infotable td.label {
		font-weight: bold;
		padding-right: 10px;
	}

/* SECTIONS */

table#shell {
	margin: 40px auto 20px auto;
	background-color: #DAC294;
	border: 1px solid #7F7365;
}

tr#lang td {
	color: #ABA48F;
	background-color: #483837;
	padding: 1px 10px 1px 1px;
	vertical-align: top;
	text-align: right;
	font-size: 10px;
}

	tr#lang td a {
		color: #F2E9CA;
		text-decoration: none;
	}
	
	tr#lang td a:hover {
		color: #FFF;
	}
	
tr#nav td {
	background-color: #483837;
	padding: 0px;
	vertical-align: top;
	
	font-size: 11px;
}

	tr#nav td a {
		color: #F2E9CA;
		text-decoration: none;
		display: block;
		height: 100%;
		padding: 8px 0px 0px 10px;
	}
	
	tr#nav td a:hover {
		color: #FFF;
		background-color: #614B4A;
	}

	
	/* current page */
	tr#nav td a.current-page {
		background-color: #A52511;
	}

	tr#nav td a.current-page:hover {
		background-color: #A52511;
		color: #FFF;
	}

td#subnav {
	background-color: #EEDFBE;
	font-size: 11px;
	line-height: 11px;
	vertical-align: top;
	padding-top: 4px;
	width:220px;
}

	td#subnav a {
		padding-left: 10px;
		color: #3C302C;
		display: block;
		text-decoration: none;
	}
	
	td#subnav a:hover {
		background-color: #F3EBCE;
	}

td#title {
	background-color: #E7D6B4;
	padding: 0px 10px 10px 10px;
	vertical-align: bottom;
	background-image: url('../img/bg_title.jpg');
	background-repeat: no-repeat;
	background-position: right bottom;
	
	color: #3C302C;
	font-size: 24px;
	font-weight: bold;
}

	td#title span.sub {
		font-size: 14px;
		margin-left: 10px;
		color: #A52511;
	}

	td#title span.print-only {
		display: none;
	}


table#shell td.sidebar,
table#shell td.sidebar-even {
	padding: 20px;
}

	table#shell td.sidebar {
		background-color: #E6CFA1;
	}

	table#shell td.sidebar-even {
		background-color: #DBC59A;
	}

	table#shell td.sidebar img,
	table#shell td.sidebar-even img {
		display: block;
		margin-bottom: 10px;
	}

	table#shell td.sidebar img.deco,
	table#shell td.sidebar-even img.deco {
		margin: 0px;
		border: none;
	}

table#shell td.content,
table#shell td.content-even {
	padding: 20px;
	
	background-repeat: no-repeat;
	background-position: bottom right;
}

	table#shell td.content {
		background-color: #DAC294;
		background-image: url('../img/deco_content_light.jpg');
	}
	
	table#shell td.content-even {
		background-color: #CFB88C;
		background-image: url('../img/deco_content_dark.jpg');
	}
	
	table#shell td.fabrics p {
		text-align: center;
	}
	
	table#shell td.fabrics img {
		margin: 10px;
	}
	
	table#shell td.fabrics hr {
		margin: 20px 0 20px 0;
	}

td#footer {
	border-top: 1px solid #B6A991;
	background-color: #EEDFBE;
	
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
	color: #7F7365;
}

	td#footer a {
		color: #7F7365;
		font-weight: normal;
		text-decoration: none;
	}
	
	td#footer a:hover {
		color: #A52511;
		text-decoration: underline;
	}

/* FORMS */

form table {
	margin-bottom: 20px;
}

form table td {
	margin: 0px;
	padding: 0px;
	text-align: right;
	vertical-align: top;
}

	form table td.label {
		font-weight: bold;
		padding: 4px 10px 0px 0px;
		text-align: left;
	}

input,
textarea,
select {
	width: 200px;
	padding: 2px;
	margin: 2px;
}

input.error,
textarea.error {
	background-color: #F2D9D5;
}

input.checkbox {
	width: auto;
	border: none;
}

input.button {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: bold;
	background-color: #A52511;
	width: auto;
	border: none;
	margin: 8px 2px 8px 2px;
}