html,body { margin:0; padding:0; }
* { margin:0; padding:0 }


/*
colori in uso:

rosso fb2a0e
grigio dei testi 717063

rosato dei titoli eabd91

verdino dei menu b2cc97

fondo grigino dei tasti di rimando ede9e0
grigio delle scritte tasti di rimando 717063

azzurro rivenditori 477ab3

grigio menu footer 83837b
grigio menu principale 5b686e

fondino header ede9e0


*/

/* ------------------------------------------------------ STRUTTURA --- */

body {
	font-size : 76%; /* 76% = 12 px - 62.5%=10px - 100.01% = 16 px */
	font-family: Arial, Helvetica, sans-serif;
	background-color:#fff;
	color:#717063;
}


#wrapper { 
 	margin: 0 auto;
	width: 100%;
}
#header {
 	width: 100%;
	height:auto;	
	height: 110px;
 	background: #ede9e0;
}
#header .contenuto {
	width: 960px;
 	height: 110px;
	margin:0 auto;
	overflow: hidden;
}


#corpo { 
 	width: 100%;
	height: auto;	
	background-image:url(images/fondo-corpo.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#corpo .contenuto {
	width: 960px;
	margin: 0 auto;
	min-height: 350px;
 	height: auto;
	padding-top:90px;
}


#footer {
	width: 100%;
	height: auto;
	background-image:url(images/fondo-footer.jpg);
	background-position: top;
	background-repeat:no-repeat;
 	height: 90px;
	overflow: hidden;
}
#footer-senzariga {
	width: 100%;
	height: auto;
 	height: 90px;
	overflow: hidden;
}
#footer .contenuto, #footer-senzariga .contenuto {
	width: 960px;
	display:block;
	padding-top: 65px;
	height:20px;
	overflow: hidden;
	margin: 0 auto;
}


#logo-box {
	margin-top:5px;
	display:block;
	float:left;
}


.colonne-contenitore
{
	width:960px;
	height:auto;
}
.colonna-sx
{
	width:570px;
	height:auto;
	float:left;
}
.colonna-dx
{
	width:385px;
	height:auto;
	float:right;
	overflow:hidden;
	text-align:right;
}

.clear {
	clear:both;
}

/* ----------------------------------------------------- TIPOGRAFIA - LINE HEIGHT --- */

h1{font-size: 42px; font-weight:800; display:inline;}
h2{font-size: 1.8em;font-weight:200; display:inline;}
h3{font-size: 1.5em;line-height: 1.2; font-weight:600; display:inline;}
h4{font-size: 1.26em;line-height: 1.3; font-weight:400; display:inline;}
h5{font-size: 0.9em; font-weight:200; display:inline;}
h6{font-size: 0.8em; letter-spacing:0.01em; font-weight:200; margin: 0 0; display:inline;}

.bianco
{ color:#fff; }
.rosso
{ color:#fb2a0e; }
.grigiotesti
{ color:#717063; }
.rosatotitoli
{ color:#eabd91; }
.verdinomenu
{ color:#b2cc97; }
.grigiotasti
{ color:#717063; }
.azzurro
{ color:#477ab3; }
.grigiofooter
{ color:#83837b; }
.grigiomenu
{ color:#5b686e; }


p.testopagina {
	line-height:20px;
	font-size:14px;
	margin-top:3px;
	margin-bottom:18px;
}

p.testopaginariquadrato {
	line-height:20px;
	font-size:14px;
	margin-top:3px;
	margin-bottom:18px;
	background-color: #ede9e0;
	padding:5px;
}

	

/* ----------------------------------------------------- LINKS --- */

a:link 
{
	text-decoration: none;

}

a:visited
{
	text-decoration: none;
}

a:hover
{
 	text-decoration : underline;
}






/* ----------------------------------------------------- LISTE - MENU --- */

#header-menu-box
{
	width:560px;
	height:20px;
	margin-top:65px;
	display:block;
	float:right;
	text-align:right;
	margin-right:5px;
}
#header-menu li
{
	display: inline;
	font-size:14px;
	list-style-type: none;
	padding-left: 15px;
	letter-spacing:1px;
	font-weight:700;
}

#navigazione-menu-box
{
	border-bottom:1px solid #c2caa4;
	width:auto;
	margin-top:12px;
	margin-bottom:20px;
	height:19px;
}
#navigazione-menu li
{
	display: inline;
	font-size:12px;
	height:15px;
	list-style-type: none;
	font-weight:600;
	letter-spacing:0px;
}




#rimandi {
	float:right;
	width:300px;
	text-align:right;
	margin-left:0;
}

#rimandi ul
{
	list-style-type: none;
}

#rimandi li
{
	margin-bottom:8px;
	float:right;
}

#rimandi a
{
	display: block;
	padding: 3px;
	width: 240px;
	background-color: #ede9e0;
}

#rimandi a:link, #navlist a:visited
{
	color: #717063;
	text-decoration: none;
	font-weight:700;
}

#rimandi a:hover
{
	background-color: #717063;
	color: #ede9e0;
	font-weight:700;	
}


#footer-menu-sinistro-box
{
	width:500px;
	height:15px;
	display:block;
	float:left;
}
#footer-menu-sinistro li
{
	display: inline;
	font-size:12px;
	list-style-type: none;
	padding-right: 3px;
}

#footer-menu-destro-box
{
	width:400px;
	height:15px;
	display:block;
	float:right;
}

#footer-menu-destro li
{
	display: inline;
	font-size:10px;
	list-style-type: none;
	text-align:right;
	padding-left: 1px;
}


/* ----------------------------------------------------- TABELLE --- */



/* ----------------------------------------------------- IMMAGINI --- */

img.rialzata {
	margin-top:-20px;
}
