/*------------------------------------------------------------------
[file name efstyle.css]

Project:				skrajunas
UAB "E-fabrikas"
-------------------------------------------------------------------*/


html, body, div, span, h1, h2, h3, p, a, img, small, strong, ul, li, table, thead, tr, td, a:focus{
	margin:0;
	padding:0;			
	border:none;		
	outline:none;		
	}
body{
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	color:#c3c3c3;
	min-width:996px;
	background:url(../images/body-bg.gif) repeat-y left #98b1b1;
	}
a, a:visited {
	color:#666;
}

a:hover {
	color:#333;	
}

#clouds{
	top:0;
	left:0;
	position:absolute;
	background:url(../images/clouds.png) no-repeat;
	height:213px;
	width:483px;
	z-index: 0;
	}
#shadow{
	position:absolute;
	left:302px;
	top:195px;
	z-index: 0;
	}
#fly{
	position:absolute;
	right:0px;
	width:541px;
	height:234px;
	top:10px;
	background:url(../images/fly.png) no-repeat;
	z-index: 0;
	}
a.logo{
	position:absolute;
	width:224px;
	top:41px;
	left:35px;
	height:109px;
	background:url(../images/logo.png) no-repeat;
	z-index:100;
	}
.content{
	position:relative;
	width:100%;
	z-index:2;
	margin-top:160px;
	}
.content .menu{
	width:302px;
	padding-left:32px;
	z-index:100;
	float:left;
	z-index: 100;
	padding-top: 100px;
	}
.content .menu ul{
	list-style:none;
	font-size:1.2em;
	}
.content .menu ul li a{
	color:#28d0e9;
	width:182px;
	float:left;
	text-decoration:none;
	padding:9px 0 9px 22px;
	}
.content .menu ul li a:hover{
	background:url(../images/hover.gif) bottom no-repeat;
	}

.mainmenu1opened a {
	background:url(../images/hover.gif) bottom no-repeat;
	}

.content .text{
	margin-left:342px;
	margin-right:40px;
	line-height:1.9em;
	z-index:4;
	color:#636363;
	background:#fff;
	padding:30px 40px 30px 40px;
	font-size:1.1em;
	}
.content .text h1{
	font-size:2.1em;
	color:#1cc6e6;
	font-weight:normal;
	}
.content .text p{
	text-align:left;
	z-index:100;
	padding:10px 0 0 20px;
	}
#footer{
	height:100px;
	font-size:1.1em;
	color:white;
	width:100%;
	float:left;
	}
#footer .trees{
	position:absolute;
	left:85px;
	}
#footer .copyright{
	position:absolute;
	left:340px;
	padding-top:45px;
	}
#footer .contacts{
	position:absolute;
	left:515px;
	padding-top:45px;
	}
#footer .solution{
	position:absolute;
	left:825px;
	padding-top:45px;}

.menu ul div.ahover {
    position: absolute;
    z-index: 99;
	background:url(../images/hover.gif) bottom no-repeat;
}

#languages{
	position:absolute;
	right:150px;
	top:30px;
	list-style:none;
	z-index:100;
	}
#languages li{
	display:inline;
	padding:10px;
	font-size:1.3em;
	font-weight:bold;
	}
#languages li a{
	color:#fff;
	}
#languages li a:hover{
	text-decoration:none;
	}
