@charset "utf-8";

* {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
}

html, body {
    height: 100%;
}
a{
    color:#27343D;
}
body{
    height: 100%;
    margin: 0px;
    padding: 0px;
    text-align: center;
    width: 100%;
    background-image: url(../images/bg.jpg);
    background-repeat: repeat-x;
    background-position:top;
    background-color:#FFFFFF;
    font-family:Arial;
    font-size:12px;
}
h1{
    color: #C40808;
    font-size: 22px;
    font-family: "Trebuchet MS";
    padding: 5px 0px 5px 0px;
    letter-spacing: 1px;
}
h2{
    color: #66CC00;
    font-size: 16px;
    font-family: Tahoma;
    padding: 5px 0px 5px 0px;
    clear: both;
    letter-spacing: 2px;
}
a img {
    border: 0px;
}

#header{
    width: 980px;
    height:110px;
    position: relative;
    margin: 0px auto;
    text-align: left;
    overflow:hidden; /* wrap floats */
    
}
#logo{
    width:400px;
    float:left;
    position:relative;
    top:0px;
}
#menu{
    width:auto;
    height:80px;
    top:30px;
    background-image:url(/images/menu.jpg);
    background-repeat:no-repeat;
    overflow:hidden;
    position:relative;
}
#menu ul {
    margin:0px;
    margin-top:60px;
    padding:0px;
    list-style:none;
}    

#menu ul li{
    height:24px;
    width:91px;
    padding:0px;
    float:left;
    margin:0px;
    display:block;
    vertical-align:bottom;
    text-align:center;    
}
#menu ul li a{
    width:91px;
    height:24px;
    display:block;
    color:white;
    text-decoration:none;
}
#menu ul li.selected a{
    font-weight:bold;
}
#container {
    position: relative;
    height: auto;
    width: 980px;
    margin: 1px auto;
    text-align: left;
}
#img{
    background-repeat:no-repeat;
    background-position:left bottom;
    z-index:-2px;
    float:left;
    position:relative;
    overflow:hidden;
    width:680px;
    height:139px;
    margin: 0px auto;
}
#search{
    top:-120px;
    z-index:-1px;
    margin: 0px auto;
    height:70px;
    position:relative;
    background-image:url(/images/search.png);
    background-repeat:no-repeat;
    background-position:left top;
    text-align:right;
    width:350px;
    float:right;
}
#search input{
    margin:5px 0px 5px 0px;
    border:0px;
    width:200px;
    border-top:1px solid #848484;
    border-left:1px solid #848484;
    font-size:11px;
    line-height:16px;
}
#search button{
    border:0px;
    background-color:transparent;
    background-image:url(/images/button.png);
    background-position:left;
    background-repeat:no-repeat;
    color:hand;
    cursor:pointer;
    color:white;
    width:82px;
    height:21px;
    font-size:11px;
    font-weight:bold;
    line-height:16px;
}
#content{
    top:-120px;
    position:relative;
    width:640px;
    background-color:white;
    float:right;
    border-top: 1px solid #77A913;
    border-left: 1px solid #77A913;
    border-right: 1px solid #77A913;
    background-image:url(/images/content_bg.png);
    background-position:bottom;
    background-repeat:repeat-x;
    padding:20px;
    min-height:200px;
    line-height:14px;
}

#content p{
    padding:0px 0px 10px 0px;
}
#footer{
    top:-120px;
    position:relative;
    width:680px;
    float:right;
    background-image:url(/images/footer_bg.png);
    background-position:bottom;
    background-repeat:repeat-x;
    border-left: 1px solid #77A913;
    border-right: 1px solid #77A913;
    height:19px;
    text-align:center;
    color:white;
    font-size:10px;
    line-height:19px;
}
#footer p{
    color:white;
    font-size:10px;
    line-height:19px;
}
#submenu{
    width: 250px;
    float: left;
    z-index: 99;
    margin-top: 20px;
    margin-left: 20px; /*    border:1px solid black;*/
    position: relative;
}

#submenu ul li a.selected{
    font-weight:bold;
}
#submenu ul li.selected li a{
    font-weight:normal;
}
#submenu ul li{
    border-bottom: 1px solid gray;
    padding:5px 0px 5px 0px;
    list-style: none;
}
#submenu ul li a{
    color:black;
    padding:5px;
    text-decoration:none;
}

#submenu ul li ul li{
    border-bottom: 0px;
    list-style: none;
    padding:5px 0px 5px 10px;
    background-image: url(/images/li.png);
    background-repeat:no-repeat;
    background-position:0px 2px;
}
#submenu ul li  ul li a{
    text-decoration:none;
}

#submenu h3{
    padding:0px 0px 0px 10px;
    position:relative;
    font-size:14px;
    background-image: url(/images/h3.png);
    background-repeat:no-repeat;
    color:white;
    margin:0px 15px 10px 0px;
    height:19px;
    width:200px;
}
#submenu h3 span{
    height:19px;
    width:15px;
    background-image: url(/images/h3.png);
    background-position:-285px;
    background-repeat: no-repeat;
    top:0px;
    position:absolute;
    left:100%;
}
#language{    
    height:20px;
    top:-120px;
    position:relative;
    width:680px;
    float:right;
    z-index:103;
    text-align:center;
}
#language ul{
    padding-top: 20px;
    list-style:none;
}
#language ul li a{
    font-size:10px;
    text-decoration:none;
    padding: 5px;

}
form td{
    padding:5px;
}
form td input, form td select, form td textarea{
    margin:5px 0px 5px 0px;
    width:200px;
    border-top:1px solid #848484;
    border-left:1px solid #848484;
    border-right:1px solid #EFEFEF;
    border-bottom:1px solid #EFEFEF;
    font-size:11px;
    line-height:16px;
}
form td button{
    border:0px;
    background-color:transparent;
    background-image:url(/images/button.png);
    background-position:left;
    background-repeat:no-repeat;
    color:hand;
    cursor:pointer;
    color:white;
    width:82px;
    height:21px;
    font-size:11px;
    font-weight:bold;
    line-height:16px;
}
.radio, .checkbox{
    width:20px;
}

#lang{
    height:24px;
    text-align:right;
}
#lang ul {
    list-style:none;
}
#lang ul li{
    list-style-image:none;
    float:right;          
}
#lang ul li a{
    text-decoration:none;
    font-weight:bold;
    font-size:10px;
    color:white;        
    line-height:20px;
    padding-right:5px;
    padding-left:5px;     
}