html {font-size: 100%;}

body {
    font-family: arial, tahoma, verdana, lucida, sans-serif;
    font-size: 0.7em;
    padding: 0px;
    margin: 0px;
    color: #FFFFFF;
    text-align: center;
    background: #343F49 url('/images/body-bg-sub.png') top left repeat-y;
}


table {font-size: 1em;}

form {margin: 0px;}

input, textarea {
    border: 1px solid #787F86;
    background: #FFFFFF;
    font-family: arial, lucida, sans-serif;
}

a {
    text-decoration: underline;
    color: #FFFFFF;
}

a:hover {text-decoration: none;}

a img {border: 0px;}

ul {
    text-align: left;
}

ul li a{text-decoration: none;}

ul li a:hover{text-decoration: underline;}

fieldset {border: 0px; clear: left; float: left;}

address {
    position: absolute;
    top: 460px;
    left: 10px;
    font-style: normal;
    text-align: left;
    color: #666666;
}
address a {color: #666666;} 

#langs {
    height: 40px;
    width: 170px;
    position: absolute;
    top: -45px;
    left: 0px;
    background: #FC7215;
}

#langs a img {border: 0px; margin: 7px 0px 0px 15px;}

h1 {
    background: #787F86;
    height: 40px;
    display: inline;
    font-size: 1.5em;
    padding: 10px 20px 10px 50px;
    margin: 0px 0px 0px 0px;
    position: relative;
    left: -50px;
}

h2 {
    font-size: 1.4em;
}

h3 {
    font-size: 1.2em;
}

#top {
    width: 100%;
    height: 240px;
    background: #FFFFFF url('/images/top-bg.png') top left repeat-y;
}

#topWhite {
    height: 240px;
    background: url('/images/top-flowers.png') bottom right no-repeat;
}

#topFlower {
    position: absolute;
    top: 12px;
    left: 74px;
}

#topText {
    position: absolute;
    top: 54px;
    left: 288px;
}

#topLogo {
    position: absolute;
    right: 42px;
    top: 44px;
}

#menu {
   height: 45px;
   width: 100%;
   background: url('/images/menu-bg.png') left top repeat-y;
}

#menu ul {
    height: 45px;
    margin: 0px 0px 0px 170px;
    padding: 0px 0px 0px 30px;
    list-style-type: none;
    background: url('/images/menu-it.png') left top repeat-x;
}

#menu ul li {float: left;}

#menu ul li a {
    float: left;
    color: #FFFFFF;
    font-size: 1.1em;
    line-height: 45px;
    font-weight: bold;
    padding: 0px 12px;
}

#menu ul li.active a {
    background: #FFFFFF;
    color: #000000;
    text-decoration: none;
}

#menu ul li a:hover {
    background: #FAA86B;
    color: #FFFFFF;
    text-decoration: none;
}

#main {
    width: 100%;
    min-height: 600px;
    _height: 600px;
    padding-bottom: 10px;
    position: relative;
    text-align: left;
    float: left;
    background: url('/images/main-flowers.png') right bottom no-repeat;
}

#main img {border: 2px solid #FFFFFF;}
#main img.noBorder {border: 0px;}

#main ul {padding: 0px 0px 0px 0px; margin: 20px 0px 0px 16px;}

#leftImg {
    position: absolute;
    top: -5px;
    left: 0px;
}


#right {
    width: 740px;
    text-align: left;
    margin: 38px 0px 0px 220px;
}

#right p {
    margin: 15px 0px 5px 0px;
}

#inLeft {
    width: 460px;
    float: left;
    text-align: left;
}

#inRight {text-align: right;}

#footer {
    position: absolute;
    bottom: 10px;
    right: 0px;
    float: right;
    background: url('/images/footer-logo.png') top right no-repeat;
    padding-right: 70px;
    font-size: 0.9em;
    height: 20px;
    margin-top: 10px;
}

#contactF {margin-top: 30px;}

#contactF label {
    font-weight: bold;
}


.cleaner {clear: both;}
.btn { background-color:#FC7215; color:#ffffff; font-weight:bold; padding:5px; border:none;font-family: arial, tahoma, verdana, lucida, sans-serif;cursor:pointer; font-size: 1em;}
.btn:hover { background-color:#FAA86B; }

