/* Reset */	
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, strong, 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 none;
	outline:0 none;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
/*	vertical-align:baseline;*/
}

html, body, #content {
	height:100%;
}

/* remember to define focus styles! */
/*:focus {outline:0;}*/

body {line-height: 1;color: black;background: white;}

ol, ul {list-style: none;}

blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes: "" "";}

/* Palmu css */

body {
	font: 14px/1.2em Arial, helvetica, "MS Trebuchet", sans-serif;
/*	line-height:1.2em;*/
	background:#281f19;
	color:#f8f7f2;
	text-align:center;
}

/* Common */
/*img {border:none;}*/

/* Links */
a {color:#a58150;border:none;}
a:link, a:visited {text-decoration:none;}
a:active, a:hover {text-decoration:underline;}
a.navActive {font-weight:bold;color:#735a3a;}


/* Fonts */
h1, h2, h3, h4, h5, h6 {
	color:#7d6641;
	margin-bottom:1.0em;
}

h1{
	margin:20px 0 30px 0;
	font-size:16px;
	font-weight:normal;
	color:#7d6641;
}

h2 {
	font-size:1.3em;
	line-height:1.1em;
}


/* Header bar */
#headerBar {
	position:relative;
	height:60px;
	background:transparent url(/assets/img/bg_headerbar.gif) repeat-x;
	margin-bottom:20px;
	text-align:left;
}

#headerBar > a {
	display:block;
	background:transparent url(/assets/img/logo_palmu_headerbar_fi.png) no-repeat 0 0;
	width:330px;
	height:60px;
}

#headerBar > a span {
	display:none;
}

#headerBar h1 {
	display:block;
	float:left;
	font-size:14px;
	padding:0;
	margin:0 10px 0 0;
}

/*index page kludge*/
.index #headerBar h1 {
	float:none;
	font-size:16px;
	padding:0;
	margin:20px 0 30px 0;
}

#headerBar ol {
	position:absolute;
	right:10px;
	bottom:19px;
}

#headerBar ol li {
	display: inline;
	margin-right:10px;
}

/* Content DIV */
#container {
	position:relative;
	height:100%;
	margin:auto;
}

#content {
	width:960px;
	margin:0 auto;
	text-align:left;
	margin-bottom:70px;
}

#contentClient {
	width:960px;
	margin:0 auto;
	text-align:left;
	margin-bottom:70px;
}

#spacer{
	position:relative;
	width: 100%;
	height:100px;
	float:left;
}

/* Footer */
#footer {
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	background:#190c01;
	color:#937951;
	font-size:12px;
	font-weight:normal;
	margin-top:20px;
	padding:16px 0;
	text-align:left;
	clear:both;
	z-index:3;
}

#footer .org {padding-left:20px;}

#langSelFi, #langSelEn {
	position:absolute;
	right:0;
	margin-right:20px;
}


/* Index */

body.index #headerBar ol {
	position:relative;
	top:60px;
	width:600px;
	margin:0 auto;
}

body.index #content {
	position:relative;
	top:100px;
	clear:both;
}

body.index #content > blockquote {
	font-size:1.3em;
	line-height:1.5em;
}

body.index #headerBar li {
	position:relative;
	display:block;
	width:188px;
	height:240px;
	margin:0;
	font-size:1.2em;
	text-align:center;
	float:left;
	background:url(/assets/img/bg_home_stack.png) no-repeat 0 100%;
}

.personPhoto {
	position:absolute;
	bottom:20px;
	left:20px;
	width:150px;
	height:150px;
}

.comicImg {
	position:absolute;
	bottom:25px;
	left:25px;
	width:140px;
	height:140px;
/*	clip:rect(20px 140px 135px 22px);*/
}

.randomProduct {
	display:block;
	position:absolute;
/*	top:60px;*/
	left:0px;	
	width:128px;
	bottom:55px;
	margin:30px;
	font-size:0.8em;
	text-align:center;
	color:#b18248;
}

.latestEvent {
	position:absolute;
	top:65px;
	left:10px;
/*	bottom:15px;*/
	font-size:12px;
	text-align:center;
	line-height:1.0em;
	color:#281f19;
	margin:25px;
}
.latestEvent span {
	display:block;
	font-size:5.0em;
	font-weight:bold;
	margin:0.5em 0;
}

/* What */

.palvelumuotoilu ol {
	list-style:decimal inside;	
}

/* We */

.palvelumuotoilijat #content {
/*	margin-bottom:860px;*/
}

.palvelumuotoilijat #content li {
	display:block;
	width:190px;
	height:190px;
	margin:0 0 1px 1px;
	background:#f8f7f2;
	color:#362c2a;
	list-style:none;
	overflow: visible;
}

.palvelumuotoilijat #content li div {
	position:relative;
	left:180px;
	bottom:200px;
	width:190px;
	height:190px;
	padding:10px;
	background-color:#f8f7f2;
	z-index:2;
}

.palvelumuotoilijat #content li > a img {
	width:190px;
	height:190px;
}

.palvelumuotoilijat #content li div * {
	margin-top:10px;
}

.palvelumuotoilijat #content h4.fn {
	font-size:1.3em;
	font-weight:normal;
}

.palvelumuotoilijat #content .title {
	font-family:georgia,serif;
	font-style:italic;
}

.vcard {
/*	z-index:0;*/
}

/* Clients */

.palvelumuotoilu #content ul {
	text-align:center;
}

.palvelumuotoilu #content ul li {
	display:inline;
}


/* Products */

.quick_products #content > ul {
	display:block;
	min-height:600px;
	background:transparent url(/assets/img/bg_li_tasmatuotteet.gif) repeat-y 0 0;
}

