﻿h6
{
    border:none;
}
html, body, form
{
    margin: 0;
    padding: 0;
}
body
{
    font-family: Arial, Helvetica;
    font-size: 12px;
    background-color: #CCCCCC;
}
#keep-online
{
    margin-top:70px;
}
h1
{
    font-size:20px;
    color:#333333;
    float:left;
    width:750px;
    padding-left:0px;
    margin:3px 0;
}
h2  
{
    font-size:16px;
    color:#333333;
    float:left;
    width:750px;
    padding-left:0px;
    margin:3px 0;
}
h3
{
    font-size:16px;
    font-weight:bold;
    margin:6px 0 0 6px;
    color:#fff;
}
#advert
{
    float:left;
    width:145px;
    margin:10px 0;
}
img
{
    border: none;
}
.clear
{
    clear:both;
}
.clear-left
{
    clear:left;
}
.mandatory
{
    font-size:10px;
    color:red;
}
#container
{
    width: 1000px;
    margin: 0 auto;
    display: block;
}
#header-left
{
    background: url(/images/header_left.jpg) top right no-repeat;
    float: left;
    width: 797px;
    height: 90px;
    border-bottom: solid 4px #FAF30A;
}
#header-right
{
    float: left;
    width: 203px;
    height:90px;
    border-bottom: solid 4px #FAF30A;
}
#topmenu
{
    list-style: none;
    float: left;
    margin: 68px 10px 0 0px;
    width: auto;
    padding-left: 10px;
}
html > body #topmenu
{
    margin-right: 20px;
}
ul#topmenu
{
    list-style: none;
    list-style-image: none;
}
#topmenu li
{
    float: left;
    margin-left: 10px;
    position:relative;  
}
#topmenu li a
{
    background: url(/images/menu_tab_left.png) top left no-repeat;
    display: block;
    text-decoration: none;
    color: #543102;
    font-size: 15px;
    padding: 3px 0 2px 8px;
    font-weight: bold;
}
#topmenu li a span
{
    display: inline;
    position: relative;
    left: 1px;
    background: url(/images/menu_tab_right.png) top right no-repeat;
    padding: 3px 1px 2px 2px;
}
#topmenu li a:hover, #topmenu li a.selected
{
    color: #6633FF;
}

#topmenu li ul.subnav
{    
    padding: 4px 0px 0px 0px;
    list-style: none;
    display: none;
    width: 200px;
    position:absolute;
    margin:-4px 0 0 0px;
    z-index:1001;
}
/*#topmenu li:hover ul.subnav, #topmenu li.over ul.subnav
{
    display: block;
}*/
#topmenu li ul.subnav li
{
    width: 200px;
    margin: 0;
    clear: left;
}

#topmenu li ul.subnav li a:link, #topmenu li ul.subnav li a:visited
{
    clear: left;
    background:#FAF30A; /* yellow */
    padding: 4px 0 4px 10px;
    border: none;
    position: relative;
    width:200px;
    height:20px;
    display:block;
    
}
#topmenu li ul.subnav li:hover a, #topmenu li ul.subnav li a:active, #topmenu li ul.subnav li a:hover
{
    color: #6633FF;
}
.head1
{
    background-image:url(/images/bg_header1.jpg);
}
.head2
{
    background-image:url(/images/bg_header2.jpg);
}
.head3
{
    background-image:url(/images/bg_header3.jpg);
}
.head4
{
    background-image:url(/images/bg_header4.jpg);
}
.head5
{
    background-image:url(/images/bg_header5.jpg);
}
p.home
{
    font-size:14px;
    padding:15px 0;
}
#footer
{
    float:left;
    width:1000px;
    padding:20px 0;
    text-align:center;
}
.validation-summary
{
    border:dotted 1px #f00;
    padding:10px;
    width:260px;
    float:left;
    margin-bottom:10px;
}
.validation-summary ul
{
    padding-left:20px;
}
.image-hide
{
    width:100px;
    height:100px;
    overflow:hidden;
}