/* 2006 (c) UAB "Dizaino kryptis" */
/* 2006 (c) Simonas Falkauskas */
body {
	position: relative;
	margin: 0; padding: 0;
	font-size: 1em;
	font: 76% Arial, Tahoma, Helvetica, sans-serif;
	background: #FFF;
}

#wrapper-body {
	position: relative;
	width: 100%;
	background: #FFF url('../images/bg-wrapper-body.gif') no-repeat 50% 0;
}

* html #wrapper-body {text-align: center;}

#wrapper {
	position: relative;
	width: 960px;
	margin: 0 auto;	
	padding-top: 100px;
}
* html #wrapper {text-align: left; padding-top: 130px;}
*:first-child+html #wrapper {padding-top: 130px;}

/* --- Standart Tag's --- */
h1, h2, h3, h4, h5, form, dl, ul {margin: 0;}
strong, b {font-weight: bold;}
em, i {font-style: italic;}
small {display: block;}
fieldset {border: 0;}
/* --- Standart Tag's --- */


.logo {
	position: absolute;
	top: 25px; left: 25px;
	display: block;
	width: 110px; height: 110px;
	background: url('../images/logo.jpg') no-repeat 50% 50%;
}
.logo span {display: none;}

h1 {
	position: absolute;
	top: 30px; left: 155px;
	display: block;
	width: 130px; height: 40px;
	background: url('../images/bg-h1.gif') no-repeat 50% 50%;
}
h1 span {display: none;}

h2 {
	position: absolute;
	top: 55px; left: 415px;
	display: block;
	width: 520px; height: 20px;
	background: url('../images/bg-blue-h2-lt.gif') no-repeat 50% 50%;
}
h2 span {display: none;}


.spacer {
	width: 100%; height: 15px;
	margin: 10px 0;
	background: #E6E9F0;
}


#text {
	margin: 30px 0 50px 180px;
	width: 600px;
	font-size: 1em;
	text-align: justify;
	font-size: .9em;
	color: #666;
}

#text h3 {
	font-size: 1.1em;
	color: #2B2774;
}
#text h4 {
	font-size: 1.1em;
	padding-bottom: 5px;
}

#text table {width: 100%;}
#text td {text-align: center;}
#text td.justify {text-align: justify;}

#text fieldset {padding: 2px 0;}
#text label {
	display: block;
	float: left;
	width: 150px;
	text-align: right;
	margin-right: 10px;
	vertical-align: middle;
}

#text .input2 {
	width: 200px;
	border: 1px solid #BDBDBD;
	font-size: .9em;
	color: #666;
}
#text .input {
	width: 100px;
	border: 1px solid #BDBDBD;
	font-size: .9em;
	color: #666;
}

#text form .submit {
	cursor: pointer;
	background: #E6E9F0;
	color: #272471;
	border: 1px solid #BDBDD5;
	font-size: .9em;
}
