
/*---- Header ----*/
.home-header
{
    background: url(images/header-bg-repeat.png) repeat-x;
    height: 169px;
    width: 100%;
}
.home-header-middle
{    
    height: 169px;
    margin: 0px auto;
    width: 990px;
}
.home-header-middle-logo
{
    float: left;
    margin-left: 23px;
    margin-top: 32px;
}
.home-header-middle-right
{    
    float: right;    
    height: 169px;
    margin-right: 10px;
    position: relative;
}
.home-header-middle-right-links
{
    color: #7a7a7a;
    float: right;
    margin-right: 24px;
    margin-top: 14px;
}
.home-header-middle-right-links a
{
    color: #7a7a7a;
}
.home-header-middle-right-login
{
    color: #7a7a7a;
    margin-right: 24px;
    margin-top: 14px;
    padding-top: 20px;
}
.home-header-middle-right-menu
{
    position: absolute;
    bottom: 0px;
    right: 25px;
    float: left;    
}

/*---- Content ----*/
.home-content
{
    background: url(images/content-middle-bg-repeat.png) repeat-x;
    height: 100%;
    min-height: 400px;
    width: 100%;
}
.home-content-login
{
    height: 100%;
    margin: 0px auto;
    text-align: right;
    width: 990px;
}
.home-content-pane
{
    height: 100%;
    margin: 0px auto;
    margin-top: 0px;
    width: 990px;
}

/*---- Footer ----*/
.home-footer
{
    background: url(images/footer-bg-repeat.png) repeat-x;
    height: 132px;
    width: 100%;
}
.home-footer-middle
{    
    height: 132px;
    margin: 0px auto;
    width: 990px;
}
