@charset "UTF-8";

<!----- HORIZONTAL LINE STYLES ----->

hr.division {
		border:0px;
		height:1px;
		margin-top:0;
		background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), 			
		rgba(0,0,0,0.75), rgba(0,0,0,0));
		background-image: -moz-linear-gradient(left, rgba(0,0,0,0), 			
		rgba(0,0,0,0.75), rgba(0,0,0,0));
		background-image: -ms-linear-gradient(left, rgba(0,0,0,0), 			
		rgba(0,0,0,0.75), rgba(0,0,0,0));
		background-image: -o-linear-gradient(left, rgba(0,0,0,0), 			
		rgba(0,0,0,0.75), rgba(0,0,0,0));	
	}
	
	hr.emboss {
		border:0;
		height:0;
		border-top:1px solid rgba(0,0,0,0.40);
		border-bottom:1px solid rgba(255,255,255,0.4);
	}
	
	hr.embossLight {
		opacity:0.25;
		filter:alpha(opacity=25);
		border:0;
		height:0;
		border-top:1px solid rgba(0,0,0,0.2);
		border-bottom:1px solid rgba(255,255,255,0.4);
	}
	
	hr.embossMedium {
		opacity:0.50;
		filter:alpha(opacity=50);
		border:0;
		height:0;
		border-top:1px solid rgba(0,0,0,0.2);
		border-bottom:1px solid rgba(255,255,255,0.4);
	}
	
	hr.perforated {
		border:0;
		border-bottom:1px dashed #666;
		background:#333;	
	}
	
	
	
/* CSS Document */

