/* 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,
b, u, i, center,
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-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
  outline-style: none;
}

/*global*/
html {
  background: none !important;
  background: #fff url(../images/html_bg.png) repeat-x; /*ie6*/
}
body {
  font-size: 62.5%; /* 1em = 10px */
  font-family: 'Lucida Grande', Arial, Sans-Serif;
  background: #0a0a0a !important;
  background: url(../images/body_bg.jpg) top center no-repeat; /*ie6*/
  color: #333;
  text-align: center;
}
#_html {
  background: #fff url(../images/html_bg.png) repeat-x;
}
#_body {
  background: url(../images/body_bg.jpg) top center no-repeat;
}
.container {
  margin: 0px auto;
  width: 980px;
  text-align: left;
}
.clearer {
  clear: both;
}
#header {
  height: 118px;
  position: relative;
}
h1, h2, h3 {
  font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
h1 {
  font-size: 3em;
  position: absolute;
  right: 20px; top: 30px;
  z-index:1000;
}
h2 {
  font-size: 2.8em;
  margin: 0px 0 1em 0px;
  background: url(../images/h2_bg.png) repeat-x;
  color: #fff;
  font-style: italic;
  height: 45px;
  padding: 18px 0 0 20px;
}
h3 {
  font-size: 1.6em;
  margin: 0 0 0.5em 0;
  color: #555;
}
h4 {
  font-size: 1.4em;
  margin: 0 0 0.3em 0;
  line-height: 1.6em;
  color: #666;
}
h4 a{
  line-height: 1.1em;
  margin: 0 0 0.1em 0;
  color: #f03117;
}
strong {
  font-weight: bold;
}
p {
  margin: 0 0 1.5em 0;
  line-height: 1.5em;
}
a {
  color: #950d0d;
}
hr {
  border: 0px;
  border-top: 1px solid #ddd;
}
#slogan {
  position: absolute;
  left: 40px; top: 19px;  
  color: #000;
  font-size: 1.7em;
  background: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 5px 20px;
}
#menu {
  position: absolute;
  left: 0px; bottom: 0px;
  background: url(../images/menu_bg.png) repeat-x;
  width: 730px; height: 52px;
  border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  padding: 0 0 0 10px;
}
#menu li {
  list-style: none;
  float: left;
  padding: 0;
  font-size: 1.5em;
  margin: 0 0 0 10px;
  height: 52px;
  overflow: hidden;
  padding: 15px 10px 0px 10px;
}
#menu a {
  color: #fff;
  text-decoration: none;
  padding: 17px 10px 20px 10px;
}
#content {
  padding: 0px 0 40px 0;
  min-height: 200px;
  width: 740px;
  float: left;
  background: #fff;
}
#sidebar {
  float: right;
  background: #fff;
  width: 240px;
  min-height: 650px;
  font-size: 1.2em;
}
#sidebar p {
  margin: 0 20px 1.5em;
}
#sidebar h3 {
  color: #fff;
  background: url(../images/sidebar_h3_bg.png) no-repeat;
  padding: 8px 20px;
  margin: 0 0 1em 0;
  font-style: italic;
}
#sidebar h4 {
  font-size: 1.2em;
  margin: 0 0 0.3em 20px;
  line-height: 1.4em;
  color: #666;
}
.sidebar-btn {
  padding: 12px 0;
  margin: 15px 0 0 0;
  border: 1px solid #800505;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #fff;
  text-decoration: none;
  display: block;
  background: url(../images/btn_bg.png) repeat-x;
  text-align: center;
  font-size: 1.5em;
}
#banner {
  overflow: hidden;
  height: 323px;
  width: 740px;
}
#banner ul {
  background: none !important;
  padding: 0px !important;
  border: 0px !important;
  margin: 10px 0 0 10px;
}
#banner li {
  list-style: none;
  margin: 0px !important;
  padding: 0px !important;
}
#footer {
  background: url(../images/footer_bg.png) repeat-x;
  text-align: center;
  color: #fff;
  font-size: 1.2em;
}
#copyr {
  color: #aaa;
  position: absolute;
  top: 28px; left: 30px;
}
#mf {
  position: absolute;
  top: 28px; right: 30px;
}
#footer .container {
  position: relative;
  height: 72px; width: 980px;
}
#content ul {
  margin: 0 0 20px 0px;
  color: #444;
}
#content li {
  background: #f0f0f0 url(../images/li_bg.png) 0 0px no-repeat;
  padding: 6px 0 5px 30px;
  list-style: none;
  margin: 0 0 1px 0;
  font-size: 1.4em;
}
#content table {
  margin: 0 0 20px 0;
  background: #fdfdfd;
  font-size: 1.4em;
}
#content td {
  background: #fff;
  padding: 5px 10px;
}
#content p {
  font-size: 1.4em;
}
#cl {
  width: 440px;
  float: left;
  margin: 0 0 0 20px !important;
  margin: 0 0 0 10px; /*ie6*/
  padding: 0 10px;
}
.kalusto #cl {
  width: 330px;
}
.kalusto #cr {
  width: 350px;
}
#cr {
  width: 220px;
  float: left;
  margin: 0 0 0 20px !important;
  margin: 0 0 0 10px; /*ie6*/
}
.rekry #cl, .rekry #cr {
  width: 330px;
  margin: 0 0 0 20px;
  padding: 0 10px;
}
.yhteys #cl, .yhteys #cr {
  width: 330px;
  margin: 0 0 0 20px;
}
.btn {
  color: #000;
  text-decoration: none;
  background: #69CD4F;
  padding: 5px 10px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #519F3B;
  text-shadow: #9BFF7F 0px 1px 0px;
}
.logocol {
  float: left;
  width: 220px;
  margin: 0 0 20px 20px;
  text-align: center;
}
.logocol a{
  width: 220px;
  border: 1px solid #ccc;
  padding: 20px 0 20px 0;
  background: #fff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  display: block;
  margin: 0 0 10px 0;
}
#logot .logocol a {
  border: 1px solid #ddd;
}
#yhteistyossa {
  border-top: 2px solid #e8e8e8;
  background: #eee url(../images/kumppanit/bg.png) bottom repeat-x;
  padding: 30px 0 10px 0;
}
#yhteistyossa  h3{
  margin: 0 0 20px 20px;
  font-size: 2em;
  font-style: italic;
}

