/* ##### Base styling ##### */

body {
	font: 80%/140% Arial, Helvetica, sans-serif;
	background-color: #282616;
	color: #282616;
	text-align: center; /* IE 4 and up */
	margin-top: 140px;
}
a {
	color: #dd3c00;
}
a.out:link { /* a link out from our site */ }
p.sivunalkuun {
	margin: 0px;
	padding: 0px;
	line-height: 100%;
	text-align: right;
}
p.sivunalkuun a {
	font-style: italic;
	background: url(images/a_red.png) no-repeat 100% 4px;
    padding: 0px 12px 0px 0px;
}
img {border: none;}
.hilight {border: 1px solid red;}
/*
	http://www.jankoatwarpspeed.com/post/2008/07/27/Enhance-your-input-fields-with-simple-CSS-tricks.aspx 
	http://particletree.com/features/rediscovering-the-button-element/ 
*/
input, textarea, select, button { 
	font-family: Arial, Helvetica, sans-serif;
	color: #dd3c00;
	border: 1px inset #dd3c00;
	background-color: #f1eace;
	padding: 3px;
}
input:focus, input:hover, button:focus, button:hover, textarea:focus, textarea:hover, select:focus, select:hover {
	background-color: #fff;
}
button:active {
	border: 1px inset #dd3c00;
	background-color: #282616;
}
button {
	border: 1px outset #dd3c00;
	font-weight: bold;
	font-size: 90%;
}
.centered {text-align:center;}
.right {text-align:right;}
dt {
	font-weight: bold;
}
h1, h2 {color: #dd3c00; letter-spacing: 0.14em; margin-top: 2em;}
code {font-size: 120%;}
.todo {color: #c00; font-weight: bold; }

/* ##### Page layout ##### */

div#header {
	text-align: left;
	height: 31px;
	width: 723px;
	margin: 0 auto;
}
ul#menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul#menu li {
	display: block;
	float: right;
	text-indent/**/:/**/ -9999px; /* hide text from browser + this will be ignored in IE < 6, text menu instead */
	text-align: center;
}
ul#menu li a {
	display: block;
	color: #dd3c00;
	text-decoration: none;
	font-weight: bold;
}
ul#menu li a:hover, ul#menu li a.selected {
	background-position: left bottom;
	color: #f1eace;
}
li#menu-etusivu a {
	width: 84px;
	height: 31px;
	background/**/:/**/ url(images/menu_01etusivu.png) no-repeat; /* ignored in IE < 6, text menu instead */
}
li#menu-palvelut a {
	width: 83px;
	height: 31px;
	background/**/:/**/ url(images/menu_02palvelut.png) no-repeat;
}
li#menu-hinnasto a {
	width: 91px;
	height: 31px;
	background/**/:/**/ url(images/menu_03hinnasto.png) no-repeat;
}
li#menu-tilaus a {
	width: 71px;
	height: 31px;
	background/**/:/**/ url(images/menu_04tilaus.png) no-repeat;
}
li#menu-tuki a {
	width: 64px;
	height: 31px;
	background/**/:/**/ url(images/menu_05tuki.png) no-repeat;
}
li#menu-yritys a {
	width: 68px;
	height: 31px;
	background/**/:/**/ url(images/menu_06yritys.png) no-repeat;
}
li#menu-spacer {
	width: 26px;
	height: 31px;
}
div#contentbox {
	text-align: left;
	width: 723px;
	margin: 0 auto;
	background-color: #f1eace;
}
img#title {
	margin-bottom: 10px;
}
div#content {}
div.subpage {
	padding: 43px;
	line-height: 200%;
	padding-top: 140px;
	padding-left: 252px;
	background: url(images/sub_toplogo.png) no-repeat left top;
}
div#footer {
	color: #dd3c00;
	text-align: left;
	height: 41px;
	width: 723px;
	margin: 0 auto;
}
div#footer address {
	padding-top: 1em;
	margin-right: 2em;
	font-size: xx-small;
	line-height: 120%;
	float: right;
	font-style: normal;
}
address#addrthree {padding-right: 20px;}


/* ##### Page specific styling #####*/

