/* Index Page */
#index-page {
/*margin-left:auto;*/
/*margin-right:auto;*/
/*text-align:center;*/
    position: relative;
}

#index-page img {
    border: 0;
}

.what-are-you {
    position: absolute;
    top: 1px;
    left: 0;
}

div.sl-pic {
    position: absolute;
    left: 0;
    top: 30px;
}

div.vpl-pic {
    position: absolute;
    left: 223px;
    top: 30px;
}

div.sl-text {
    background: transparent url(/images/index/sl-text.png) 0 0 no-repeat;
    position: absolute;
    left: 0;
    top: 267px;
    width: 223px;
}

div.vpl-text {
    background: transparent url(/images/index/vpl-text.png) 0 0 no-repeat;
    position: absolute;
    left: 223px;
    top: 267px;
    width: 441px;
}

.cat-text {
    height: 29px;
    line-height: 25px;
    text-align: center;
}

.cat-text a {
    color: #fff;
    text-decoration: none;
}

.index-bottom .cat-text a {
    color: #333;
}

.index-banner {
    position: absolute;
    top: 311px;
    left: 0;
    text-align: center;
    padding: 10px;
    background-color: #ffc;
    font-size: 1.4em;
    width: 644px;
}

.ivehicle-pic {
    position: absolute;
    top: 361px;
    left: 0;
    width: 223px;
}

.evehicle-pic {
    position: absolute;
    top: 361px;
    left: 223px;
    width: 216px;
}

.ramps-pic {
    position: absolute;
    top: 361px;
    left: 439px;
    width: 225px;
}

div.ivehicle-text {
    background: transparent url(/images/index/ivehicle-text.png) 0 0 no-repeat;
    position: absolute;
    top: 601px;
    left: 0;
    width: 223px;
}

div.evehicle-text {
    background: transparent url(/images/index/evehicle-text.png) 0 0 no-repeat;
    position: absolute;
    top: 601px;
    left: 223px;
    width: 216px;
}

div.ramps-text {
    background: transparent url(/images/index/ramp-text.png) 0 0 no-repeat;
    position: absolute;
    top: 601px;
    left: 439px;
    width: 225px;
}

#index-welcome-box {
    position: absolute;
    top: 650px;
    left: 0;
    text-align: left;
}

#titleBar {
    display: none;
}

#content {
    min-height: 900px;
}

* html #content {
    height: 900px;
}

