/***************************************** HTML BODY ****************************************************/

html, body {
	height: 100,1%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.83em;
	line-height: 1.6em;
	color: #000000;
	background-color: #e2e2e2;
	margin: 0;
	padding: 0;
}

body
{
}

/***************************************** STRUCTURE ****************************************************/

#container {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#header {
	width: 900px;
	height: 220px;
	padding: 0;
	margin: 0;
	background-image: url(../gfx/headerback.gif);
	background-repeat: repeat-x;
}

#mainnav {
	width: 900px;
	height: 39px;
	padding: 0;
	margin: 2px 0 0 0;
	background-image: url(../gfx/mainnavback.gif);
	background-repeat: repeat-x;
}

#content {
	width: 900px;
	height: auto;
	clear: both;
	float: left;
	background-image: url(../gfx/contentback.gif);
	background-repeat: repeat-x;
	background-color: #fff;
	margin: 0;
	padding: 25px 0 20px 0;
}

#footer {
	width: 900px;
	height: 10px;
	padding: 2px 0 0 0;
	margin: 0;
	border-top: 4px #C02727 solid;
	text-align: right;
	color: #666;
	font-size: 90%;
	clear: both;
	float: left;
}

/***************************************** MAIN NAVIGATION - LEVEL 0 ****************************************************/
#bilinfo-liste
{
	width: 140px;
	float: right;
	margin: 0 30px 0 0;
}
#bilinfo-liste span
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	height: 28px;
	padding: 11px 30px 0px 28px;
	margin: 0 0 0 0;
}

#scrUp,#scrDown
{
	cursor: pointer;
	margin: 3px 0 0 0;
	line-height: 9px;
	display: inline;
}
#scrDown
{
	float: left;
}
#scrUp
{
	float: left;
}

ul.bilinfo
{
	list-style: none;
	width: 160px;
	border-left: none;
	border-right: none;
	margin: 0;
	padding: 0;
}
ul.bilinfo li
{
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 160px;
	height: 15px;
}
ul.bilinfo li a
{
	width: 160px;
	height: 13px;
	padding: 0 0 7px 3px;
	margin: 0;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

ul.bilinfo a:hover
{
	background-color: #D87979;
	color: #fff;
	background-image: none;
	background-position: 0 0; /* kicks IE 7 */
}

#nav, #nav ul { /* all lists */
	list-style: none;
	line-height: 1;
	background-image: url(../gfx/empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 0;
	margin: 0;
	color: #fff;
}
#nav span,
#nav a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	height: 24px;
	padding: 15px 30px 0px 30px;
}
#nav a:hover {
	color: #fff;
	background-image: url(../gfx/menuhover.gif);
	display: block;
	height: 24px;
	width: auto;
	padding: 15px 30px 0px 30px;
	background-position: 0 0; /* kicks IE 7 */
}

#nav li ul a:hover {
	color: #fff;
	background-color: #D87979;
	background-image: none;
	width: 140px;
	height: 10px;
	padding: 5px;
	background-position: 0 0; /* kicks IE 7 */
}

#nav li { /* all list items */
	float: left;
	/*width: 10em;*/ /* width needed or else Opera goes nuts */
}
#nav li ul a {
	/*background: #C02727;*/
	width: 130px;
	height: 10px;
	padding: 5px;
	color: #fff;
}
#nav li ul { /* second-level lists */
	background-image: url(../gfx/mainnavback_dropdown.gif);
	background-repeat: repeat-x;
	background-color: #C02727;
	position: absolute;
	border: 1px solid #000;
	width: 150px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul ul { /* third-and-above-level lists */
	margin: -30px 0 0 150px;
}
#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li:hover ul ul ul ul,
#nav li.sfhover ul ul,
#nav li.sfhover ul ul ul,
#nav li.sfhover ul ul ul ul
{
	left: -999em;
}

