/*
RESETIT
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

 

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: #fff4dc;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*
COMMON
*/

#pageWrapper {
	background: url(../kuvat/rico/content_bg.png) no-repeat 1px 0px;
	color: black;
	display: block;
	font: 12px/16px Arial, Helvetica, sans-serif;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
	/*min-height: 500px;*/
	padding: 0 0 26px 0;
	position: relative;
	width: 951px;
}
#header {
	background: url(../kuvat/rico/topbar_bg.jpg) no-repeat;
	display: block;
	height: 110px;
	margin: 0 0 0 11px;
	width: 930px;
}

#logo {
	display: block;
	height: 75px;
	left: 26px;
	position: absolute;
	top: 19px;
	width: 150px;
}
#logo a {
	display: block;
	height: 100%;
	width: 100%;
}
#navi {
	display: block;
	height: 30px;
	left: 200px;
	position: absolute;
	top: 80px;
}
#navi li {
	display: inline;
	float: left;
	height: 30px;
	width: 97px;
}
#navi a {
	background: url(../kuvat/rico/navibtn_bg.png) no-repeat;
	color: black;
	display: block;
	font-weight: bold;
	height: 22px;
	padding-top: 8px;
	text-align: center;
	text-decoration: none;
	width: 97px;
}
#navi a:hover,
#navi a.active {
	background: url(../kuvat/rico/navibtn_bg_active.png) no-repeat;
}

#content {
	background: url(../kuvat/rico/leftbar_bg.jpg) repeat-y 12px 0px;
	display: block;
	height: 100%!important;
	min-height: 100%!important;
	overflow: hidden;
	width: 100%;
}

#vasenPalsta1,
#vasenPalsta2,
#oikeaPalsta1,
#oikeaPalsta2 {
	display: block;
	float: left;
	height: 100%!important;
	min-height: 100%!important;
}
#vasenPalsta1 {
	height: 200px;
	margin: 0 0 0 11px;
	min-height: 320px;
	padding: 48px 0 30px 27px;
	width: 146px;
}
#vasenPalsta2 {
	margin: 0;
	padding: 29px 20px 30px 47px;
	width: 249px;
}
#vasenPalsta2.alasivu {
	margin: 0;
	padding: 29px 20px 30px 47px;
	width: 507px;
}
#vasenPalsta2 p {
	margin: 15px 0;
}
#oikeaPalsta1 {
	background: url(../kuvat/rico/annoskuva.jpg) no-repeat;
	margin: 0;
	width: 441px;
}
#oikeaPalsta2 {
	background: url(../kuvat/rico/rightbar_bg.png) no-repeat;
	float: right;
	font-weight: bold;
	margin: 0;
	padding: 15px 10px 30px 15px;
	text-align: center;
	width: 158px;
}
#oikeaPalsta2 .hinta {
	color: #a60b16;
	display: block;
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0 0 0;
}
#oikeaPalsta2 .eskortti {
	background: url(../kuvat/rico/icon_eskortti.gif) no-repeat left top;
	height: 23px;
	margin-left: 15px;
	padding: 0 0 3px 20px;
}
#oikeaPalsta2 a {
	color: #a60b16;
	font-weight: normal;
	text-decoration: none;
}
#oikeaPalsta2 a:hover {
	text-decoration: underline;
}
#oikeaPalsta2.nopic {
	/*background-image: none!important;*/
	height: 100%!important;
	min-height: 100%!important;
	margin: 0 10px 0 0!important;
}

#footer {
	background: url(../kuvat/rico/bottom_bg.gif) no-repeat 1px 0px;
	bottom: 0px;
	clear: both;
	color: #666;
	display: block;
	height: 17px;
	overflow: hidden;
	padding: 13px 0 0 0;
	position: absolute;
	text-align: center;
	width: 951px;
	z-index: 100;
}
#footer a {
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}