/**
 * Resert CSS's
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
}

ol {
  list-style-type: decimal;
  list-style-position: outside;
  list-style-image: none;
  marker-offset: auto;
  margin-bottom: 20px;
}

    ol li {
    margin-bottom: 6px;
    margin-left: 40px;
    }
    

ul {
    list-style-type: disc;
    list-style-position: outside;
    list-style-image: none;
    marker-offset: auto;
    margin-bottom: 20px;
}

    ul li {
        margin-bottom: 6px;
        margin-left: 40px;
    }


/* seni headingai 
h4 { 
  font-family: Georgia, Times, Serif;
  font-size: 10px; 
  color: #d71921;
  line-height: 120%; 
  font-weight: bold; 
  text-decoration: none;
  margin: 0 0 10px 0;
  text-align: justify;
}

h3 { 
  font-family: Georgia, Times, Serif;
  font-size: 12px; 
  color: #d71921;
  line-height: 120%; 
  font-weight: bold; 
  text-decoration: none;
  margin: 0 0 10px 0;
  text-align: justify;
}

h2 {
  font-size: 16px; 
  color: #d71921;
  line-height: 120%; 
  font-weight: normal; 
  text-decoration: none;
  margin: 0 0 10px 0;
  padding: 0 0 0 0px;
  font-family: Georgia, Times, Serif;
  text-align: justify;
}

h1 { 
  font-size: 18px; 
  color: #d71921;
  line-height: 120%; 
  font-weight: normal; 
  text-decoration: none;
  padding: 0 0px 0 0;
  margin: 0 0 10px 0;
  font-family: Georgia, Times, Serif;
  text-align: justify;
}
/* /seni headingai */

/**
 * Headingu stiliai
 */
h1, h2, h3, h4, h5, h6 {
  font-family: Georgia, Times, Serif;
  font-weight: normal;
  margin: 10px 0 10px 0;
  color: #d71921;
  padding-bottom: 5px;
}

h1 {
  font-size: 2.4em;
  margin-bottom: 5px;
  margin-top: 20px;
  /*border-bottom: 1px solid #dbdbdb;*/
  letter-spacing: -1px;
}

h2 {
  font-size: 1.8em;
  margin-top: 20px;
  letter-spacing: -1px;
}

h3 {
  font-size: 1.6em;
  margin: 20px 0 5px 0;
  letter-spacing: -1px;
}

h4 { font-size: 1.2em; }
h5 { font-size: 1em; }

:focus {
	outline: 0;
}

body {
  color: #808285;
  background: #fff;
  font-family: Tahoma, Arial, Sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  height: 100%;
  line-height: 130%;
  text-align: justify;
  font-size: 11px;
  letter-spacing: none;
}

ol, ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: " ";
}

blockquote, q {
    quotes: " ";
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 40px;
    background: url(../images/quotes.jpg) no-repeat scroll left top;
    width: 40%;
    font-style: italic;
}

img {
	margin: 0;
	border: 0;
	padding: 0;
}

pre {
	border: 1px solid #D7D7D7;
	background-color: #F5F5F5;
	padding: 5px;
}

p {
	margin: 8px 0;
}

.hide {
  visibility: hidden;	
}

/**
 * Template variables
 */
.w950 {
	width: 950px;
	margin: 0 auto;
}

.clear {
	clear: both;
	height: 1px;
	margin: -1px 0 0;
}

.pt50 {
	padding-top: 50px;
}

.pb50 {
	padding-bottom: 50px;
}

.p15 {
	padding: 15px;
}

.pl15 {
	padding-left: 15px;
}

.pr15 {
	padding-right: 15px;
}

.pt15 {
	padding-top: 15px;
}

.pb15 {
	padding-bottom: 15px;
}

.pb12 {
    padding-bottom: 12px;	
}

.pb10 {
    padding-bottom: 10px;	
}

.pb8 {
	padding-bottom: 8px;
}

.tac {
    text-align: center;	
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.link1 {
	color: #d71921;
	text-decoration: none;
}

	.link1:hover {
		color: #d71921;
		text-decoration: underline;
	}

.linkNav {
	color: #565860;
}

.passiveLink {
	color: #808285;
	text-decoration: none;
	margin-left: 10px;
}

	.passiveLink:hover {
		color: #d71921;
		text-decoration: underline;
	}

.paskelbta {
	font-style: normal;
	font-size: 10px;
}

/**
 * Template layer styles
 */
#lang_layer {
	margin-top: 20px;
	padding-right: 25px;
}

