@import url("../../system/css/reset.css");
@import url("../../system/css/stickyfooter.css");
@import url("../../system/css/flymenu.css");
@import url("common.css");

/*** CONTENT ***/
#siteWrapper { background: url(default-sitewrapper-bg.png) repeat-y; }
#headerWrapper { background: url(default-headerwrapper-bg.jpg) no-repeat; }
    #companyHeader { background: url(../../../../default-logo.png) 50% 50% no-repeat;}
    #navigation { background-color: #5e3442; font-size: 0.9em; }
        #navigation li { line-height: 0; }
            #navigation a { border-right: 1px solid #fff; color: #fff; font-weight: bold; }
            #navigation .frp_list_last a { border: none; }
    #siteSearch { color: #fff; }
        #siteSearchBtn { font-weight: bold; background: #000; color: #fff; }
    #currentDate { background: #908e7b; color: #fff; font-style: italic; font-size: 0.9em; }
    
    #subNavigation ul { background: #C5C3AE; }
    #subNavigation li:hover,
    #subNavigation li.frp_pagelist_hover { background: #908e7b;}
    #subNavigation li.frp_pagelist_haschildren { background: url(default-subnavigation-arrow.png) no-repeat 95% 50%; }
    
        #subNavigation li a { color: #5e3442; font-size: 0.95em; }
            #subNavigation li:hover > a,
            #subNavigation .frp_pagelist_active_trail > a { color: #fff; }
    
    
#footerWrapper { border-top: 6px solid #fff; background: url(default-footerwrapper-bg.jpg) no-repeat;}

/*** LAYOUT ***/

#headerWrapper {height: 125px;}
    #companyHeader {height: 88px; padding-top: 6px;}
    #companyHeader span {display: none;}
    #companyHeader a {display: block; height: 100%;}
    #navigation {height: 25px; margin: 0 6px; padding-left: 160px; width: 596px; }
        #navigation li { height: 25px; padding-top: 6px; }
            #navigation a { padding: 0 1.2em; line-height: 1em; }
    #siteSearch {position: absolute; top: 74px; left: 10px; width: 160px; }
        #siteSearch label { display: block; line-height: 22px; }
        #siteSearchText { padding: 2px; margin-top: 1px; border: 0; width: 116px; }
        #siteSearchBtn { border: 0; width: 33px; }
.footerContact { margin-top: 0.5em; }
.column1 {width: 160px; margin: 0 6px 0 6px; display: inline; top: 0; clear: both;}
    #currentDate { padding: 0.5em;}
    #subNavigation {}
        #subNavigation li { padding: 0.2em 0.8em;}
.column2 {width: 590px; display: inline; }