@charset "utf-8";
/* CSS Document */
/*preload classes*/ 
.svw {width: 50px; height: 20px; background: #fff;} 
.svw ul {position: relative; left: -999em;} 
 
/*core classes*/ 
.stripViewer {  
position: relative; 
overflow: hidden;  
/*border: 5px solid #FFF; */  
margin: 0 0 1px 0; 
} 
.stripViewer ul { /* this is your UL of images */ 
margin: 0; 
padding: 0; 
position: relative; 
left: 0; 
top: 0; 
width: 1%; 
list-style-type: none; 
} 
.stripViewer ul li {  
float:left; 
} 
.stripTransmitter { 
overflow: auto; 
width: 1%; 
} 
.stripTransmitter ul { 
margin: 0; 
padding: 0; 
position: relative; 
list-style-type: none; 
} 
.stripTransmitter ul li{ 
width: 20px; 
float:left; 
margin: 0 1px 1px 0; 
} 
.stripTransmitter a{ 
font: bold 10px Verdana, Arial; 
text-align: center; 
line-height: 22px; 
color: #fff; 
text-decoration: none; 
display: block; 
} 
.stripTransmitter a:hover, a.current{ 
/*background: #fff; */
color: #666666; 
} 
 
/*tooltips formatting*/ 
#tooltip { 
background: #fff; 
color: #000; 
opacity: 0.85; 
border: 5px solid #dedede; 
} 
#tooltip h3 {  
font: normal 10px Verdana;  
margin: 0;  
padding: 6px 2px;  
border: 0; 
} 






a:visited {
    color: #666666;
}
.clients {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    color: #CCCCCC;
}
.style6 {color: #CCCCCC}
.style13 {font-size: 9}


.botton_navigation {
    color: #999999;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-style: normal;
    line-height: 16px;
    font-weight: normal;
    font-variant: normal;
}
.descript {
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
}
.nextback {
    font-size: 11px;
    color: #999999;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 16px;
}
body {
    background-color: #121212;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    line-height: 16px;
    color: #CCCCCC;
}
a:link, a:visited, a:active {
    color: #fff;
    text-decoration: underline;
}

a:hover {
    text-decoration: underline;
    color: #CCCCCC;
}

.bodycopy {
    color: #CCCCCC;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    line-height: 16px;
    font-weight: normal;
    font-variant: normal;
}

td {
    
}


#nav, #nav ul{
     margin:0;
     padding:0;
     list-style-type:none;
     list-style-position:outside;
     position:relative;
     line-height:20px;
     
     font-family: 'Yanone Kaffeesatz', arial, serif;
     text-transform: lowercase;
     font-size:18px;
 } 
 
 #nav a:link, #nav a:active, #nav a:visited{
    display:block;
    padding:0px 5px;
    color:#fff;
    text-decoration:none; 
    width:65px;  
    background: #000;    

 }

#nav a:hover{    
    color:#aaa;
}

#nav li{         
    display: block;
    position:relative;
    width:65px;
}



#nav ul {
    position:absolute;
    width:65px;
    top:1.5em;
    display:none;   
}

#nav li ul {
    left:70px;
    margin:-26px 0 0 5px;
    }

#nav li ul a{
    width:65px;
    float:left;
}

#nav ul ul{
    top:auto;
    z-index: 100;
    }

#nav li ul ul {
    left:71px;
    margin:0px 0 0 5px;
    }

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
    display:none;
    }
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
    display:block;
    }


