
/* COLORS

Red = #900
Gray = #666
Light gray = #ddd


*/

root { 
    display: block;
}

body {
    background-color: white;
    font-family: Helvetica, Arial, sans-serif, serif;
}

a:link, a:visited, a:hover, a:active {
    color: #900;
}

img.link {
    border: none;
}

div.scroll {
    overflow: auto;
    width: 430px;
}



/* text */

.text_hilight_red {color: #900; font-weight: bold;}

span.italic {font-style: italic;}


/* containers*/

#container {
    width: 975px;
    font-family: Helvetica, Arial, sans-serif, serif;
    color: gray;
    margin-left: auto;
    margin-right: auto;

}

#body {
    width: 100%;
    height: 420px;
    margin-top: 30px;
}

#foot {
    width: 100%;
    text-align: right;
    
}



#left {
    width: 150px;
    height: 100%;
    float: left;
}

#right {
    width: 800px;
    height: 420px;
    max-height: 420px;
    margin-left: 25px;
    height: 100%;
    float: left;
    background-color: #DCDCDC;
    display: none;
}


/* left container*/
#logo {
    padding-bottom: 120px;
    margin-left: auto;
    margin-right: auto;
}

/* foot container*/

#lang_selector {
    width: 100%;
    height: 153px;
}

#lang {
    text-align: left;
    padding-top: 20px;
    float: right;

}


#foot a:link, a:visited, a:hover, a:active {
    text-decoration: none;
    color: gray;
}

#bottom_logo {
 float: right;
}

#bottom {
    width: 100%;
    text-align: right;
    font-size: 12px;
    padding-top: 5px;
}

#foot_menu_1, #foot_menu_2 {
    cursor: pointer;
}

/*menu*/

#menu_container div.menu_white {
    padding: 5px 5px;
    margin: 1px 0px;
    color: #900;
    font-size: 20px;
    cursor: pointer;
}

#menu_container div.menu_red {
    padding: 5px 5px;
    margin: 1px 0px;
    background-color: #900;
    color: white;
    font-size: 20px;
    cursor: pointer;
}


/*right container*/

#right_picture {
    padding: 15px;
    padding-right: 30px;
    vertical-align: bottom;
    height: 390px;
    float: left;
}

#right_content {
    height: 390px;
    max-height: 390px;
    padding: 15px;
    padding-left: 0px;
    vertical-align: bottom;
    font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif, serif;
    text-align: justify;
    color: #333333;
    font-size: 15px;
    margin-left: 353px;
}

div.price {
    width: 90%;
    height: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 20px;
    padding: 10px 0px;
    vertical-align: middle;
    text-align: center;
    background-color: #EBEBEB;
    color: #3D3D3D;
}

#translation_texts .parent {
    /*width: 170px;*/
    color: #900;
    font-weight: bold;
    margin-top: 2px;
    padding: 1px 1px;
    cursor: pointer;
}

#translation_texts .child {
    margin-top: 0px;
    /*margin-left: 30px;*/
    padding: 5px 5px;
    background-color: #EBEBEB;
    color: #3D3D3D;
   
}

/*contact*/

#contact {
    padding-top: 25px;
}

#contact input {
    border: solid 1px #BABABA;
    background-color: #F5F5F5;
    width: 330px;
}

#contact input.button {
    width: 100px;
    background-color: #900;
    color: #E8E8E8;
    border: none;
    cursor: pointer;
}

#buttons {
    margin-left: 105px;
}

#contact textarea {
    border: solid 1px #BABABA;
    background-color: #F5F5F5;
    width: 400px;
    height: 150px;
}

div.row {display: table-row;}
div.cell {display: table-cell; padding: 0px 10px;}

#c_table {
    display: table;
}

#c_table div.row {display: table-row;}

#c_table div.col1 {width: 50px; padding-bottom: 20px;}
#c_table div.col2 {width: 330px; padding-bottom: 20px;}

#contact div.message {padding-left: 10px;}

#legal_contact {
    font-size: 12px;
    color: #666;
    padding-top: 10px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 30px;
}

div.legal h3 {
    font-size: 18px;
}

div.legal h4 {
    font-size: 14px;
}

div.legal p {
    font-size: 12px;
}
