/* home */

#layoutHome #wrap
{
    width:964px;
    min-height:100%;
    margin:0 auto;
    background:none;
}
#layoutHome #header
{
    width:964px;
    background: url(images/bg-home2.jpg) no-repeat; 
    position:relative;
    height:496px;
}
/* home */

#wrap
{
    width:964px;
    min-height:100%;
    background: url(images/wrap.gif) repeat-y;
    margin:0 auto;
}
#header
{
    width:964px;
    background: url(images/bg-home2.jpg) no-repeat; 
    position:relative;
    height:275px;
}
#contentdiv
{
    border-top:solid 1px #9B8948;
    width:873px;
    min-height:255px;
    margin:0 auto;
    padding:10px 10px 35px 62px; 
    overflow:hidden;
}
#footer
{
        background: url(images/footer1.gif) no-repeat; 
        height:35px;
        width:964px;
        margin:-35px auto 0 auto;
}
.logo
{
    margin-top:57px;
}
.topbanner
{
    position:absolute;
    top:80px;
    right:0;
}
.sys_menubar
{
    position:relative;
    z-index:3;
    width:840px;
    margin:0 auto 0 auto;
}
/* submenu */
#bottommenu
{
    position:relative;
}
#layoutHome .submenu
{
    list-style:none;
    overflow:hidden;
    position:absolute;
    left:64px;
}
.submenu
{
    list-style:none;
    overflow:hidden;
    padding-top:10px;
    float:left;
}
.submenu li
{
    float:left;
    margin-left:10px;
}
.submenu li a
{
    color:#fff;
    text-decoration:none;
}
.submenu li a:hover
{
    color:#9B8948;
}