#header_layer {
	background-color: #d71921;
	height: 152px;
	padding: 15px;
	padding: 15px 25px 15px 15px;
}

	#header_layer a {
		color: #fff;
		font-size: 11px;
		text-decoration: none;
	} 
	
	#header_layer #logo {
		width: 288px;
		height: 58px;
		position: relative;
		top: 47px;
		left: 25px;
	}
	
		#header_layer #logo a img {
			display: block;
		}
	
	#header_layer #nav {
		width: 200px;
		text-align: right;
		position: relative;
		top: 30px;
	}
	 
	   #header_layer #nav li {
        margin: 0;	   
	   }
	 
		#header_layer #nav li a:hover {
			text-decoration: underline;
		}
	
		#header_layer #nav li.active a {
			font-weight: bold;
		}

#content_layer {
	padding-top: 15px;
}

	#content_layer #home_container #home_news {
		margin-top: 150px;
	}  
	
	   #content_layer #home_container #home_news #news_block a {
	       text-transform: uppercase;
	   }
	   
	   #content_layer #home_container #home_news #news_block a.more_link {
	       text-transform: none;
	   }
	
	   #content_layer #home_container .renderedtable p {
	       text-align: center;
	       margin: 0;
	       padding: 0 35px 0 0px;
	       font-size: 11px;
	   }
	   
	   #content_layer #home_container .renderedtable p a {
	       color: #808285;
	   }
	   
	   #content_layer #home_container .renderedtable p a:hover {
	        color: #D71921;
            text-decoration: underline;
	   }
	
	#content_layer #home_container .renderedtable {
	   margin: 0 0 0 50px;
	}
	
	#content_layer .renderedtable {
		margin: 0 auto;
	}
		
		#content_layer .renderedtable .object-right {
			padding: 10px 0 10px 12px;
			float: none;
		}
		
		#content_layer .renderedtable .object-left {
			padding: 10px 12px 10px 0;
			float: none;
		}
		
		#content_layer #home_container .renderedtable tr td {
		  padding-right: 65px;
		}
		
		#content_layer #home_container .renderedtable .object-left {
            padding: 10px 35px 0px 0;
            float: none;
        }
		
		#content_layer .renderedtable .object-center {
			padding: 10px 10px 10px 10px;
			float: none;
		}

			#content_layer .object-right {
				padding: 10px 0 10px 12px;
				float: right;
			}
			
			#content_layer .object-left {
				padding: 10px 12px 10px 0;
				float: left;
			}
			
			#content_layer .object-center {
				padding: 10px 10px 10px 10px;
				float: none;
			}

	#content_layer #news_block {
		margin-top: 25px;
	}
	
	   #content_layer #news_block p {
	       margin: 8px 0 0 0;
	   }
	
		#content_layer #news_block #news1 {
			width: 460px;
		}
		
		#content_layer #news_block #news2 {
			width: 460px;
		}
		
		#content_layer #news_block #news1 a, #content_layer #news_block #news2 a {
			color: #d71921;
			text-decoration: none;
			/*display: block;*/
			text-transform: uppercase;
		}
		
		  #content_layer #news_block #news1 a.more_link, #content_layer #news_block #news2 a.more_link {
		      text-transform: none;
		  }
		
		#content_layer #news_block #news1 a:hover, #content_layer #news_block #news2 a:hover {
			color: #d71921;
			text-decoration: underline;
		}
	
	#content_layer #news_page {
	
	}
	
		#content_layer #news_page #news_important {
			/*border-bottom: 1px solid #C4C8CD;*/
			margin-bottom: 15px;
		}
		
			#content_layer #news_page #news_important #important_body {
				/*padding-left: 55px;
				background: url(../images/raquo.jpg) no-repeat scroll left 2px;*/
			}
				
		#content_layer #news_page .news-item-list a {
		
		}	

#content_layer a {
	color: #d71921;
	text-decoration: none;
}

	#content_layer a:hover {
		color: #d71921;
		text-decoration: underline;
	}

#content_layer ol {
  list-style-image: none;
  list-style-position: inside;
  list-style-type: decimal;
}	

	#content_layer ol li {
		padding-bottom: 5px;
	}

#content_layer ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}	

	#content_layer ul li {
		padding-left: 18px;
		background: url(../images/bullet.jpg) no-repeat scroll left 4px;
		padding-bottom: 5px;
	}

#source {
	color: #565860;
	float: left;
	font-weight: bold;
}

.bRed {
    color: #D71921;
    font-weight: normal;
}