﻿body.style0
{
    background-image: url(/images/home/showcase/stripes.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

body.style1
{
    background-image: url(/images/home/showcase/map.png);
    background-repeat: no-repeat;
    background-position: center 70px;
}

body.style2
{
    background-image: url(/images/home/showcase/machine.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

div.content
{
    overflow: hidden;
    width: 100%;
    margin-top: 12px;
}

div.content div.panel
{
    width: 274px;
    padding: 16px 15px 10px 15px;
    background: url(/images/home/content_panel3.png);
    background-position: center top;
    background-repeat: no-repeat;
}

div.content div.panel div.info
{
    padding-left: 2px;
}

div.content div.panel h2
{
    font-size: 18px;
    font-weight: bolder;
    margin: 12px 0 0 0;
    padding: 0;
    color: #222222;
}

div.content div.panel a
{
    display: block;
}

div.content div.panel p
{
    margin: 8px 0 0 0;
    padding: 0;
    line-height: 18px;
}
div.content div.panel div.video
{
    margin-top: 5px;
    padding-left: 2px;
    height: 45px;
}

div.content div.panel div.video img
{
    float: left;
}

div.content div.panel div.video a, div.content div.panel div.video a:visited
{
    float: left;
    padding-right: 12px;
    margin: 15px 0px 0 2px;
    text-decoration: none;
    color: #F60;
    font-weight: bold;
    background-image: url(/images/home/play.png);
    background-repeat: no-repeat;
    background-position: right 4px;
}

div.content div.panel div.video a:hover
{
    text-decoration: underline;
}

div.content div.panel div.text
{
    height: 160px;
}
div.content div.panel div.more a:hover
{
    text-decoration: underline;
}

div.content div.panel img
{
    margin-top: 2px;
}

div.content div.left
{
    float: left;
    margin-right: 4px;
}

div.content div.mid
{
    float: left;
}

div.content div.right
{
    float: right;
}

