@charset "UTF-8";
/* CSS Document */
#navbar a {
	background:transparent url("images/navbar.png") no-repeat;
}
/***************** buttons *************************/
ul#contactbutton {
	list-style:none;
	padding:0;
	margin:0:
}
#contactbutton li {
    list-style:none;
    display:inline;
}
#contactbutton a i {
	display:none;
}
#contactbutton a {
    background:url("images/button-contact.png") no-repeat;
    float:left;
	height:48px;
	outline:0;
}
li#contact a {
	width:240px;
	background-position:0 0;
}
li#contact a:hover { 
    background-position:0 -48px;
}
