@font-face {
    font-family: 'open_sansregular';
    src: url('../font/opensans-regular-webfont.eot');
    src: url('../font/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/opensans-regular-webfont.woff') format('woff'),
         url('../font/opensans-regular-webfont.ttf') format('truetype'),
         url('../font/opensans-regular-webfont.svg#open_sans_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sans_lightregular';
    src: url('../font/opensans-light-webfont.eot');
    src: url('../font/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/opensans-light-webfont.woff') format('woff'),
         url('../font/opensans-light-webfont.ttf') format('truetype'),
         url('../font/opensans-light-webfont.svg#open_sans_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
	background:#b8b8b8 url(../images/header-bg-racing.jpg) center 0 no-repeat;
	font:12px/18px Arial, Helvetica, sans-serif;
	color:#333;
	position:relative;
	min-width:970px;
}
.ic {border:0;float:right;background:#fff;color:#f00;width:50%;line-height:10px;font-size:10px;margin:-220% 0 0 0;overflow:hidden;padding:0}
html,body{height:100%;}
html {min-width:970px;}
/* Global Structure---------------------------------------- */
.main{
	margin:0 auto;
	position:relative;
	width:950px;
}
.main-bg {
	background:url(../images/main-bg.jpg) no-repeat center 0;
	min-height:100%;
}
/*----- alignment & clearing -----*/
.fleft{float:left}
.fright{float:right}
.alignright{text-align:right}
.aligncenter{text-align:center}
.alignmiddle *{vertical-align:middle}

.marginleft1 {margin-left:5px;}
.marginleft2 {margin-left:10px}
.marginleft3 {margin-left:15px;}
.marginleft4 {margin-left:20px;}
.marginleft5 {margin-left:25px;}

.marginright1 {margin-right:5px;}
.marginright2 {margin-right:10px;}
.marginright3 {margin-right:15px;}
.marginright4 {margin-right:20px;}
.marginright5 {margin-right:25px;}

.clear{
	clear:both;
	line-height:0;
	font-size:0;
	overflow:hidden;
	height:0;
	width:100%;
}
.wrapper{
	overflow:hidden;
	position:relative;
	padding:10px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	background:#adacac;
}
.extra-wrap{
	overflow:hidden;
	display:block;
}
/*  Header styles */
h1,h2,h3,h4,h5,h6{
	color:#454545;
	padding:0 0 20px 0;
	font-weight:normal;
	font-family: 'open_sans_lightregular';
	text-shadow:1px 1px #fbfbfb;
	letter-spacing:-1px;
}
h1{font-size:27px; line-height:39px;}
h2{font-size:30px; line-height:36px;}
h3{font-size:27px; line-height:32px;} 
h4{font-size:24px; line-height:30px;}  
h5{font-size:21px; line-height:26px;}
h6{font-size:18px; line-height:22px;}

h2 span {
	color:#0092d6;
	text-transform:uppercase;
}
.heading-1 {
	text-transform:uppercase;
	font-weight:bold;
	color:#0092d6;
	padding:0 0 10px 0;
}
/*----- text & typography -----*/
.str-1 {
	text-transform:uppercase;
	color:#0092d6;
	font-weight:normal;
}
.str-2 {
	text-transform:uppercase;
}
.str-3 {
	color:#0092d6;
}
.str-4 {
	color:#454545;
	display:block;
	font-size:14px;
	padding:0 0 6px 0;
}
.quote {
	font-size:12px;
	line-height:18px;
	position:relative;
	padding:0 0 15px 0;
}

	.quote:before {
		display:inline-block;
		background:url(../images/quote-before.png) no-repeat 0 0;
		content:"";
		width:18px;
		height:14px;
		margin:0 5px 0 0;
	}
	.quote:after {
		display:inline-block;
		background:url(../images/quote-after.png) no-repeat 0 0;
		content:"";
		width:18px;
		height:14px;
		margin:0 0 0 6px;
	}
.quote-1 {
	background:url(../images/body-bg.gif);
	border-radius:6px;
	box-shadow:1px 1px 0 0 #fff;
	border:1px solid #d8d8d8;
	position:relative;
	margin:0 0 9px 0;
}
	.quote-1:after {
		display:block;
		content:"";
		background:url(../images/quote-1-marker.gif) no-repeat 0 0;
		width:22px;
		height:22px;
		right:20px;
		bottom:-22px;
		position:absolute;
	}
	.quote-1-inner {
		background:url(../images/quote-before.png) no-repeat 19px 30px;
		padding:28px 25px 29px 40px;
		position:relative;
	}
	.quote-1-inner:after {
		display:inline-block;
		background:url(../images/quote-after.png) no-repeat 0 0;
		content:"";
		width:18px;
		height:14px;
		margin:2px 0 0 3px;
	}
.def-list-1 dt {
	display:block;
	color:#0092d6;
	font-size:20px;
	line-height:24px;
	text-shadow:1px 1px #fff;
	font-family: 'open_sansregular';
	padding:18px 0 5px 0;
	word-spacing:-1px;
}
	.def-list-1 dt a {
		text-decoration:none;
	}
		.def-list-1 dt a:hover {
			color:#454545;
		}
	.def-list-1 dd.extra {padding:0 0 6px 0;}
/*----- borders & lines -----*/
.hr-border {
	height:2px;
	background:url(../images/list-1-border.gif) repeat-x 0 0;
	margin:0 5px 12px 5px;
}
.hr-border-1 {
	background:url(../images/list-1-border.gif) repeat-x 0 bottom;
	padding:0 0 10px 0;
}
.hr-border-2 {
	height:2px;
	background:url(../images/list-1-border.gif) repeat-x 0 0;
	margin:0 5px 35px 5px;
}
.hr-border-3 {
	height:2px;
	background:url(../images/list-1-border.gif) repeat-x 0 0;
	margin:0 0 27px 0;
}
.hr-border-4 {
	height:2px;
	background:url(../images/list-1-border.gif) repeat-x 0 0;
	margin:15px 0px;
}
/*----- boxes -----*/
.box-1 {
	background:#dcdcdc;
	border-radius:7px;
	box-shadow:1px 0 5px #bbb;
	text-align:center;
	padding:0 0 6px 0;
	margin:0 0 16px 0;
	position:relative;
	z-index:2;
}
	.box-1 .inner {
		border-radius:7px 7px 0 0;
		background:url(../images/box-1-bg.gif) no-repeat center 0 #fff;
		padding:22px 25px 11px 25px;
		position:relative;
	}
	.box-1 h3 {padding-bottom:10px;}

.box-2 {
	background:url(../images/body-bg.gif);
	border-radius:6px;
	box-shadow:1px 1px 0 0 #fff;
	border:1px solid #d8d8d8;
	padding:19px 25px 29px 38px;
}

.box-3 {
	background:#dcdcdc;
	border-radius:7px;
	box-shadow:1px 0 5px #bbb;
	text-align:center;
	padding:0 0 6px 0;
	margin:0 0 40px 0;
	position:relative;
	z-index:2;
}
	.box-3 .inner {
		border-radius:7px 7px 0 0;
		background:url(../images/box-1-bg.gif) no-repeat center 0 #fff;
		padding:22px 20px 11px 20px;
		position:relative;
		height:260px;
	}
	.box-3 h3 {padding-bottom:10px;}

.button-box {
	display:inline-block;
	background:url(../images/button-box-tail-rosso.gif) repeat-x 0 0;
	border-radius:6px;
	padding:5px 6px 0 6px;
	margin:0 0 -16px 0;
}
.btn-container {
	position:absolute;
	bottom:-6px;
	left:0;
	right:0;
	text-align:center;
}

.boxes-bg {position:relative;}
.boxes-bg:after {
	display:block;
	position:absolute;
	content:"";
	background:url(../images/boxes-bg.png) no-repeat 0 0;
	left:-5px;
	top:-39px;
	width:970px;
	height:131px;
	z-index:1;
	
}
/*----- indents -----*/
.img-indent {
	float:left;
	margin:0 10px 0 0;
}
.img-indent-1 {
	float:left;
	margin:0 10px 12px 0;
}
.img-indent-bot {margin:0 0 14px 0;}

.thumbs2 {
	padding:5px;
	border:1px solid #999;
	background:#FFF;
}

p {padding-bottom:18px;}
.p {padding-bottom:18px;}
.p0 {padding-bottom:0 !important;}
.p1 {padding-bottom:6px !important;}
.p2 {padding-bottom:12px !important;}
.p3 {padding-bottom:25px !important;}

.list {
	padding:0px;
	margin-top:-10px;
}

.list ul{
	padding:0px;
	margin:0px;
}

.list li{
	margin-left:20px;
	list-style-type:disc;
}

.a1 {margin:0 5px;}
.indent-bot {margin:0 0 18px 0;}
.indent-bot-1 {margin:0 0 33px 0;}
.indent-bot-2 {margin:0 0 37px 0;}
.inner-indent {padding:20px 35px 0 0;}
.indent-top {padding-top:20px;}
.indents-1 {margin:0 40px 0 0;}
.pad-right {padding-right:20px;}
/*----- lists -----*/
.list-1 {padding:0 0 20px 0;}
.list-1 li {
	display:block;
	padding:6px 0 6px;
	background:url(../images/list-1-border.gif) repeat-x 0 0;
	line-height:18px;
}
	.list-1 li:first-child {padding:0 0 6px 0; background:none;}
	.list-1 li a {
		color:#0092d6;
		display:inline-block;
		font-size:12px;
		text-decoration:none;
		text-transform:uppercase;
		padding:0 0 0 15px;
		background:url(../images/list-1-marker.gif) no-repeat 0 6px;
	}
		.list-1 li a:hover {
			color:#454545;
		}
.list-2 {padding:0;}
.list-2 li {
	display:block;
	padding:6px 0 6px;
	background:url(../images/list-1-border.gif) repeat-x 0 0;
	line-height:18px;
}
	.list-2 li:first-child {padding:0 0 6px 0; background:none;}
	.list-2 li a {
		color:#0092d6;
		display:inline-block;
		font-size:12px;
		text-decoration:none;
		padding:0 0 0 15px;
		background:url(../images/list-1-marker.gif) no-repeat 0 6px;
	}
		.list-2 li a:hover {
			color:#454545;
		}

/*----- buttons & links -----*/
a {
	color:#a00105;
	text-decoration:none;
	cursor:pointer;
}
	a:hover {text-decoration: none; color:#000;}

.button {
	display:inline-block;
	font-size:14px;
	line-height:20px;
	padding:5px 14px 6px 14px;
	font-family: 'open_sansregular';
	color:#fff;
	text-decoration:none;
	background:url(../images/button-tail-rosso.gif) repeat-x 0 0;
	border-radius:6px;
}
	.button:hover {
		background:url(../images/button-tail-rosso.gif) repeat-x 0 bottom;
		color:#FFF;
	}


.button2 {
	display:inline-block;
	font-size:14px;
	line-height:20px;
	padding:3px 10px 3px 10px;
	font-family: 'open_sansregular';
	color:#fff;
	text-decoration:none;
	background:url(../images/button-tail.gif) repeat-x 0 0;
	border-radius:6px;
}
	.button2:hover {
		background:url(../images/button-tail.gif) repeat-x 0 bottom;
		color:#FFF;
	}


.link {
	text-decoration: underline;
	color:#0092d6;
	text-transform:uppercase;
	font-size:11px;
}
	.link:hover {text-decoration: none;}

.link2 {
	color:#FFF;
	font-size:12px;
}
	.link2:hover {text-decoration: none; color:#FFF;}

/*********************************header*************************************/
header{
	position:relative;
	z-index:2;
}

header .inner {
	width:950px;
	margin:0 auto;
	padding:0 0 0px 0;
}

.logo {
	display:inline-block;
	padding:0 !important;
}
.logo a {
	position:relative;
	margin-top:35px;
	background:url(../images/logo-racing.png) no-repeat 0 0;
	height:70px;
	width:220px;
	overflow:hidden;
	text-indent:-99em;
	display:block;
}
.header-meta {
	text-align:right;
	padding:40px 0px 25px 0px;
}
	.header-meta * {text-align:left;}

.header-meta .col-elem {
	display:inline-block;
	width:600px;
	text-align:right;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	line-height:21px;
	color:#454545;
	text-transform:uppercase;
	text-shadow:1px 1px #fbfbfb;
}
.header-meta .phone {
	display:inline-block;
	font-size:18px;
	line-height:22px;
	color:#0092d6;
	margin:-3px 0 0 0;
}
/********************** Slider ************************/
.mp-slider .items {display:none;}
.mp-slider {
	overflow:visible !important;
}
.slider-container {
	position:relative;
	z-index:1;
	height:433px;
	width:950px;
	margin:0 auto;
	padding:0 0 52px 0;
}
.slider-container .pic, .mp-slider {
	border-radius:9px;
	box-shadow:0 0 5px #999;
}
.slider-container .mask {
	border-radius:9px;
}
.pagination {
	position:absolute;
	bottom:-29px;
	left:0;
	right:0;
	text-align:center;
}
	.pagination li {
		display:inline-block;
		margin:0 1px;
	}
		.pagination li a {
			display:block;
			width:20px;
			height:20px;
			background:url(../images/slider-pagination-rosso.png) no-repeat right 0;
		}
			.pagination li.current a, .pagination li a:hover {
				display:block;
				width:20px;
				height:20px;
				background:url(../images/slider-pagination-rosso.png) no-repeat 0 0;
			}
/********************** Navigation ************************/
nav {
	float:right;
	width:725px;
	height:28px;
	margin-top:47px;
	text-align:right;
	font-family: 'open_sansregular';
}

.sf-menu {
	padding:0;
	margin:0;
}

.sf-menu ul {
	list-style:none;
	position:absolute;
	top:-999em;
	left:0;
	display:none;
	background:#fff;
	text-align:center;
	padding:10px 0;
	box-shadow:0 0 2px #999;
	border-radius:5px;
}

.sf-menu > li {
	position:relative;
	display:inline-block;
	margin:0px 0px 0px 27px;
}

*:first-child+html .sf-menu > li { /*dichiarazione specifca per IE7*/
	position:relative;
	display:inline;
	margin:0px 0px 0px 30px;
}

.sf-menu > li > a {
	text-decoration:none;
	display:block;
	font-size:16px;
	line-height:22px;
	color:#ff0000;
	padding:0;
}

	.sf-menu > li.current > a, .sf-menu > li:hover > a, .sf-menu > li.sfHover > a {
		color:#FFF;
		text-decoration:none;
	}

.sf-menu li:hover ul,.sf-menu li.sfHover ul{top:35px; left:0; z-index:999;}
.sf-menu li:hover li ul,ul.sf-menu li.sfHover li ul{top:-999em}
.sf-menu li.current,.sf-menu li:hover,.sf-menu li.sfHover{
	text-decoration:none;
}
.sf-menu li li a{
	display:block;
	margin:0;
	position:relative;
	text-decoration:none;
	font-size:14px;
	line-height:18px;
	color:#454545;
	overflow:hidden;
	padding:8px 5px 8px 5px;
	font-family: 'open_sansregular';
}
.sf-menu li li > a:hover, .sf-menu li li.sfHover > a, .sf-menu li li.current > a{
	text-decoration:underline;
}

.sf-menu ul ul {
	background:#eee;
	border-radius:5px;
}

.sf-menu ul ul ul {
	background:#ddd;
	width:200px;
}

.sf-menu li li{
	float:none;
	position:relative;
	margin:0 0 1px 0;
}


.sf-menu li li:hover ul,ul.sf-menu li li.sfHover ul{left:120px;top:-10px; }


/********************** Content ************************/

section#content {
	position:relative; 
	z-index:1;
	padding:0 0 18px 0;
}
.author {
	color:#454545;
	font-size:14px;
}
	.author em {
		display:block;
		font-weight:bold;
	}

.dropcap {
	float:left;
	font-size:40px;
	line-height:48px;
	color:#454545;
	text-shadow:1px 1px #fff;
	margin:0 5px 0 0;
	width:40px;
}
iframe {
	width:268px;
	height:206px;
	border:1px solid #cfcfcf;
	border-radius:6px;
	margin:0;
}
.map-container {
	padding:0 0 22px 0;
}
.adress {padding:0 0 20px 0;}
.adress dt {
	display:block;
	font-weight:normal;
	font-size:12px;
	line-height:18px;
	text-transform:uppercase;
}
.adress dd {
	font-size:12px;
	line-height:18px;
	overflow:hidden;
}
.adress dd span {
	float:left;
	width:75px;
	text-align:right;
	margin:0 10px 0 0;
	text-transform:uppercase;
}

/******************** Footer ******************/
footer {
	width:950px;
	margin:0 auto;
	background:url(../images/list-1-border.gif) repeat-x 0 0;
	color:#333;
	font-size:12px;
	padding:25px 0;
	overflow:hidden;
}
footer a {color:#0092d6;}

.copyright {
	padding:0;
	float:left;
}
.footer-logo {
	display:inline-block;
	background:url(../images/footer-logo.png) no-repeat 0 0;
	width:150px;
	height:31px;
	overflow:hidden;
	text-indent:-99em;
	margin:-5px 0 -5px;
}


/* search form */
#search-form {
	display:inline-block;
	position:relative;
	background:url(../images/header-search.png) no-repeat 0 0;
	width:271px;
	height:31px;
	margin:6px 0 0 0;
}
	#search-form input {
		outline:none;
		margin:0 0 0 15px;
		color:#c2c2c2;
		border:none;
		font-size:12px;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		background:none;
		text-transform:uppercase;
		height:18px;
		padding:7px 0 5px;
		width:225px;
	}
	.search-form-submit {
		position:absolute;
		display:block;
		width:20px;
		height:23px;
		background:url(../images/header-search-submit.gif) no-repeat 0 0;
		right:6px;
		top:4px;
	}
		.search-form-submit:hover {
			background:url(../images/header-search-submit.gif) no-repeat 0 bottom;
		}




