/* Pagrindiniai puslapio elementai */
html,body{
	margin:0;
	padding:0;
	height:100%;
	background-color: #000;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #3c3c3c;
	outline-style: none;
	overflow: hidden;
}
/* Ribojimai minimaliam puslapio plociui ir auksciui */

body{
	min-height: 500px;
	min-width: 900px;
}

a{
	color: #0f80bd;
}

/*Headeriai (nuo to priklauso logotipas)*/
.header_lt,.header_en,.header_ru{
	height: 90px;
	width: 100%;
}
.header_lt{
	background: url(/images/altasLogoLt.jpg) no-repeat #e0dedf left bottom;
}
.header_en{
	background: url(/images/altasLogoEn.jpg) no-repeat #e0dedf left bottom;
}
.header_ru{
	background: url(/images/altasLogoEn.jpg) no-repeat #e0dedf left bottom;
}
/* Iso logo puslapio virsutineje dalyje, desneje puseje*/
.isoLogo{
	width: 103px;
	height: 48px;
	margin-top: 25px;
	margin-right: 10px;
	float: right;
	background: url(/images/isologo.png) no-repeat center center;
}
/*Logotipo nuoroda */
.logo{
	width: 195px;
	height: 90px;
	position: relative;
	left: 25px;
	display: block;
	outline-style: none;	
	float: left;
}

/* Melyna juostele virsuje */
.topLine{
	width: 100%;
	height:32px !important;
	margin: 0;
	background: url(/images/topLine.png) repeat-x #E0DEDF center bottom;
}
/*Mygtukai susideda is triju daliu (del plocio keitimosi)*/
.button_left{
	background: url(/images/button_left.png) no-repeat left top;
}
.button_right{
	background: url(/images/button_right.png) no-repeat right top;
}
.button{
	margin-top:0;
	background: url(/images/button_center.png) repeat-x center top;
	width: 19%;
	position: relative;
	float: left;
	text-align: center;
}
.button a{
	outline-style: none;
	border: none;
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
}
.button a:hover{
	color: #0f80bd;
}
/* Kalbu juostele*/
.language_bar{
	float: right;
	position: relative;
	width: 23%;
	height: 20px;
	padding-top: 11px;
	text-align: center;
}
div{
	outline:none;
}
.language_bar a{
	padding-left: 7px;
	padding-right: 7px;
	text-decoration: none;
	color: #464646;
	font-size: 11px;
	outline: none;
}
.language_bar a.active{
	color: #FFF;
}
/*Turinio langas*/
.content{
	width: 100%;
	
	font-size: 11px;
	background: url(/images/content_background.jpg)  #4b4b4b repeat-x center bottom;
}
#contentContainer{
	width: 100%;
	height: 440px;
}
/* Footer'is*/
.footer{
	height: 25px;
	color: #666;
	font-size: 11px;

	
}
/* Puslapio strukturos lentele*/

/* Homepage modulis*/
#center{
	border:1px solid red;
	height: 50px;
}
#photoContainer p{

}
/* Verslo grupe puslapio apacioje*/
.versloGrupe_lt,.versloGrupe_en,.versloGrupe_ru{
	height: 80px;
}
.versloGrupe_lt{
background: url(/images/versloGrupeLt.jpg) no-repeat left center; 
}
.versloGrupe_en{
	background: url(/images/versloGrupeEn.jpg) no-repeat left center; 
}
.versloGrupe_ru{
	background: url(/images/versloGrupeRu.jpg) no-repeat left center; 
}
.versloGrupe_lt a ,.versloGrupe_en a,.versloGrupe_ru a{
	color: #FFF !important;
	
	outline: none;
	text-decoration: none;
	font-size: 9px;
}
/*pages*/
.page{
	width: 16px;
	height: 13px;
	color: #d1cece;
	border: 1px solid #989898;
	background-color: #393939;
	float: right;
	margin: 3px;
	text-align: center;
	position: relative;
	padding-top: 1px;
	font-size: 11px;
	opacity: 0.5;
	filter: alpha(opacity = 50);
 
}
.page a{
	text-decoration: none;
	color: #d1cece;
	outline-style: none;
}

#photoContainer h1{
	color: #FFF;
	margin:0 !important;
	padding:0 !important;

}
#pageContainer{
	width: 400px; 
	height: 20px; 
	position:absolute; 
	z-index:6; 
	display: none;
	right:5px;
}
#pageContainer .active{
	width: 18px;
	height: 14px;
	color: #d1cece;
	border: 1px solid #989898;
	background-color: #393939;
	float: right;
	margin: 3px;
	margin-top: 2px;
	text-align: center;
	position: relative;
	padding-top: 3px;
	font-size: 11px;
	opacity: 0.7;
	filter: alpha(opacity = 70);
 
}
/* PRODUKTU MENIU! */
.productMenu{
	float: left;
	width: 200px;
	height: 40px;
	margin-left: 10px;
	background-color: #454545;
	text-align: center;

	border-top: 3px solid #0f80bd;
	z-index: 5;
}
.productMenuContainer{
	width: 800px;
	height: 50px;

}
.productMenuContainer a{
	font-size: 18px;
	color: #848484 ;
	outline-style: none;
}

