@charset "UTF-8";
/* CSS Document */
a#host, a#host:hover{
	text-decoration: none;
	text-indent: -10000px;
}
a#host #hosting{
	transition: all .75s ease-out;
	-webkit-transition: all .75s ease-out;
	-moz-transition: all .75s ease-out;
}
a#host, a#host #hosting{
	background: url("../images/hosting_blue.png") no-repeat scroll 0 -20px transparent;
    border: medium none;
    height: 100px;
    left: 1em;
    position: fixed;
    text-indent: -1e+8px;
    top: 0em;
    width: 100px;
    z-index: 100;
}
a#host{
	background:none!important;
	outline:none!important;
	border:none;
}
a#host:hover #hosting{
	background-position: 0 0;
	
}
