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

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


html, body, div, span, h1, h2, h3, p, pre, a, cite, code, img, small, strong, dt, dd, ul, li, fieldset, label, table, tbody, thead, tr, th, td, a:focus{
	margin:0;			/* --- reset --- */
	padding:0;			/* --- reset --- */
	border:none;		/* --- reset --- */
	outline:none;		/* --- reset --- */
	}
a:hover{
	text-decoration:none;
	}
body{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:62.5%;
	color:#c3c3c3;
	background:#676858;
	}
a.logo{
	width:252px;
	position:absolute;
	top:67px;
	left:43px;
	height:89px;
	background:url(../images/logo.png) no-repeat;
	}
.h-icon{
	position:absolute;
	top:161px;
	left:156px;
	}
.m-icon{
	position:absolute;
	top:163px;
	left:184px;
	}
#arrow{
	position:absolute;
	left:341px;
	top:83px;
	}
.head-text{
	font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
	font-size:3em;
	text-transform:uppercase;
	font-weight:normal;
	position:absolute;
	top:100px;
	left:418px;
	}
/*####################################
#  Menu                              #
#####################################*/
#menu{	
	position:absolute;
	left:55px;
	top:225px;
	}
#menu ul{
	list-style:none;
	font-size:1.3em;
	font-weight:bold;
	}
#menu ul li{
	display:inline;
	float:left;
	width:auto;
	text-align:center;
	position:relative;
	}
#menu ul li a{
	color:#fff;
	float:left;
	width:auto;
	padding:18px 10px 28px 10px;
	text-align:center;
	text-decoration:none;
	}
#menu ul li a:hover{
	background:#8bbd44 url(../images/a-button.gif) no-repeat bottom center;
	}
#menu ul .active{
	background:#8bbd44 url(../images/a-button.gif) no-repeat bottom center;
	}
/*####################################
#  Content                           #
#####################################*/
#content{
	margin-top:330px;
	width:100%;
	clear:both;
	z-index:10;
	}
#left{
	width:60%;
	float:left;
	position:relative;
	}
#left h1{
	font-size:3.0em;
	font-weight:bold;
	padding-left:60px;
	color:#92e719;
	z-index:10;
	}
#left p{
	font-size:1.6em;
	color:#d9d9d9;
	padding:20px 80px 0 90px;
	}
#right{
	width:40%;
	height:400px;
	position:relative;
	float:left;
	top:-160px;
	z-index:10;
	}
#right #baloon1{
	position:absolute;
	top:220px;
	left:0px;
	padding-top:18px;
	padding-left:20px;
	background:url(../images/baloon1.png) no-repeat;
	width:220px;
	height:210px;
	z-index:2;
	}
#right #baloon1 a{
	color:#92c748;
	padding-top:20px;
	font-family:"Myriad Pro", Arial, Verdana;
	text-decoration:underline;
	}
#right #baloon1 a:hover{
	text-decoration:none;
	}
#right #baloon1 a strong{
	font-size:4em;
	font-weight:normal;
	}
#right #baloon1 a span{
	float:left;
	text-decoration:underline;
	font-size:2.4em;
	margin-top:-10px;
	width:auto;
	cursor:pointer;
	}
#right #baloon1 a:hover span{
	text-decoration:none;
	}
#right #baloon2{
	position:absolute;
	top:0px;
	right:80px;
	padding-top:22px;
	padding-left:20px;
	background:url(../images/baloon2.png) no-repeat;
	width:220px;
	height:210px;
	z-index:2;
	}
#right #baloon2 a{
	color:#92c748;
	padding-top:20px;
	font-family:"Myriad Pro", Arial, Verdana;
	text-decoration:underline;
	}
#right #baloon2 a:hover{
	text-decoration:none;
	}
#right #baloon2 a strong{
	font-size:3em;
	font-weight:normal;
	}
#right #baloon2 a span{
	float:left;
	text-decoration:underline;
	font-size:1.6em;
	width:auto;
	margin-top:-8px;
	cursor:pointer;
	}
#right #baloon2 a:hover span{
	text-decoration:none;
	}
#right #baloon3{
	position:absolute;
	z-index:1;
	}
#right #baloon4{
	position:absolute;
	z-index:1;
	}
/*####################################
#  Footer                            #
#####################################*/
#footer{
	height:280px;
	font-size:1.3em;
	color:#d9d9d9;
	clear:both;
	width:100%;
	position:relative;
	z-index:5;
	background:url(../images/map.jpg) no-repeat center;
	}
#footer .box{
	position:absolute;
	bottom:33px;
	left:55px;
	background:url(../images/box.png) no-repeat;
	width:270px;
	height:117px;
	}
#footer .box p{
	padding:30px;
	font-size:0.9em;
	line-height:1.2em;
	}
#footer .solution{
	position:absolute;
	background:url(../images/solution.png) no-repeat;
	width:149px;
	height:35px;
	top:180px;
	right:55px;
	}
#footer .copyright{
	position:absolute;
	top:70px;
	left:55px;
	}
/*####################################
#  subpages                          #
#####################################*/
#left table{
	margin-left:60px;
	margin-top:20px;
	font-size:1.6em;	
	width:90%;
	border:none;
	border-collapse:collapse;
	}
#left table td{
	padding:3px 0px 3px 10px;
	border-left:1px solid #676858;
	background:#575848;
	border-bottom:1px solid #676858; 
	}
#left table th{
	background:#8BBD44;
	color:#fff;
	padding:6px 0px 6px 10px;
	border-left:1px solid #676858;
	border-bottom:1px solid #676858; 
	}
