/***********************************************/
/* main.css                                    */
/* FILORA website                              */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	font-family: Tahoma, Verdana, sans-serif;
	color: #333333;
	background-color: #E4E5E6;
	font-size: 0.9em;
	line-height: 1.2em;
	padding: 0;
	margin: 0;
}

td {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
	padding: 0;
	margin: 0;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container{
    width: 850px;
	margin: 0 auto;
	padding: 0 10px 0 10px;
	background:  url("container_bg.gif") repeat-y;
/*	border: 1px dashed #0080FF;	*/
}

#navBar{
    float: left;
    width: 250px;
    height: 100%;
	padding: 0;
	background:  url("left_wbg.gif") repeat-y left top;
	background-color: #eeeeee;
/*	border: 1px dashed #4EAD3D; */
}

#content{
  	float:right;
	width: 600px;
	margin: 0;
/*	border: 1px dashed #FF0000;	*/
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/
/*	NENAUDOJAMAS			      */

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}

/************* #mainpic styles *************/

#mainpic{
	font-size: 80%;
	padding: 0px 00px 5px 0px;
	text-align: center;
}

/************** .feature styles ***************/

.feature{
	padding: 0px 10px 10px 10px;
	font-size: 80%;
}

.feature h3{
	font-size: 2em;
    	font-weight: 100;
	padding: 0px 0px 10px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */

.input {
	border: 1px solid #A9A292;
	background: #ECEBE8;
	padding: 0px 0px 0px 5px;
	font: 8pt/12pt verdana;
	color: #464237;
	height: 18px;
	}

.button {
	height: 20px;
	font: 8pt verdana; font-weight: bold; color: #464237;
	border: 1px solid #464237;
	background: #CCC8BF;
	padding: 0px 2px 0px 2px;
	margin: 0px 3px 0px 3px;
    text-align: center;
}

/************** .story styles *****************/

.story{
	clear: both;
	padding: 0px 10px 10px 10px;
	font-size: 80%;
}

.story h3{
	font-size: 2em;
    font-weight: 100;
	padding: 0px 0px 10px 0px;
}

.story p{
	padding: 0px 0px 10px 0px;
}

/************** papildomi #content styles **************/

#pullquote {
	float: right;
	margin: 0 0 .4em 1em;
	width: 200px;
	font-family: Arial, sans-serif;
	font-variant: small-caps;
	font-size: 20px;
	font-weight: lite;
	line-height: 1.3em;
	color: #DDDDDD;
}

.intarpas {
	text-align: justify; font: 1em Georgia, serif;
	line-height: 1.4em;
  	padding: 10px 10px 10px 10px;
  	background: #F8F7EF;
  	color: #333333;
  	border: 1px dashed #B2B2B2; border-width: 1px 0;
}

.rezultatai {
	line-height: 1.2em;
	font-size: 90%;
	color: #606060;
}

/************* #footer styles ***************/

#footer{
	clear: both;
	border: 1px solid #000000;
	color: #cccccc;
	background:  #333333;
	padding: 5px 10px 5px 10px;
	margin-top: 5px 10px 5px 10px;
	font-size: 10px;
	line-height: 1.4em;
}

/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#footer img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

#footer a {color: #999999; border-bottom-width: 1px;}
#footer a:hover {color: #DDDDDD; border-bottom-width: 1px;}

/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	padding: 0;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
    font-size: 16px;
    font-weight: 100;
    padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}

.submeniu ul  {
	margin-left: 15px;
	margin-top: 0px;
}

.submeniu li  {
	list-style: disc url(sub_bullet.gif);
	text-align: justify;
	margin-left: 30px;
	margin-top: 0px;
	margin-right: 10px;
}

#meniu_item {
    margin-left: 20px;
    margin-right: 10px;
    font-size: 13px;
}


/*********** .newsLinks styles ***********/

.newsLinks{
	padding: 0px 0px 10px 10px;
   	background:  url("left_ybg.gif") repeat-y;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}

.newsLinks ul  {
	margin-left: 15px;
	margin-top: 0px;
}

.newsLinks li  {
	list-style: disc url(bullet.gif);
	text-align: justify;
	margin-left: 30px;
	margin-top: 0px;
	margin-right: 10px;
}


.newsLinks h4{
    font-size: 16px;
    font-weight: 100;
    padding: 10px 0px 10px 0px;
}


#news_item {
    margin-left: 10px;
    margin-right: 20px
    font-size: 16px;
    letter-spacing: -1pt;
}


/*********** .relatedLinks styles ***********/
.relatedLinks{
	padding: 0px 0px 10px 10px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
   	background:  url("left_violet3_bg.gif") repeat-y;    
	border-bottom: 1px solid #DDDDDD;
}

.relatedLinks h4{
    font-size: 16px;
    font-weight: 100;
    padding: 10px 0px 10px 0px;
}

.relatedLinks p{
	padding: 0px 0px 5px 0px;
}

#related_item {
    margin: 10px;
    font-size: 18px;
}

/************** #kontaktu bloko styles **************/

.contactBlock {
	padding: 0px 0px 5px 10px;
   	background:  url("left_gbg.gif") repeat-y;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	border-bottom: 1px solid #DDDDDD;
}

.contactBlock h4{
    font-size: 16px;
    font-weight: 100;
    padding: 10px 0px 0px 0px;
}

.contactBlock p{
	padding: 0px ;
}

#contact_item {
    padding-top: 10px;
    margin-left: 10px;
    margin-right: 20px;
/*    margin-bottom: -10px; */
    font-size: 16px;
    letter-spacing: -1pt;
}

/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines h4{
    font-size: 16px;
    font-weight: 100;
    padding: 10px 0px 0px 0px;
}

#headlines p{
	font-size: 8pt;
	padding: 5px 8px 5px 0px;
}

#headlines_item {
    margin-top: -10px;
    margin-left: 10px;
    margin-right: 20px
    margin-bottom: -10px;
    font-size: 15px;
    letter-spacing: -1pt;
}



