footer
	{

		width: 100%;
		height: 40px;
		margin: 0 auto;
		z-index: 100;
	}
	
/* Buttons */

.thumb_servisol 
	{
    	background: url(../img/thumbs_servisol.png) no-repeat;
    	cursor: hand;
    	display: inline-block;
    	width: 460px;
    	height: 40px;
    	margin: 0 auto;
	}

.thumb_servisol span 
	{
    	background: url(../img/thumbs_servisol.png);
    	background-position: 0 0px;
    	position: absolute;
    	top: 0; 
    	right: 0; 
    	bottom: 0; 
    	left: 0;
    	width: 460px;
    	height: 40px;
    	opacity: 0;
	}

.thumb_servisol span:hover 
	{
    	background: url(../img/thumbs_servisol.png);
    	background-position: 0 -40px;
    	position: absolute;
    	top: 0; 
    	right: 0; 
    	bottom: 0; 
    	left: 0;
    	width: 460px;
    	height: 40px;
    	opacity: 1;
    	-webkit-transition: opacity 0.3s 0.2s;
    	   -moz-transition: opacity 0.3s 0.2s;
            -ms-transition: opacity 0.3s 0.2s;
             -o-transition: opacity 0.3s 0.2s;
                transition: opacity 0.3s 0.2s;
	}
	
/* Brands */

.brands 
	{
		width: 100%;
		height: 40px;
		margin-top: -35px;
	}
		
.brands-info
	{
		list-style: none;
		text-align: center;
		width: 960px;
		margin: 0 auto;
	}

.brands-info li 
	{
		position: relative;
		display: inline-block;
		width: 460px;
		height: 40px;
		margin: 0 0 0 40px;
		padding: 0px;
	}
	
.brands-info li img 
	{
		float: left;
	}

/* Images */

img
	{
		border: none;
	}