BODY {
    background: url(/img/bg.png) repeat-x #7e4809;
    margin: 0;
    padding: 0;
    color: #3c1910;
    font-family: Verdana;
    font-size: 12px;
    height: 100%;
}

IMG {
    border: 0;
}

A {
    color: #5c3930;
}

#flower {
    background: url(/img/bg_flower.png) no-repeat;
    width: 1020px;
    height: 1020px;
    text-align: left;
    position: relative;
}

#flower IMG {
    margin-top: 90px;
    margin-left: 20px;
}

#flower DIV {
    margin-left: 20px;
}

#nav_menu {
    position: absolute;
    right: 50px;
    top: 20px;
}

#nav_menu A {
    margin: 5px;
}

#lang_menu {
    position: absolute;
    right: 50px;
    top: 50px;
}

#lang_menu A {
    margin: 5px;
    font-family: Times;
    font-size: 14px;
    font-style: italic;
    color: #ab9688;
    text-decoration: none;    
}

#lang_menu A:hover {
    color: white;    
}

#lang_menu A.selected {
    color: #f7d755;    
}

#intro_menu {
    margin-top: 60px;
}

#intro_menu A {
    font-family: Times;
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    color: white;
    margin-right: 40px;
    text-transform: lowercase;
    text-decoration: none;
}

#intro_menu A:hover {
    color: #f7d755;
}

#pic1 {
    background: url(/img/intro_1.png) no-repeat;
    width: 489px;
    height: 371px;
    position: absolute;
    top: 350px;
    right: 40px;
    z-index: 4;
}

#pic2 {
    background: url(/img/intro_3.png) no-repeat;
    width: 517px;
    height: 418px;
    position: absolute;
    top: 250px;
    left: 60px;
    z-index: 2;
}

#pic3 {
    background: url(/img/intro_4.png) no-repeat;
    width: 455px;
    height: 366px;
    position: absolute;
    top: 480px;
    left: -40px;
    z-index: 1;
}

#pic4 {
    background: url(/img/intro_2.png) no-repeat;
    width: 523px;
    height: 396px;
    position: absolute;
    top: 590px;
    right: 120px;
    z-index: 3;
}

#pic5 {
    background: url(/img/intro_5.png) no-repeat;
    width: 295px;
    height: 298px;
    position: absolute;
    top: 750px;
    left: 40px;
    z-index: 5;
}

#disclaimer {
    position: absolute;
    bottom: 10px;
    right: 500px;
    color: white;
    font-family: Times;
    font-size: 14px;
    font-style: italic;
    color: white;
    text-decoration: none;    
}

#main {
    margin: 10px;
    padding: 9px;
    width: 950px;
    height: 100%;
    text-align: left;
    background: url(/img/bg_flower_small.png) no-repeat white 100% 0%;
}

#top {
    text-align: left;
}

#top IMG {
    margin-right: 10px;
}

#top_controls {
    position: relative; 
    float: right;
    width: 20px;
    line-height: 2;
}

* html #top_controls {
    display: inline;
}

#top_controls A {
    color: #5b3317;
    margin: 5px;
}

#main_phone {
    width: 280px;
}

#lang_bar {
    float: right;
    width: 180px;
}

#lang_bar A {
    font-family: Arial;
    font-size: 14px;
    color: #5b3317;
    text-decoration: none;
    line-height: 1.5;
    display: block;
}

#lang_bar A.selected {
    color: #ffae00;
}

#menu_1 {
    display: inline-block;
}

* html #menu_1 { display: inline; }
* + html #menu_1 { display: inline; }
* html #menu_1 { width: 190px; }

#menu_2 {
    display: inline-block;
}

* html #menu_2 { display: inline; }
* + html #menu_2 { display: inline; }
* html #menu_2 { width: 190px; }

#menu_3 {
    display: inline-block;
}

* html #menu_3 { display: inline; }
* + html #menu_3 { display: inline; }
* html #menu_3 { width: 190px;; }

#menu_4 {
    display: inline-block;
}

* html #menu_4 { display: inline; }
* + html #menu_4 { display: inline; }
* html #menu_4 { width: 190px;; }

#menu_5 {
    display: inline-block;
}

* html #menu_5 { display: inline; }
* + html #menu_5 { display: inline; }
* html #menu_5 { width: 190px;; }

#menu A {
    text-decoration: none;
}

* html #menu A {
    position: relative;
    top: -10px;
}

* html #menu {
    position: relative;
    top: 15px;
}

#menu DIV.txt {
    text-transform: lowercase;
    width: 190px;
    height: 30px;
    font-family: Verdana;
    font-size: 12px;
    margin-bottom: 10px;
    color: white;
}

#menu DIV.txt SPAN {
    position: relative;
    top: 10px;
    left: 10px;
}

#menu A.current DIV.txt SPAN {
    color: white;
    font-weight: bold;
}

#menu A.current DIV.pic {
    background-position: 0% 100%;
}

#menu A DIV.pic {
    background-position: 0% 0%;
}

#menu A {
    cursor: pointer;
}

#menu A:hover DIV.pic {
    background-position: 0% 100%;
}

#menu_1 DIV.txt {
    background: #916300;
}

#menu_2 DIV.txt {
    background: #5b3317;
}

#menu_3 DIV.txt {
    background: #ad8022;
}

#menu_4 DIV.txt {
    background: #e4a31a;
}

#menu_5 DIV.txt {
    background: #784e15;
}

#menu DIV.pic {
    width: 190px;
    height: 112px;
}

#menu_1 DIV.pic {
    background: url(/img/menu_about.png);
}

#menu_2 DIV.pic {
    background: url(/img/menu_coffee.png);
}

#menu_3 DIV.pic {
    background: url(/img/menu_equipment.png);
}

#menu_4 DIV.pic {
    background: url(/img/menu_offers.png);
}

#menu_5 DIV.pic {
    background: url(/img/menu_contact.png);
}

#middle {
    position: relative;
    width: 100%;
    height: 100%;
}

* html #middle {
    margin-top: 16px;
}

#middle_skipper {
    height: 500px;
    float: right;
    width: 1px;
}

#middle_clear {
    clear:both;
    height:1px;
    overflow: hidden;
}

#content {
    background: url(/img/bg_content.png) no-repeat #ffe09e;
    width: 729px;
    margin-top: 10px;
    padding: 10px;
}

#sidebar {
    background: white;
    height: inherit;
    padding-left: 10px;
    width: 190px;
    position: absolute;
    top: 0px;
    right: 0px;
}

#sidebar DIV {
    width: 190px;
}

DIV#order {
    background: #7e4909;
    width: 100%;
    height: 35px;   
}

#order A {
    color: #ffe8bf;
    font-size: 14px;
    text-decoration: none;
    position: relative;
    top: 8px;
    left: 5px;
}

DIV#news {
    margin-top: 10px;
    background: #fff6e7;
    padding: 5px;
    width: 180px;
}

DIV#disclaimer2 {
    color: white;
    margin: 5px;
}

#intro_phone {
    position: relative;
    left: -60px;
    top: top0px;
    float: right;
    color: #ab9688;
}

DIV#cbar {
}

DIV#vbar {
    width: 1px;
    height: 30%;
    float: left;
}

DIV#hbar {
    clear: both;
}