/*GALERIJA*/
div.sc_menu {
	/* Set it so we could calculate the offsetLeft */

	height: 80px;
	width: 1000px;
	margin: 0 auto 0 auto;
	overflow-x: auto;
	overflow-y: hidden;


}
ul.sc_menu {
	display: block;
	height: 60px;
	/* max width here, for users without javascript */	
	width: 10000px;	
	padding: 10px 0 0 15px; 
	/* removing default styling */
	margin: 0;
	
	list-style: none;
}
.sc_menu li {
	display: block;
	float: left;	
	padding: 0 4px;
}
.sc_menu a {
	display: block;
	text-decoration: none;	border: 2px #212121 solid;	
}

.sc_menu img {
	border: 0;	
	cursor: pointer;

}
table,tr,td{
	font-size: 11px;
	border:0;
}
.map{
	
	background: url(/images/map.jpg) no-repeat top center;
	
	height: 310px;
	border: 1px solid #696969;
	margin: 5px 10px 10px 3px;
}
.logo_en{
	background: url(/images/logo_en.png) no-repeat center right;
	width: 43%;
	height: 40px;	
	margin-top: 10px;
	float: left;
	text-align:center;
}
.logo_lt{
	margin-top: 10px;
	background: url(/images/logo_lt.png) no-repeat center left;
	width: 45%;
	margin-left: 20px;
	float: left;
	height: 40px;	
	text-align:center;
}

.logoLink{
	margin-left: 10px;
	margin-right: 0px;
	width: 45px;
	margin-top: 5px;
	height: 13px; 

	background: #0054a6; 
	text-align: center; 
	float: left; 

}
.logoLink a{
	color: #FFF;
		text-decoration: none;
		font-size: 9px !important;
}
.text{
	color: #FFF;
	padding-top:8px;
	margin-left: 38px;
}
#textBlock img{
	margin-right: 5px;
}

#textBlock h1 {
	margin-top: 10px;
}

input{
	background-color: #313131;
	border: 1px solid #cecece;
	color: #fefefe;
}
textarea{
	background-color: #313131;
	border: 1px solid #cecece;
	color: #fefefe;
}
button{

	height: 20px;
	color: #d1cece;
	border: 1px solid #989898;
	background-color: #393939;
	font-size: 11px;
}

#buttonSend{

	color: #d1cece;
	border: 1px solid #989898;
	background-color: #393939;
	font-size: 11px;


}
.backLink{
	width: 75px;
	height: 15px;
	color: #d1cece;
	border: 1px solid #989898;
	background-color: #393939;

	text-align: center;
	position: relative;
	top: 20px;
	left: 20px;
	font-size: 11px;
	opacity: 0.3;
	filter: alpha(opacity = 30);
}

a img{
	border: 0;
}
.linkOnOver{
color: #0f80bd !important;
}
.backbutton{
	width:19% !important; 
	font-size: 14px;
	position: absolute; 
	z-index: 4;

	cursor: pointer;
	opacity:0.9; 
	left:0;
	filter: alpha(opacity = 90);
	color: white; 
	background-color: #0f80bd !important;
	top: 122px !important; 
	border:0;
}
button::-moz-focus-inner { border: 0; }

#textBlockParent{
	float: left;
	opacity: 0.9; 
	filter: alpha(opacity = 90); 
	background-color: #dee0df; 
	text-align: left; 
	padding: 0 5px 5px 10px; 
	display: block; 
	margin: 35px 0 0 10px;
}
#apatineDalis{

	opacity: 0.9; 
	filter: alpha(opacity = 90);
	margin-top: 10px;
	
	background-color: #dee0df;  
	text-align: left;
}
#kontaktuLinijaSarase{
	width:100%; 
	height: 16px; 
	background:url(/images/kontaktuBG.jpg) repeat-x; 
	color: white; 
	padding-top:4px; 
	margin-bottom: 3px;
}
#kontaktulistas{
	width:100%; 
	margin-top: 0px !important;  
	padding-top:0; 
	overflow: hidden !important;

}
#kontaktaiTop{
	
	margin-top:10px; margin-left: 10px;
 
	opacity: 0.9; 

	filter: alpha(opacity = 90);
	height:90px; 
	background-color: #dee0df; 
	overflow: hidden; 
	text-align: left; 
	display: block;
}
#kontaktuKairePuse{
	float: left;
	text-align: left; 
	padding: 0 5px 5px 5px; 
	
}

.title{
	position: absolute;
	z-index: 2;
   	color: #FFF;
	display: block;
	padding: 0;
	margin: 0;
	font-size: 50px;
}

#realBackground{
	display:none;
	width: 100%;
}

