html, body {
	background:#ff0009 ; /* Lapas background */
}

#skinTop {
		background-image:url('https://i2.ifrype.com/skins/842/381/v4/243270_head.jpg'); /* Galvenes bilde */
		padding-top:179px; /* Galvenes augstums */
		background-size: 1353px auto;
	}

#skinFootWrap {
	}

#skinBg {

}

#skinFixed {
}


#skinFoot{
	height:128px; /* Footer bildes pozicija */
		background-image:url('https://i2.ifrype.com/skins/842/381/v4/243270_foot.jpg'); /* Footer bilde */
					background-size: 1353px auto;
	}

#nologinHeader {
	border-bottom-color:#0300ff;
}


#menu td a {
	border-top-color:#000fb0; /* default border */
	border-bottom-color:#000fb0; /* default border */
	border-left-color:#000fb0; /* default border */
		background-image:url('https://i2.ifrype.com/skins/842/381/v4/243270_menu.png');
	    color:#ffffff; /* default text_color */
	text-shadow: 0 -1px 0 #000c91; /* default text_shadow */
}

#menu td a .hasdropdown .svg-icon {
	filter: drop-shadow(0 -1px 0 #000c91);
}

#menu td.last a {
	border-right: 1px solid #000fb0; /* default border */
}
#menu td.last a:hover {
	border-right: 1px solid #b0000c; /* hover border */
}
#menu td a:hover {
	color:#ffffff; /* Hover text_color */
	text-shadow: 0 -1px 0 #91000a; /* Hover text_shadow */
	border-bottom-color:#b0000c; /* hover border */
    border-top-color:#b0000c;  /* hover border */
	border-left-color:#b0000c;  /* hover border */
}
#menu td a:hover .hasdropdown .svg-icon {
	filter: drop-shadow(0 -1px 0 #000c91);
}
#menu td:hover + td a {
	border-left-color:#b0000c;  /* hover border */
}

#menu td.open a:hover, #menu td a:active {
	border-left-color:#000fb0;
}

#menu a span.badge.off{
	background-color: #de000f; /* hover gradient_2 */
}

