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

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom: 0;
	right: 6px;
	overflow:hidden;
	width:50px;
	height:248px;
	border:none;
	text-indent:100%;
	background: url(../images/Pressure_Wash-top-anchor-50.png) no-repeat left top;
}

/*#toTopHover {
	background: url(../images/retroRocketSprite.png) no-repeat left -98px;
	width:64px;
	height:105px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}*/

#toTop:active, #toTop:focus {
	outline:none;
}


@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
        #toTop {
	        display:none;
	        text-decoration:none;
	        position:fixed;
	        bottom: 0;
	        right: 6px;
	        overflow:hidden;
	        width:25px;
	        height:124px;
	        border:none;
	        text-indent:100%;
	        background: url(../images/Pressure_Wash-top-anchor-25i.png) no-repeat left top;
	}
	
	
        #toTop:active, #toTop:focus {
	        outline:none;
        }

}


@media only screen 
and (min-device-width : 540px) 
and (max-device-width : 960px) 
and (orientation : landscape) {
        #toTop {
	        display:none;
	        text-decoration:none;
	        position:fixed;
	        bottom: 0;
	        right: 6px;
	        overflow:hidden;
	        width:25px;
	        height:124px;
	        border:none;
	        text-indent:100%;
	        background: url(../images/Pressure_Wash-top-anchor-25i.png) no-repeat left top;
	}
	
	
        #toTop:active, #toTop:focus {
	        outline:none;
        }

}