/********** Tags HTML */

html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #000;
	background-image: url(../immagini/bg-body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
}

a {
	text-decoration:none;
	color:#DE6B01;
}

a:hover {
	text-decoration:underline;
}

h1 {
	margin-top:0px;
	font-size:24px;
	font-weight:normal;
	color:#DE6B01;
}

h2 {
	margin-top:0px;
	margin-bottom:3px;
	font-size:16px;
	font-weight:normal;
	color:#DE6B01;
	text-align:left;
}

h3 {
	margin-top:10px;
	margin-bottom:0px;
	font-size:14px;
	color:#DE6B01;
	text-align:left;
}

/********** DIV Struttura */

#divContainer {
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

#divTestata {
	width:960px;
	height:175px;
	overflow:hidden;
}

#divContentSX { /*colonna di sinistra*/
	float:left;
	width:337px;
	padding-top:17px;
}

#divContentDX { /*colonna di destra*/
	float:right;
	margin-right:1px;
	display:inline; /*hack per bug IE6 float-margin*/
	width:588px !important; /*hack per bug IE boxmodel*/
	width /**/:606px; /*hack per bug IE boxmodel*/
	padding-top:37px;
	padding-left:20px;
	background-image:url(../immagini/bg-contentDX.jpg);
	background-repeat:no-repeat;
	background-position: 0px 390px;
}

#divContentDXdw { /*footer della colonna di destra*/
	float:right;
	margin-right:1px;
	display:inline; /*hack per bug IE6 float-margin*/
	width:608px;
	height:102px;
	background-image:url(../immagini/bg-contentDXdw.jpg);
	background-repeat:repeat-x;
}

#divMenu1 { /*menù orizzontale*/
	width:960px;
}

#divMenu2 {
}

#divMarche {
	width:960px;
	padding-top:50px;
	clear:both;
}

#divMarche img {
	margin-right:9px;
	margin-bottom:10px;
	float:left;
}

#divFooter {
	width:960px;
	text-align:center;
	line-height:18px;
	padding-top:20px;
	margin-bottom:40px;
	clear:both;
}


/********** Classi */

.clear {
	clear:both;
	margin-bottom:20px;
}

.tbModulo {
	margin-left:auto;
	margin-right:auto;
	border-collapse:collapse;
	width:500px;
	border:solid 1px #666;
}

.tbModulo td {
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
}

.red {
	color:#c00;
}


