/* -- 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;
}


.auto-files{
	float:left;
	margin-bottom:25px;
	
	
}

.auto-files select {
	width:200px;
	
}




/*----------------------------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----------------------------*/

.addressChange{
	background:url(../images/address-message-bg.jpg) repeat-x #5884a6;
	min-height: 80px;
	color: #fff;
	font-size: 13px;
	padding: 5px 20px 15px 20px;
	margin: 10px 0 20px 0;
}

.addressChange p{
	margin: 10px 0;
	line-height: 18px;
}

.addressChange a{
	color: #fff;
}


.addressChange > img{
	float: right;
	margin: 20px 40px 15px 20px;
}