/* fono paveikslas ir puslapio plotis */
body {background-image: url(paveikslai/fonas.jpg);
      width:1024px;
      margin:10px auto;
}

/* unvisited link */
a:link {text-decoration:none;
} 

/* mouse over link */
a:hover {color:#FF00FF;
} 

/* paragrafas */
p {text-align:justify; line-height: 150%;
} 

/* pagrindinis pavadinimas */
h1 {text-align:center; font-size:40px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; color:rgb(120, 120, 120);
} 

/* paryðkintas tekstas */
h2 {text-align:center; font-size:30px; font-family: Arial, Helvetica, sans-serif; font-style: italic; color:rgb(120, 120, 120);
} 

/* bold tekstas */
h3 {text-align:center; font-size:20px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; color:rgb(120, 120, 120);
}

/* bold tekstas */
h4 {text-align:center; font-size:15px; font-family: Arial, Helvetica, sans-serif; font-style: italic; color:rgb(120, 120, 120);
}

/* meniu tekstas */
h5 {font-size:20px; font-family: Arial, Helvetica, sans-serif;
}

ul#horiznav, #horiznav ul{/*remove the bullets from the dropdown ul as well*/
margin:0;
padding:0;
list-style-type:none;
height:32px
}

#horiznav li{
float:left;
width:310px;
position:relative/*set position:relative as the start point for absolutely positioning the dropdown*/
}

#horiznav li a{
display:block;
width:300px;
line-height:1px;
text-align:center;
color:white;
text-decoration:none;
background-color:#497D15;
border:1px solid white
}

#horiznav li a:hover{
color:#333333
}

#horiznav li ul{
display:none;/*hide the dropdown*/
position:absolute;/*position it absolutely..*/
left:0;/*...align the left edge with the left edge of the parent li...*/
top:32px/*...and 32px down from the top - 30px height + 2px for the border*/
}

#horiznav li:hover ul {
display:block/*display the ul when the parent li is hovered*/
}

#horiznav li ul a{
background-color:#FFB33B/*give the dropdown a different background colour*/
}

/* Protect tel */
span.email {
	unicode-bidi: bidi-override;
	direction: rtl;
}
