html {
    background-color: #fff;
    text-align: center;
    margin: 0;
    padding: 0;
}

body {
    text-align: left;
    margin: 0 auto;
    padding: 0;
    font-size: 11px;
    font-family:Helvetica Neue, Arial;
    line-height: 1.2;
    font-weight:200;
}

h1,h2, h3, h4{
    font-weight: normal;
    color: #333;
}

h1{
    font-size: 300%;
    font-weight: bold; 
}

h2{
    font-size: 200%;
    padding: 30px;
}

h3{
    font-size: 150%;
}

h4{
    font-size: 130%;
}

.contact h3, .contact h4 {
    padding: 20px;
    color: #;
    font-weight: bold;
}

.contact a { color: #7d9220;}

a {
    color: #aed431;
}

a:hover {
    color: #8baa27 !important;
}

#header {
    height: 89px;
}
#logo{
    display:block;
    height: 75px;
    width: 285px;
    margin-top: 25px;
    background: url('/images/logo.png') no-repeat;
    padding-left: 0px;
}

#hotspot {
    display: block;
    background: #eee url('/images/hotspot_bg.png') top repeat-x;
    border: solid 1px #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    width:;
    padding-top: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}
#hotspot h1 {
    letter-spacing: 1px;
    font-weight: normal;
    font-size: 330%;
    color: #aed431;
    padding: 20px;
}


#hotspot p{
    color: #222;
    font-size: 150%;
    padding: 20px;
    padding-left: 50px;
}

#hotspot ul li{
    list-style: square;
    line-height: 30px;
    margin-left: 70px;
    font-size: 140%;
}


img#asiakkaat {
    margin-top: -20px;
    
}

/* Navigation menu */
ul#mainmenu {
    /*background: url('/images/menu.png') no-repeat;*/ 
    margin: 27px 0 0 20px;
    padding: 0px;
    height: 88px;
    width: 600px;
}

ul#mainmenu li {
    height: 88px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    display: inline;
    float: left;
    text-transform:uppercase;
    font-weight:300; 
}

ul#mainmenu li a {

    color: #666;
    float: left;
    display: block;
    line-height: 31px;
    vertical-align: middle; 
    margin-top: 15px;
    margin: 10px 10px;
    font-size: 18px;
    text-decoration: none;
    
}

ul#mainmenu li a:hover{
    color: #fff;
}

ul#mainmenu li a.active {
    color: #83a128;
    border-bottom: 3px solid #83a128;
}

ul#mainmenu li#first a{
    background: url('/images/logo_black.png') bottom left no-repeat;
    width: 53px;
    height: 56px;
    border-left: none;
    margin-left: 10px;
    margin-top: -5px;
}

ul#mainmenu li#first a:hover{
    background: url('/images/logo_black_hover.png') bottom left no-repeat;
}

ul#mainmenu li#last a {
    border-right: none;

}

ul#mainmenu li.first a:hover, ul#mainmenu li.first a.active {
}



/* Other and footer */
#footer {
    position:relative;
    bottom: 0;
    background: #e2e7da url('/images/footer.png') center top no-repeat; 
    color: #666;
    margin-top: 140px;
    width: 100%;
    height: 300px;
    line-height: 20px;
    border-top: 1px solid #c7cfbe; 
    font-size: 120%;
    display:block;
    margin-bottom:-50px;
    padding: 20px;
}

#footer a {
    text-decoration: none;
    color: #666;
}

#footer a:hover {
    text-decoration: underline;
}

.footer_div {border-right: 2px solid #fff;
height: 150px;
}

.footer_div_last {
    border-right: none;
}

#mail {
    color: #7d9220;
}

img#job {
    margin-left: 100px;
}

.contact {
    margin-top: -20px;
}

.contact p {
    font-size: 130% !important;
    margin-left: 40px;
    padding:0 !important;
    color: #333 !important;
}

#tekniikat {
    margin-top: -15px;
    margin-left: 15px;
}

