


body {
    padding: 0px;
    margin: 0px;
    background-color: #fff; 
}

body, td {
    font-family: Tahoma;
    font-size: 11px;
    color: #000;
}

a, 
a:visited, 
a:active {
    font-family: Tahoma;
    text-decoration: none;
    color: #8dcdcb;
}

a:hover,
a:visited:hover {
    text-decoration: underline;
    font-family: Tahoma;
    color: #79b92c;
}

h1, h2, h3, h4, h5, h6 {
    margin: 5px 0px 5px 0px;
    padding: 0px;
    font-family: Tahoma;
    color: #79b92c;  
}

h1 { 
    font-size: 20px;
    font-weight:normal;
}

h2 { 
    font-size: 17px;
    font-weight:normal;
}

h3 { 
    font-size: 16px;
}

h4 { 
    font-size: 14px;
}

h5 { 
    font-size: 11px;    
    color: #79b92c;
}

h6 { 
    font-size: 11px;
    font-weight: bold;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style : italic;
}

.center1000 {
    margin: 0 auto;
    width: 1000px;
}

#root {
    float:left;
    width: 100%;
    background: url(/resources/images/layout/bg.jpg) top repeat-x;
}


#logo {
    width: 122px;
    height: 64px;
    display: block;
    float:left;
    background: url(/resources/images/layout/logo.gif);
    margin: 10px 0px 0px 20px;
}

#logo img {
    width: 122px;
    height: 64px;
    border: 0px;
}

#mbottom {
    width: 100%;
    float:left;
    clear: left;
    min-height: 120px;
     background: url(/resources/images/layout/mbbg.jpg) top repeat-x;      
}



/* menu */
#menu  {
    float: left;
    width: 175px;
    margin: 25px 0px 0px 0px;
    padding: 0px 0px 0px 20px;
    float: left;
    
}

#menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}   

#menu li {
    background: url(/resources/images/menu-corner-bg.jpg) no-repeat top right;
    padding-bottom: 2px;
}

#menu li ul li {
    padding-bottom: 0px;
}

#menu ul li a {
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    color: #64bbb8;
}

#menu ul li a:hover {
    font-weight: bold;
    color: #79b92c;
}

#menu li.level3 {
    background: none !important;
}

#menu li.level3 a, #menu li.level3 a:visited {
    width: 120px;
    color:#fff;
    font: 11px Tahoma;
    display: block;
    background: url(../resources/images/menu-bg.jpg);
    padding: 0px 0px 3px 5px;
    text-decoration: none;
}

#menu li.level3 a:hover, 
#menu li.level3 a:visited:hover {
    text-decoration: underline;
    color: #fff;
    font-weight: normal;
}

#menu li.selected a, 
#menu li.selected a:hover {
    font-weight: bold !important;
}

#menu li:hover ul li a:hover {
    font: 12px Tahoma;
    color: #fff;
}       


/* menu */

.trip {
    float: left;
    height: 1px;
    width: 450px;
    border-top: 1px dashed #8dc63f;
    margin: 20px 0px 0px 0px;
    padding: 1px 0px 1px 0px;
}

#footer {
    width: 100%;
    float:left;
    background: url(/resources/images/layout/bbg.gif) left top repeat-x;
}
#footer .adres {
    float: left;
    margin: 5px 0px 0px 15px;
    width: 250px;
}
#footer .adres p {
    font: 11px Tahoma;
    color: #fff;
}
#footer ul {
    list-style: none;
    float: right;
    width: 260px;
    padding: 0px;
    margin: 15px 0px 0px 0px;
}
#footer ul li {
    float: left;
    padding: 0px 0px 0px 0px;
}
#footer ul li.pioneer {
    background: url(../resources/images/logo-pioneer-bg.jpg) no-repeat;
    width: 156px;
    height: 29px;
    padding: 0px 5px 0px 0px;  
    margin: 5px 0px 0px 0px;
    border-right: 1px solid #fff;
}

#footer ul li.etime {
    background: url(../resources/images/logo-etime-bg.jpg) no-repeat;
    width: 52px;
    height:  39px;  
    margin: 0px 0px 0px 10px;
}

#footer ul li.etime img {
    border: 0px;
}

#navbar {
    width: 746px;
    float:left;
    padding: 20px 0px 10px 45px;
    margin: 0px 0px 0px 0px;    
    list-style: none;
}

#navbar li {
    float:left;
    border-right: 1px solid #64bbb8;
    padding: 0px 5px 0px 5px;
}

#navbar li a, #navbar li a:visited {
    font-size: 11px;
    text-decoration: none;
}

#navbar li a:hover, #navbar li a:visited:hover {
    text-decoration: underline;
}

#navbar li span {
    text-decoration: none;
    font-size: 11px;
    color: #79b92c;    
    text-decoration: underline;
}   

#second #cf,
#second #navbar,
#second #search-block,
#second #left {
    display: none !important;
}

#footer {   
    display: none !important;
}


