@font-face {
	font-family: 'FontleroyBrownRegular';
	src: url('../font/FontleroyBrown-webfont.eot');
	src: local('☺'), url('../font/FontleroyBrown-webfont.woff') format('woff'), url('../font/FontleroyBrown-webfont.ttf') format('truetype'), url('../font/FontleroyBrown-webfont.svg#webfontI0C3w5l8') format('svg');
	font-weight: normal;
	font-style: normal;
}

h1 {
	font-family: FontleroyBrownRegular;
	font-weight: none;
}

h2 {
	font-family: FontleroyBrownRegular;
	font-size: 3.5em;
	color: #ff802a;
	margin-bottom: 20px;
	margin-top: 30px;
}

#content p {
	margin-bottom: 1.5em;
}

body {
	background: url(../img/bg.jpg) repeat 0 0;
	font: normal 75%/1.5em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

header {
	height: 260px;
}

#wrap {
	width: 960px;
	margin: 0 auto;
}

#logo {
	background: url(../img/bg_logo.png) no-repeat 90px 30px;
	height: 260px;
	width: 640px;
	float: left;
	overflow:hidden;
}

#logo a {
	height: 100%;
	display: block;
	text-indent: -9999px;
}

address {
	width: 230px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 3px 3px 4px #9f5c29; /* FF3.5+ */  
	-webkit-box-shadow: 3px 3px 4px #9f5c29; /* Saf3.0+, Chrome */  
	box-shadow: 3px 3px 4px #9f5c29; /* Opera 10.5, IE 9.0 */
	background-image: url(../img/grad_orange.png);
	background-image: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    from(#ff812b),
	    to(#f86500)
	);
	background-image: -moz-linear-gradient(
	    top, 
		#ff812b, 
		#f86500
	);
	border: 1px solid #e47126;
	float: right;
	padding: 15px 34px;
	color: #414141;
	margin-top: 60px;
}

address .fn {
	font-weight: bold;
	color: #333333;
}

/*address .top {
	padding-top: 15px;
}

address .bottom {
	padding-bottom: 15px;
}*/

address .email a {
	color: #6e1200;
	text-decoration: none;
	background: url(../img/mail.png) no-repeat 0 24px;
	display: block;
	line-height: 48px;
	padding-left: 60px;
	padding-top: 24px;
}

address .email a:hover {
	text-decoration: underline;
}

address .top .type {
	display: none;
}

#wrap_content {
	background-color: #333;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	width: 960px;
	padding-top: 13px;
}

/* NAV */

#nav {
	border-top: 1px dotted #666;
	border-bottom: 2px solid #666;
	margin: 0 20px;
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	text-transform: uppercase;
	font-size: 1.5em;
}

nav {
	width: 720px;
	float: left;
}

nav ul {
	list-style: none;
	padding: 9px 0;
}

nav li {
	float: left;
}

nav a {
	float: left;
	text-decoration: none;
	color: #fff;
	padding: 0 8px;
	height: 32px;
	line-height: 32px;
}

nav a:hover {
	color: #e4871b;
	background: #686868;
	background-image: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    from(#6b6b6b),
	    to(#474747)
	);
	background-image: -moz-linear-gradient(
	    top, 
		#6b6b6b, 
		#474747
	);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

nav .selected a {
	color: #e4871b;
}

#nav .language {
	float: right;
	padding: 9px 8px 9px 22px;
	height: 32px;
	line-height: 32px;
	color: #fff;
	text-decoration: none;
}

#nav .language:hover {
	text-decoration: underline;
}

#nav .ita {
	background: url(../img/ita.png) no-repeat 0 50%;
}

#nav .eng {
	background: url(../img/eng.png) no-repeat 0 50%;
}

figure.column_left {
	width: 620px;
}

.big_image {
	background: url(../img/bg_photo.png) no-repeat 0 0;
	width: 570px;
	height: 300px;
	padding: 22px 21px;
	margin: 20px 0 0 10px;
	display: block;
}

