@charset "UTF-8";
/* CSS Document */


body {
 margin-right: 0px;
 margin-bottom: 0px;
 margin-left: 0px;
 margin-top: 0px;
 padding: 0;
 background-color:#bffffff;
 overflow:auto;
}

td {
 padding: 0px;
 border: none;
}

.site {
 background-image:url(images/background_web.jpg);
 background-repeat:no-repeat;
 background-position:top left;
}

.menu {
 width: 231px;
 max-width:231px;
 height:100%;
 position:absolute;
}

.menupoints {
 padding: 32px 39px;
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 12px;
 line-height: 16px;
}

.menupoints b {
 color: #FCF6E9;
 background-color: #000000;
 font-weight: normal !important;
}

.menupoints a {
 color: #3e352d;
 text-decoration:none; 
}

.menupoints a:hover {
 color: #FCF6E9;
 background-color: #000000;
}


.content {
 background-image:url(images/background_dark_web_01.jpg);
 background-repeat:repeat;
 position:absolute;
 top: 101px;
 left: 231px;
 right: 0%;
 white-space:nowrap;
 overflow:auto;
 z-index: 0;
}

.content_bg {
 padding: 11px 11px;
 background-image:url(images/background_dark_web.jpg);
 background-repeat:no-repeat;
 white-space:nowrap;
 overflow:auto;
 width:auto;
 /* height:auto;
 height: 390px; */

 /* min-width:500px; */

}


.content .item {
 width:	235px;
 padding-right:11px;
 margin-bottom:11px;
 display:table-cell;
 vertical-align:top;
 font-family:Arial, Verdana, Helvetica, sans-serif;
 font-size: 11px;
 color:#3e352d;

}

.content .item a {
 color:#3e352d;
}

.content .item a:hover {
 color:#000000;
}

.content .item img {
 margin-bottom: 5px;
 border: none;
}