/* HTML BODY */
html {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
font-family: museo-sans-rounded, arial;
font-size: 14px;
color: #003572;
text-align: center;
line-height: 20px;
}

body {
margin: 0;
padding: 0;
}

/* FONTS */
h1 {
font-family: museo-sans-rounded, arial;
font-size: 20px;
font-weight: bold;
color: #000000;
margin: 0 0 20px 0;
}

p.leader {
font-weight: bold;
}

p.backlink {
}

/* DIVS */
#top_bar {
position: absolute;
top: 200px;
left: 0px;
width: 100%;
height: 498px;
background: url('../backs/top_bar.jpg') no-repeat;
background-position: center center;
}

.cycle-slideshow {
position: absolute;
top: 0px;
left: 50%;
margin-left: -512px;
}

#wrapper {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
}

#container {
position: relative;
margin: -57px auto 0 auto;
padding: 0;
width: 1024px;
min-height: 100%;
text-align: left;
}

#menu {
position: absolute;
top: 197px;
left: 400px;
z-index: 120;
}

#content {
position: relative;
float: left;
margin: 787px 0 30px 0;
padding: 0 350px 0 0;
min-height: 500px;
}

#footer {
position: relative;
float: left;
width: 100%;
height: 57px;
background: url('../backs/top_bar.jpg') no-repeat;
background-position: center center;
}

#footer_inner {
padding: 20px 0 0 0;
font-size: 14px;
color: #ffffff;
}

/* PARAGRAPHS */
p {
margin: 0 0 20px 0;
}

/* NEWS */
.news_item {
}

.news_item_comment {
position: relative;
clear: both;
margin: 20px 0 0 0;
padding: 10px 10px 0 10px;
width: 100%;
min-height: 50px;
border: 1px solid #000000;
}

.news_item_comment_footer {
margin: 10px 0 0 0;
padding: 3px 0 5px 0;
border: 1px solid #000000;
font-size: 11px;
}

/* CALENDAR */

/* GUESTBOOK */
.guestbook_item {
position: relative;
clear: both;
width: 100%;
min-height: 50px;
border: 1px solid #000000;
margin: 20px 0 0 0;
padding: 10px;
}

/* PHOTO */
.gallery_thumb {
position: relative;
float: left;
margin: 0 20px 0 0;
width: 150px;
text-align: center;
}

/* PRODUCTS */
.products_box {
position: relative;
float: left;
border: 1px solid #000000;
width: 100%;
margin: 0 50px 20px 0;
padding: 10px;
min-height: 150px;
}

.products_box img {
position: relative;
float: left;
margin: 0 10px 10px 0;
width: 100px;
height: 100px;
}

.product_box, #product_thumbs {
position: relative;
clear: both;
width: 100%;
margin: 0 0 20px 0;
padding: 10px;
border: 1px solid #000000;
}

#product_thumbs img {
height: 100px;
}

/* LOGIN */
.login_box {
padding: 10px;
border: 1px solid #000000;
}

/* IMAGES */
img {
border: 0px solid #000000;
}

img.logo {
position: absolute;
top: 40px;
left: 50%;
margin-left: -490px;
z-index: 20;
}

img.header_payoff {
position: absolute;
top: 0px;
left: 50%;
margin-left: -652px;
z-index: 110;
}

img.stock {
}

img.stock_news {
}

img.thumb {
display: block;
margin: 0 auto 0 auto;
height: 100px;
}

img.payoff {
position: absolute;
top: -70px;
left: 50%;
margin-left: -512px;
}

img.visual {
position: absolute;
top: -389px;
left: 50%;
margin-left: 280px;
}

img.trendo {
position: fixed;
bottom: 5px;
right: 5px;
}

img.target {
position: fixed;
top: 50%;
margin-top: -76px;
right: 0px;
}

/* TABLES */
td {
vertical-align: top;
}

td.descr {
font-weight: bold;
padding: 0 20px 0 0;
}

/* FORMS */
input, textarea {
font-family: museo-sans-rounded, arial;
font-size: 13px;
color: #000000;
border: 1px solid #000000;
}

.cfield {
display: none;
}

/* LINKS */
a {
text-decoration: none;
color: #000000;
}

a:hover {
color: #000000;
}

#footer_inner a {
color: #ffffff;
font-weight: bold;
}

/* LISTS */

/* LISTS MENU */
#menu ul {
margin: 0;
padding: 0;
list-style: none;
}

#menu ul li {
position: relative;
float: left;
margin: 0 20px 0 0;
}

#menu ul li a {
text-decoration: none;
font-size: 16px;
font-weight: bold;
color: #003572;
text-transform: lowercase;
}

#menu ul li a:hover {
color: #a5c82d;
}

/* MENU MOBILE */
#menu_mobile {
display: none;
}

.languages {
    position: absolute;
    top: 100px;
    right: 0px;
}

.languages img {
    margin-left: 10px;
}