@charset "utf-8";
/* CSS Document */

html{
	background: url(../images/bgr_html.jpg) repeat-x;

}

body{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6d6d6d;
}

h3{
	font-size:130%;
	font-family:tahoma, verdana, sans-serif;
	font-style:normal;
	font-weight:normal;
	font-size:160%;
	margin:0 0 5px 0;
}


a{
	text-decoration         : none;
	color                   : #777;
}
a:hover {
    color           		: #AAA;
    text-decoration 		: none;
}

.green{
	color:#7dae23;
}

.red{
    color:#FF3700;
}

.float_r{
	float:right;
}

.float_l{
	float:left;
}




#wrapper{
	width:1000px;
	margin:0 auto;	
	position:relative;
	
}

.clear{
	clear:both;
}

.p_small{
	font-size:90%;
		
	}
.p_big{
	font-size:150%;		
	}

.faq_q{
	font-size           : 120%;		
	font-family         : tahoma, verdana, sans-serif;
	font-style          : normal;
	font-weight         : bold;
	padding             : 0;
    line-height         : 120%;
    text-indent         : -20px;
    text-align          : justify;
	}

.faq_a{
	font-size           : 120%;		
	font-family         : tahoma, verdana, sans-serif;
	font-style          : normal;
	font-weight         : normal;
    line-height         : 120%;
    text-align          : justify;
	}
	
.v_big{
	font-size               : 180%;		
    line-height     		: 140%;
}	

.p_light{
	color:#d7d7d7;
}

.demo:hover{
    color:#1c480d;
}

.fb-like{
    position: absolute;
    top     : 34px;
    left    : 10px;
}

.plusone{
    float: left; 
    margin-top: 36px; 
    margin-left: 0px;
}

.cien{
    text-shadow   			: #444 1px 1px 0;
    cursor					: pointer;

}

/* ---------- HEADER ----------- */
#header{
	position:relative;
	padding:20px 0;
	height:100px;
	width:1000px;
	font-family: 'Oswald', verdana, sans-serif;
	text-transform:uppercase;
	font-size:140%;
	color:#b3b3b3;


	
}

h1#logo a{
	display:block;
	width:170px;
	height:44px;
	background:url(../images/logo.png) no-repeat ;
	margin:0 ;
	
}



ul.menu{
	position:absolute;
	top:34px;
	left:185px;
	z-index:20;
}
	
ul.menu li{
	display:inline;
}
	
ul.menu li a{
	color:#b3b3b3;
	float:left;
	display:block;
	font-size:120%;
	font-weight:normal;
	padding:0 20px;
	border-left:1px solid #b3b3b3;
	


}	


	

ul.menu li a:hover{
	color:#858585;
	}	
	
ul.menu li a.current{	
	color:#858585;
}

	
ul.menu li a.no_bgr{
	background:none;
	


}	


.lang_title{
	position:absolute;
	top:34px;
	right:134px;
	z-index:9999;
	color:#b3b3b3;
	display:block;
	font-size:120%;
	font-weight:normal;
	margin:0 15px 0 0;
	padding:0 15px;
	border-right:1px solid #b3b3b3;
	
}

ul.flags{
	position:absolute;
	top:34px;
	right:0;
	z-index:9999;
}

ul.flags li{
	display:inline;
}

ul.flags li a{
	float:left;
	display:block;
	height:19px;
	width:30px;
	margin:0 5px;
	line-height:60px;
	text-indent:-9999px;
}

ul.flags li a.pl{
	background:  url(../images/flag_pl.png) no-repeat center top;
}

ul.flags li a.uk{
	background:  url(../images/flag_uk.png) no-repeat center top;
}	

ul.flags li a.sw{
	background:  url(../images/flag_sw.png) no-repeat center top;
}	


ul.flags li a.flag_current{
	background-position:0 -20px;
}

/* content*/

#content{
	width:1000px;
	position:relative;
	float:left;
	margin:0 0 60px 0;
	padding:150px 0 0 0;	
	text-align:center;
	
}

#content p{
	line-height:160%;
	color:#7d7d7d;
	
}

.radar{
	position:absolute;
	margin: 0 50%;
	left:-100px;
	top:-80px;
}

.data{
	position:relative;
	font-family:'Oswald', verdana, sans-serif;
	text-transform:uppercase;
	font-size:150%;
	color:#7d7d7d;
}

.data ul{
	text-align:left;
	
}
table{
	margin: 0 auto;
	text-align:left;
	margin-bottom:30px;
}


.table .right{
	text-align:right;
	padding:0 5px 0 0 ;
}


.demo{
	margin:0 auto;
	display:block;
	background:url(../images/demo_baton.jpg) no-repeat left top;	
	width:282px;
	height:89px;
	margin-top:30px;
	line-height:80px;
	color:#4f640f;
	text-shadow: 0px 1px 0px #e2fb7c;
    filter: dropshadow(color=#e2fb7c, offx=0, offy=1);
	
}

	
/* footer */

#footer{
	clear:both;
	background:url(../images/bgr_foot.jpg) repeat-x;
	color:#a5a5a5;

}

#footer a{
	color:#a5a5a5;

}	

#footer a:hover{
	color                   : #a5a5a5;
}		

#footer_content{
	width                   : 1000px;	
	margin                  : 0 auto;
	text-align              : center;
	height                  : 220px;
}
	
.footer_txt	{
	display                 : block;
	padding                 : 20px 0 0 0 ;
}
	
/* -------------------------------------------------------------------------- */
.tabListHeader {
    padding         		: 5px 3px;
	font-family             : 'Oswald', verdana, sans-serif;
    font-weight     		: normal;
    font-size       		: 13px;
    text-align      		: center;
    color           		: #fff;
    border                  : 2px solid #FFF;
    text-shadow   			: #AF1200 1px 1px 0px;
    background-color		: #FF0F32;
}
.tabList{
	text-transform          : none;
    line-height             : 100%; 
    background-color        : #EEE; 
    color                   : #666; 
    border                  : 2px solid #FFF; 
    font-size               : 12px; 
    padding                 : 0; 
    float                   : left; 
    font-family             : Verdana;
}

/* -------------------------------------------------------------------------- */
#tabPager {   
	font-size				: 14px;
	color					: red; 
    text-decoration			: none;
    text-align      		: center;
	font-weight    			: bold;
	padding					: 5px;
	margin					: 5px 0 0 0;

}
#tabPager a{   
	font-size				: 14px;
	color					: #ddd; 
	text-decoration			: none;
	font-weight    			: bold;
	padding-top				: 3px;
}
#tabPager a:hover{   
	font-size				: 14px;
	font-weight    			: bold;
	color					: #000; 
/*	background-color		: #ddd;*/
	padding-top				: 3px;
}


table.links a span{color:#FF3700}
/* -------------------------------------------------------------------------- */
	
	

	




	