/* CSS RESET *********************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
}
ol, ul {
list-style: none;
}
/* tables still need ‘cellspacing="0"’ in the markup */
table {
border-collapse: separate;
border-spacing: 0; 
vertical-align:top;

}
td,tr{
padding:1px;
font-family:Arial;
font-size:14px;
color:#71b246;
height:30px;
text-align:center;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}

/**********************************************************************/
body {
	margin-top:0px;
	background-color: #d9e5df;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(img/bg.png);
	background-repeat:repeat-x;
	font-family: Tahoma;
	font-size: 11px;
	color: #4B4F45;
}

p
{
	color: #454644;
	font-size: 14px;
	font-family: arial;
	line-height:1.2em;	
}
a {
color:#799D8B;
font-family:Arial;
font-size:12px;
text-decoration:none;

}
a:hover {
color:#799D8B;
text-decoration:underline;
}

.break
{
	clear: both;
}


h1
{
	color: #C20101;
	font-size: 30px;
	font-family: Arial;
	text-align:left;
	padding-left:12px;
}


#container{
	margin:auto;
	text-align: left;
	width:827px; 
	height:666px;
	background-image: url(img/bg_container.png);
	background-repeat:no-repeat;
	padding:12px 12px 12px 32px;
	/*border:1px solid #339900;*/
	margin-top:28px;
}

/*********************************************************************/

#header{
	width:748px;
}
#content{
	width:744px;
	height:510px;
	background-color:#FFFFFF;
	margin-top:5px;
}

#menu{
	padding-top:12px;
}
.button{
	height:40px; 
	padding-left:12px;
	float:left;
	
}
.box_hp {
	width:744px;
	text-align:center;

}
.box_int {
	width:734px;
	margin-top:10px;
	text-align:left;
	padding-left:12px;

}
.box_testo {
	width:460px;
	text-align:left;
	color: #454644;
	font-size: 14px;
	font-family: arial;
	line-height:1.2em;
	padding-top:10px;
	float:left;
}
.box_img {
	width:234px;
	height:350px;
	padding-left:30px;
	float:left;
}
	.centropagina_elenco ul{
	margin: 0;
	padding-left: 0;
	list-style-image:none;
	}
	.centropagina_elenco li{
	margin: 0;
	padding: 1px 0px 0px 12px;
	font-family: Arial; 
	font-size: 14px;
	line-height:1.2em;
	color:#71B246;
	background-image:url(img/quadratino.png);
	background-repeat:no-repeat;
	background-position: left;
	margin-top:5px;
	}
	.centropagina_elenco li.rosso{
	margin: 0;
	padding: 1px 0px 0px 12px;
	font-family: Arial; 
	font-size: 14px;
	line-height:1.2em;
	color:#C20101;
	font-weight:bold;
	background-image:url(img/quadratino2.png);
	background-repeat:no-repeat;
	background-position: left;
	margin-top:5px;
	}
#footer{
	width:755px;
	margin-top:9px;
	height:31px;
	float:left;


}
.footer{
	float:left;
	padding-top:8px;
	color: #454644;
	font-size: 11px;
	font-family:arial;

}

#footer a{
	color:#557565;
	font-family:Arial;
	font-size:11px;
	text-decoration:none;
}
#footer a:hover {
	color:#799D8B;
	text-decoration:underline;
}
.nava{
	float:left;
	width:40px;
}

 .cdweb{
 text-align: right; 
 width:751px;

 }
 

.rosso{
	color: #C20101;
	font-size:14px;
	font-weight:bold;

}

.grigio{
	color: #878786;
	font-size: 22px;
	font-family: DINEngschrift, Trebuchet MS, arial;
}
.verdino{
	color: #71b246;
	font-size: 24px;
	font-family: DINEngschrift, Trebuchet MS, arial;
}
.testo{
	color: #454644;
	font-size: 14px;
	font-family: arial;
	line-height:1.2em;

}