/* ----- Submenu for subpages with ex-logo ------ */
ul#subnav {
	position: absolute;
	top: 370px;
	list-style-type: none;
	padding: 0px;
	margin-left: 43px;
	font-weight: bold;
	line-height: 1.8em;
}
ul#subnav li a {
	color: #282616;
	text-decoration: none;
}
ul#subnav li a:hover {
	color: #dd3c00;
}
ul#subnav li.level2 {
	padding-left: 1em;
}
ul#subnav li.level2 a{
	color: #dd3c00;
}
ul#subnav li.level2 a:hover {
	color: #282616;
}
/* ----- Etusivu ----- */
div#kirjaudu {
	position: absolute;
	top: 510px; /* 370px + body top margin */
	color: #f1eace;
}
div#kirjaudu span {
	font-weight: bold;
	font-variant: small-caps;
	font-size: 120%;
}
div#kirjaudu input, div#kirjaudu button {} /* height: X produces different results on input and button elements */
input#kirjaudu-sahkoposti {background: #f1eace url(images/kirjaudu_sahkoposti.png) no-repeat;} /* field caption as background-image */
input#kirjaudu-salasana {background: #f1eace url(images/kirjaudu_salasana.png) no-repeat;} /* field caption as background-image */
input#kirjaudu-sahkoposti:active, input#kirjaudu-sahkoposti:focus, input#kirjaudu-salasana:active, input#kirjaudu-salasana:focus {
	background-color: #f1eace;
	background-image: none;
}

div#etusivu {
	padding: 43px;
	padding-top: 484px;
	background: url(images/index_topbg.png) no-repeat left top;
}
div#etusivu div#content {width: 413px; padding-bottom: 3em;}

/* ----- Palvelut ----- */
div#palvelut h3 {border-bottom: 1px solid #282616; letter-spacing: 0.18em;}
div#palvelut dt {}
table.ominaisuudet {line-height: 140%;}
table.ominaisuudet th {padding-right: 1em; text-align: right; vertical-align: top;}

/* ----- Hinnasto ----- */
div#hinnasto {}

table.hinnasto {width: 100%; margin-top: 1em; border: 1px solid #282616; border-collapse: collapse;  margin-left: auto; margin-right: auto; text-align: center; background-color: #f1eace;}
table.hinnasto tr:hover { background-color: #fff; }
table.hinnasto th { padding: 3px; border-bottom: 1px dotted #282616; font-weight: bold; text-align: left; }
table.hinnasto thead th { padding: 3px; background-color: #dd3c00; color: #282616; border: none; text-align: center; }
table.hinnasto thead th a {color: #282616;}
table.hinnasto td { empty-cells: show; border-bottom: 1px dotted #282616; padding: 3px; padding-left: 4px; padding-right: 4px; white-space: nowrap;}
table.hinnasto caption { margin-left: auto; margin-right: auto; font-weight: bold; color: #dd3c00; }
table.hinnasto .right {text-align: right;}
table.hinnasto .boxed { border: 1px solid #282616;}
div#lisapalvelut {line-height: 1.5em;}

/* ----- Tilaus ----- */
div#tilaus {}

form#tilauslomake fieldset {
	border: none;
	border-top: 1em solid #dd3c00;
	padding: 1em;
	margin-bottom: 0.5em;
	line-height: 1.5em;
	color: #282616;
}
form#tilauslomake legend {
	font-size: 1.1em;
	font-weight: bold;
	color: #dd3c00;
	padding: 5px;
}
form#tilauslomake fieldset#yhteystiedot label {
	clear: left;
	display: block;
	float: left;
	width: 170px;
	text-align: right;
	padding-right: 10px;
	margin-bottom: 0.5em;
}
form#tilauslomake fieldset#yhteystiedot textarea {margin-left: 2em; }
form#tilauslomake input, form#tilauslomake textarea, form#tilauslomake select {
	border: 1px solid #282616;
	padding-left: 0.5em;
	margin-bottom: 0.6em;
}
form#tilauslomake em {}
form#tilauslomake strong {
	text-decoration: underline;
}
form#tilauslomake button#submit { width: 200px; font-size: 110%;}
form#tilauslomake ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
form#tilauslomake ul li {
	display: block;
	float: left;
	margin-right: 3em;
}

/* ----- Tuki ----- */
div#tuki {}
div#tuki h2, h3, h4 {clear: both;}
div#tuki h3 {border-bottom: 1px solid #282616; letter-spacing: 0.18em;}
ul.kuvablock {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-right: 2em;
	float: left;
}
ul.kuvablock li {
	display: block;
	text-align: center;
	line-height: 120%;
	padding-bottom: 1em;
}
ul.kuvablock a {
}
ul.kuvablock li a:hover{

}
 -----
/* -- Yritys */
div#yritys {}



