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

/*
|--------------------------------------------------------------------------
| UItoTop jQuery Plugin 1.1
| http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
|--------------------------------------------------------------------------
*/



#toTop {background:url(../images/tail-totop.gif);
	display:none;
	position:fixed;
	right:48%;
	bottom:50px;
	border:none;
	z-index:20;
	text-align:center;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	}

#toTop strong{
	font-family: 'Gentium Basic', serif;
	
	background:url(../images/marker-top.png) no-repeat 23px 26px;
	font-size:16px;
	text-transform:uppercase;
	padding:21px 14px 19px 48px;
	line-height:20px;
	color:#f0f2f4;
	display:block;
	font-weight:normal;

}
#toTopHover, #toTop:hover {
	display:block;
	background:#FF0;
}
#toTopHover strong, #toTop:hover strong{
	background:url(../images/marker-top.png) no-repeat 23px -14px;
	
	color:#000;  
}
#toTop:active, #toTop:focus {
	outline:none;
}
