body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
}
a { color: #0099FF; text-decoration: none; }
a:hover { text-decoration: underline; }

.backstretch {
    position: fixed;
    left: 0; top: 0;
    width: 100%; height: 100%;
    z-index: -999999;
    overflow: hidden;
}
.backstretch img {
    width: 100%; height: auto;
    min-height: 100%;
    position: absolute;
    top: 0; left: 0;
}

#logo { position: relative; }
#Lbase { position: relative; }

.tLM {
    background: #FF0066;
    height: 40px;
    margin-top: 160px;
    border-radius: 0 20px 20px 0;
}
.tLinks { padding: 8px 20px; text-align: right; }
.tLinks a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin: 0 12px;
    text-decoration: none;
}
.tLinks a:hover { text-decoration: underline; }

.bul_ps { position: relative; }

/* Slider */
#slider1 { width: 1003px; height: 510px; overflow: hidden; margin: 0 auto; }
#slider1 ul { list-style: none; margin: 0; padding: 0; }
#slider1 ul li { float: left; }
#controls { list-style: none; text-align: center; padding: 10px 0; margin: 0; }
#controls li { display: inline-block; margin: 0 5px; }
#controls li a {
    display: block;
    width: 12px; height: 12px;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
}
#controls li.current a { background: #FF0066; }

/* Footer */
.bdrTop { border-top: 1px solid #ccc; }
.bdrBottom { border-bottom: 1px solid #ccc; }
.p20T { padding-top: 20px; }
.p10B { padding-bottom: 10px; }
.grey11 { color: #999; font-size: 11px; }
.Lnhg18 { line-height: 18px; }

/* Page title */
.page-title { color: #FF0066; font-size: 28px; margin: 120px 0 10px 25px; }

/* Content area */
.content-area { margin: 0 25px; }
.content-area p { text-align: justify; line-height: 1.6; }

hr.divider {
    border: none;
    border-top: 1px solid #D8D8D8;
    width: 80%;
    margin: 20px auto;
}
