/*
		mikronaz
		
		Basic colors: 
		
*/

/*
	RESET
*/

* 							{ padding: 0; margin: 0; }
html, body 					{ height: 100%; }
body 						{ font-size: 62.5%; color: #fff; background: #fff url(../images/header_bg.jpg) no-repeat top center; 
							font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; }
ul, ol, li						{ list-style: none; }
a							{ outline: none; text-decoration: none; }
a img						{ border: none; }
img 						{ vertical-align: middle; }

/*
	UNILITY
*/

.floatLeft					{ float: left; }
.floatRight					{ float: right; }
.clear						{ clear: both; }


/*
	LAYOUT 
*/

a { color: #01526d; font-weight: bold; text-decoration: underline; }
a.more { color: #107e9a; font-weight: bold; text-decoration: underline; font-size: 1.1em; }
h3 { color: #01526d; font-size: 1.7em; margin: 20px 0 28px 37px; }
h3.flag { color: #01526d; font-size: 1.7em; background: url(../images/serveriu_bg.png) no-repeat; padding: 20px 0 34px 50px; margin: -5px 0 0 -10px; }
p { color: #01526d; font-size: 1.1em; }
.par { margin: 0 0 10px 25px; }
.flink { color: #107e9a; font-weight: bold; text-decoration: underline; }
#reklama1 {
	width: 470px;
	margin: 20px auto 0;
}
#reklama2 {
	width: 470px;
	margin: 20px auto 0;
}
.par .more { font-size: 0.9em; }
input, textarea, input.button  {
	background: #fff;
	border: 1px solid #01526d;
	font-size: 1.0em;
	padding: 2px;
	color: #01526d;
}

textarea {
	font-size: 1.4em;
}

#container {
	width: 760px;
	color: #01526d;
	margin: 0 auto;
}

/* HEADER */

#container #header {
	/*background-color: red;*/
	width: 760px;
	height: 290px;
	position: relative;
}
#container #header #logo {
	width: 240px;
	height: 180px;
	background: url(../images/logo.png) no-repeat;
	position: absolute;
	top: 145px;
	left: 165px;
}
#container #header ul#navigation {
	position: absolute;
	top: 180px;
	right: 30px;
	padding: 50px 10px 6px 50px;
	background: url(../images/sap.jpg) no-repeat bottom left;
}
#container #header ul#navigation li {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.7em;
}
#container #header ul#navigation li a {
	background: none;
	display: block;
	height: 40px;
	line-height: 40px;
	color: #01526d;
	padding-right: 18px;
	text-decoration: none;
}
#container #header ul#navigation li a span {
	background: none;
	display: block;
	height: 40px;
	padding: 0 0 0 18px;
}
#container #header ul#navigation li a:hover {
	/* background: transparent url(../images/navigation_right.png) no-repeat top right; */
	/* color: #D8AA34; geltona */ 
	color: #008BB8;
}
#container #header ul#navigation li a:hover span {
	/* background: transparent url(../images/navigation_left.png) no-repeat top left; */
}

/* CONTENT */

#content {
	/* background: url(../images/cont_bg.png) no-repeat top left; */
	
}
#wrap {
	width: 820px;
	margin: 0 auto;
}

/* LIST */

#filtras {
	background: url(../images/filter.png) no-repeat;
	border: none;
	width: 151px;
	height: 19px;
	float: right;
	margin: -20px 10px 20px 0;
	font-size: 1.0em;
	color: #1981d2;
	font-weight: bold;
}
#table {
	/* font-size: 1.1em; */
	text-align: center;
	line-height: 23px;
	color: #1ba8cb;
	width: 820px;
	margin-top: 20px;
}
.list_item {
	text-align: center;
	width: 820px;
	height: 23px;
	line-height: 23px;
}
.list_item .list_1, .list_item2 .list_1 {
	width: 30px;
}
.list_item .list_2, .list_item2 .list_2 {
	width: 50px;
}
.list_item .list_3, .list_item2 .list_3 {
	width: 66px;
}
.list_item .list_4, .list_item2 .list_4 {
	width: 270px;
}
.list_item .list_5, .list_item2 .list_5 {
	width: 158px;
}
.list_item .list_6, .list_item2 .list_6 {
	width: 98px;
}
.list_item .list_6 img {
	margin: 0;
}
.list_item .list_7, .list_item2 .list_7 {
	width: 30px;
}
.list_item .list_8, .list_item2 .list_8 {
	width: 87px;
}

.list_item div, .list_item2 div { float: left;}
#table .list_top2 {
	color: #107e9a;
	font-weight: bold;
	font-size: 0.8em;
	text-align: center;
	width: 820px;
	height: 26px;
	line-height: 26px;
}
#sap10 {
	background: url(../images/sap10.png) no-repeat;
	height: 26px;
}
#sap50 {
	background: url(../images/sap50.png) no-repeat;
	height: 26px;
}
#sap100 {
	background: url(../images/sap100.png) no-repeat;
	height: 26px;
}
div.list_hover {
	background: transparent url(../images/list_hover.png) no-repeat top left;
	color: #fff;
}
/* MAIN */

#wrap #main {
	width: 590px;
	float: left;
}
#wrap #main #duk {
	width: 225px;
	float: left;
}
#what img {
	float: left;
}
#duk img {
	float: left;
	margin-top: 20px;
}
#steps {
	float: left;
	width: 365px;
}
#steps h3 {
	margin-left: -60px;
}
#steps .step {
	margin-bottom: 25px;
}
#steps .step img {
	float: left;
	margin-right: 5px;
}
/* SIDEBAR */

#wrap #sidebar {
	width: 170px;
	float: left;
}
#sidebar #news {
	overflow: hidden;
}
#sidebar #top {
	margin-top: 25px;
}
#sidebar #top img {
	float: left;
}
#sidebar #news img {
	float: left;
	margin-top: 20px;
}
#sidebar #top ol {
	margin: 0 0 10px 25px;
}
#sidebar #top ol li {
	list-style: decimal;
	font-weight: bold;
}

/* FOOTER */

#footer {
	width: 860px;
	margin: 0 auto;
	background: url(../images/footer.png) no-repeat;
	height: 70px;
}

#footer_center {
	float: left;
	padding-top: 50px;
	/* padding-left: 270px; */
	padding-left: 250px;
}

#footer_right {
	float: left;	
	padding-top: 30px;
	padding-left: 120px;
}

/*
.footer_links {
	padding-left: 265px; 
	padding-top: 20px;
}
*/

#text, #hey, #copy, #ican {
	float: left;
	margin-bottom: 15px;
}
#hey {
	margin: 0 10px;
	float: right; padding-right: 40px;
}
#copy {
	margin: 0 20px;
}
#ican {
	margin-left: 160px;
}


