﻿/*** Layout.css ***/

body 
{
    background-color: #0a0a0a;
}

#Header
{
    height: 205px;
    background: url('/Images/bg_repeat_header.jpg') repeat-x;
}

#HeaderContainer
{
    background: url('/Images/header.jpg') no-repeat;
    color: #3d3d3d;
    width: 949px;
    height: 181px;
	margin: 0 auto;
}

#LogoHome
{
    float: left;
    width: 370px;
    height: 72px;
    margin: 10px 0 0 285px;
}

#LogoHome a:link, #LogoHome a:visited, #LogoHome a:active
{

}

#LogoHome a
{
    display: block;
    width: 370px;
    height: 72px;
    text-decoration: none;
}

#LogoHome:hover
{

}

#ContentParent
{

}

#ContentContainer
{

}

#Footer
{
    min-height: 242px;
    background: url('/Images/bg_repeat_footer.jpg') repeat-x;
}

#FooterContainer
{

}

#FooterContent
{
    color: #fff;
}

#FooterContent a:link, #FooterContent a:visited, #FooterContent a:active
{
    color: #40A361;
    text-decoration: none;
}

#FooterContent a:hover
{
    color: #40A361;
    text-decoration: underline;
}

#FooterColumn01
{
    float: left;
    height: 75px;
    margin: 120px 20px 0 0;
    padding: 0 10px 0 7px;
    border-left: 1px solid #bcbcbc;
}

#FooterColumn02
{
    float: left;
    height: 75px;
    margin: 120px 20px 0 0;
    padding: 0 10px 0 7px;
    border-left: 1px solid #bcbcbc;
}

#FooterColumn03
{
    float: left;
    height: 75px;
    margin: 120px 20px 0 0;
    padding: 0 10px 0 7px;
    text-align: left;
    border-left: 1px solid #bcbcbc;
}

#FooterColumnZeno
{
    float: right;
    height: 75px;
    display: block;
    color: #3d3d3d;
    font-size: 10px;
    line-height: 14px;
    width: 210px;
    margin: 120px 20px 0 0;
    padding: 0 10px 0 7px;
}

#ZenoBox
{

}

#ZenoBox:hover
{

}

.ZenoText
{

}

#ZenoLogo
{
    margin-top: 5px;
    background-image: url('/Images/zeno-payments-logo-white.png');
}

#ZenoBox a
{

}

