body {
    background-color: #F1F1F1;
    font-family: arial;
    margin: 0;
    padding: 0;
}


.mid {
    margin: 0 auto;
    width: 984px;
    height: auto;
    background-color: #FFFFFF;
}

.top {

    width: 984px;
    height: 80px;
    padding-top: 10px;

}

.nav {
    position: relative;
    list-style: none;
    background-color: #007399;
}

.nav ul {
    padding-left: 0;
    text-align: center;
}

.nav li {
    display: inline;
}

.nav a:visited {
    color: white;
}

.nav a:link {
    text-decoration: underline;
}

a.white:link {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 16pt;
    padding-right: 50px;

}


div#slide {
        width: 100%;
        overflow: hidden;
}
figure { margin: 0; }

figure.slider {
        position: relative;
        width: 500%;
        font-size: 0;
        animation: 30s slidy infinite;
}
figure.slider figure {
        width: 20%;
        height: auto;
        display: inline-block;
        position: inherit;
}


figure.slider img {
        width: 100%;
        height: auto;
}


@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
}

.content {
    width: 600px;
    height: auto;
    margin: 0 auto;
    padding: 10px;
    position: relative;

}

.foot {
    position: relative;
    list-style: none;
    text-align: center;
    padding-bottom: 1px;
}

.foot a:visited {
    color: #808080;
}


.foot a{
    color: #808080;
}

.foot a:link {
    text-decoration: none;
}

p.foot {
     color: #808080;
     font: 13px 'Open Sans',arial;
     line-height: 12px;
}

.box p {

     display: inline-block;
     padding-left: 10px;

}

.box  {

     padding-top: 10px;
     padding-bottom: 10px;

}

.robo-banner {
    width: 984px;
    height: auto;
    padding-top: 10px;
    padding-bottom: 5px;
    position: relative;

}

.robo-banner-half {
    padding-top: 6px;
    float: left;
    width: 480px;
    height: auto;

}

.content-half {
    padding-top: 6px;
    float: left;
    width: 400px;
}

.machine-content {
    width: 870px;
    margin: 0 auto;
}

.product-box {
    padding-top: 6px;
    float: left;
    width: 400px;
    height: 90px;

}

.item-img {
    padding-right: 12px;
    float: left;
    width: 90px;
    height: 80px;

}

.item-desc {
    float: right;
    height: 80px;

}

h2{
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h3{
    padding-bottom: 0px;
    margin-bottom: 0px;
}

a:visited {
    color: #007399;
}

a{
    color: #007399;
}

.special  {

height: auto;

    padding-top: 10px;


}