/* something that does not change */
html, body { height:100%; min-height:100%; }
table { border-collapse:collapse; }
html, h1, h2, h3, h4, h5 ,h6, body, form, th, td, p { margin:0; padding:0; }
img {
	border:0 none;
	behavior:url('css/pngbehavior.html');
}
map { display:none; }
object, form { display:block; }	
h1, h2, h3, h4, h5 ,h6 { letter-spacing:normal; }
hr { display:none; }
/* something that does not change */

/* all time classes */
.wf { width:100%; }
.hf { height:100%; }
.whf { width:100%; height:100%; }
.tar { text-align:right; }
.tal { text-align:left; }
.tac { text-align:center; }
.clr { clear:both; height:1px; overflow:hidden; margin:-1px 0 0 0; }
.clear { clear:both; }
.fl { float:left; padding-top:15px; }
.fr { float:right; padding-top:20px;}
.hide { display:none; }
.block { display:block; }
.inline { display:inline; }
/* all time classes */

/* global text/link settings */
p, div, span, td, th, em, h1, h2, h3, h4, h5, h6, b, strong, i, .button { font-family:Arial, Helvetica, sans-serif; font-size:15px; line-height:150%; color:#333; }
a { color:#5694A3; font-family:Arial, Helvetica, sans-serif; font-size:15px; }
a:hover { color:#A5C6CE; }
.inline-list { list-style:none; padding:0; margin:0 }
.inline-list li { list-style:none; display:inline; padding:0; margin:0; }
.block-list, .block-list li { display:block; list-style:none; padding:0; margin:0; }
.textfield, textarea { color:#333; font-family:Arial, Helvetica, sans-serif; font-size:15px; padding-left:3px; }
.button { cursor:pointer; }
/* global text/link settings */

/* main */
/* body { background:#D8D8D8; } */
body { background:#FFFFFF; }

#main {
	/* background:url(../i/main.jpg) 0 0 repeat-y; */
	height:100%;
	width:100%;
	min-width:994px;
	margin:0 auto;
}
#root {
	/* background:url(../i/main-bot.jpg) 0 bottom no-repeat; */
	height:100%;
	text-align:center;
}
#wrap {
	/* background:url(../i/main-top.jpg) 0 0 no-repeat; */
	text-align:left;
	min-height:100%;
}
* html #wrap { height:100%; }
#title {
	background:url(../i/title.jpg) 10px 9px no-repeat;
	padding:9px 30px 0 30px;
	width:942px;
	zoom:1;
}
	#title #logo {
		position:absolute;
		font-size:94px;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-style:italic;
		color:#FFF;
		text-decoration:none;
		display:block;
		height:94px;
		line-height:100%;
		letter-spacing:-4px;
		margin:20px auto auto 0;
		width:600px;
	}
	#title #slogan {
		position:absolute;
		font-size:20px;
		margin:105px auto auto 12px;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-style:italic;
		color:#D4DEA2;
		text-decoration:none;
		display:block;
		height:20px;
		line-height:105%;
		width:600px;
	}
