html, body {
	background:#627e12 url('http://i6.ifrype.com/skins/000/000/v9/body_58e78eb1b3390.jpg'); /* Lapas background */
}

#skinTop {
		background-image:url('http://i6.ifrype.com/skins/000/000/v9/head_58e7926e3eec8.png'); /* Galvenes bilde */
		padding-top:142px; /* Galvenes augstums */
	}

#skinFootWrap {
	}

#skinBg {

}

#skinFixed {
}


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

#nologinHeader {
	border-bottom-color:#627e12;
}


#menu td a {
	border-top-color:#272e06; /* default border */
	border-bottom-color:#272e06; /* default border */
	border-left-color:#272e06; /* default border */
		background-image:url('http://i6.ifrype.com/skins/000/000/v9/1373302_menu.png');
	    color:#fff; /* default text_color */
	text-shadow: 0 -1px 0 #0d0f01; /* default text_shadow */
}

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

#menu td.last a {
	border-right: 1px solid #272e06; /* default border */
}
#menu td.last a:hover {
	border-right: 1px solid #b06400; /* hover border */
}
#menu td a:hover {
	color:#fff; /* Hover text_color */
	text-shadow: 0 -1px 0 #915200; /* Hover text_shadow */
	border-bottom-color:#b06400; /* hover border */
    border-top-color:#b06400;  /* hover border */
	border-left-color:#b06400;  /* hover border */
}
#menu td a:hover .hasdropdown .svg-icon {
	filter: drop-shadow(0 -1px 0 #0d0f01);
}
#menu td:hover + td a {
	border-left-color:#b06400;  /* hover border */
}

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

#menu a span.badge.off{
	background-color: #de7e00; /* 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;
};