html {
	padding: 0px;
	margin: 0px;
}

body {
	padding: 0px;
	margin: 0px;
	background-image: url(../images/pattern.png);
	background-repeat: repeat-y;
	background-position: center 152px;
	background-color: #CCCCCC;
}

* {
	margin: 0px;
	padding: 0px;
}

/* box orizzontale infinito per il menu principale */
#menu {
	width: 100%;
	height: 161px;
	margin: 0px auto;
	background-color: #800000;
	background-image: url(../images/pattern_rosso.png);
	background-repeat: repeat-y;
	background-position: center;
}

/* div contenitore per animazione menu principale */
#anm_menu {
	width: 766px;
	height: 161px;
	margin: 0px auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	background-color: #800000;
	text-align: center;
	background-image: url(../images/fondo_menu.png);
}

#anm_menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}

/* div contenitore per animazione slide */
#anm_header {
	width: 766px;
	height: 243px;
	margin: 0px auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000066;
	text-align: center;
	background-image: url(../images/fondo_header.png);
}

/* div contenitore per animazione menu prodotti */
#anm_menu_prodotti {
	width: 766px;
	height: 43px;
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	background-color: #295C8F;
	text-align: center;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #999999;
}

#anm_menu_prodotti a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}


/* div per il contenuto delle pagine monocolonna */
#centrale {
	width: 746px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-image: url(../images/pattern_grigio.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#centrale img{
}

#centrale_mappa {
	width: 766px;
	background-color: #FFFFFF;
	border-top-width: 3px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px auto;
	padding: 0px;
	border-top-style: solid;
	border-top-color: #999999;
}

.testo {
	text-align: justify;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.testo a{
	color: #666666;
	text-decoration:none;
}
.testo a:hover{
	color: #990000;
	text-decoration:underline;
}


.sitemap h1 {
	font-size: medium;
	font-weight: bold;
	color: #FF9900;
	margin-left: 10px;
}
.sitemap ul {
	padding-left: 10px;
	margin-left: 20px;
	list-style-image: url(../images/point.png);
	text-align: left;
	vertical-align: middle;
}
.sitemap ul a{
	color: #666666;
	text-decoration:none;
}
.sitemap ul a:hover{
	color: #990000;
	text-decoration:underline;
}



.foto img{
	padding: 4px;
	border: 1px solid #666666;
	margin: 5px;
	text-decoration: none;
}

.foto a{
	text-decoration: none;
}

.loghi{
	color: #000000;
}

/* box per accorpamento centrale fino al prefooter*/
#wrapper {
	margin: 0px auto;
	width: 766px;
	padding: 0px;
	background-color: #FFFFFF;
}

/* box per il contenuto centrale delle pagine multicolonna */
#box_centrale {
	width: 766px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

#submenu {
	float: left;
	width: 266px;
	padding: 0px;
	margin: 0px;
}

.box_prodotto {
	float: right;
	width: 500px;
	padding: 0px;
	margin: 0px;
	text-align: left;
	background-color: #FFFFFF;
}

.box_singoloprodotto {
	float: right;
	width: 480px;
	padding: 10px;
	margin: 0px;
	text-align: justify;
	background-color: #FFFFFF;
}
.box_singoloprodotto img{
	text-decoration: none;
	margin-top: 20px;
	margin-bottom: 20px;
}
.box_singoloprodotto h1{
	color: #3371AE;
	font-size: medium;
	font-weight: bold;
}

.box_singoloprodotto h2{
	color: #3371AE;
	font-size: 14px;
	font-weight: bold;
	background-image: url(../images/point.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 15px;
	width: 200px;
	text-indent: 20px;
}
.box_singoloprodotto h2 a{
	color: #3371AE;
	text-decoration:none;
}
.box_singoloprodotto h2 a:hover{
	color: #3371AE;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
}


.box_img {
	float: left;
	width: 180px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.box_txt {
	float: right;
	width: 300px;
	margin: 0px;
	text-align: justify;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.box_txt h1{
	font-size: medium;
	font-weight: bold;
	color: #800000;
}

#prefooter {
	clear: both;
	margin: 0px auto;
	width: 100%;
	height: 1px;
	padding-top: 3px;
	background-color: #FFFFFF;
}

#footer {
	clear: both;
	margin: 0px auto;
	width: 100%;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #800000;
	background-image: url(../images/pattern_footer.png);
	background-repeat: repeat-y;
	background-position: center;
}

#underwrapper {
	width: 756px;
	height: 150px;
	color: #5994CF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-image: url(../images/pattern_azzurro.png);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#underwrapper a{
	color: #5994CF;
	text-decoration:none;
}
#underwrapper a:hover{
	color: #24507B;
	text-decoration:underline;
}
#underwrapper h1{
	font-size: x-small;
	font-weight: normal;
}
.promo{
	color: #3371AE;
	font-size: 14px;
	font-weight: bold;
	background-image: url(../images/point.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	text-indent: 20px;
	margin-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.promo a{
	color: #3371AE;
	text-decoration:none;
}
.promo a:hover{
	color: #3371AE;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
}
