/*
    BACKGROUND
    ==========
    lite blue:      #75A4AE
    dark blue:      #43828F
    almost white:   #FEFFF7
    yellow:         #FAF4CD
    darkyellow:     #E3DEBC

    TEXT
    ====
    lite blue:      #C5D7CF
    dark blue:      #2B6571
    almost white:   #F1F3E4
    green:          #72811F
    very lite green:#D0E1D4

    BORDER
    ======
    blue:           #7DA9B0

    OVERALL BODY
    ============
    padding-left:   20px
*/

body.frontend {
    background:#75A4AE;
    margin:0;
    padding:0;
}
#top {
    width:970px;
    height:26px;
    margin:0 auto 0 auto;
    line-height:26px;
    background:#43828F;
    color:#C5D7CF;
    padding-left:20px;
    font-size:11px;
}
#head {
    width:970px;
    height:172px;
    margin:0 auto 0 auto;
    background:#FEFFF7 url('../images/top_bg.gif') repeat-x;
    padding-left:20px;
}
.topMenuParentOn {
/*    float:left;*/
    display:block;
    height:41px;
    text-indent:-9000px;
}
.topMenuParent {
/*    float:left;*/
    display:block;
    height:41px;
    text-indent:-9000px;
}
.topMenuOff {
/*    float:left;*/
    display:block;
    height:41px;
    background:0 0;
    text-indent:-9000px;
}
.topMenuOff:hover {
    background-position:0 -41px;
}
#lalio {
    display:block;
    clear:both;
    width:317px;
    height:131px;
    background:url('../images/lalio.gif') no-repeat;
    float:left;
}
#family {
    width:506px;
    height:131px;
    background:url('../images/family.jpg') no-repeat;
    float:left;
}
.noSpacing {
    border-collapse:collapse;
}
.noPadding {
    padding:0;
}
#shreds {
    width:970px;
    height:33px;
    margin:0 auto 0 auto;
    background:#FEFFF7 url('../images/shreds_bg.jpg') 100% 0 no-repeat;
    padding-left:20px;
    line-height:33px;
    border-bottom:1px solid #43828F;
}
#iHome {
    display:block;
    background:url('../images/i_home.gif');
    width:147px;
    height:24px;
    text-indent:-9000px;
}
#iSiteMap {
    display:block;
    background:url('../images/i_sitemap.gif');
    width:147px;
    height:24px;
    text-indent:-9000px;
}
#iContacts {
    display:block;
    background:url('../images/i_contacts.gif');
    width:147px;
    height:24px;
    text-indent:-9000px;
}
#houses {
    width:147px;
    height:100px;
    background:url('../images/houses.jpg');
}
#mainContentContainer {
    width:990px;
    min-height:240px;
    height:auto !important;
    height:240px;
    margin:0 auto 0 auto;
    background:#FEFFF7 url('../images/bottom_bg.jpg') 0 100% no-repeat;
}
#mainContent {
    padding:20px 20px 90px 20px;
}
#footer {
    width:990px;
    height:53px;
    margin:0 auto 20px auto;
    background:#43828F;
}
#bottomLeft {
    width:21px;
    height:53px;
    background:url('../images/bottom_left.gif');
    float:left;
}
#bottomLinks {
    height:53px;
    line-height:53px;
    float:left;
    color:#F1F3E4;
}
#bottomCopyr {
    height:53px;
    line-height:53px;
    float:right;
    color:#F1F3E4;
}
.bottomMenuItem {
    text-decoration:underline;
    color:#F1F3E4;
}
.bottomMenuItem:hover {
    text-decoration:none;
}
#bottomRight {
    width:21px;
    height:53px;
    background:url('../images/bottom_right.gif');
    float:right;
}



.errorMessage {
    color:#AA0000;
}
.infoMessage {
    color:#00AA00;
}