#login { float:right; }
	#login a {
		color:#FFF;
		font-size:11px;
		padding:0 10px 0 25px;
		display:block;
		height:25px;
		background:url(../i/lock.gif) 8px 6px no-repeat #B5C457;
	}
	#login a:hover { color:#DBE798; }
	* html #login a {
		width:1px;
		white-space:nowrap;
	}
	#title #contest {
		width:187px;
		height:107px;
		padding:24px 0 0 0;
		clear:both;
		float:right;
	}
		#title #contest b {
			display:block;
			background:#688831;
			float:left;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-style:italic;
			font-size:16px;
			color:#FFF;
			font-style:italic;
			padding:4px 6px 0 6px;
			line-height:110%;
		}
		#title #contest a {
			display:block;
			background:#688831;
			float:left;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-style:italic;
			font-size:16px;
			color:#FFF;
			clear:left;
			white-space:nowrap;
			padding:2px 6px 6px 6px;
			line-height:110%;
		}
		#title #contest a:hover { color:#DBE798; }
	#two-blocks {
		position: relative;	
	}
	#title #two-blocks {
		float:right;
		width:187px;
		margin:0 0 0 10px;
	}
	#title .block-1 {
		background:#FFF;
		margin:0 0 10px 0;
		padding:10px;
	}
		#title .block-1 b {
			display:block;
			color:#A2B52D;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-style:italic;
			font-size:16px;
			margin:0 0 3px 0;
			line-height:110%;
		}
		#title .block-1 span {
			display:block;
			color:#999;
			font-size:11px;
		}
		#title .block-1 .link {
			color:#666;
			font-size:11px;
			line-height:130%;
			display:block;
			zoom:1;
			margin:0 0 8px 0;
		}
		* html #title .block-1 .link { margin:0 0 5px 0; }
		#title .block-1 .link:hover { color:#999; }
		#title .block-1 .all {
			color:#5F99A8;
			font-size:11px;
			line-height:130%;
			font-style:italic;
			zoom:1;
		}
		#title .block-1 .all:hover { color:#A5C6CE; }
	#title .block-2 {
		background:#686868;
		margin:0 0 10px 0;
		padding:10px 10px 15px 10px;
	}
		#title .block-2 b {
			display:block;
			color:#A2B52D;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-style:italic;
			font-size:16px;
			margin:0 0 3px 0;
			line-height:110%;
		}
		#title .block-2 a {
			display:block;
			margin-bottom:10px;
			color:#FFF;
			font-size:13px;
			line-height:130%;
		}
		#title .block-2 a:hover { color:#CCC; }
	#title #intro-text {
		float:right;
		width:173px;
	}
		#title #intro-text p {
			display:block;
			color:#000;
			width: 170px;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:16px;
			line-height:110%;
			opacity: .99;
			filter: alpha(opacity=99);
		}
		#title #intro-text p a {
			color: #000;
			text-decoration: underline;
		}
		#title #intro-text p a:hover {

		}
		#title #intro-text img {
			float:left;
		}		
		#title #intro-text li {
			float:left;
			padding:1px 5px;
			border-left:1px solid #AEC795;
			margin:8px 0 0 0;
		}
		#title #intro-text li.fst {
			border:0 none;
			padding:1px 5px 1px 0;
		}
		#title #intro-text a {
			color:#FFF;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-style:italic;
			font-size:16px;
			text-decoration:none;
		}
		#title #intro-text a.act { color:#920617; }
		#title #intro-text a:hover { color:#CCECAF; }
#nav {
	float:left;
	margin:0 0 0 -20px;
}
* html #nav { margin:0 0 0 -10px; }
	#nav a {
		display:block;
		float:left;
		clear:both;
		background:url(../i/raquo-1.gif) 13px center no-repeat #920617;
		font-style:italic;
		font-weight:bold;
		color:#FFF;
		text-decoration:none;
		padding:4px 9px 4px 27px;
		margin:0 0 1px 0;
	}
	#nav div {
		background:#920617;
		padding:0 5px 7px 25px;
		clear:both;
		position:relative;
		top:-6px;
		min-height:1px;
		zoom:1;
	}
		#nav div a {
			float:none !important;
			clear:none !important;
			background:none !important;
			font-size:11px !important;
			font-weight:normal !important;
			text-decoration:underline !important;
			padding:0 !important;
			margin:0 !important;
		}
	#nav a:hover { color:#C45764; }
		#nav div a:hover { color:#B84251; }
	#nav a.act, #nav a.active {
		color:#A2B52D !important;
		/*float:none;*/
		text-decoration:none !important;
	}
	#nav #search {
		background:#7D9D45;
		float:left;
		clear:left;
		margin:9px 0 0 0;
		padding:6px 10px 8px 10px;
	}
	
	.quick_start_link
	{
		font-style:normal!important;
	}
	
	* html #nav #search { padding:8px 10px; }
		#nav #search .textfield {
			font-size:11px;
			width:110px;
			margin:0 5px 0 0;
		}
		#nav #search .button {
			width:20px;
			height:20px;
			border:0 none;
			background:url(../i/search.gif) center 6px no-repeat;
		}
		* html #nav #search .button { background:url(../i/search.gif) center center no-repeat; }
