* {
	margin: 0;
}

/* containers */ 
#container {
	position:relative;
}


#language {
	float: right;
	text-transform:uppercase
} 
	
/*	#language ul {
		float: right;
		margin: 0 80px 0 0;
	} 
	
	#language ul li{
		float:left;
		list-style-type:none;	
	}
	                
	#language a {
		float: left;
		text-decoration:none;
		font-size:10px;
		font-weight:bold;
		color: #666;
		height: 22px;
		padding: 8px 13px 2px 13px;
		margin: 0;
	}     
	
	#language a:hover,#language a.active {
		float: left;
		color:#fff;
	}*/
#header{
	float: left;
	clear: both;
	height: 100px;
	width: 100%;
}
	#logo{
		float: left;
		margin-top: 31px;
	}
	#banner{
		float: left;
		width: 520px;
		height: 200px;
		padding: 41px 0 0 19px;
		margin: 0 25px 0 55px;
	}


/* CENTER */
#middle {
}


#right{
	float: left;
	width: 150px;
	margin: 0px 10px 0px 10px;
	padding: 25px 0;
	display:none;
}

	#login{
		float: left;
		clear: both;
		width: 150px;
    	margin-top: 15px;
    	border: 0;
    	background: #b2c6e5;
    	padding: 15px;
	}


	


/* FOOTER */
.push {
}

#footer {	
}
#footer #inside{
	position:relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 960px;
	margin: 0 auto -169px;
	padding-left: 200px;	
}

	#footer #inside h3{
		color: #444;
		font-size: 15px;
		float:left;
		height: 100%;
		margin: 20px 0 0 0;
	}
	#footer #inside p{
		font-size: 12px;
		float:left;
		clear: both;
		height: 100%;
		margin: 15px 0 0 0;
	}
	#footer #inside p a{
		text-decoration: none;
		float: left;
		clear:both;
	}
	#footer #inside p a:hover{
		color: #000;
		text-decoration: underline;
	}