#nav li:hover ul,
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li li li li:hover ul,
#nav li.sfhover ul,
#nav li li.sfhover ul,
#nav li li li.sfhover ul,
#nav li li li li.sfhover ul
{ /* lists nested under hovered list items */
	left: auto;
	/*background-position: 0 0; /* kicks IE 7 */*/
}
#nav .active1 {
	color: white;
	background-image: url(../gfx/menuhover.gif);
	display: block;
	height: 24px;
	padding: 15px 30px 0px 30px;
	background-position: 0 0; /* kicks IE 7 */
}
#nav li:hover,
#nav li.hover
{
	min-height:0;
	display: block;
	position: static;
	background-position: 0 0; /* kicks IE 7 */
}
#nav li:hover ul,
#nav li.sfhover ul
{
	/*position: static;*/
	min-height:0;
	display: block;
	background-position: 0 0; /* kicks IE 7 */
}

/***************************************** BILINFO ****************************************************/

#scroller
{
	width: 160px;
	background-color: #BE2527;
	position: absolute;
	z-index: 100;
	border: 1px solid #000;
	right: 13px;
}

#scroll-area
{
	width: 160px;
	overflow: hidden;
	height: 150px;
	clear: left;
}
/***************************************** TEXT ****************************************************/

#content ul,ol {
	margin-left: 20px;
}

h1 {
	font-size: 135%;
	padding: 0;
	margin: 0 0 0 33px;
	font-variant: small-caps;
	border-bottom: 1px #999999 solid;
	margin-bottom: 25px;
	width: 833px;
}

h2 {
	font-size: 110%;
	padding: 0px 0px 5px 33px;
	margin: 0 0 10px 0;
}

h3 {
	font-size: 100%;
	padding: 0px 0px 5px 33px;
	margin: 0px;
}

.heading-underline
{
	border-bottom: 1px solid #000;
	width: 100%;
	margin-top: 10px;
}

p {
	padding: 5px 0px 5px 0px;
}

a {
	color: #555;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

/***************************************** TABLES ****************************************************/

Table {
	margin: 0 0 30px 0;
}

td {
	padding: 0 0 15px 0;
}

/***************************************** OTHERS ****************************************************/

#contacts
{
	display: block;
	width: 100%;
	min-height: 250px;
	_height: 250px;
	padding: 10px;
}

.contact
{
	width: 150px;
	height: 320px;
	float: left;
	margin: 0 10px 0 10px;
}

.contact-img
{
	min-height: 200px;
	_height: 200px; 
}

.contact-data
{
}

.contact-lineend
{
	margin-right: 0;
}



.contentimg {
	float: right;
	margin: 0 33px 10px 0;
	clear: right;
}

.box {
	width: 400px;
	height: 100px;
	margin: 0 0 20px 33px;
	float: left;
	padding: 0 0 20px 0;
	_margin-bottom: 0px;
	_padding-bottom: 0px;
	display: inline;
}

.box h1, h2, h3 {
	margin: 0;
	padding: 0;
	border: 0;
	width: 400px;
}

.box p {
	padding: 0;
}

.bodytxt {
	margin: 0 0 0 33px;
	_margin: 0 0 0 17px;
	padding: 0;
	width: 550px;
	height: auto;
	float: left;
}

.bodytxtfull {
	margin: 0 0 0 33px;
	_margin: 0 0 0 17px;
	padding: 0;
	width: 800px;
	height: auto;
	float: left;
}

.bodytxt img,
.bodytxtfull img
{
	border: 0;
}

ul,ol {
	margin: 10px 0 0 0;
	padding: 0 0 0 15px;
}

.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
}

.noshow {
	display: none;
}

/***************************************** Lynx//Vermų Logo link ****************************************************/
#lynxvermoe-link
{
	float: left;
}
#lynxvermoe-link a
{
	text-decoration: none;
}
#lynxvermoe-link img
{
	border: none;
}
