/* Asennus-Pönkä, CSS-tyylit, Innowise 2012 */

body {
	background: #FDDCBA url("../pics/bg.gif") repeat-x top left;
	font-family: Arial, Helvetica, Garamond, sans-serif;
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #3D8AC4;
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: none;
}

#header_container {
	margin: 0 auto;
	background: transparent url("../pics/bg_header.gif") no-repeat center top;
	height: 100px;
}

#header {
	margin: 0 auto;
	height: 100px;
	width: 950px;
}

#page_container {
	margin: 0 auto;
	background: transparent url("../pics/bg_page.gif") repeat-y center top;
}

#page_top_container {
	margin: 0 auto;
	background: transparent url("../pics/bg_page_top.gif") no-repeat center top;
}

#page {
	margin: 0 auto;
	width: 950px;
	background: #fff;
	position: relative;
}

#page_left {
	width: 324px;
	float: left;
	background: #fff url("../pics/bg_mane.jpg") no-repeat left top;
	min-height: 620px;
	border-top: 4px solid #0D0D0D;
}

#page_right {
	margin-left: 324px;
	width: 626px;
	display: table-cell;
}

#topbar {
	height: 33px;
	background: #E3E3E3 url("../pics/bg_link1.gif") repeat-x top left;
	overflow: hidden;
}

ul#links {
	margin: 0;
	padding: 0;
	list-type: none;
}

ul#links li {
	display: inline-block;
	height: 33px;
}

ul#links li.valittu {
	background: #E3E3E3 url("../pics/bg_link2.gif") repeat-x top left;
}

ul#links li a:link, ul#links li a:visited {
	line-height: 1em;
	line-height: 36px;
	padding: 0 7px;
	font-size: 14px;
	font-family: "Coda", Arial, Helvetica, Garamond, sans-serif;
	color: #000;
	text-decoration: none;
	display: inline-block;
}

ul#links li a:hover, ul#links li a:active {
	text-decoration: underline;
}

ul#links li.valittu a:link, ul#links li.valittu a:visited {
	font-weight: bold;
}

#content {
	width: 610px;
	margin: 50px 0 40px 0;
	font-size: 85%;
}

h1 {
	font-family: "Coda", Arial, Helvetica, Garamond, sans-serif;
	text-transform: uppercase;
	font-size: 160%;
}

h2 {
	font-family: "Coda", Arial, Helvetica, Garamond, sans-serif;
	text-transform: uppercase;
	font-size: 140%;
}

#palvelut {
	width: 610px;
	height: 153px;
	background: transparent url("../pics/bg_palvelut.gif") no-repeat left top;
	clear: both;
	margin: 1.3em 0;
}

#palvelut_text {
	padding: 15px 18px 0 18px;
	overflow: visible;
	height: 120px;
}

#palvelut h2 {
	margin: 0 0 12px 0;
	padding: 0;
}

#palvelut p {
	margin: 0;
	padding: 0;
}

#palvelut_left {
	width: 320px;
	float: left;
	margin-right: 25px;
}

#palvelut_right {
	width: 220px;
	margin-left: 345px;
	display: table-cell;
}

#palvelut ul {
	margin: 0;
	padding: 0;
	list-style: square;
}

#palvelut ul li {
	margin: 0 0 0 1.3em;
}

#page_tools {
	width: 143px;
	height: 175px;
	position: absolute;
	right: 0;
	bottom: -38px;
	background: transparent url("../pics/bg_tyokalut.jpg") no-repeat bottom right;
	z-index: 99;
}

#facebook_like_button {
	position: absolute;
	left: 22px;
	bottom: 12px;
	width: 490px;
	height: 46px;
	z-index: 99;
}

#fb-root {
	float: left; 
	padding-top: 24px;
/*	width: 100px;
	height: 46px; */
}

#paina_tuosta {
	float: left; 
	width: 328px;
	height: 46px;
}

#footer_container {
	margin: 0 auto 7px auto;
	background: transparent url("../pics/bg_bottom.gif") no-repeat center top;
	height: 61px;
}

#footer {
	margin: 0 auto;
	height: 38px;
	width: 950px;
	background: #000 url("../pics/bg_footer.gif") repeat-x left top;
}

#footer_text {
	padding: 13px 0 0 21px;
	color: #fff;
	font-size: 85%;
}

#footer_text p {
	line-height: 1em;
	margin: 0;
	padding: 0;	
}

#footer_text a:link, #footer_text a:visited {
	color: #fff;
	text-decoration: underline;
}

#footer_text a:hover, #footer_text a:active {
	text-decoration: none;
}

#powered_by {
	padding-top: 5px;
	text-align: right;
	line-height: 18px;
	font-size: 75%;
	margin: 0 auto;
	height: 18px;
	width: 950px;
}

#powered_by a:link, #powered_by a:visited {
	color: #000;
	font-family: "Coda", Arial, Helvetica, Garamond, sans-serif;
	text-decoration: none;
}
#powered_by a:hover, #powered_by a:active {
	text-decoration: underline;
}
