html, body {
	background:#FFF url('http://i9.ifrype.com/skins/000/000/v3/body_58d3f45fedd5c.jpg'); /* Lapas background */
}

#skinTop {
		background-image:url('http://i9.ifrype.com/skins/000/000/v3/head_58d3f45fd6f96.png'); /* Galvenes bilde */
		padding-top:150px; /* Galvenes augstums */
	}

#skinFootWrap {
	}

#skinBg {

}

#skinFixed {
}


#skinFoot{
	height:250px; /* Footer bildes pozicija */
			background-position:center top;
	}

#nologinHeader {
	border-bottom-color:#fe8400;
}


#menu td a {
	border-top-color:#b04900; /* default border */
	border-bottom-color:#b04900; /* default border */
	border-left-color:#b04900; /* default border */
		background-image:url('http://i9.ifrype.com/skins/000/000/v3/1371638_menu.png');
	    color:#fff; /* default text_color */
	text-shadow: 0 -1px 0 #913d00; /* default text_shadow */
}

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

#menu td.last a {
	border-right: 1px solid #b04900; /* default border */
}
#menu td.last a:hover {
	border-right: 1px solid #ab4002; /* hover border */
}
#menu td a:hover {
	color:#fff; /* Hover text_color */
	text-shadow: 0 -1px 0 #8c3300; /* Hover text_shadow */
	border-bottom-color:#ab4002; /* hover border */
    border-top-color:#ab4002;  /* hover border */
	border-left-color:#ab4002;  /* hover border */
}
#menu td a:hover .hasdropdown .svg-icon {
	filter: drop-shadow(0 -1px 0 #913d00);
}
#menu td:hover + td a {
	border-left-color:#ab4002;  /* hover border */
}

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

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

 html, body { 
  background-attachment: fixed;
  background-clip: border-box;
  background-color: transparent;
  background-origin: padding-box;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
};