html, body {
	background-color: white;
	margin: 0px;
	padding: 0px;
	height: 100%;
	overflow: hidden;
}

#silverTop {
	position: relative;
	background-color: #F1F1F1;
	border-bottom: 1px solid #CFCFCF;
	height: 23%;
}

.fir {
	display: none;
}

#Logo {
	margin: 10px 0px 2px 10px;
	width: 525px;
	height: 37px;
	background-image: url('/img/logo.gif')
}

#Content {
	position: relative;
	background-color: #18A1D0;
	background-image: url('/img/front/background.jpg');
	border-top: 1px solid #696969;
	border-bottom: 1px solid #696969;
	height: 220px;
}

#Nav {
	position: relative;
	left: 37px;
}

#NavBackground {
	position: absolute;
	margin: 0px;
	height: 220px;
	width: 204px;
	z-index: 1;
}

.navItem {
	position: relative;
	background-repeat: no-repeat;
	width: 204px;
	height: 30px;
	cursor: hand;
	cursor: pointer;
}


#pic1 {
	height: 126px;
	width: 153px;
	position: absolute;
	top: -51px;
	left: 635px;
	background-image: url('/img/front/pic1.jpg')
}

#pic2 {
	height: 125px;
	width: 157px;
	position: absolute;
	top: 51px;
	left: 526px;
	background-image: url('/img/front/pic2.jpg')
}

#pic3 {
	height: 125px;
	width: 154px;
	position: absolute;
	top: 150px;
	left: 615px;
	background-image: url('/img/front/pic3.jpg')
}

#lang {
	position: absolute;
	right: 20px;
	top: 10px;
}

#lang select {
	width: 120px;
}

#naujiena {
	color:#FF6060;
	position: absolute;
	top:240px;
	left:130px;
	font-size:18px;
	font-weight:bold;
}

.newlink {
	font-size:18px;
	color:#FF4040;
}

.newlink:hover {
	text-decoration:none;
}