html, body {
        /* background-image: url(../_img/bckg.jpg);
        background-repeat: repeat-y; */
        background-color: #FFF;
        color: #000;
        margin: 0px;
        padding: 0px;
        /* text-align: center; */
        cursor: default;
}
#content_main {
        background-color: #FFF;
        color: #575757;
        text-align: left;
        /* margin: 0px auto 0px auto; */
        width: 1152px;
        height: 720px;
        /* border: #000 1px solid; */
}
#content_main.press,
#content_main.collection__finishes {
        height: 870px;
}
body, table, input, select {
        font-family: Tahoma, Arial, serif;
        font-size: 11px;
        line-height: 15px;
}
body, form, p {
        margin: 0px;
        padding: 0px;
}
pre {
        background-color: #FFF;
        color: #000;
        font-family: "Courier New", monospace;
        font-size: 10pt;
        padding: 10px;
        border: #C0C0C0 dotted 1px;
        text-align: left;
}
a img {
        border: none;
}
a {
        background-color: transparent;
        color: #000;
        cursor: pointer;
}
a:hover {
        background-color: transparent;
        color: #4E5334;
        text-decoration: none;
        cursor: pointer;
}
p, form {
        margin: 0px;
        padding: 0px;
}
.disabled {
        display: none;
}
.break,
.clear {
        clear: both;
}
.fl_left {
        float: left;
}
.fl_right {
        float: right;
}
.ta_left {
        text-align: left;
}
.ta_right {
        text-align: right;
}
.ta_center {
        text-align: center;
}
.pointer {
        cursor: pointer;
}
.info {
        background-color: #FFFFCC;
        color: #000099;
        border: #FF0000 2px dotted;
        font-size: 10pt;
        text-align: left;
        padding: 8px 10px;
        margin: 20px;
}
#debug_info {
        background-color: #000;
        color: #FFF;
        border: 2px inset;
        font-family: "Courier New", monospace;
        font-size: 10pt;
        font-weight: bold;
        text-align: left;
        margin: 30px auto 10px auto;
        width: 760px;
        padding: 10px;
}
#debug_info pre {
        background-color: #000;
        color: #DDD;
        font-weight: normal;
        padding: 0px 0px 10px 30px;
        border-left: none;
        border-top: none;
        border-right: none;
        border-bottom-color: #696969;
        margin: 0px 0px 10px 0px;
}
#debug_info b {
        background-color: #000;
        color: lime;
}
#debug_info span {
        background-color: #000;
        color: yellow;
}
#debug_info strong {
        background-color: #000;
        color: #01FFFF;
}

/* header */

#header {
        background-image: url(../_img/bckg.jpg);
        background-color: #565B38;
        color: #FFF;
        margin: 0px;
        padding: 0px;
        float: left;
        width: 239px;
        height: 720px;
        text-align: center;
}
#content_main.press #header,
#content_main.collection__finishes #header {
        height: 1050px;
}
#header a img.logo {
        width: 75%;
        margin: 40px 0px 40px 0px;
}
#header a {
        background-color: transparent;
        color: #FFF;
        text-decoration: none;
}
#header ul {
        /* text-align: left; */
}


#footer {
        display: none;
}

/* topmenu */

#topmenu {
        font-family: Verdana, Arial, serif;
        font-size: 12px;
        /* text-align: left; */
        text-align: center;
        text-transform: uppercase;
        /* margin: 0px 0px 0px 20px; */
        margin: 0px;
        padding: 0px;
        list-style: none;
}
#topmenu li {
        /* margin: 5px 0px 5px 20px; */
        margin: 10px 0px;
        padding: 0px;
}
#topmenu li a:hover {
        background-color: transparent;
        color: #D7D7CC;
}
#topmenu li.selected a {
        background-color: transparent;
        color: #A7A893;
}
#topmenu li ul {
        list-style: none;
        font-size: 10px;
        margin: 0px;
        padding: 0px;
}
#topmenu li ul li {
        /* margin: 5px 0px 5px 40px; */
        margin: 10px 0px;
        padding: 0px;
}

