/* 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*/
body {
  font-size: 62.5%; /* 1em = 10px */
  font-family: 'Lucida Grande', Arial, Sans-Serif;
  background: #181818 !important;
  background: #000 url(../images/bannerkuvat/1.jpg) top center no-repeat;
  color: #aaa;
  text-align: center;
}
#_html {
  background: #000;
}
.etusivu #_body {
  background: url(../images/bannerkuvat/1.jpg) top center no-repeat;
  padding: 0 0 10px 0;
}
.palvelut #_body {
  background: url(../images/bannerkuvat/5.jpg) top center no-repeat;
}
.tyonaytteet #_body {
  background: url(../images/bannerkuvat/3.jpg) top center no-repeat;
}
.yhteystiedot #_body {
  background: url(../images/bannerkuvat/2.jpg) top center no-repeat;
}
#stripe {
  width: 100%; height: 8px;
  background: #a11a1a;
}
.container {
  margin: 0px auto;
  width: 980px;
  text-align: left;
}
.clearer {
  clear: both;
}
#header {
  height: 50px;
  position: relative;
  background: url(../images/header_bg.png) no-repeat;
}
h1, h2, h3 {
  font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
h1 {
  font-size: 3em;
  position: absolute;
  top: 10px; left: 20px;
}
h1 span {
  display: none;
}
h2 {
  font-size: 4em;
  margin: 0px 0 1em 20px;
  padding: 16px 0 0 0;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
}
h3 {
  font-size: 1.5em;
  margin: 0 0 1em 0;
  text-transform: uppercase;
}
h3.colheader {
  background: url(../images/colheader.png) repeat-x;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;  
  padding: 18px 0 15px 0;
  color: #333;
  letter-spacing: -0.00em;
  text-align: center;
  margin: 0 0 0.5em 0;
  font-weight: bold;
}
h4 {
  font-size: 1.25em;
  margin: 0 0 0.3em 0;
  line-height: 1.85em;
}
h4 a{
  line-height: 1.1em;
  margin: 0 0 0.1em 0;
}
strong {
  font-weight: bold;
}
p {
  margin: 0 0 1.5em 0;
  line-height: 1.5em;
}
a {
  color: #c61616;
}
hr {
  border: 0px;
  border-top: 1px solid #A8B8CB;
  padding: 0 0 1.5em 0;
}
#menu {
  position: absolute;
  right: 20px; top: 10px;
}
#menu li {
  list-style: none;
  float: left;
  padding: 0;
  font-size: 1.55em;
  margin: 0 0 0 30px;
}
#menu a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 3px 0px 5px 0px;
}
#menu .act a  {
  background: #000;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 3px 10px 5px 10px;
}
#titlebar {
  background: url(../images/title1_bg.png) no-repeat !important;
  background: url(../images/title_bg.png) no-repeat;
  height: 77px !important;
  height: 67px;
  margin: 0 0 10px 0;
  position: relative;
}
#titlebar img {
  position: absolute; 
  right: 20px;
  top: -20px;
}
#content{
  font-size: 1.1em;
  padding: 25px 0 20px 0;
  background: none !important;
  background: #fff;
  color: #555;
  min-height: 200px;
  border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  margin: 0 0 15px 0;
}
#content.gray {
  background: #1d1d1d url(../images/content_bg.png) bottom no-repeat;
}
#content.light {
  background: #fff url(../images/content_light_bg.png) top repeat-x !important;
  background: #fff;
  float: right;
  width: 740px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #555;
}
#content img {
  padding: 5px;
  border: 1px solid #bbb;
  background: #fff;
}
.img-right {
  float: right;
  margin: 0 0 10px 15px;
}
.img-left {
  float: left;
  margin: 0 15px 10px 0;
}
#content h2 {
  font-size: 2.2em;
  margin: 0 0 1em 0;
  color: #333;
}
#content h3 {
  margin: 0 0 0.5em 0;
}
#banner {
  overflow: hidden;
  height: 106px;
  margin: 0;
  position: relative;
}
.etusivu #banner {
  height: 353px;
}
.alasivu #banner {
  height: 189px;
}
#meolemme {
  color: #fff;
  font-size: 1.1em;
  text-transform: uppercase;
  background: #000;
  border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  padding: 5px 20px;
  position: absolute;
  top: 0px; left: 10px;
}
#rekry {
  font-size: 1.5em;
  text-transform: uppercase;
  margin: 20px 0 10px 20px;
  padding: 5px 0;
  color: #ccc;
  display: none;
}
#rekry span {
  padding: 7px 0 0 0;
  display: block;
  float: left;
  font-weight: bold;
}
#rekry img {
  margin: 0 0 0 10px;
}
#prefooter {
  background: #b7b7b7 url(../images/prefooter_bg.png) top repeat-x;
  font-size: 1.2em;
  color: #333;
  padding: 30px 0 30px 0;
  text-align: center;
}
#footer {
  background: url(../images/footer_bg.png) repeat-x;
  font-size: 1.2em;
  padding: 20px 0 20px 0;
  text-align: center;
}
#prefooter .quadcol p {
  padding: 0px !important;
}
#copyr {
  color: #444;
  margin: 0 0 0 20px;
}
#fb {
  margin: -3px 20px 0 0;
  float: right;
}
#content ul {
  margin: 0 0 20px 15px;
  color: #777;
}
#content li {
  background: url(../images/li_bg.png) 0 8px no-repeat;
  padding: 5px 0 5px 20px;
  list-style: none;
}
#content li.last {
  border: 0px;
}
#content table {
  border: 1px solid #ddd;
  margin: 0 0 20px 0;
  background: #fdfdfd;
}
#content td {
  width: 180px;
  background: #fff;
  padding: 5px 10px;
  border: 0px;
  border: 1px solid #ddd;
}
#cl {
  width: 460px;
  float: left;
  margin: 0 20px 0 0;
}
#cr {
  width: 460px;
  float: left;
}
.singlecol {
  width: 940px;
  float: left;
  margin: 0 0 0 20px;
}
.doublecol {
  width: 460px;
  float: left;
  margin: 0 0 0 20px;
}
.triplecol {
  width: 300px;
  float: left;
  margin: 0 0 0 20px;
}
.quadcol {
  width: 220px;
  float: left;
  margin: 0 0 0 20px;
}
.iso-kuva {
  padding: 7px;
  border: 1px solid #ddd;
}
.quadcol p {
  padding: 10px;
}

