/*
******************************
    GENERAL
******************************
*/
body {
    padding: 0px;
	margin: 0px;
	background-color : #eeeeee;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px; 
    text-decoration: none;
}
a, td, li, div, p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
    text-decoration: none;
}
/*  for selection empty class
*/
.select {
}

/*
******************************
    LAYOUT
******************************
*/
#logo {
    position: relative;
    left: 20px;
    top: -10px;
    z-index: 10;
}
.header {
    padding-top: 25px;
}
.footer {
	margin: 0px;
	padding: 10px;
    font-size: 10px; 
    text-decoration: none;
}
.footer a {
    font-size: 10px; 
}
.footer a:hover {
    font-size: 10px; 
	text-decoration: underline;
}
.flashbg {
	background-image: url(img/flash_bg.gif);
	background-repeat: no-repeat;
	background-position: left;
}
/*
******************************
    NAVIGATION
******************************
*/
/*    language menu
*/
#menu_lang {
	top: -20px;
    position: relative;
	right: 30px;
	z-index: 20;
}
#menu_lang a,  #menu_lang a:hover {
    height: 34px;
    width: 33px;
    padding: 10px;
    display: inline-block;
    background-image: url(img/menu_lang_bg.gif);
    background-repeat: no-repeat;
    font-size: 10px;
    text-transform: uppercase;
}
#menu_lang a:hover, 
#menu_lang a.select, #menu_lang a.select:hover {
    background-image: url(img/menu_lang_select.gif);
}
/*    icon menu
*/
.menu_ico {
    display: block;
    width: 55px;
    text-align: left;
    margin-right: 5px;

    font-size: 9px;
    color: #999999;
}
/*    main menu
*/
.menu_main {
     background-image: url(img/menu_main_bg.gif);
}
tr.menu_main td.select {
    background-image: url(img/menu_main_select.gif);    
}
.menu_main a, .menu_main a:hover, 
.menu_main a.select, .menu_main a.select:hover {
    color: #8C8C8C;
    text-align: -moz-center; 
    text-align: center; 
    margin: 10px;
    display: block;
}
.menu_main a:hover, .menu_main a.select, .menu_main a.select:hover {
    /*TODO: juoda pakeisti i originalia (overwritinta) */
    color: #4E4E4E; 
/*    color: #000000; */
}




