
/* CSS for Sparks area */


a:focus
{
	outline : none ;
}

#sparks 
{
	background : url('../images-css/divider-sparks.gif') no-repeat top center;
	margin : 30px auto 0;
	padding: 30px 0 10px 0 ;
	text-align: center ;
}

#sparkstext
{	
	text-transform : capitalize ;
	white-space : nowrap ; 
	text-align: center ; 
	color : #000 ;
	font-size: 13px ; 
	font-family: Verdana, arial, sans-serif ; 
}

#sparkstext a:link, #sparkstext a:visited, #sparkstext a:active
{
	font-size : 14px ;
	font-weight: 700;
	line-height: 200%;
	text-align:center ;
	padding : 0 ;
	margin : 20px 1px ;
	text-decoration : none ;
	color : #000180 ;
}

#sparkstext a:hover
{
	text-decoration : none ;
	color : #ab0000 ;
}

