/* -------------------
    servicestack
 ------------------- */
 #servicestack{ /*same as box*/
    display: inline-block;
    text-align: center;
    margin-right: 1%;
    margin-bottom: 1%;
    /*word-wrap:break-word;*/
    /*height: 200px;*/
    min-width: 200px;
}
#servicestacktext{
    word-wrap:break-word;
   font-family: "Palatino Linotype", Helvetica, Arial;
   font-weight: bold;
    font-size: 100%;
    padding-left: 4px;
    padding-right: 4px;
}

/* fixed picture*/
.thumbpicture{
    width: 96px;
    height: 96px;
}

/* 1*/
.servicestack_1{
    background: #66B466;
}
.servicestack_1:hover{
    background: #3A7B3A;
}
.servicestacktext_1{
    color:  #1D5908;
    background: #BFF0BF;
} /* 1 END*/

/* 2*/
.servicestack_2{
    background: #3F67E8;
}
.servicestack_2:hover{
    background: #223EE8;
}
.servicestacktext_2{
    color:  #0C1C59;
    background: #D8D9F2;
} /* 2 END*/

/* 3*/
.servicestack_3{
    background: #e67819;
}
.servicestack_3:hover{
    background: #ac5a12;
}
.servicestacktext_3{
    color:  #8a4910;
    background: #FFCF98;
} /* 3 END*/

/* 4*/
.servicestack_4{
    background: #b71c1c;
}
.servicestack_4:hover{
    background: #7f0000;
}
.servicestacktext_4{
    color:  #640101;
    background: #ffcdcd;
} /* 4 END*/

/* 5s*/
.servicestack_5{
    background: #A622CD;
}
.servicestack_5:hover{
    background: #741490;
}
.servicestacktext_5{
    color:  #3D014F;
    background: #E7A2FC;
} /* 5s END*/

/* 6*/
.servicestack_6{
    background: #ffeb3b;
}
.servicestack_6:hover{
    background: #ebd61f;
}
.servicestacktext_6{
    color:  #ada02c;
    background: #FFFEBA;
} /* 6 END*/

/* 7s*/
.servicestack_7{
    background: #FA3737;
}
.servicestack_7:hover{
    background: #E21313;
}
.servicestacktext_7{
    color:  #0D1E5E;
    background: #FFC8C8;
} /* 7s END*/

/* 8s*/
.servicestack_8{
    background: #FEB157;
}
.servicestack_8:hover{
    background: #FF8900;
}
.servicestacktext_8{
    color:  #0D1E5E;
    background: #FFCF98;
} /* 8s END*/

/* 9s*/
.servicestack_9{
    background: #3753B9;
}
.servicestack_9:hover{
    background: #2141B7;
}
.servicestacktext_9{
    color:  #0D1E5E;
    background: #627EE5;
} /* 9s END*/