/*palvelut, referenssit, yhteys*/

.etusivu-box {
  text-decoration: none;
}
.etusivu-box p {
  color: #aaa;
}
#sivumenu{
  margin: 10px 0 0 0 !important;
}
#sivumenu li{
  list-style: none;
  margin: 0 0 10px 0;
}
#palvelu-content, #ref-content, #tyyppi-content {
  margin: 0 0 0 20px;
  float: left;
  width: 680px;
  padding: 0 10px;
  min-height: 500px;
}
#palvelu-content {
  min-height: 320px;
}
#palvelu-content p, #ref-content p {
  font-size: 1.1em;
}
.sivunappi {
  background: url(../images/alasivu_sivunappi_bg.png) no-repeat;
  width: 240px; height: 34px;
  display: block;
  border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  text-align: center;
  color: #fff;
  font-size: 1.8em;
  text-decoration: none;
  padding: 15px 0 0 0;
}
.sivunappi.act {
  background: url(../images/alasivu_sivunappi_act.png) no-repeat;
}
#ref-teksti {
  margin: 10px 0 0 0;
}
#palvelu-content img {
  padding: 0px;
  border: 0px;
}
.tyyppi-kuva {
  width: 320px; height: 400px;
  display: block;
  float: left;
  border: 10px solid #333 !important;
  padding: 0px !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
#tyyppi-tiedot {
  float: left;
  width: 300px;
  margin: 10px 0 0 40px;
  font-size: 1.2em;
}
#tyyppi-tiedot h3 {
  font-size: 1.3em;
}
.palvelu-link {
  border: 1px solid #ddd;
  padding: 20px;
  background: #fff;
  display: block;
  text-decoration: none;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin: 0 20px 20px 0;
  width: 278px; height: 100px;
  float: left;
}
.palvelu-link p {
  margin: 0px;
  color: #000;
}
.palvelu-link h3 {
  color: #333;
}
#ref-kuvat {
  width: 670px; height: 400px;
  padding: 5px;
  border: 1px solid #ddd;
}
#ref-kuvat-mask {
  width: 670px; height: 400px;
  overflow: hidden;
  position: relative;
}
#ref-kuvat ul, #ref-kuvat li {
  margin: 0; 
  padding: 0;
  background: none;
}
#ref-kuvat img {
  margin: 0;
  padding: 0;
  border: 0px;
}
.qslider-navi-next {
  position: absolute;
  right: 10px; bottom: 10px;
}
.qslider-navi-prev {
  position: absolute;
  left: 10px; bottom: 10px;
}
.qslider-navi, .qslider-num-indicator {
  background: #000;
  color: #fff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  text-decoration: none;
  padding: 5px 10px;
}
.qslider-num-indicator {
  position: absolute;
  top: 10px; left: 10px;
}

/*lomakkeet*/
.field_wrapper {
  margin: 0 0 5px 0;
}
.input .text, textarea {
  border: 1px solid #666;
  background: url(../images/footer_input_bg.png) repeat-x;
  padding: 4px 10px 4px;
  font-family: arial, sans-serif;
  font-size: 1em;
  color: #666;
  width: 200px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.input .text:focus, textarea:focus {
  background: #fff;
}
.button input {
  border: 0px;
  margin: -35px 0 0 0;
  cursor: pointer;
  padding: 2px 10px 3px 10px;
  float: right;
}
.sp-l {
  float: left;
}
.qnote {
  padding: 5px 10px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #333;
  font-size: 1.4em;
}
.btn {
  color: #fff;
  text-decoration: none;
  background: url(../images/btn_bg.png) repeat-x;
  padding: 5px 10px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 0px;
  text-shadow: #750b0b 0px 1px 0px;
}
#kiitos {
  font-size: 1.8em;
}

/*yhteystiedot*/

iframe {
  border: 1px solid #ddd;
  padding: 5px;
  width: 600px;
  height: 400px;
}

#splashOverlay {
	position:fixed;
	z-index:98;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#000;
	opacity:0.97;
}
#whiteOverlay {
	position:fixed;
	z-index:100;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#fff;
	display:none;
}

#splash {
	position:fixed;
	top:50%;
	left:50%;
	height:150px;
	width:300px;
	margin:-75px 0 0 -150px;
	z-index:99;
}
#splash .text, #splash .date {
	position:absolute;
	top:0;
	left:0;
	right:0;
	background:url(../images/splash_sprite.png) no-repeat top center;
}
#splash .text.seq1 {
	height:37px;
}
#splash .text.seq2 {
	display:none;
	height:42px;
	background-position:center -37px;
}
#splash .text.seq3 {
	display:none;
	height:38px;
	background-position:center -79px;
	top:-4px;
}
#splash .date {
	bottom:0;
	top:auto;
	height:18px;
	background-position:center -117px;
}

/**/
