﻿/*	Väripaletti:
	#283d8e klaavu blue
*/

/* basic page layout */

body {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-align: center;
	margin: 0;
	padding: 0;
	color: #283d8e;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 4px solid;
	margin: 40px 0px 15px 0px;
}

h1.top {
	margin: 0px 0px 0px 0px;
}

h2 {
	font-size: 20px;
	font-weight: bold;
}

h3, h4, h5, h6 {
	font-size: 18px;
	font-weight: bold;
	text-transform: none;
	margin: 2pt 0pt 4pt 0pt;

}

dt {
	font-weight: bold;
}

td {
	vertical-align: top;
}

p {
	margin-top: 2pt;
	margin-bottom: 8pt;
}

ul {
	padding-left: 2em;
	margin: 2pt 0pt 8pt 0pt;
}

input, button, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #283d8e;
	border: 1px solid #283d8e;
	padding: 2px;
}

a:link, .link {
	color: #283d8e;
	cursor: pointer;
}

a:visited {
	color: #283d8e;
}

a img {
	border: 0px;
}

.clearer {
	clear: both;
	font-size: 1px;
}

.small {
	font-size: 10pt;
}

.listaotsikko {
	font-weight: bold;
}

.hidden {
	display: none;
}

.korjaamokorostus, a.korjaamokorostus {
	font-weight: bold;
	color: #cf2f2f;
}

.widecol {
	width: 96%;
	margin: 0 auto;
}

.widecol_korjaamo {
	width: 96%;
	margin: 0 auto;
	background: #efe1e1 url('red_gradient.gif') repeat-x;
}

.col {
	float: left;
	width:45%;
	padding: 0px 2% 20px 2%;
}

.col_korjaamo {
	float: left;
	width:45%;
	padding: 0px 2% 20px 2%;
	background: #efe1e1 url('col_korjaamo_bg.gif') repeat-y;
	border: 1px solid #5f5151;
}

.nostolaatikko {
	float: right;
	padding: 5px 0px 5px 5px;
	border: 2px solid #cf2f2f;
	background: #efe1e1 url('red_gradient.gif') repeat-x;
}

#container {
	position: relative;
	width: 90%;
	min-width:900px;
	margin: 0 auto;
	text-align:left;
	background: #e1e4ef url('bodybg.gif') repeat-x 50% 180px;
	z-index: 0;
}

#header {
	position: relative;
	width: 100%;
	margin: 0 auto;
	height: 200px;
	text-align: left;
	vertical-align: bottom;
	background: #ffffff url('headerbg_slogan.jpg') no-repeat top right;
	z-index: 10;
}

/* header specific rules */

#logo {
	position: relative;
	top: 0px;
	left: 0px;
	width: 520px;
	height: 150px;
	background: url('logo_slogan.gif') no-repeat;
}

#logo h1 {
	display: none;
}

#topmenubar {
	position: absolute;
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 2px 0px 0px 0px;
	background: #ffffff url('topmenubar_bg.gif') repeat-x;
	z-index: 20;

}

#topmenu ul {
	padding: 0;
	margin: 0;
	z-index: 50;
	
}

#topmenu > li {
	display: inline;
	padding: 5px 10px 5px 10px;
}

li.korjaamo {
	background: #cf2f2f;
}

#topmenu a {
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
}

.submenu_items {
	position: absolute;
	left: 40px;
	background-color: #283d8e;
	padding: 5px;
	margin: 0;
	z-index: 20;
}

.submenu_items li {
	list-style-type: none;
	padding: 5px;
}

/* end header specific */

#body {
	position: relative;
	width: 100%;
	margin: 10px auto;
	text-align: left;
}


#footer {
	position: relative;
	width: 100%;
	height: 90px;
	padding:0;
	margin: 0 auto;
	z-index: 10;
	background: #e1e4ef url('footer_bg.gif') repeat-x;
}

#footer_left {
	position: relative;
	float: left;
	width: 10px;
	height: 90px;
	background: url('footer_left.gif') no-repeat;
}

#footer_right {
	position: relative;
	float: right;
	width: 10px;
	height: 90px;
	background: url('footer_right.gif') no-repeat;
}

#footer p {
	color: #ffffff;
	font-size: 10pt;
}

#footer a {
	color: #ffffff;
}

#contact_info {
	position: absolute;
	width: 200px;
	height: 60px;
	top: 10px;
	left: 20px;
}

#copyright {
	position: relative;
	float:right;
}
