/* -- uncomment to show custom banner --
the banner should be named "custom-banner.jpg" and be inside the images folder*/

#banner {
	background-image:url(../images/custom-banner.jpg) !important;
}


/*----------------------------START of Home highlight----------------------------*/

#home-highlight{
	overflow:auto;
	padding-bottom:10px;
	border-bottom:1px dotted #ccc;
	
}


#home-highlight h3{
	color:#f69c2c;
	font-size:18px;
	font-style:italic;
	
	
}

#home-highlight a{
	float:left;
	margin-left:7px;  
	
}


.highlight-licenses{
	display: block;
	width: 169px;
	height: 200px;
	background: url('../images/home-highlight.jpg') bottom left;
	text-indent: -99999px;
	
}

.highlight-licenses:hover{
	background-position: 0 6px;
}

.highlight-starting{
	display: block;
	width: 169px;
	height: 200px;
	background: url('../images/home-highlight.jpg') -180px 200px;
	text-indent: -99999px;
	
}

.highlight-starting:hover{
	background-position: -180px 6px;
}

.highlight-international{
	display: block;
	width: 169px;
	height: 200px;
	background: url('../images/home-highlight.jpg') -360px 200px;
	text-indent: -99999px;
	
}

.highlight-international:hover{
	background-position: -360px 6px;
}

.highlight-consumer{
	display: block;
	width: 169px;
	height: 200px;
	background: url('../images/home-highlight.jpg') bottom right;
	text-indent: -99999px;
	
}

.highlight-consumer:hover{
	background-position: 169px 6px;
}



/*----------------------------END of Home highlight----------------------------*/