#header,
#topMain.nav-pills>li,
#topNav div.submenu-dark ul.dropdown-menu {
	background-color:#ffffff;
}
#topBar {
	background-color:#ffffff !important;
}
#topNav ul.dropdown-menu {
	border-top-color:#ffffff !important;
}

#topNav button.btn-mobile {
	color:#000;
}


/* footer */
#footer {
	color: rgba(255,255,255,0.6);
	background: #b02024;
	background: -moz-linear-gradient(top, #b02024 0%, #a6a099 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b02024), color-stop(100%, #b02024));
	background: -webkit-linear-gradient(top, #b02024 0%, #b02024 100%);
	background: -o-linear-gradient(top, #b02024 0%, #b02024 100%);
	background: -ms-linear-gradient(top, #b02024 0%, #b02024 100%);
	background: linear-gradient(to bottom, #b02024 0%,#b02024 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b02024', endColorstr='#a6a099',GradientType=0 );
}
	#footer a {
		color:#FFFFFF;
		text-decoration:none;
	}
	#footer a:hover {
		color:#C0C0C0;
	}
	#footer h1,
	#footer h2,
	#footer h3,
	#footer h4,
	#footer h5,
	#footer h6 {
		color: #FFFFFF;
		font-weight:600;
	}
		#footer ul.footer-links>li>a {
		color: #FFFFFF;
	}
	#footer ul.footer-links>li>a:hover {
		color: #FFFFFF;
	}
	#footer  p {
		margin-top:0;
		color: #FFFFFF;
	}
	#footer address {
		margin-bottom:0;
		color: #FFFFFF;
	}
/* Focus sui campi */
input:focus, textarea:focus 
{
 border: 1px solid #FCA800; /* bordo degli elementi */  
 background: #FFFFCC;
 } 

input, textarea 
{
 border: 1px solid #FFFFFF;  
 background: #F5f5f5;
 } 

input, select 
{
 border: 1px solid #FFFFFF;  
 background: #F5f5f5;
}

input, select, textarea 
{
 border-radius:3px;
 -moz-border-radius:3px;
 -webkit-border-radius:3px;
 padding-left:5px;
}

	