.quick_products ul > li, .palvelumuotoilu-asiakkaat ul > li {
	display:block;
	width:238px;
	min-height:350px;
	border-right:2px solid #281f19;
/*	margin-right:2px;*/
	float:left;
	background:#f6f4ea;
	color:#362c2a;
	padding:20px 0;
}

.quick_products #content ol li {
	list-style:decimal outside;
}

.quick_products ul li *, .palvelumuotoilu-asiakkaat ul li * {
	margin-left:20px;
	margin-right:20px;
}

.quick_products ul li blockquote, .palvelumuotoilu-asiakkaat ul li blockquote {
	margin-left:0px;
	margin-right:0px;
}

.quick_products h2 {
	display:block;
	height:3.0em;
}

.quick_products h4 {
	font-weight:bold;
	margin-bottom:1.0em;
	color:#362c2a;
	margin:1.0em 0;
}

.quick_products blockquote {
	font-weight:bold;
	margin-bottom:1.0em;
	height:2em;
}

/* Clients */

.palvelumuotoilu-asiakkaat #content > ul {
	display:block;
	background:transparent url(/assets/img/bg_li_tasmatuotteet.gif) repeat-y 0 0;
	min-height:500px;
}

.palvelumuotoilu-asiakkaat ul > li {
	min-height:300px;
	padding:220px 0 20px 0;
	margin-top:2px;
}

.palvelumuotoilu-asiakkaat #Blyk {
	background:#f6f4ea url(/images/blyk.png) no-repeat 50% -10px;
}

.palvelumuotoilu-asiakkaat #Lahikauppa {
	background:#f6f4ea url(/images/lahikauppa.png) no-repeat 50% -10px;
}

.palvelumuotoilu-asiakkaat #Nokia {
	background:#f6f4ea url(/images/nokia.png) no-repeat 50% -10px;
}

.palvelumuotoilu-asiakkaat #Sanoma {
	background:#f6f4ea url(/images/sanoma.png) no-repeat 50% -10px;
}

.palvelumuotoilu-asiakkaat #OPPohjola {
	background:#f6f4ea url(/images/opp.png) no-repeat 50% -10px;
}

.palvelumuotoilu-asiakkaat #Veikkaus {
	background:#f6f4ea url(/images/veikkaus.png) no-repeat 50% -10px;
}

.palvelumuotoilu-asiakkaat #Peltomaki {
	background:#f6f4ea url(/images/peltomaki.png) no-repeat 50% -10px;
}

.palvelumuotoilu-asiakkaat #Citycon {
	background:#f6f4ea url(/images/citycon.png) no-repeat 50% -10px;
}

.palvelumuotoilu-asiakkaat #VR {
	background:#f6f4ea url(/images/vr.png) no-repeat 50% -10px;
}

.palvelumuotoilu-asiakkaat #Fonecta {
	background:#f6f4ea url(/images/fonecta.png) no-repeat 50% -10px;
}

.palvelumuotoilu-asiakkaat #YTV {
	background:#f6f4ea url(/images/ytv.png) no-repeat 50% -10px;
}

.palvelumuotoilu-asiakkaat #Hansaprint {
	background:#f6f4ea url(/images/hansa.png) no-repeat 50% -10px;
}

.palvelumuotoilu-asiakkaat #Hoivanet {
	background:#f6f4ea url(/images/hoivanet.png) no-repeat 50% -10px;
}

.palvelumuotoilu-asiakkaat ul li * {
	display:block;
}

.palvelumuotoilu-asiakkaat ul li h2 {
	display:none;
}

.palvelumuotoilu-asiakkaat strong {
	font-weight:bold;
	margin-top:1.0em;
}

.palvelumuotoilu-asiakkaat em {
	font-style:italic;
}

/* Calendar */

.events #content li {
	margin-bottom:1px;
	padding:20px;
	background:#f6f4ea;
	color:#362c2a;
}

.events #content li:hover {
	background:#fff;
}

.events h2 {
	display:inline;
	margin:0;
}

.events a[href^="http://"] h2 {
	background:transparent url(/assets/img/emblem-symbolic-link.png) no-repeat 100% 50%;
	padding-right:30px;
}

.dtstart {
	display:block;
	font-size:0.8em;
	margin-bottom:1.0em;
}

/* Forms */

#feedback {
	position:fixed;
	height:50px;
	bottom:54px;
	right:0px;
/*	background:transparent;*/
	color:#362c2a;
	width:710px;
	z-index:0;
}

#feedbackHandle{
	position:relative;
	left:0px;
	top:0px;	
	background-image:url(/assets/img/feedback_handle.gif);
	background-repeat:no-repeat;
	float:left;
	height:32px;
	width:198px;
}

#feedbackHandle span{
	position:relative;
	left:0px;
	top:7px;
	cursor:pointer;	
}

#formContainer{
	position:relative;
	top:0px;
	left:0px;
	float:left;
	height:27px;
	width:500px;
	text-align:left;
	background:#adc4ed;
	padding-top:5px;
}

#formContainer input[type="text"]{
	margin:0px 5px 2px 5px;
	vertical-align:top;
}

#feedbackRight{
	position:fixed;
	right:0px;
	bottom:49px;
	width:33px;
	height:55px;
	background-image:url(/assets/img/feedback_handle_right.gif);
	background-repeat:no-repeat;
	z-index:999;
}

#alert{
	position:relative;
	top:2px;
	width:500px;
	height:25px;
/*	background:#adc4ed;*/
	display:none;
}

form#feedbackForm fieldset label {
	display:inline-block;
	width: 130px; 
	line-height:1.6em;
	margin:0 5px;
	vertical-align:top;
	text-align:right;
}

input[type=submit] {
/*	margin:2px 8px 0px 2px;*/
}

/*flash*/

object {
	display: block;
}

