﻿/*
	*	www.e-info.lt sistemos stiliaus failas
	*	kopijuoti grieztai draudziama
*/

body
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	
	background-image: url('http://www.e-info.lt/templates/3/body-bg-yellow.gif');
	background-repeat: repeat-x;
	background-position: top;
	
	background-color: #fff19c;
}
.clear
{
	line-height: 0px;
	font-size: 0px;
	height: 0px;
	
	clear: both;
}
.left
{
	float: left;
}
.right
{
	float: right;
}
#wrapper
{
	width: 100%;
	border: 1px;
}
#content
{
	width: 800px;
	text-align: center;
	
	background-color: #ffffff;
}
#header
{
	width: 100%;
	min-height: 80px;
	*height: 80px;
	float: left;
	
	background-color: #ffffff;
}
#header h1
{
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-weight: bold;
	font-size: 30px;
	color: #ff8400;
	line-height: 80px;
	margin: 0 0 0 30px;
}
#header h2
{
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-weight: bold;
	font-size: 18px;
	color: #a3bbbf;
	line-height: 80px;
	margin: 0 20px 0 0;
}
#header .left h2 {
	display: none;
}
#title
{
	width: 100%;
	height: 30px;
	float: left;
	
	background-image: url('http://www.e-info.lt/templates/3/title-bg.gif');
	background-repeat: repeat-y;
	line-height: 30px;
	text-align: right;
}
#title h3
{
	margin: 0 20px 0 0;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-weight: bold;
	font-size: 18px;
	color: #000000;
}
#middle
{
	width: 100%;
	float: left;
	min-height: 200px;
	background-color: #ffffff;
}
#menu
{
	width: 198px;
	border-left: 2px solid #ffffff;
	background-image: url('http://www.e-info.lt/templates/3/menu-bg-yellow.gif');
	background-repeat: repeat-x;
	background-position: top;
	
	padding-top: 30px;
	
	background-color: #fff19c;
	
	vertical-align: top;
}
#menu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
#menu ul li
{
	height: 30px;
	padding-bottom: 1px;
	width: 198px;
	
	float: left;
	
	background-image: url('http://www.e-info.lt/templates/3/menu-div.gif');
	background-repeat: no-repeat;
	background-position: bottom center;
}
#menu ul li a:link, #menu ul li a:active, #menu ul li a:visited
{
	padding: 0 0 0 30px;
	margin: 0;
	width: 168px;
	height: 30px;
	line-height: 30px;
	float: left;
	
	background-image: url('http://www.e-info.lt/templates/3/bullet.gif');
	background-repeat: no-repeat;
	background-position: 11px 11px;
	
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
#menu ul li a:hover
{
	background-color: #aedee6;
}
#pnav a:link, #pnav a:active, #pnav a:visited
{
	
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
#pnav a:hover
{
	background-color: #aedee6;
}
#textarea
{
	padding: 15px;
	text-align: left;
	
	vertical-align: top;
}
#textarea a:link, #textarea * a:link, #textarea a:active, #textarea * a:active, #textarea a:visited, #textarea * a:visited
{
	color: #ff8400;
}
#textarea a:hover, #textarea * a:hover
{
	text-decoration: none;
}
#textarea, #textarea *
{
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #324e6b;
	
	line-height: 1.4em;
}
#textarea p, #textarea * p
{
	text-indent: 20px;
}
#textarea h1
{
	font-size: 18px;
}
#textarea h2
{
	font-size: 16px;
}
#textarea h3
{
	font-size: 14px;
}
#textarea h4
{
	font-size: 12px;
}
#textarea h5
{
	font-size: 11px;
}
#foot
{
	width: 100%;
	float: left;
	min-height: 30px;
	*height: 30px;
	line-height: 30px;
	
	background-image: url('http://www.e-info.lt/templates/3/foot-bg.gif');
	background-repeat: repeat-y;
}
#foot ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#foot ul li
{
	display: inline;
}
#foot ul li a:link, #foot ul li a:active, #foot ul li a:visited
{
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #000000;
	
	text-decoration: none;
	
	line-height: 30px;
	
	margin: 0 10px;
}
#foot ul li a:hover
{
	text-decoration: underline;
}
#copy
{
	width: 100%;
	float: left;
	height: 30px;
	line-height: 30px;
	
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #000000;
}
#copy a:link, #copy a:active, #copy a:visited
{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
#copy a:hover
{
	color: #72bfcc;
}


ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 200px; /* Width of Menu Items */
	}

ul li {
	position: relative;
	background-color: transparent;
	}
	
li ul {
	position: absolute;
	left: 199px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	background: transparent; /* IE6 Bug */
	padding: 5px;
	border-bottom: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html #nav li, * html #nav * ul li { float: left; height: 1%; }
* html #nav li a, * html #nav * ul li a { height: 1%; }
/* End */

ul li a:hover {
color: #000000; background: #aedee6;
} /* Hover Styles */
		
li ul li a { padding: 2px 5px; background: #ffffff; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */