/* *************************************
 * Šitam CSS'e turi būti tik svetainės
 * struktūrą nusakantys aprašai.
 * *************************************/
body {
	text-align: center;
	background: #FFF url( 'img/bg.gif' ) repeat-y scroll center center;
	margin: 10px 0;
}

/* *********************************************
 * Antraštė (logotipas ir atsitiktinė nuotrauka)
 * *********************************************/

/* Visos antraštės konteineris */
#HeadCont {
	width: 920px;
	height: 125px;
	margin: 0 auto;
	text-align: left;
	border-width: 1px 1px 0 1px;
	padding: 10px 10px;
}
/* Logotipas */
#HeadCont #HeadTitle {
	width: 700px;
	height: 125px;
	background: #FFF url('img/header.jpg') no-repeat;
}
#HeadCont #HeadTitle #HeadMenu {
	position: relative;
	left: 641px;
	top: 2px;
	width: 100px;
}
#HeadCont #HeadTitle #HeadMenu img {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: top;
}
/* Atsitiktinė nuotrauka */
#HeadCont #HeadFoto {
	width: 210px;
	height: 158px;
	position: absolute;
	margin: -5px 0 0 710px;
}
#HeadCont #HeadLink {
	width: 260px;
	height: 125px;
	position: absolute;
	margin: 0;
	cursor: pointer;
}

/* ***********
 * Menu juosta
 * ***********/
/* MenuBG1 ir MenuBG2 skirti padaryti visos juostos backgroundui,
 * su feidinančiais galais */
#MenuBG1, #MenuBG2 {
	width: 990px;
	background-repeat: repeat-y;
}
#MenuBG1 {
	background-image: url('img/menu_bg_l.jpg');
	background-position: top left;
	background-color: #d6941c;
	margin: 0 auto;
	font-family: "Verdana";
	font-size: 10pt;
	font-weight: bold;
	color: white;
}
#MenuBG2 {
	background-image: url('img/menu_bg_r.jpg');
	background-position: top right;
	text-align: left;
}
/* Patys menu elementai - lentelė */
#MenuCont {
	max-width: 700px;
	margin-left: 35px;
	display: table;
	border-left: 1px solid white;
}
#MenuCont img {
	border: 0;
	padding: 0;
	margin: 0;
}

/* *************************************
 * Turinio sekcija. Turinys+šoninis menu
 * *************************************/
/* Sekcijos konteineris */
#MiddleCont {
	width: 920px;
	margin: 0 auto;
	text-align: left;
	border-width: 0 1px 0 1px;
	padding: 10px 10px;
}
/* Turinys */
#MiddleCont #Turinys {
	width: 680px;
	float: left;
}
/* Šoninis menu/panelė */
#MiddleCont #RPane {
	width: 230px;
	float: right;
	background-color: #f0f0f0;
}
#MiddleCont #RPane .element {
	background: #f0f0f0 url('img/rpane_bg.jpg') repeat-x scroll bottom left;
	padding: 3px 5px 10px 10px;
	border-bottom: 1px solid #CCC;
	font-family: Verdana;
	font-size: 8pt;
}
#MiddleCont #RPane .element hr {
	color: #f0f0f0;
}
#MiddleCont #RPane h3 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif, Tahoma;
	color: #34397b;
	padding: 3px 0 3px 7px;
	margin: 0 0 0 -10px;
	font-size: 12pt;
	font-weight: bold;
	border-left: 3px solid #e29e29;
}
/* Login forma (username, passwd) */
#MiddleCont #RPane input {
	width: 95px;
	font-size: 8pt;
	font-family: 'Arial';
	margin-bottom: 0.4em;
	vertical-align: middle;
	color: #888;
	padding: 2px;
}
/* Login mygtukas */
#MiddleCont #RPane #login {
	width: 100px;
	color: #000;
	padding: 0;
}
/* Linkas į passwordo priminimą */
#MiddleCont #RPane #logon_remind {
	float: right;
	margin: 0.5em 10px 0 0;
	font-size: 7pt;
}

/* *******
 * Parašas
 * *******/
#SigCont {
	width: 940px;
	margin: 0 auto;
	background-color: #EEE;
	border-width: 1px 1px 1px 1px;
}
/* Kairė pusė */
#SigCont #SigLeft {
	float: left;
	text-align: left;
}
/* Dešinė pusė */
#SigCont #SigRight {

	float: right;
	text-align: right;
}
/* Abi pusės */
#SigCont #SigLeft, #SigCont #SigRight{
	margin: 7px 10px;
	font-family: "Verdana";
	font-size: 7pt;
	color: #AAA;
}
#SigCont img {
	border: 0;
	padding: 0 0 1px 0;
	vertical-align: middle;
	margin: 0;
}

/* Konteinerių su floatinančiais elementais "terminatorius" */
.ContEnd {
	clear: both;
	height: 1px;
	max-height: 1px;
	font-size: 1pt;
}
/* Borderis, palei visą svetainę */
#HeadCont, #MiddleCont, #SigCont {
 	border-color: #DDD;
	border-style: solid;
}


/* ****************************
 * Blokai, tituliniam puslapy *
 * ****************************/
/* Patys blokai */
.IndexBlock-top, .IndexBlock-mid, .IndexBlock-bot {
	width: 339px;
	background-repeat: no-repeat;
	cursor: pointer;
}
.IndexBlock-top {
	background-image: url( 'img/block_01.jpg' );
	height: 9px;
}
.IndexBlock-mid {
	background-image: url( 'img/block_02.jpg' );
	background-repeat: repeat-y;
	height: 5.8em;
	text-align: center;
}
.IndexBlock-bot {
	background-image: url( 'img/block_03.jpg' );
	height: 25px;
	margin-bottom: 0.2em;
}
.IndexBlock-top, .IndexBlock-bot {
	font-size: 1px;
}

/* Blokų teksto wrapperiai */
.IndexBlockWrapper {
	width: 93%;
	margin: 0 auto;
	text-align: left;
}

/* Blokų turinys */
/* Paprastas tekstas */
.IndexBlockWrapper {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: #000;
}
.IndexBlockWrapper a, .IndexBlockWrapper a:hover, .IndexBlockWrapper a:link, .IndexBlockWrapper a:visited, .IndexBlockWrapper a:focus, .IndexBlockWrapper a:active {
	color: #000;
	text-decoration: none;
}
/* Nuotrauka */
.IndexBlockWrapper img {
	float: left;
	border: 1px solid #FFF;
	margin: 0.5em 0.6em 0 0.2em;
	padding: 0;
}
/* Antraštė */
.IndexBlockWrapper h3 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #34397b;
	font-size: 12pt;
	font-weight: bold;
	padding: 0.1em 0 0.2em 0;
	margin: 0;
}
.IndexBlockWrapper h3 a, .IndexBlockWrapper h3 a:hover, .IndexBlockWrapper h3 a:link, .IndexBlockWrapper h3 a:visited, .IndexBlockWrapper h3 a:focus, .IndexBlockWrapper h3 a:active {
	color: #34397b;
}
