﻿/* the top menu trail */
div.trail1 {height:10px; margin-top:9px; margin-bottom:10px; }
div.trail1 a, div.trail1 span { float:left; display:block; color:#244f85; font-size:10px; } 
div.trail1 span.sep { width:15px; height:100%; background-image:url("images/trail.png"); background-repeat:no-repeat; background-position:5px 3px; }
div.trail1 span.last {font-weight:bold; }

div.body { margin-left:17px; }
div.LNt1 { float:left; margin-top:2px;}
div.LNt2 { float:left; margin-left:0; font-size:40px; color:#154885;}

div.LNd1 { margin-top:20px; position:relative; height:310px;}
div.LNd2 { margin-top:20px; position:relative; height:240px;}
div.LNd3 { margin-top:20px; position:relative; height:180px;}
div.LNd4 {margin-top: 0;position: relative;text-transform: uppercase;font-weight: bold;}
div.LNd5 { margin-top:20px; position:relative; text-transform: uppercase; font-weight:bold}

/*p.LNd1 { width:785px; height:47px; background-image:url("images/T1.png"); background-repeat:repeat-x; }
p.LNd2 { width:785px; height:47px; background-image:url("images/T4.png"); background-repeat:repeat-x; }
p.LNd3 { width:785px; height:47px; background-image:url("images/T2.png"); background-repeat:repeat-x; }
p.LNd4 { width:785px; height:47px; background-image:url("images/T3.png"); background-repeat:repeat-x; }*/
p.LNd5 { width:840px; height:47px; background-image:url("images/T6.jpg"); background-repeat:repeat-x; }

p.LNd1 span, p.LNd2 span, p.LNd3 span, p.LNd4 span, p.LNd5 span { display:block; padding-left:10px; padding-top:15px; font-size:16px; color:#154885;} 

/*p.LNd1a { position:absolute; top:55px; left:50px;}*/

p.LNd1b { position:absolute; top:55px; left:440px; }
p.LNd1b span { color:#154885; font-size:14px; font-weight:bold; margin-bottom:5px;}
p.LNd1b a { display:block; color:#154885; font-size:12px; font-weight:bold; margin-top:7px; margin-bottom:7px;}

.text-left{text-align:left}

ul li.cat {
    list-style-type: disc;
    margin-left: 15px;
}
    ul li.cat a:visited, ul li.cat a:link {
        color: #154885;
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 5px;
        text-transform: uppercase
    }
    ul li.cat a:hover {
        color: #009fdf;
        text-decoration: underline;
    }
ul li.prod {
    list-style-type: circle;
    margin-left: 30px;
}

    ul li.prod a:visited, ul li.prod a:link {
        display: block;
        color: #154885;
        font-size: 12px;
        font-weight: bold;
        margin-top: 7px;
        margin-bottom: 7px;
        text-transform: none;
        
    }
    ul li.prod a:hover {
        color: #009fdf;
        text-decoration: underline;
    }