#partners {
	clear:both;
	border-top:3px solid #D7D7D7;
	border-bottom:3px solid #D7D7D7;
	padding:14px 10px 10px 10px;
	zoom:1;
	margin:25px 0 0 0;
}
	#partners b {
		color:#A2B52D;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-style:italic;
		font-size:15px;
		display:block;
		width:130px;
		margin:0 60px 0 0;
		float:left;
		line-height:110%;
	}
	#partners a {
		margin:0 30px 0 0;
		float:left;
	}
#footer { padding:15px 10px 90px; }
	#footer .fl {
		width:190px;
		line-height:130%;
	}
		#footer .fl a {
			font-size:11px;
			color:#5694A3;
			line-height:130%;
		}
		#footer .fl a:hover { color:#A5C6CE; }
	#footer p {
		display:block;
		float:left;
		font-size:11px;
		line-height:130%;
	}
	#footer p a {
		font-size: 11px;
	}
#title-collumns {
	clear:both;
	padding:25px 0 0 0;
	zoom:1;
}
* html #title-collumns { padding:65px 0 0 0; }
	#title-collumns li {
		float:left;
		width:186px;
		padding:0 0 5px 0;
		border-left:1px solid #DFDFDF;
	}
	#title-collumns li.lst { width:187px; }
	#title-collumns li.fst, #title-collumns li.lst { border:0 none; }
	#title-collumns b {
		display:block;
		margin:0 10px;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-style:italic;
		font-size:18px;
		color:#920617;
		font-weight:normal;
		padding:5px 0 5px 0;
	}
	#title-collumns b a {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-style:italic;
		font-size:18px;
		color:#920617;
		font-weight:normal;
		text-decoration: none;
	}
	#title-collumns span {
		display:block;
		color:#999;
		font-size:11px;
		margin:0 10px;
	}
	#title-collumns .ttl {
		color:#333;
		display:block;
		font-size:16px;
		margin:0 10px;
		display:block;
	}
	#title-collumns .ttl:hover { color:#666; }
	#title-collumns p {
		display:block;
		margin:10px 10px 15px 10px;
		font-size:13px;
	}
	#title-collumns .all {
		font-size:11px;
		font-style:italic;
		margin:0 10px;
	}
	#title-collumns li.lst { background:#F2F2F2; }
		#title-collumns li.lst b { color:#A2B52D; }
		
	#title-collumns h1 {
		position:relative;
		left:10px;
		bottom:20px;
		font-style:italic;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:18px;
		color:#920617;	
	}
#page {
	background:url(../i/page.gif) right 9px no-repeat;
	padding:9px 30px 210px 30px;
	zoom:1;
	min-height:1px;
}
	#page #logo {
		position:absolute;
		font-size:76px; /* buvu 94 */
		font-family:Georgia, "Times New Roman", Times, serif;
		font-style:italic;
		color:#A2B52D;
		text-decoration:none;
		display:block;
		height:94px;
		line-height:100%;
		letter-spacing:-4px;
		margin:20px auto auto 0;
		width:600px;
	}
	#page #slogan {
		position:absolute;
		font-size:20px;
		margin:105px auto auto 12px;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-style:italic;
		color:#7D9D45;
		text-decoration:none;
		display:block;
		height:20px;
		line-height:105%;
		width:600px;
	}
	#page #nav {
		top:35px;
		margin-top:130px;
		position:absolute;
		width:200px;
	}
#content {
	position:relative;
	margin-left:200px;
	padding:130px 110px 30px 0;
}
.title {
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#920617;
	font-style:italic;
	font-weight:normal;
	padding:0 0 15px 0;
	line-height:100%;
}
	.news-item .date {
		font-size:11px;
		color:#666;
		line-height:110%;
	}
	.news-item .ttl {
		font-size:18px;
		font-weight:bold;
		color:#333;
		line-height:110%;
	}
	.news-item .info { padding:0 0 20px 0; }
	.news-item .back {
		font-size:11px;
		font-style:italic;
	}
	.list li { padding:0 0 20px 0; }
	.list .date {
		font-size:11px;
		color:#666;
	}
	.list .ttl {
		font-size:18px;
		font-weight:normal;
	}
	.prev-next a {
		font-size:11px;
		font-style:italic;
	}
	.prev-next span {
		padding:0 7px;
		color:#D7D7D7;
	}
	.prev-next .prev {
		padding-left:15px;
		background:url(../i/prev.gif) 0 center no-repeat;
	}
	.prev-next .next {
		padding-right:15px;
		background:url(../i/next.gif) right center no-repeat;
	}
