﻿
.header-call
{
    float: right;
    height: 27px;
    font-weight: bold;
    font-size: 13px;
    color: #6cac20;
}


/* logo */

.logo-and-slogan
{
    width: 248px;
    height: 74px;
    float: left;
}

#flash-logo
{
   /* position: absolute;
    left: 0;
    top: 0;*/
    width: 248px;
    height: 60px;
    display: block;
}

.logo
{
    width: 248px;
    height: 60px;
    background: url(gfx/logo.gif) no-repeat;
    overflow: hidden;
}

.logo a
{
    width: 248px;
    height: 60px;
    display: block;
}


.logo-and-slogan .head-tag-2
{
    color: #666666;
    font-size: 10px;
    font-weight: bold;
    margin-top: 2px;
    cursor: default;
}

.logo-and-slogan .head-tag-2 .head-tag-1
{
    display: none;
}

/* main menu */

.main-menu
{
    width: 657px;
    height: 38px;
    background: url(gfx/main-menu-bg.gif) no-repeat;
    float: left;
    margin-left: 6px;
}
ul.main-menu-items
{
    padding-left: 20px;
}

ul.main-menu-items li a
{
    font-weight: bold;
    text-decoration: none;
    padding: 7px 8px 8px 10px;
    background: url(gfx/main-menu-sep.gif) no-repeat 0 9px;
    display: block;
}
ul.main-menu-items li a.first
{
    background: none;
}
ul.main-menu-items li
{
    float: left;
}