#tekniikat div {
    float: left;
}

#tekniikat a{
    display: block;
    background: url('/images/tekniikat_logos.png') no-repeat;
    width: 170px;
    margin-left: 30px;
    margin-top: px;
}

#model{
    width: 341px;
    padding-top: 20px;
    height: 340px;
    background: url('/images/tekniikat_bg.png') 0 -5px no-repeat;
}

a#alchemy{
    background-position: 0 0px;
    height: 50px;
}

a#mongo{
    background-position: 0 -50px;
    height: 70px;
}

a#postgre{
    background-position: 0 -120px;
    height: 55px;
}

a#mysli{
    background-position: 0 -175px;
    height: 85px;
}

#controller{
    width: 341px;
    padding-top: 20px;
    height: 340px;
    background: url('/images/tekniikat_bg.png') 0px -370px no-repeat;
}

a#pylons{
    background-position: 0 -260px;
    height: 60px;
}

a#tg{
    background-position: 0 -320px;
    height: 150px;
}

a#django{
    background-position: 0 -470px;
    height: 60px;
}

#view{
    width: 241px;
    padding-top: 20px;
    height: 340px;
    background: url('/images/tekniikat_bg.png') 0 -732px no-repeat;
}

a#genshi{
    background-position: 0 -530px;
    height: 70px;
}

a#jquery{
    background-position: 0 -600px;
    height: 80px;
}

a#mako{
    background-position: 0 -680px;
    height: 80px;
}

a#rogolink {
    margin-left: 0px !important;
    font-size: 80%;
}



.service {
    color: #fff;
    font-size: 150%;
    font-weight: bold;
}

div.spotti {
    padding: 30px;
    border: 1px solid #333;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-align: center;
    font-weight: normal;
    font-size: 140%;
    background-color: #444;
    color: #eee;
    font-weight: bold;
}

a.panel1, a.panel2, a.panel3, a.panel4, a.panel5, a.panel6, a.panel7, a.panel8, a.panel9, a.panel10, a.start-stop {display:none !important;}

ul#news li {
    list-style: square;
    margin-left: 20px;
    margin-bottom: 10px;
    padding: 7px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    #border: solid 1px #f9f9f9;
    #background-color: #ddd;

}

div.index_box {
    margin-top: 20px;
    display: block;
    padding: 20px;
    #background:  url('/images/border_north.png') right no-repeat;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    #background-color: #bbb;
    font-size: 130%;
    border: 2px solid #ddd; 
}

div.index_box h3 {
    float:left; 
    margin-top:10px;
    font-family: Tahoma, Arial;
}

div.index_box img {
    float:right;
    width: 110px; 
}



div.index_box_first {
    border:none;
    font-size: 165%;
    color: #fff;
    background-color: #555;
    
    /*
    display:block;
    height: 200px;
    width: 200px;
    padding: 10px 30px;
    background:  url('/images/box.png') right no-repeat;
}

div.index_box_first b{
    margin-top:20px;
    display:none;*/
}

.slide{
  /*min-height: 400px;*/
}

#slides li {
    width: 958px;
    height: 279px;
    font-size: 130%; 
}

#slides p{
    padding: 50px;
    margin-top:-300px;
    font-size: 180%; 
    width: 200px;
    text-align:center;
    color: #333;
}

#slides p span.linkki {
    color: #888;
}


#slides a {
    text-decoration:none;
}


#slidesref li {
    width: 475px;
    background: #abb96c url('/images/hotspot_bg.png') top repeat-x; 
    height: 23px;
    margin-left: 0px !important;
    
}


.anythingSlider {margin-left: -50px !important;}

#no-hotspot {
    margin-top: 50px;
}

#no-hotspot p {
    color: #111;
    font-size: 180%;
    padding: 50px 20px;
}

div.teksti{
    font-size: 145%;
    margin-left: 40px;
    width: 150px;
}


