
@import url(document.css);
@import url(document_right.css);
@import url(tree.css);
@import url(catalog.css);


body
{
behavior:url("lib/csshover.htc");
margin: 0px;
text-align: center;
background-color: #4c7b67;
font-family: Tahoma, Arial, Helvetica, sans-serif;
}

div#div_main
{
margin: auto;
width:740px;
background-image: url(../img/main_bgr.gif);
display: block;
position: relative;
height: 100%;
}

#img_shl
{
position:absolute;
left: -30px;
width: 30px;
top:0px;
background: url(../img/mborder.gif) repeat-y right;

}
#img_shr
{
position:absolute;
right: -30px;
width: 30px;
top:0px;
}
#img_shb
{
position:absolute;
left: -30px;
width:800px;
top:0px;
}

div#div_body
{
float:left;
display: block;
padding-left:10px;
text-align: left;
}

div#div_body_left
{
width:135px;
float:left;
display: table-cell;
position: relative;
color: #747474;
font-size: 10px;

background: url(../img/mborder.gif) repeat-y right;

}

div#div_body_center, div#div_body_full_width
{
width:385px;
float:left;
display: table-cell;
position: relative;
}


div#div_body_full_width
{
width:585px;
background-color: #F0EFEF;
}


div#div_body_right
{
width:200px;
float:left;
display: table-cell;
position: relative;
}

div#div_body_left .element
{
border-left: 10px solid #99c5b3;
}

a
{
color:#4C7B67;
text-decoration: none;
}

a
{
color:Black;
text-decoration: none;
}

div#page_heading
{
top:0px;
left:0px;
background-color: White;
position: absolute;
height:25px;
width:375px;
}

div#page_heading h1
{
margin:5px;
font-size: 16px;
}

#div_body_full_width_white_mask
{
background-color: White;
position: absolute;
width: 584px;
top: 0px;
left: 1px;
height:30px;
}
