/**
  * @file global.css
  * @author Jeannette Gaetan / Netwyse
  * @copyright
  * @version 1.0
  */

/*====================================
			HEADER
=====================================*/
#header{
	background: url('../img/banner.png') no-repeat;
	height: 224px;
	width: 1016px;
}

#logo{
	float: right;
	height: 58px;
	margin-top: 155px;
	width: 405px;
}

#lancia{margin-right: 9px;}

#abarth, #fiat, #alpha, #fiatpro, #jeep {margin: 0 11px;}

.brand{
	float: left;
	height: 54px;
	width: 42px;
}

.brand a{
	display:block;
	height: 54px;
	width: 42px;
}

.brand span, #home span{display: none;}

#home{
	display: block; 
	float: left; 
	height: 90px; 
	margin: 80px 0 0 30px;
	width: 330px; 
}

#content, #left_column, #right_column{
	float: left;
	height: 490px;
}

