﻿#Base
{
    width:980px; 
    margin-left:auto; 
    margin-right:auto;
}

#ContainerTop
{
    position:relative; 
    width:980px; 
    height:99px; 
    background-image:url('Images/topbar.jpg');
    background-repeat:no-repeat;
    background-position:top;
}

#ContainerTopSearch
{
    position:absolute; 
    top:12px; 
    left:700px; 
    width:208px; 
    height:60px; 
    vertical-align:top; 
    overflow:hidden
}

#ContainerTopLanguage
{
    position:absolute; 
    top:15px; 
    left:928px; 
    width:100px; 
    height:60px; 
    overflow:hidden
}

#ContainerTopMenu
{
    position:absolute; 
    top:65px; 
    left:335px; 
    width:630px; 
    height:20px;
    z-index:1000;
}

#ContainerMiddleOuter
{
    position:relative;
    width:980px; 
    height:auto;
    margin-top:15px;
}

#BaseHotLinks
{
    position:relative; 
    width:980px; 
    height:250px; 
    margin-top:15px;
    background-image:url('Images/box_980x250.jpg');
    background-repeat:no-repeat;
    background-position:top;
}

#BaseHotLinksText
{
    position:absolute; 
    top:48px; 
    left:16px; 
    width:170px; 
    height:190px;
}

#BaseHotLinksBrands
{
    position:absolute; 
    top:48px; 
    left:233px; 
    width:737px; 
    height:190px;
}

#BaseFooter
{
    position:relative; 
    width:980px; 
    height:26px; 
    margin-top:15px;
    border-bottom:solid 1px #7d8286;    
}

#BaseFooterLeft
{
    float:left; 
    width:470px; 
    height:26px; 
    text-align:left;
    margin-left:15px;
    font-family:Arial;
    font-size:11px;
    color:#7f8287;
}

#BaseFooterRight
{
    float:right; 
    width:470px; 
    height:26px; 
    text-align:right;
    margin-right:15px;
}