.paging {
	margin:10px 0 0 0;
	height:20px;
}
	.paging li { float:left; }
	.paging a {
		float:left;
		display:block;
		padding:2px 7px;
		font-size:16px;
		font-weight:normal;
	}
	.paging a.act {
		background:#D7D7D7;
		color:#666;
		text-decoration:none;
	}
#foot {
	position:relative;
	top:-210px;
	text-align:center;
}
* html #foot {
	position:absolute;
	margin:-210px auto auto 0;
	top:auto;
}
*:first-child+html #foot {
	position:absolute;
	margin:-210px auto auto 0;
	top:auto;
}
	#foot .wrp {
		text-align:left;
		padding:0 10px;
		/* width:940px; */
		/*margin:0 auto;*/
		margin-left:200px;
	}
	.just-text .big-text, .just-text strong {
		font-size:18px;
		font-weight:normal;
	}
	.info P {
		padding-bottom: 10px;
	}
/* main */

.registration {
	background: #ddd;
	padding: 30px 40px;
	margin-top: 10px;
}

	.registration h3 {
		color: #333;
		font-size: 12px;
		margin-bottom: 20px;
		display: block;
		font-weight: bold;
	}
	
	.registration LABEL {
		color: #920617;
		font-size: 15px;
		display: block;
		font-weight: bold;
		padding: 0 0 8px 0;
		cursor:pointer;
	}
	
	.registration .text {
		width: 230px;
		margin-bottom: 15px;
		border-top: 1px solid #aaadb2;
		border-left: 1px solid #e2e9ef;
		border-right: 1px solid #e2e9ef;
		border-bottom: 1px solid #e2e9ef;		
	}
	
	.registration .error {
		background: #d9a8ae;
		display: block;
	}
	
	.registration SPAN {
		display: block;
		color: #920617;
		font-size: 11px;
		padding: 0;
		margin: -10px 0 5px 0;
	}
	
	.registration .col {
		width: 250px;
		float: left;
	}
	
	.registration .line {
		border-top: 1px solid #c9c9c9;
		height: 30px;
		margin-top: 10px;
	}
	
	.registration .submit {
		width: 100px;
		cursor:pointer;
	}
	
	.success {
		width: 310px;
		text-align: center;
		margin: 0 auto;
	}
	
	.success I {
		font-style: normal;
		color: #6e6e6e;
		font-size: 13px;
	}
	
#nuorodos {
	background: #f9f3ca;
	padding: 16px 13px 7px 13px;
	width: 160px;
	float: right;
	margin-right: -108px;
}

	#nuorodos A {
		padding: 0 0 0 20px;
		font-style: italic;
		color: #920617;
		font-size: 11px;
		display: block;
		margin-bottom: 5px;
	}

	#nuorodos .person {
		background: url(../i/i-person.gif) 0 5px no-repeat;
		font-weight: bold;
	}
	
	#nuorodos .list {
		background: url(../i/i-list.gif) 0 5px no-repeat;
	}
	
	#nuorodos .download {
		background: url(../i/i-download.gif) 0 5px no-repeat;
		padding-top: 3px;
		line-height: 130%;
	}	
	
	#nuorodos .line {
		border-top: 1px solid #E8CBAC;
		margin: 10px 0 5px 0;
		position: relative;
	}
	
	#menuTopBannerFront
	{
		top:-119px;
		left:0px;
		position:absolute;
		cursor:pointer;		
	}
	
/* Grazi tu mano map */

#title #map {
	position:relative;
	top:-40px;
	float:right;
	width:206px;
	height:460px;
}	
	
.p-search .searchBody { 
	background-attachment: scroll;
	background-clip: border-box;
	background-color: rgb(125, 157, 69);
	background-image: none;
	background-origin: padding-box;
	background-position: 0% 0%;
	background-repeat: repeat;
	background-size: auto;
	clear: left;
	color: rgb(255, 255, 255);
	float: left;
	line-height: normal;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 9px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	width: 185px;
}	

/* End map */	