*
{
    margin: 0px;
    padding: 0px;
    
    font-family:			"Segoe UI", "Trebuchet MS", "Avant Garde", Helvetica, Verdana, sans-serif;
    
    outline: none;
    
    cursor: default;
}

a:link, a:link *
{
    cursor: pointer;
}

html
{
    overflow: hidden;
}

#header
{
    background-color: #000;
    background-image: url("../img/bars-444.png");
    background-position: center top;
}

#logo
{
    background-image: url("../img/logo.png") !important;
}


    #nav>ul a
    {
        width:				130px;
	height:				45px;
    /*    line-height:			45px;*/
	line-height: 15px;
        
	padding: 0px 			15px;
        
	font-size:				14px;
    }
    
    #nav>ul>li>ul
    {
	bottom:				45px;
    }
    
    #logo
    {
	
	height: 			83px !important;				/* LOGO HEIGHT */
	width: 				93px !important;				/* LOGO WIDTH */
    }
    
    #nav
    {
	padding-left: 			100px;						/* LOGO WIDTH */
    }
    

    #logo
    {
        background-position: right -83px !important;
    }

    #logo:hover
    {
        background-position: right 0px !important;
    }


@media (max-width: 1024px) 
{
    #nav>ul a
    {
        width:				110px;
        height:				32px;
        line-height:			10px;
        
        padding: 0px 			12px;
        
        font-size:				11px;
    }

    #nav>ul>li>ul
    {
        bottom:				32px;
    }
    
    #logo
    {
	
	height:				57px !important;				/* LOGO HEIGHT */
	width: 				61px !important; 				/* LOGO WIDTH */
    }
    
    #nav
    {
	padding-left: 			70px; 						/* LOGO WIDTH */
    }
    

    #logo
    {
        background-position: left -83px !important;
    }

    #logo:hover
    {
        background-position: left 0px !important;
    }

}



body
{
    text-align: center;
}

#content>iframe,#loader
{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    border: 0px;
    
    /*overflow-x: hidden;*/
    
    z-index: 10;
}

#loader
{
    background: white;
    background-image: url("../img/ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center center;
}

#header
{
    position: absolute;
    z-index: 20;
    bottom: 0px;
    left: 0px;
    right: 0px;
    
    text-align: center;
    
    padding-right: 17px;
}

#nav
{
    text-align: center;
    margin: 0px auto;
    width: auto;
    display: inline-block;
    vertical-align: bottom;
}

#nav>ul
{
    text-align: center;
    /*left: 0px;*/
    /*right: 0px;*/
}

#nav ul
{
    list-style-type: none;
}

#nav>ul>li
{
    position: relative;
    
    display: table-cell;
    vertical-align: bottom;
    
    z-index: 30;
    
    /*background:				#444;*/ /* borders between blocks */
}

#nav>ul a
{
    background:				#222;
    color: 				#ddd;
    
    display: block;
    
    
    text-decoration: none;
    
    /*margin: 1px 1px 0px 0px;*/
    border-left: 1px solid #333;
    
    overflow: hidden;
    
    vertical-align: middle;
    display: table-cell;
}

#nav>ul>li>ul a
{
    /*border-bottom: none !important;*/
    border-bottom: 1px solid #333;
}

#nav>ul>li:last-child>a
{
    /*color:red;*/
    border-right: 1px solid #333;
}

#nav>ul a:hover
{
    background:				#333;
    color:				#fff;
}


#nav>ul>li>ul
{
    position: absolute;
    display: none;
    /*background: 			#444;*/ /* borders between blocks */
}

a.selected
{
    /*background: #333 !important;*/
    background-image: url("../img/bars-444.png") !important;
}

#logouts
{
    position: absolute;
    bottom: 0px;
}

#logouts iframe
{
    width: 10px;
    height: 10px;
}

.highlited
{
    color: #ffe05f !important;
}



#nav li>div
{
    position: relative;
}

#logo
{
    position: absolute;
    right: 0px;
    bottom: 0px;
    
    border: none !important;
    
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    
    padding: 0px !important;
    margin-right: 20px;

}