/*palvelut*/
.palvelu-box {
  float: left;
  width: 200px; height: 280px;
  margin: 0 0 20px 20px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #f7f7f7;
}
.palvelu-box p {
  font-size: 1.4em !important;
  margin: 0 10px;
}
.palvelu-box img {
  padding: 8px;
  border: 1px solid #ddd;
  background: #fff;
  margin: 0 0 5px 0;
}

/*galleriat*/

.galleryimg img{
  padding: 5px;
  border: 1px solid #ddd;
  margin: 0 10px 10px 0;
}

/*lomakkeet*/
#sidebar .form_container {
  margin: 0 20px;
  border: 1px solid #ddd;
  padding: 10px;
  background: #f7f7f7;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  display: none;
}
.ota-yhteytta #content .form_container {
  border: 1px solid #ddd;
  padding: 20px;
  width: 230px;
  margin: 0 0 0 0px;
  background: #f9f9f9;
}
.field_wrapper {
  margin: 0 0 5px 0;
}
#sidebar .input .text, #sidebar textarea {
  border: 1px solid #ddd;
  padding: 4px 10px 4px;
  font-family: arial, sans-serif;
  font-size: 1em;
  color: #06325d;
  width: 155px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
#sidebar textarea {
  height: 60px;
}
.input .text:focus, textarea:focus, #content .text:focus {
  background: #f7f7f7;
}
.button input {
  border: 0px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: url(../images/btn_bg.png) repeat-x;
  color: #fff;
  margin: 5px 0 0 0;
  cursor: pointer;
  padding: 2px 10px 3px 10px;
  text-shadow: #952616 0px 1px 0px;
  float: right;
}
#sidebar .button input {
  border: 0px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: url(../images/btn_bg.png) repeat-x;
  color: #fff;
  margin: 5px 0 0 0;
  cursor: pointer;
  padding: 2px 10px 3px 10px;
  text-shadow: #952616 0px 1px 0px;
  float: none;
}
.button_reset {
  display: none;
}
iframe {
  border: 1px solid #ddd;
  padding: 5px;
  width: 320px;
  height: 260px;
}
#content .text, #content textarea {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #bbb;
  width: 100%;
}
