﻿div.upper
{
    background-image: url('images/bg_upper.jpg');
    background-position: left bottom;
    background-repeat: repeat-x;
    height: 588px;
}
div.upper div.logo
{
    width: 998px;
    margin: 0 auto;
    height: 141px;
}
div.logo div.logoleft
{
    float: left;
    margin: 38px 0 0 15px;
}
div.logo div.logoright
{
    float: right;
    margin: 58px 0 0 0;
}
div.upper div.splash
{
    width: 996px;
    margin: 0 auto;
    height: 446px;
    border-left: solid 1px #B0B1B5;
    border-right: solid 1px #B2B3B5;
    border-top: solid 1px white;
}
div.splash div.splashphoto
{
    height: 446px;
    margin-bottom: -22px;
    background-image: url('http://www.autobela.lt/Portals/3/Content/images/splash_car.jpg');
}
div.splash div.splashnav
{
    height: 22px;
    text-transform: uppercase;
    font-size: 12px;
}
div.splashnav div.splashnavleft
{
    width: 635px;
    float: left;
    height: 18px;
    padding-left: 15px;
    padding-top: 4px;
    color: White;
    background-image: url('http://www.autobela.lt/Portals/3/Content/images/splashnavleftred.gif');
    background-repeat: no-repeat;
    background-position: left top;
    cursor: pointer;
}
div.splashnav div.splashnavright
{
    width: 331px;
    float: right;
    height: 18px;
    padding-left: 15px;
    padding-top: 4px;
    color: White;
    background-image: url('http://www.autobela.lt/Portals/3/Content/images/splashnavrightgray.gif');
    background-repeat: no-repeat;
    background-position: left top;
    cursor: pointer;
}
div.splitter, div.splitter div.splittercenter
{
    height: 2px;
}
div.splitter
{
    background-image:  url('images/bg_split_main.jpg');
    background-position: top right;
    background-repeat: no-repeat;
}
div.splitter div.splittercenter
{
    background-image:  url('images/bg_split_center.jpg');
    background-position: top left;
    background-repeat: no-repeat;
    width: 998px;
    margin: 0 auto;
}
div.lower
{
    background-image: url('images/bg_lower.jpg');
    background-position: left top;
    background-repeat: repeat-x;
    min-height: 181px;
    overflow: auto;
}
div.lower div.footernews
{
    min-height: 130px;
    width: 978px;
    margin: 0 auto;
    border-left: solid 1px #AAABAF;
    border-right: solid 1px #EEF0EF;
    padding: 10px 9px 10px 9px;
    overflow: auto;
}
div.footernews div.newsitem
{
    float: left;
    min-height: 80px;
    width: 484px;
    padding-right: 5px;
}
div.lower div.footercontacts
{
    height: 15px;
    background-color: #6D6E72;
    padding: 3px 9px 0 9px;
    width: 978px;
    margin: 0 auto;
    border-left: solid 1px #FFFFFF;
    border-right: solid 1px #FFFFFF;
}
div.lower div.footercontacts, div.lower div.footercontacts a
{
    color: White;
    text-decoration: none;
}
div.lower div.footercopyright
{
    height: 15px;
    padding: 3px 9px 0 9px;
    width: 980px;
    margin: 0 auto;
}
div.lower div.footercopyright, div.lower div.footercopyright a
{
    color: #9B9C9E;
    text-decoration: none;
    font-size: 9px;
}