#map {
	width: 570px;
	height: 300px;
}

.small_image {
	float: left;
	background: url(../img/bg_image.png) no-repeat 0 0;
	width: 150px;
	height: 100px;
	padding: 10px 10px;
	margin: 20px 40px 20px 10px;
}

.last {
	margin-right: 0;
}

.column_left ul {
	list-style: none;
}

#content .column_right {
	float: right;
	width: 300px;
	padding: 0 16px 0 0;
	color: #fff;
}

hgroup {
	color: #ff802a;
	margin-bottom: 16px;
	height: 60px;
	line-height: 60px;
	font-size: 60px;
}

.column {
	float: left;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin-top: 25px;
}

.column_l {
	border: 1px solid #e47126;
	-moz-box-shadow: 3px 3px 4px #202020; /* FF3.5+ */  
	-webkit-box-shadow: 3px 3px 4px #202020; /* Saf3.0+, Chrome */  
	box-shadow: 3px 3px 4px #202020; /* Opera 10.5, IE 9.0 */
	background-image: url(../img/grad_orange_bottom.png);
	background-image: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    from(#ff812b),
	    to(#f06a0f)
	);
	background-image: -moz-linear-gradient(
	    top, 
		#ff812b, 
		#f06a0f
	);
	width: 290px;
	height: 75px;
	margin-left: 20px;
	margin-right: 25px;
	color: #fff;
	padding: 16px 0 0 20px;
}

.column_l a {
	background: url(../img/button_orange.png) no-repeat 0 0;
	color: #fff;
	text-transform: uppercase;
	width: 125px;
	height: 18px;
	display: block;
	text-decoration: none;
	font: bold 0.8em "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	float: right;
	padding: 4px 0 0 8px;
	margin: 10px 5px 0 0;
}

.column_r a {
	background: url(../img/button_red.png) no-repeat 0 0;
	color: #fff;
	text-transform: uppercase;
	width: 125px;
	height: 18px;
	display: block;
	text-decoration: none;
	font: bold 0.8em "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	float: left;
	padding: 4px 0 0 8px;
	margin: 10px 0 0 -8px;
}

.column_r {
	background: #b32a23;
	background: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    from(#a1251f),
	    to(#c73029)
	);
	background: -moz-linear-gradient(
	    top, 
		#a1251f, 
		#c73029
	);
	width: 250px;
	height: 74px;
	margin-left: 25px;
	color: #fff;
	padding: 10px 0 8px 10px;
	position: relative;
}

.column_r p {
	background: url(../img/logo_fiat.png) no-repeat 0 22px;
	padding-bottom: 26px;
}

.column .cinquecento {
	background: url(../img/500.png) no-repeat 0 0;
	position: absolute;
	display: block;
	width: 136px;
	height: 75px;
	right: -20px;
	bottom: -30px;
}

.bottom {
	padding-bottom: 30px;
}

footer {
	float: right;
	color: #464646;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 30px;
}

#CDSWIDFRR {
	margin: 3px !important;
}

.column_right a {
	color: #fc7518;
	text-decoration: none;
}

.column_right a:hover {	
	text-decoration: underline;
}

footer a {
	color: #6e1200;
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;
}

.facebook {
	background: #394b93;
	width: 90px;
	margin-right: 25px;
	height: 74px;
	color: #fff;
	padding: 9px;
	position: relative;
	text-align: center;
	-moz-box-shadow: 3px 3px 4px #202020; /* FF3.5+ */  
	-webkit-box-shadow: 3px 3px 4px #202020; /* Saf3.0+, Chrome */  
	box-shadow: 3px 3px 4px #202020; /* Opera 10.5, IE 9.0 */
	border: 1px solid #394b93;
}

.facebook a {
	background: url(../img/facebook.png) no-repeat center center;
	padding-bottom: 48px;
	display: block;
}

.facebook p {
	line-height: 1em;
	padding-top: 6px;
}
