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

.language-button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background-color:#a7c4d2;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius:0px 0px 10px 10px;
	border-radius:0px 0px 10px 10px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#fffcff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;}
	.language-button:hover {
	background-color:#616f75;}
	.language-button:active {
	position:relative;
	top:1px;
}


.home-button{
	position:absolute;
	width:60px;
	height:60px;
	background-color:#45C3D3;
	-moz-border-radius: 	10px 0px 0px 0px;
	-webkit-border-radius:	10px 0px 0px 0px;
	border-radius:			10px 0px 0px 0px;
	padding:0;
	margin:0;
	top:0;
	right:0;
	
}	.home-button:hover{
	background-color:#666;
	
}

.facebook-button{
	position:absolute;
	width:60px;
	height:60px;
	background-color:#F37435;
	-moz-border-radius: 	0px 0px 0px 0px;
	-webkit-border-radius:	0px 0px 0px 0px;
	border-radius:			0px 0px 0px 0px;
	padding:0;
	margin:0;
	top:60px;
	right:0;
	
}	.facebook-button:hover{
	background-color:#666;
	
}

.contact-button{
	position:absolute;
	width:60px;
	height:60px;
	background-color:#E07EB2;
	-moz-border-radius: 	0px 0px 0px 10px;
	-webkit-border-radius:	0px 0px 0px 10px;
	border-radius:			0px 0px 0px 10px;
	padding:0;
	margin:0;
	top:120px;
	right:0;
	
}	.contact-button:hover{
	background-color:#666;
	
}