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

body{
	width:auto;
	height:auto;
	background:url('images/bg_repeat.png') repeat-x;
	background-color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	}
	
#bg{
	width:950px;
	height:auto;
	position:absolute;
	top:0px;
	left:50%;
	margin:0 0 0 -475px;
	padding:0px;

	}

.logo{

	position:relative;
	left:125px;
	top: 20px;
	width:700px;
	height:109px;
}	

#logo1{
	background:url('images/bg.png') no-repeat;
	height:109px;
	width:539px;
	display:inline-block;
	margin-right:40px;
	}

#logo2{
	background:url('images/zero_energy_ready.png') no-repeat;
	height:109px;
	width:109px;
display:inline-block;

	}


	
#container{
	height:100px;
	position:relative;
	top: 75px;
	left:120px;
	}
	
.lang{
	display:inline;
	float:left;
	margin-right:135px;
	color:white;
	width:150px;
}

.lang p{
	color:#202334;
	font-size:1.05em;
	font-weight:bold;
	margin:0px;
	}

.lang ul{
	list-style-type:none;
	border-left:1px solid white;
	padding:5px;
	margin:5px 0 0 0;
	}
	
.lang ul li a:link,.lang ul li a:visited{
	color:#202334;
	text-decoration:none;
	
	}
	
.lang ul li a:hover,.lang ul li a:active{
	color:white;
	text-decoration:none;
	font-weight:bold;
	background-color:#202334;
	}
	
.logo_title{
	font-size:0.6em;
	float:left;
	width:150px;
	margin:0 20px 0 0;
	}
	
.org{
	height:60px;
	text-align:right;
	margin-left:-50px;
}

.org ul li{
	list-style-type:none;
	display:inline;
	float:left;
	margin:0 5px 0 0;
	}
	
.org ul li a img{
	border:none;
	}
	
#footer{
	width:1000px;
	height:200px;
	position:relative;
top: 150px;
	
	}
