@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	font-family:sans-serif;
	font-size:12px;
}
li {
list-style-image:url('../images/arrow.gif');
}

a, a:link, a:visited, a:active {
	color:#772737;
	text-decoration:none;
}

a:hover {
	color: #990000;
}

#main {
	width:980px;
	margin:auto;
}

.header {
	background:url(../it/img/header.jpg) top left no-repeat;
	height:181px;
}

.bar_sx {
	background:url(../images/bar_sx.gif) top left no-repeat;
	height:24px;
}

.bar_dx {
	background:url(../images/bar_dx.gif) top right no-repeat;
	height:24px;

}

/* MENU */
.menu {
	background-color:#792a2c;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	font-size: 13px;
	font-stretch:ultra-expanded;
}

.menu a, .menu a:active, .menu a:link, .menu a:visited, .menu:hover {
	color:#FFFFFF;
	text-decoration:none;
}

/* INDICATORE POSIZIONE */
.map {
	background-color:#792a2c;
	color:#FFFFFF;
	text-align:right;
	font-size:11px;
}

.map a, .map a:active, .map a:link, .map a:visited, .map:hover {
	color:#FFFFFF;
	text-decoration:none;
}

/* CORPO PAGINA */
.corpo {
	border: 1px solid #000000;
}

.corpo2 {
	border: 1px solid #000000;
	background-color:#ECEEEE;
}

.copy {
	text-align:center;
	font-size:12px;
	border-top:1px solid #333333;
}

.foot {
	font-size:12px;
	font-weight:bold;
	color:#CCCCCC;
	padding-top:4px;
}

/* ELENCO PRODOTTI */
.prod_cell {
	text-align:center;
	font-weight:bold;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	color:#999999;
	width:230px;
}

.prod_cell_last {
	text-align:center;
	font-weight:bold;
	color:#999999;
	border-bottom: 1px solid #CCCCCC;
	width:230px;
}

.prod_cell a, .prod_cell a:active, .prod_cell a:link, .prod_cell a:visited {
	color:#999999;
	text-decoration:none;
}

.prod_cell a:hover {
	color:#333333;
	text-decoration:none;
}

.prod_cell_last a, .prod_cell_last a:active, .prod_cell_last a:link, .prod_cell_last a:visited {
	color:#999999;
	text-decoration:none;
}

.prod_cell_last a:hover {
	color:#333333;
	text-decoration:none;
}

/* SCHEDA PRODOTTI */
.prod_title {
	font-size:32px;
	color:#772737;
	font-weight:bold;
}

.prod_det {
	color:#772737;
	font-weight:bold;
	
}

.mov_bar {
	font-weight:bold;
	color:#772737;
}

.mov_bar a, .mov_bar a:active, .mov_bar a:link, .mov_bar a:visited {
	color:#333333;	
}

.mov_bar a:hover {
	color:#999999;
	text-decoration:none;
}

/* FORM */
.form_title {
	font-size:34px;
	color:#772737;
	font-weight:bold;
}

.form_det {
	color:#772737;
	font-weight:bold;
}

.input {
	background-color:#FFFFFF;
	border:0px;
	color:#8E9B9B;
	font-size:10px;
	padding:2px;
	width:98%;
}

.radio {
	padding:2px;
}

.textarea {
	background-color:#FFFFFF;
	border:0px;
	color:#8E9B9B;
	font-size:12px;
	padding:2px;
	width:99%;
	height:100px;
}

.cat {
	text-transform:uppercase;
	text-align:center;
}

p.link {
	background-image:url(../images/icon_link.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:22px;
}
p.pdf {
	background-image:url(../images/icon_pdf.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:22px;
}
p.doc {
	background-image:url(../images/icon_word.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:22px;
}
p.zip {
	background-image:url(../images/icon_zip.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:22px;
}