#header *,
#tabs *,
#infopane * {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    font: normal 11px arial;
    text-decoration: none;    
    }

/********** Header Specific **********/

#header {    
    background: #000 url(http://www.liandri.com/img/h-bg.gif) 0 0 repeat-x;
    border: 1px solid #000;
    border-bottom: none;    
    }
    #header .inner {
        overflow: hidden;
	text-align: left;    
        height: 100px;
        background: url(http://www.liandri.com/img/h-right.jpg) 100% 0 no-repeat;
        }

#header #logo {
    display: block;
    height: 70px;
    margin: 0;
    padding: 0;
    clear: both;
    }
#header .header-left {
    overflow: hidden;
    float: left;
    }

#tabs {
    display: block;
    list-style: none;        
    margin: 0;
    padding: 0;
    margin: 7px 0 0 10px;        
    }
    #tabs li {
        float: left;               
        }
        #tabs li a {
            display: block;            
            }
        #tabs li img {
            display: block;
            height: 15px;
            padding: 0;
            margin: 0;
            }
        #tabs li.div {
            overflow: hidden;
            margin: 0 8px;
            height: 15px;
            width: 2px;            
            background: url(http://www.liandri.com/img/nav-div.gif) 50% 50% no-repeat;
            }
            
/********** Footer Specific **********/

#footer {    
    height: 13px;
    padding: 30px 20px;
    text-align: right;    
    background: #000 url(http://www.liandri.com/img/grad2.gif) 100% 100% repeat-x;
    border: 1px solid #000;    
    }
    #footer span {
        float: right;
        font-size: 11px;
        font-weight: bold;
        color: #666;
        }
    #footer a {
        color: #999;
        float: left;
        font-size: 12px;
        padding-right: 20px;
        text-decoration: underline;    
        }
        #footer a:hover {color: #fff}

/********** Information Panel **********/

#infopane {
    overflow: hidden;    
    height: 31px;
    background: url(http://www.liandri.com/img/infopane.gif);    
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    }
    #infopane p {
        float: left;
        overflow: hidden;
        padding: 8px 70px 8px 10px;
        margin-top: 1px;
        color: #ddd;
        font-size: 12px;
        height: 14px;
        }
        #infopane p a {
            color: #ddd;
            font-weight: bold;
            font-size: 12px;
            }
    #infopane ul.usercontrols {
        overflow: hidden;
        float: right;
        list-style: none;        
        }
        #infopane ul.usercontrols li {
            float: left;
            }
            #infopane ul.usercontrols li a {
                display: block;
                overflow: hidden;
                padding: 2px 10px 2px 12px;
                margin: 7px 0;                
                font-weight: bold;
                font-size: 11px;
                height: 13px;
                color: #bbb;
                background: url(http://www.liandri.com/img/btn-l.gif) 0 0 repeat-y;
                }
                #infopane ul.usercontrols li a:hover {
                    color: #fff;                    
                    }
                #infopane ul.usercontrols li a.gotmail {
                    color: #fff;
                    text-decoration: blink;                    
                    }

    #infopane a.logout {
        float: left;
        margin: 5px 10px;
        }
    #infopane span.registernow {
        float: right;
        padding: 9px 10px;
        color: #bbb;
        font-size: 12px;
        }
        #infopane span.registernow a {
            color: #fff;
            font-weight: bold;
            }

/********** Forms **********/

#login {
    float: left;
    margin-right: 10px;    
    overflow: hidden;
    list-style: none;    
    }
    #login span {
        float: left;
        padding: 5px 0;
        }

#login label {
    font-size: 12px;
    float: left;
    padding: 3px 10px;
    color: #ddd;
    font-weight: bold;
    }
#login .input {
    float: left;
    width: 120px;
    padding: 3px 5px;
    font-family: verdana;
    font-size: 11px;
    background: #333 url(../img/foot.gif) 0 100% repeat-x;
    border: 1px solid #444;
    color: #ddd;
    }
#login .btn {
    float: left;
    margin-left: 10px;
    }
.btn {
    display: block;
    height: 13px;
    width: 66px;
    padding: 4px 0;
    background: url(../img/button.png) 0% 100% no-repeat;
    color: #999;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    }
    .btn:hover {
        background-position: 0% 0%;
        color: #fff;
        }
#loginbtn {
    text-align: center;
    margin: 0 0 0 10px;
    font-size: 10px;
    padding: 1px 10px;
    }