/*
----------------------------------------------------------------------------
BODY
----------------------------------------------------------------------------
*/

body{
    margin: 0px;
    background: url(images/bg.gif) top left repeat-x;
    font-family: Arial,Verdana,Helvetica,Sans-Serif;
    font-size: 12px; 
    color: #555555;   
    text-align: center;
}
.float-l{
    float: left;
}
.float-r{
    float: right;
}
.clear{
    clear: both;
}
a{
    font-family: Arial,Verdana,Helvetica,Sans-Serif;
    font-size: 12px;
    color: #555555;
    text-decoration: none;    
}
a:hover{
    font-family: Arial,Verdana,Helvetica,Sans-Serif;
    font-size: 12px;
    color: #555555;
    text-decoration: underline;    
}
input{
    width: 670px;
}
#page{
    margin: 0 auto;
    width: 960px;
    padding-top: 10px;
}
#top-manu ul{
    margin: 0;
    padding: 28px 0 0 0;
    height: 40px;
}
#top-manu ul li{
    float: right;
    list-style: none;
    margin: 0px;
    padding: 0;
}
#top-manu ul li a{
    display: block;
    height: 20px;   
    padding: 10px 20px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}
#top-manu ul li a:hover{
    text-decoration: none;   
    color: #e3e8ec;
}
#img-slide{
    margin-top: 10px;
    height: 282px;
}
#page-wrap{
    padding: 10px;
    text-align: left;
}

#left-column{
    width: 260px;
    float: left;
}
#right-column{
    float: left;
    width: 680px;
    min-height: 300px;
}
.left-menu-title{
    background: url(images/left_menu_header.gif) top left no-repeat;   
    width: 225px;
    height: 20px;
    color: #ffffff;
    font-size: 16px;
    padding: 7px 10px;
    margin: 0;
}
#left-menu{
    margin: 0;
    padding: 0;
    width: 243px;
    border-right: 1px solid #1b486e;
    border-left: 1px solid #1b486e;
    background: url(images/left_menu_bg.gif) bottom left repeat-x;   
}
#left-menu li{
    list-style: none;
}
#left-menu li a{
    display: block;
    width: 223px;
    padding: 5px 10px;
}    
#left-menu li a:hover{
    text-decoration: none;
    font-weight: bold;
    /*background: #d0d0d0;*/
}
#left-menu li a.selected, #left-menu li a.selected:hover{
    text-indent: 10px;
    text-decoration: none;
    background: url(images/arrow.gif) top left no-repeat;
}  
.left-menu-bottom{
    font-size: 0px;
    width: 245px;
    height: 6px;
    background: url(images/left_menu_header.gif) bottom left no-repeat;   
} 
.title-page{
    padding: 9px 0;
    font-weight: bold;
    border-bottom: 1px solid #1b486e;
    margin-bottom: 10px;
}
.editlink{
    color: #b40001;
    margin: 0 15px 0 0;
}
#footer-wrap{
    width: 100%;
    background: #e3e8ec;
    /*margin-bottom: 25px;*/
    padding: 10px 0;
}
#footer-wrap div{
    margin: 0 auto;
    width: 960px;
    text-align: right;   
    padding-right: 30px;
}
