<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* COMMON CLASSES */
.break { clear:both; }

/* HEADER */
#header { height:510px; }
.headerimg { background-position: center top; background-repeat: no-repeat; width:100%; height:510px; position:absolute; }



/* HEADER TEXT */
#headertxt { clear: both;
    float: right;
    margin: 0 8px 0 auto;
    position: relative;
    top: 99px;
    width: auto; }
#firstline {  clear: both;color: #FFFFFF; display: block; float: left;font:bold 15px/18px arial; border-bottom:2px solid #fff}
#secondline {clear: both; color: #FFFFFF;  float: left; font: 15px/18px arial;  }


/* CONTROLS */
.btn { height:32px; width:32px; float:left; cursor:pointer; }
#back { background-image:url("../../../images/new_homepage/slider/btn_back.png"); }
#next { background-image:url("../../../images/new_homepage/slider/btn_next.png");  position: absolute; right: 0;}

/* HEADER HAVIGATION */
#headernav-outer { left: 3%;position: absolute;top: 254px;width: 94%;}
#headernav { }</pre></body></html>