/* Yleiset */
body {
	margin: 0;
	padding: 0;
	background-color: #fad093;
	background-image: url(../img/bg_body.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #595858;
}
img { border: none; }
h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 25px;
	color: #f5a128;
	line-height: normal;
}
h1#logo {
	color: #fff;
	margin: 0 0 -60px 0;
	padding: 30px 0 0 0;
	
}
h2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin-top: 25px;
	margin-bottom: 10px;
	color: #408eab;
	line-height: normal;
}
p { margin-top: 5px; }
a:link, a:visited {
	color: #f5a128;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}

/* Layout */
div#wrapper {
	width: 760px;
	margin: 0 auto;
	position: relative;
}
div#logo {
	width: 141px;
	height: 90px;
	background: url(../img/logo.jpg) no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}
div#logo_vta {
	width: 141px;
	height: 90px;
	background: url(../img/vta_logo.jpg) no-repeat;
	position: absolute;
	left: 800px;
	top: 0;
}
div#left {
	width: 268px;
	float: left;
	margin-top: 104px;
	padding-top: 287px;
	background: url(../img/bg_pillerit.jpg) no-repeat;
}
div#container {
	width: 487px;
	margin-top: 60px;
	padding-bottom: 25px;
	float: left;
	position: relative;
}
div#navi {
	height: 34px;
	display: block;
	color: #68cbe8;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
div#content {
	padding-top: 24px;
	padding-bottom: 15px;
	background-color: #fff;
	background-image: url(../img/bg_content.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	overflow: hidden;
}
div#palsta-index {
	width: 300px;
	float: left;
	padding-left: 35px;
	line-height: 17px;
}
div#palsta, div#palsta-tuotteet {
	width: 420px;
	float: left;
	padding-left: 35px;
	line-height: 17px;
}
div#palsta-tuotteet p, div#palsta-tuotteet h1, div#palsta-tuotteet h2 { width: 300px }
div#palsta-tuotteet img { float: right; }
div#yhteystiedot {
	width: 316px;
	padding: 12px 12px 0 12px;
	margin-left: -16px;
	margin-top: 35px;
	background-color: #f5a128;
	background-image: url(../img/bg_or-top.gif);
	background-repeat: no-repeat;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	line-height: normal;
	overflow: hidden;
}
div#yhteystiedot p { margin: 0; padding: 0; }
div#or-bottom {
	width: 340px;
	height: 5px;
	margin-left: -12px;
	padding-top: 5px;
	background: url(../img/bg_or-bottom.gif) no-repeat bottom;
	clear: both;
	font-size: 0;
}
div#uutiset {
	width: 115px;
	float: right;
	margin-right: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: normal;
}
div#aukiolo {
	width: 83px;
	padding: 10px 10px 0 10px;
	
	position: absolute;
	bottom: 40px;
	right: 15px;
	
	background-color: #0eafcf;
	background-image: url(../img/bg_bl-top.gif);
	background-repeat: no-repeat;
	
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	line-height: normal;
	
	overflow: hidden;
}
div#aukiolo p { margin: 0; padding: 0; }
div#bl-bottom {
	width: 103px;
	height: 5px;
	margin-left: -10px;
	background: url(../img/bg_bl-bottom.gif) no-repeat bottom;
	font-size: 0;
}
div.spacer {
	display: block;
	clear: both;
}

/** Navi **/
div#navi ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div#navi li {
	float: left;
	height: 34px;
	line-height: 39px;
}
li#etusivu-a, li#etusivu-p { width: 80px; padding-left: 44px; }
li#etusivu-a { background: url(../img/etusivu-act.jpg) no-repeat; }
li#etusivu-p { background: url(../img/etusivu-pass.jpg) no-repeat; }
li#palvelut-a, li#palvelut-p { width: 81px; padding-left: 38px; }
li#palvelut-a { background: url(../img/palvelut-act.jpg) no-repeat; }
li#palvelut-p { background: url(../img/palvelut-pass.jpg) no-repeat; }
li#tuotteet-a, li#tuotteet-p { width: 83px; padding-left: 36px; }
li#tuotteet-a { background: url(../img/tuotteet-act.jpg) no-repeat; }
li#tuotteet-p { background: url(../img/tuotteet-pass.jpg) no-repeat; }
li#tarjoukset-a, li#tarjoukset-p { width: 93px; padding-left: 31px; }
li#tarjoukset-a { background: url(../img/tarjoukset-act.jpg) no-repeat; }
li#tarjoukset-p { background: url(../img/tarjoukset-pass.jpg) no-repeat; }
div#navi a:link, div#navi a:visited {
	color: #fff;
	text-decoration: none;
}
div#navi a:hover, div#navi a:active {
	text-decoration: underline;
}

/* Misc */
.nosto { font-weight: bold; }
div.kuvitus { width: 100%; text-align: center; }

/** News **/
.uutiset-kohde {
	margin-top: 5px;
	display: block;
}

.uutiset-lista {
	margin: 0;
	padding: 0;
	width: 115px;
}
.uutiset-pvm {
	padding-top: 12px;
	color: #408eab;
	font-weight: bold;
}
.copyright {
	font-size: 10px;
	color: #408eab;
}
a.linkin-css-tyylinimi:link, a.linkin-css-tyylinimi:visited {
	color: #000;
}

/*listat */

ul#joulunaukioloajat {
	margin: 0 0 0 15px;
	padding: 0;
}

ul#joulunaukioloajat li{
	
}
