/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}

td, p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	color: #999999;
	-moz-box-sizing: border-box;
}

div {	
	-moz-box-sizing: border-box;
}

a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: underline;
	color: #000000;
}

a:hover {
    text-decoration: underline;
    color: #d54f10;
}

form {
	margin: 0px;
}






/* HEADER */

#header {
	position: relative;
}


#header #menu_1 {
	position: absolute;
	left: 811px;
	top: 58px;
}

#header #menu_2 {
	position: absolute;
	left: 811px;
	top: 114px;
}

#header #menu_3 {
	position: absolute;
	left: 811px;
	top: 224px;
}

#header #menu_4 {
	position: absolute;
	left: 811px;
	top: 169px;
}


#header #email {
	position: absolute;
	left: 523px;
	top: 400px;
}




	


/* FOOTER */

#footer, #footer td {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	padding-top: 5px;
}

#footer a {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}

#footer a:hover {
	color: #666666;
	text-decoration: underline;
}




#main_area {
	position: absolute;
	width: 620px;
	height: 324px;
	left: 94px;
	top: 54px;
}





.page_title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
	padding-right: 10px;
	padding-bottom: 10px;
    color:#FFFFFF;
	clear: both;
	text-transform: uppercase;
}

/* MYGTUKAI */


.butt_back {
	margin-top: 30px;
	margin-bottom: 10px;
	background: url(../menu/web/button_back.gif) no-repeat;
	padding-left: 19px;
}

.butt_back a {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	line-height: 20px;
}

.butt_back a:hover {
	color: #000000;
}


/*  PAPILDOMAS MENIU */

.ex_butt {
	float: left;
	display: block;
	width: 17px;
	height: 17px;
}

#extra_menu_box {
	position: absolute;
	left: 802px;
	top: 0px;
	width: 130px;
}

#extra_menu_box ul {
	margin: 0px;
	padding: 0px;
}

#extra_menu_box li {
	float: left;
	list-style: none;
	margin-right: 6px;
}


/* KITI NUSTATYMAI */

.bg1 {
	background: url(../menu/bg1.jpg) no-repeat;
}

.bg2 {
	background: url(../menu/bg2.jpg) no-repeat;
}

.bg3 {
	background: url(../menu/bg3.jpg) no-repeat;
}

.left_shadow {
	background: url(../menu/bg_sh_l.gif) repeat-y;
}

.right_shadow {
	background: url(../menu/bg_sh_r.gif) repeat-y;
}


.dot_line {
	height: 7px;
	background: url(menu/dot_line.gif) repeat-x;
	clear: both;
}

.butt_more {
	display: block;
	width: 55px;
	line-height: 25px;
	background: url(../menu/arrow.gif) no-repeat;
	background-position: right center;
	text-align: left;
	color: #f26522;
}	