/* menu */

#main_menu {
        /* text-align: left; */
        text-align: center;
        /* margin: 0px 0px 0px 20px; */
        margin: 0px;
        padding: 0px;
        width: 240px;
}

#menu {
        font-family: Verdana, Arial, serif;
        font-size: 12px;
        text-align: left; 
        text-transform: lowercase;
        margin: 0px;
        padding: 0px;
        list-style: none;
        top: 460px;
        left: 0px;
        width: 240px;
        position: absolute;
        clear: both;
}
#menu li {
        /* margin: 0px 0px 3px 20px; */
        margin: 0px 0px 3px 0px;
        padding: 0px;
        text-align: center;
}
#menu li a:hover {
        background-color: transparent;
        color: #D7D7CC;
}
#menu li.selected a {
        background-color: transparent;
        color: #A7A893;
}
#menu li.menu_item_press {
        padding-top: 3px;
}


/* content */

#content {
        width: 912px;
        height: 720px;
        padding: 0px;
        float: right;
}
#content h1 {
        background-color: transparent;
        /* color: #4E5334; */
        color: #6F6F6F;
        font-weight: normal;
        padding: 0px;
        margin: 40px 0px 30px 75px;
}
#content.content_about,
#content.content_showroom_sample_sales,
#content.content_press,
#content.content_terms,
#content.content_contact,
#content.content_showrooms {
        background-repeat: no-repeat;
        background-position: right top;
        height: 720px;
}
#content.content_about {
        background-image: url(../_img/about.png);
}
#content.content_showroom_sample_sales {
        background-image: url(../_img/about.png);
}
#content.content_press {

}
#content.content_contact {
        background-image: url(../_img/contact_pix.jpg);
}
#content.content_terms {
        background-image: url(../_img/X.jpg);
}
#content.content_terms h1 {
        margin-left: 40px;
}
#content.content_showrooms {
        background-image: url(../_img/showroom_pix.jpg);
}

#content.content_home h1,
#content.content_press h1 {
        display: none;
}
#content_intro {
        background-image: url(../_img/temp_intro.png);
        background-position: center center;
        background-repeat: no-repeat;
        height: 680px;
        width: 780px;
}

/* thums_line_box */

#thums_line_box {
        height: 155px;
        width: 912px;
        padding: 0px;
        margin: 0px;
        overflow: hidden;
        position: relative;
}
#thums_line {
        list-style: none;
        height: 160px;
        width: 912px;
        max-height: 160px;
        padding: 0px;
        margin: 0px 4px 0px 4px;
        position: absolute;
        left: 0px;
        z-index: 0;
}
#thums_line li {
        list-style: none;
        display: block;
        float: left;
        padding: 0px 10px;
}

#thums_line_arrows {
        margin-top: 20px;
}
img.arrow_left {
        width: 4px;
        float: left;
        margin-left: 307px;
}
img.arrow_right {
        width: 4px;
        float: right;
        margin-right: 307px;
}

/* thums_view */

#thums_view {
        list-style: none;
        padding: 0px;
        margin: 0px 4px 0px 4px;
        text-align: left;
}
#thums_view li {
        list-style: none;
        display: block;
        float: left;
        padding: 0px 10px 20px 10px;
        text-align: center;
}
#thums_view li a {
        background-color: transparent;
        color: #6F6F6F;
        text-decoration: none;
}
#thums_view.thums_view_collection__finishes {
        margin: 10px 0px 0px 0px;
        padding: 0px;
}
#thums_view.thums_view_collection__finishes li {
        margin: 0px 10px 0px 10px;
        padding: 0px;
        width: 90px;
        height: 142px;
        max-width: 82px;
        line-height: 13px;
}
#thums_view.thums_view_press li {
        width: 130px;
}
#thums_view.thums_view_press li img {
        border: none;
}

