* {
	font-family: "Trebuchet MS", Arial;
	maring: 0;
	padding: 0;
}
body {
	width:800px;
	margin: 0 auto;
	font-size: 12px;
	color: #6d5a43;
	background:url(images/bg_full.png);
}

a {
	text-decoration: none;
}

div#clear {
	clear: both;
}

/* HEADER */
div#header {
/*	height: 181px; */
	background:url(images/bg.png) repeat-y 50%;
}
div#header div#lapa {
	background: url(images/lapa.png) no-repeat;
	z-index:0;
	position:absolute;
	top: 5px;
	width: 180px;
	height: 198px;
	margin: 0 0 0 10px;
	display: none;
}
div#header a.logo {
	background: url(images/logo.png) no-repeat;
	width: 202px;
	height: 36px;
	display: block;
	float: right;
	margin: 0 20px 0 0;
}
div#header img {
	padding: 5px 5px 0px 5px;
}

/* NAVI */
div#navi {
	padding: 20px 20px 0 16px;
	width: 500px;
}
div#navi ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div#navi li {
	margin: 0;
	padding: 0;
	float: left;
}
div#navi a {
	display: block;
	padding: 3px 8px 3px 7px;
	border-left: solid 1px #d2c6a8;
	font-weight: bold;
	color:#6d5a43;
}
div#navi li:first-child a {
	border: 0;
}
div#navi a:hover {
	color: #c83b56;
}

/* PAGE */
div#page {
	background:url(images/bg.png) repeat-y 50%;
	padding: 10px 20px 20px 20px;
}

/* SIDEBAR */
div#sidebar {
	width: 180px;
	float: left;
}

/* CONTENT */
div#content {
	width: 560px;
	float: left;
	margin: 0 20px 0 0;
}
div#content div.head {
	width: 560px;
	background: url(images/contenthead.png) no-repeat;
	height: 17px;	
}
div#content div.foot {
	width: 560px;
	background: url(images/contentfoot.png) no-repeat;
	height: 19px;	
}
div#content div.teksti {
	width: 520px;
	padding: 5px 20px;
	background:url(images/contentbg.png) repeat-y;
}
h1 {
	margin: 0 0 10px 0;
	color: #c83b56;
}
p {
	margin: 0 0 5px 0;
}

div#content div#tuote {
	clear: both;	
	width: 520px;
	padding: 5px 0;
	border-bottom: dashed 1px #b7a89f;
}

div#content div#tuote p {
float:left;
margin:0 0 5px;
width:375px;
}
div#content div.kategoria {
	width: 120px;
	float:left;
	padding: 3px;
	border: solid 1px #CCCCCC;
	margin: 0 2px 2px 0;
}
div#content div#tuote img, .tuoteKuvaPieni {
	padding: 3px;
	margin: 0 10px 0 0;
	border: solid 1px #CCCCCC;
	float:left;
	display:inline;
}


/* FOOTER */
div#footer {
	float: none;
	clear: both;
	background: url(images/footer.png) no-repeat 50% 0;
	height: 40px;
	text-align: center;
	padding: 5px 0 0 0;
	color:#b09678;
}

div#galleria a img {
	margin: 2px;
	border:solid 1px #CCCCCC;
	padding: 5px;
	background: #FFFFFF;
}
div#galleria a:hover img {
	margin: 2px;
	padding: 5px;
	border:solid 1px #000000;
}

div#clear {
	clear:both;
}

#tilauslomake span {
display:block;
float:left;
width:121px;
}
#tilauslomake  p {
clear:both;
}
.varoitus {
	display:none;
	color:#ff0000;
}
.cartItem {
	clear:both;
	padding: 4px 0;
	border-bottom:dotted 1px #ccc
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

#tilauslomake {
	margin: 10px 0 0 0;
	clear:both;
}
#imageFloater {
	position:absolute;
	width:100%;
	top:100px;
	left:0;
	text-align:center;
}
#imageFloater  img {
	margin:0 auto;
	padding:5px;
	background:#FFFFFF;
	border:solid 1px #CCCCCC;
	text-align:center;
}
#cart {
	margin: 0 0 10px 0;
}
