@charset "utf-8";
/* CSS Document */

/* Definisco i tag principali*/
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #fcfeea;
	color: #5b5b5d;
}
h1 {
	color: #D8261C;
	text-transform: uppercase;
	font-size: 38px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h2 {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: normal;
}
p {}
a {
	color: #666;
	text-decoration: none;
}
/*Fine dei tag*/

/*padding dei box*/

h1,h2,p, #footer_credits {
	padding-top: 18px;
	padding-bottom: 18px;
}

p, #footer_credits {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #9D9D9D;
	border-bottom-color: #9D9D9D;
	width: 100%;
	font-size: 14px;
	text-align: justify;
}

h1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9D9D9D;
}


/*fine spazi*/

/*Wrap */

#top_tema, #footer_tema {
	width: 100%;
	position: relative;
	background-image: url(../img/top_tema.jpg);
	background-repeat: repeat-x;
	height: 19px;
	top: 0px;
}
#footer_tema {
	float: left; margin-bottom:400px;
}
#wrap_main {
	width: 960px;
	margin-left: -480px;
	left: 50%;
	position: absolute;
	background-color: #fcfeea;
	top: 0px;
	background-image: url(../img/sfondo_main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#wrap_central {
	width: 858px;
	margin-left: -429px;
	left: 50%;
	position: relative;
}
#top_desc {
	width: 100%;
	position: relative;
	text-align: center;
}
#top_logo {
	height: 373px;
	width: 549px;
	position: relative;
	margin:0 auto;
	margin-bottom: 10px;
}

/*fine wrap*/

/*Menu*/

#menu_main {
	position: relative;
	padding-left: 55px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: dotted;
	height: 30px;
	border-top-color: #9D9D9D;
	border-bottom-color: #9D9D9D;
}
#menu_main a {
	margin-right: 50px;
	margin-left: 50px;
	position: relative;
	font-size: 20px;
	text-transform: uppercase;
	float: left;
	line-height: 20px;
	margin-top: 5px;
}
#menu_main a:hover {
	color: #D8261C;
}

/*Fine menu*/


/*Pagine*/

#pagina1, #pagina2, #pagina3 {
	margin-bottom: 80px;
}

/*pagina dei contatti senza margin bottom*/
#pagina_c{
	margin-bottom: 10px;
}
/*fine pagina dei contatti*/

#left {
	font-size: 14px;
	margin-bottom: 15px;
	position: relative;
	float: left;
	width: 500px;
	line-height: 16px;
}
#right {
	margin-bottom: 15px;
	float: right;
	position: relative;
	width: auto;
	font-size: 14px;
	line-height: 16px;
}
#left span, #right span {
	color: #D8261C;
	position: relative;
}

#left a {
	color:#D8261C;
	position: relative;
}

#slide {
	width: 100%;
	position: relative;
	height: 134px;
	margin-bottom: 5px;
	padding-top: 12px;
}
#slide_brands {
	width: 100%;
	position: relative;
	height: 609px;
	margin-bottom: 5px;
	padding-top: 12px;
}
#mappa {
	width: 100%;
	position: relative;
	margin-bottom: 15px;
	padding-top: 12px;
}
#footer_logo {
	height: 115px;
	position: relative;
	text-align: center;
	width: 100%;
	padding-top: 25px;
	float: left;
}

#footer_credits {
	width: 100%;
	position: relative;
	text-align: center;
	font-size: 14px;
	float: left;
}


/*Fina Pagine*/
