body {
	font-family: 'Lucida Sans';
	font-size: 14px;
	margin: 0;
	padding: 0;
	background: #353529 url('img/bg.png') repeat 0 0;
}


a {
  color : #626257;
}

a:hover {
	color: #9b9b8f;
}

h1 {
  font-family: 'Lucida Sans', Verdana, Arial;
  font-size : 16px;
  font-weight : bold;
  color : #626257;
  margin: 1em 0 0.5em 0;
  border-bottom: 2px solid #e4e4da;
}

img {
	border: 0;
}

input {
	border: 0;
	padding: 3px;
}	

form {
	margin: 0;
}

#container {
	background: transparent url('img/topbar.png') repeat-x 0 0;
	text-align: center; /* Korjaa IE:n keskitys bugin */
}

#header {
	width: 1000px;
	height: 233px;
	background: transparent url('img/header.png') no-repeat 0 0;
	margin: 0 auto;
	padding: 0;
}

#loginbox {
	font-size: 14px;
	color: #3f3f32;
	width: 215px;
	height: 75px;
	float: right;
	margin: 80px 30px 0 0;
	text-align: center;
}

#loginbox table {
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#loginbox form, #loginbox p{
	margin: 0;
}

#loginbox a {
	color: #000;
	text-decoration: none;
}

#loginbox a:hover {
	text-decoration: underline;
}

#menubar {
	width: 680px; /* 600px leveys riittää, mutta 80px ylinmääräistä IE:n bugin varalta */
	margin: 32px 0 0 200px;
	padding: 0;
	float: left;
}

#menubar img {
	margin: 0;
	padding: 0;
	height: 46px;
	border: 0;
	float: left;
}

#middle {
	width: 1000px;
	margin: 0 auto;
	background: transparent url('img/middle.png') repeat-y 0 0;
	text-align: left;
}

#middle2 {
	min-height: 500px;
	width: 1000px;
	background: transparent url('img/middle_bottom.png') no-repeat bottom left;
}

#middle2 .product {
	width: 160px;
	height: 180px;
	margin: 5px 10px;
	padding: 5px;
	float: left;
	font-size: 12px;
	text-align: center;
}

#middle2 .product:hover {
	background: #f1f0d1;
}

.tuotekuvake {
	margin: 5px auto;
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center center;	
}

.tuotekuvake2 {
	margin: 5px auto;
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center center;	
}

#leftbar, #rightbar {
	width: 200px;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center; /* Korjaa IE:n keskitys bugin */
}

.leftbox, .rightbox {
	font-size: 12px;
	width: 180px;
	background: #cfd043 url('img/leftbox.png') no-repeat top right;
	margin: 3px auto;
	padding: 1em 5px;
	text-align: left;
}

.leftbox a, .rightbox p {
	margin: 0 0 1.5em 0;
}

.leftbox a, .rightbox a {
	color: #3f3f32;
	text-decoration: none;
}

.leftbox a:hover, .rightbox a:hover {
	text-decoration: underline;
	color: #3f3f32;
}

.rightbox {
	background: #cfd043 url('img/rightbox.png') no-repeat top right;
	text-align: center;
}

.boxheadertext {
	margin: 0;
}

.valiviiva {
	width: 162px;
	height: 46px;
	margin: 3px auto -40px auto;
	background: transparent url('img/valiviiva.png') no-repeat 0 0;
}

.kat_closed, .kat_open {
	color: #3f3f32;
	margin: 0;
	padding: 3px 0;
}

.kat_closed:hover, .kat_open:hover{
	background: #e2e38e;
}

.kat_closed a, .kat_open a {
	color: #3f3f32;
	text-decoration: none;
}

.kat_open {
	font-weight: bold;
}

.kat_closed img, .kat_open img {
	margin: 0 5px;
}

.sivunumerot, .kategoriat {
	font-size: 14px;
}

.sivunumerot a, .kategoriat a {
	color: #f00;
}

.sivunumerot a:hover, .kategoriat a:hover {
	color: #f77;
}

.addthis_toolbox {
	margin-left: 10px;
	padding-bottom: 1px;
}

#centerbar {
	width: 580px;
	background: #fff;
	padding: 10px;
	float: left;
}

#rightbar {
	float: right;
}

#footer {
	width: 600px;
	height: 40px;
	margin: 0 auto;
	background: transparent url('img/footer.png') no-repeat 0 0;
	text-align: left;
}
#footer p {
	padding: 10px 0 0 140px;
	margin: 0;
	font-size: 10px;
}

#footer a {
	color: #3f3f32;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#final_footer {
	font-size: 14px;
	text-align: center;
	width: 600px;
	margin: 0.5em auto;
	color: #8a8a83;
}

#final_footer a {
	color: #c5c5b8;
}

#final_footer a:hover {
	text-decoration: none;
}

.small {
	font-size: 11px;
}