/* coll_info */

#coll_info {
        background-color: transparent;
        color: #4E5334;
        margin: 90px 66px 0px 66px;
        width: 305px;
        height: 422px;
        float: left;
        text-align: center;
}
#coll_info .box {
        /* border-top: #4E5334 dotted 1px; */
        padding: 5px 0px;
        margin: 0px;
}
#coll_info .box2 {
        padding: 10px 0px 8px 0px;
}
#coll_info .box h2 {
        font-size: 14px;
        text-transform: uppercase;
        padding: 0px;
        margin: 0px 0px 5px 0px;
}
#coll_info .box p {
        padding: 0px 10px 7px 10px;
        margin: 0px;
}
#coll_info .box p a {
        text-decoration: none;
        border-bottom: #D3D4CE 2px solid;
}
#coll_info .box i {
        background-color: transparent;
        color: #6F6F6F;
        font-size: 12px;
        font-style: normal;
        font-weight: bold;
}
#coll_info .box b {
        background-color: transparent;
        color: #6F6F6F;
}
#coll_info ul {
        background-color: transparent;
        color: #6F6F6F;
        list-style-type: upper-alpha;
        list-style-position: inside;
        line-height: 30px;
        margin: 10px 0px 0px 30px;
        padding: 0px;
        text-align: left;
}
#coll_info ul li {
        background-position: left top;
        background-repeat: no-repeat;
        margin: 0px;
        padding: 0px 0px 0px 40px;
}
#coll_info ul a {
        background-color: transparent;
        color: #6F6F6F;
        text-decoration: none;
}
#coll_info ul a.selected {
        background-color: transparent;
        color: #333;
}
#coll_info ul a:hover {
        background-color: transparent;
        color: #5D5B5B;
        
}
#coll_info ul li img {
        border: #DFDFDA solid 1px;
        display: block;
        float: left;
}

/* coll_medium_img */

#coll_medium_img {
        margin: 90px 0px 0px 0px;
        width: 440px;
        float: left;
        text-align: center;
}
#coll_medium_img div.arrows {
        margin: 20px 0px 0px 0px;
        height: 18px;
}
#coll_medium_img div.arrows img {
        margin: 0px 6px;
}

a img.image {
        border: #DFDFDA solid 1px;
}
a:hover img.image {
        border: #BDBDB3 solid 1px;
}

/* text_collumn */

#text_collumn {
        margin: 35px 0px 0px 75px;
        text-align: justify;
        line-height: 17px;
        width: 460px;
}
#text_collumn.text_collumn_terms {
        margin-left: 40px;
}
#text_collumn.text_collumn_about:first-letter {
        background-color: transparent;
        /* color: #4E5334; */
        color: #6F6F6F;
        font-size: 52px;
        margin: 4px 10px 0px 0px;
        float: left;
}
#text_collumn p {
        margin: 0px 0px 10px 0px;
}
#text_collumn h3 {
        font-size: 14px;
        text-transform: uppercase;
        padding: 0px;
        margin: 10px 0px 5px 0px;
}
#text_collumn strong {
        font-size: 12px;
        font-weight: normal;
}

/* text_showrooms_box */

#text_collumn div.text_showrooms_box {
        height: 125px;
        width: 220px;
        float: left;
        font-size: 11px;
        line-height: 15px;
}
#text_collumn div.text_showrooms_box h3 {
        margin-top: 0px;
        padding-top: 0px;
}
#text_collumn div.text_showrooms_box h3 small {
        text-transform: lowercase;
}
#text_collumn div.text_showrooms_box strong {
        font-size: 11px;
}
#text_collumn div.text_showrooms_box a {
        background-color: transparent;
        color: #575757;
        text-decoration: none;
}
#text_collumn div.text_showrooms_box a:hover {
        background-color: transparent;
        color: #000;
        text-decoration: underline;
}

