	*{margin:0;padding:0;}
	html{		
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color:#666;
		background-color:#fff;
		background-image:url('../img/bkg_page.gif');
		background-repeat: repeat-x;
		}
	
	#wrapper{
		width: 920px;
		height: 500px;
		margin: 0 auto;
		background-image:url(../img/bkg_wrapper.jpg);
		background-repeat: no-repeat;
		}
		
	h1{padding: 35px 0 12px 29px;}
	h1 a{
		display: block;
		width: 380px;
		height: 70px;		
		background-repeat: no-repeat;		
		}
		
	h1 span{display: none;}
	img{border: none;}
	a{color:#5d7683;}
/* -------------------------------------------------------------------------------      LANG SELECT    */
	#lang{
		width: 400px;
		margin-left:29px;
		font-size:11px;
		overflow: hidden;		
		}
		
	#lang h2{
		float:left;
		font-size:10px;
		}
		
	#lang a{
		display: inline;
		float:left;
		width:16px;
		height:11px;
		margin-left: 10px;
		background-repeat: no-repeat;
		}
		
	#lang a span{display: none;}	
	#lang a.bg{background-image:url('../img/flags/bg.gif');}
	#lang a.en{background-image:url('../img/flags/en.gif');}

/* -------------------------------------------------------------------------------      NAV    */
	#nav{
		margin: 20px 0 0 29px;
		clear:left;
		}
	
	#nav h2{display: none;}
	#nav ul{
		font-size: 11px;
		font-weight: bold;
		text-transform:uppercase;
		list-style-type: none;
		}
		
	#nav li{display: inline;}
	#nav a{
		color:#319c89;
		margin-right: 50px;
		}
		
	#nav a.act{text-decoration: none;}
	#nav a.contact{	margin: 0 0 0 280px;}

/* -------------------------------------------------------------------------------      NAV class   */
	.nav{
		margin: 20px 0 0 0;
		clear:left;
		}
	
	.nav h2{display: none;}
	.nav ul{
		margin-bottom:2em;
		font-size: 11px;
		font-weight: bold;
		text-transform:lowercase;
		list-style-type: none;
		}
		
	.nav li{display: inline;}
	.nav a{
		color:#319c89;
		margin-right: 60px;
		}
		

	.nav p{
		margin-bottom:2em;
		font-size:10px;
		color:#319c89;
		clear:both;}