div#liMain {
    z-index:10;
    display:none;
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background-image:url('/images/li/background.png');    
    overflow:hidden;
}

div#liMain a {
    color:#CCC;
    text-decoration:none;
}

div#liMain a:hover, div#liMain a.liCurrentPage {
    color:#FFF;
}

div#liImages {
    z-index:11;
    cursor:move;
    position:absolute;
    background-color:#333;
}

.liImageLeft {
    border-right:1px solid #666;
    margin-left:-2px;
}

div#liHeader, div#liLeft, div#liRight {
    z-index:12;
    position:absolute;
}

div#liHeader {
    height:80px;
    width:90%;
    padding:0 5%;
    font-family:garamond, serif;
    font-size:12px;
    font-weight:bold;
    color:#CCC;
}

body.tpl-home div#liHeader a {
	font-size:120%;
}

td#liPages span {
	top:-1px;
}

body.tpl-home td#liPages span {
	top:-5px;
}

div#liHeader table tr td {
    text-align: center;
    background-image:url('/images/li/header-background.png');    
    padding:5px 0 40px 0;
}

div#liHeader table tr td.leftHeader {
    background-image:url('/images/li/header-background-left.png');  
    padding-left:25px;  
}

div#liHeader table tr td.rightHeader {
    background-image:url('/images/li/header-background-right.png');    
    background-position:right; 
    padding-right:20px;  
}

div#liHeader table tr td.lineHeader {
    background-image:url('/images/li/header-line.png');    
}

.hideOverflow {
    width:100%;
    height:100%;
    overflow:hidden;
}