body
{
    background: #ffffff;
    color: #000000;
    font: 75%/1.5 Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    padding: 0;
    margin: 0;
}

a
{
    color: #ff4000;
    text-decoration: underline;
}

h1, h2, h3, h4, h5
{
    color: #ff4000;
    text-transform: uppercase;
    margin: 1em 0;
}

h1
{
    font-size: 130%;
    margin-top: 0;
}

h1, h2.bg, div.news h4
{
    background: transparent url("../img/headings.png") no-repeat 0 2px;
    border-bottom: #bfbfbf 1px solid;
    padding: 0 0 4px 30px;
}

h2
{
    font-size: 110%;
}

h2.bg
{
    background-position: 0 0;
}

h3, h4, h5
{
    font-size: 100%;
}

hr, h2 span, div.navigation h4, div.language h4, div.language ul li a span
{
    display: none;
}

img
{
    border: none;
}

img.left
{
    float: left;
    margin: 0 12px 4px 0;
}

img.right
{
    float: right;
    margin: 0 0 4px 12px;
}

p
{
    text-align: justify;
}

p.center
{
    text-align: center;
}

table
{
    width: 620px;
    font-size: 93%;
    background-color: #e0e1e2;
    margin: 0.2em 0;
}

table td, table th
{
    background-color: #f4f4f4;
    vertical-align: top;
}

table td.c
{
    text-align: center;
}

table td.price
{
    width: 120px;
}

table td input, table td textarea
{
    width: 128px;
    font-size: 93%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

table td textarea
{
    width: 500px;
}

div.page
{
    background: #ffffff;
    margin: 0 auto;
    text-align: left;
    width: 700px;
}

div.header
{
    background: transparent url("../img/header-bg.png") no-repeat 0 100%;
    width: 700px;
    height: 195px;
}

div.header h2
{
    float: left;
    margin: 0;
    padding: 20px 0 0 0;
}

div.header h2 a
{
    background: transparent;
    display: block;
    height: 175px;
    width: 700px;
}

div.content
{
    height: 240px;
    padding: 40px 0 0 0;
}

div.page>div.content
{
    height: auto;
    min-height: 240px;
}

div.content p.position
{
    color: #888888;
    margin: -0.4em 0 1.2em 0;
}

div.main
{
    width: 480px;
    float: left;
    display: inline;
    margin: 20px 0 0 0;
}

div.main p
{
    margin: 1em 0;
}

div.main ul
{
    margin: 1.2em 32px;
    padding: 0;
}

div.main div.col1
{
    width: 240px;
    float: left;
}

div.main div.col2
{
    width: 240px;
    float: right;
}

div.news
{
    display: inline;
    width: 200px;
    float: right;
    margin: 20px 0 0 0;
    padding: 0;
}

div.news h4
{
    background-position: 0 -2px;
    margin: 5px 0 12px 0;
}

div.news h5
{
    color: #3f3f3f;
    font-size: 93%;
    background: transparent url("../img/news-headings.png") no-repeat 10px 2px;
    padding: 0 0 0 25px;
    margin: 0;
    text-transform: none;
}

div.news p
{
    font-size: 93%;
    padding: 0 10px 20px 10px;
    margin: 0;
}

div.news p.date
{
    clear: left;
    float: right;
    color: #f55c00;
    padding: 0 10px;
    margin: 0;
}

div.news p.last
{
    margin: -1em 0 0 0;
}

div.navigation
{
    clear: both;
    position: absolute;
    top: 195px;
    width: 700px;
    height: 38px;
    background: transparent url("../img/navigation-bg.png") repeat-x 0 0;
    margin: 2px 0 0 0;
}

div.navigation ul
{
    margin: 0;
    padding: 0;
}

div.navigation ul li
{
    float: left;
    list-style-type: none;
    margin: 0 2px 0 0;
    background: transparent url("../img/navigation-li-bg.png") no-repeat 0 0;
    background-color: expression(
        this.onmouseover = new Function("this.className += ' hover';"),
        this.onmouseout = new Function("this.className = this.className.replace(' hover', '')")
    );
}

div.navigation ul li.first
{
    background: none;
}

div.navigation ul li a
{
    float: left;
    color: #ffffff;
    display: block;
    font-size: 93%;
    font-weight: bold;
    height: 38px;
    line-height: 1.1;
    padding: 12px 6px 0 16px;
    text-transform: uppercase;
    text-decoration: none;
}

div.navigation ul li>a, div.navigation ul li>a
{
    float: none;
    *float: left;
    height: 26px;
}

div.navigation ul li a:hover, div.navigation ul li a.active
{
    color: #ff7f00;
}

div.navigation ul li:hover ul, div.navigation ul li.hover ul
{
    display: block;
}

div.navigation ul li ul
{
    clear: both;
    font-size: 93%;
    display: none;
    margin: 0 0 0 6px;
    padding: 0;
    position: absolute;
    width: 192px;
    opacity: .90;
    filter: alpha(opacity=90);
}

div.navigation ul li ul li
{
    float: right;
    height: auto;
    background: none;
    margin: 0;
    padding: 0;
    width: 192px;
}

div.navigation ul li ul li a
{
    color: #ffffff;
    background: #04833e;
    font-size: 100%;
    font-weight: normal;
    height: auto;
    margin: 0;
    padding: 5px 10px;
    text-align: left;
    text-transform: none;
    width: 160px;
}

div.navigation ul li ul li>a
{
    width: 140px;
}

div.navigation ul li ul li a:hover
{
    color: #ffffff;
    background: #ff7f00;
}

div.footer
{
    clear: both;
    width: 700px;
    background: #0E8046 url("../img/footer-bg.png") repeat-x 0 0;
    font-size: 93%;
    padding: 6px 0;
}

div.footer p
{
    color: #ffffff;
    margin: 0 12px;
    padding: 2px 0;
}

div.footer p a
{
    color: #ffffff;
    text-decoration: underline;
}

div.footer p a:hover
{
    color: #ff4000;
    text-decoration: underline;
}