/* Copyright 2005 Sparecodesign */
/* Layout Stylesheet */
/*
SCHEMA CULORI
+++++++++++++
#66D9FF - albastru/verde link
#EB3B00 - portocaliu
#000000 - negru
#ffffff - alb
*/

body {
 scrollbar-arrow-color: #EB3B00;
 scrollbar-base-color:#0d181b;
 scrollbar-dark-shadow-color: #0d181b;
 scrollbar-track-color: #0d181b;
 scrollbar-face-color: 000000;
 scrollbar-shadow-color: 000000;
 scrollbar-highlight-color: 000000;
 scrollbar-3d-light-color: 000000;
 font-family:verdana, sans-serif;
 font-size:10pt;
 background: #000000;
 color: #ffffff;
 border:0;
 margin: 0; 
 padding:0;
 }

#sex-top {
    top:0;
    left:0;
    width:100%;
    height:90px;
    background: #000000 url(../../images/sex-logo.jpg) no-repeat;
    color: #333333;
}

#sex-top-meniu {
 position: absolute;
 top: 58px;
 height: 22px;
 left: 200px;
 padding: 0px;
}
/*
#sex-bottom {
 width: 100%;
 position:absolute;
 top: 500px;
 height: 80px;
 background: #0d181b;
 color: #333333;
 border: solid #1f6a80;
 border-width: 0 0 0 0;
 left: 3px;
 padding: 10px;
 }
*/

#sex-left {
 position: absolute;
 top:90px;
 left:5px;
 width:190px;
 z-index: 1;
 background: #000000;
 color: #ffffff;
 }

#sex-right {
 position: absolute;
 top:90px;
 right:5px;
 width:170px;
 z-index: 0;
 background: #000000 url(../../images/cos.gif) no-repeat top;
 }

#sex-content {
 margin: 0px 180px 0 200px;
 min-width:400px;
 font-weight:550;
 font-size:1em;
 font-family: verdana, georgia, arial, sans-serif;
 color: #f1f1f1;
 }

/*
 meniu stanga
*/

#navbox {
    margin:0px 0px 0px 0px;
    width:190px;
    background:transparent;
}
#navbox .navhead {
    text-align:center;
    font-weight:bold;
    font-size:8pt;
    line-height:2em;
    background:url("/images/front/box_top.gif") no-repeat;
    background-color:#117acb;
    color:#fff;
}
#nav, #nav ul, #nav li, #nav a {
    display:block;
    margin:0;
    padding:0;
    border:0;
}
#nav ul {
    float: left;
    width:185px;
    background:#000;
    list-style:none;
}
#nav li {
    float:left;
    width:185px;
    position:relative;
}
#nav li:hover, #nav li.sfhover{
    z-index:1;
}
#nav li ul {
    position:absolute;
    left:-999em;
    margin: -1em 0 0 145px;
    background:#000;
    border:1px solid #09416B;
}
#nav li:hover ul, #nav li.sfhover ul {
    left: auto;
}
#nav a {
    padding-left:0px;
    margin:2px;
    width: 185px; /* init */
}
#nav a {
    \width: 185px; /* IE 5 */
    w\idth: 182px; /* standard */
}
#nav a.submenu {
    background:url("../../images/nav-sub.gif") right no-repeat;
}
#nav a:hover {
    background-color:#000000;
    text-decoration:none;
    color:#ffffff;
}

/*
 taburi
 */

#tabsw { /* Wrapper needed by IE < 5.5 */
    position:relative;
    width:100%;
}
#tabs {
    margin:0;
    float:left;
    width:100%;
    font-size:1em;
    line-height: normal;
    font-weight:bold;
    background: #000000;
}
#tabs ul {
    margin:0;
    padding:0;
    list-style:none;
}
#tabs li {
    float:left;
    background: #333333;
    margin:0 3px 0 0;
    padding:0 0 0 10px;
    border-bottom:1px solid #000;
}
#tabs a {
    float:left;
    display: list;
    background:#333333;
    padding:5px 15px 4px 5px;
    width:.1em;
    color:#cccccc;
}
/* IE clickable hack reset */
#tabs>ul a {
    width:auto;
}
#tabs a:hover {
    color:#888;
    text-decoration:none;
}

/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
#tabs a {float:none;}
/* End IE5-Mac hack */

#tabs #current {
    border-width:0;
}
#tabs #current a {
    padding-bottom:5px;
    color:#EB3B00;
}