/* CSS Document */
*{
	margin:0;
	padding:0;
}

BODY{
	font-family: Verdana,  Helvetica, sans-serif;
	font-size: 14px;
	color:#5F5F5F;
	text-align:center;
	margin:0 auto;
	background:#FFFFFF url(../images/css/body_bg.gif) repeat-y scroll top;
	
}

#container{
	width:988px;
	margin:0 auto;
}

#main{
	width:960px;
	margin:0 auto;

}

.link_sup{
	background-color:b61422;
	margin:0;
	padding:1px;
	color:#FFEBCD;
	font-weight:bold;
}

IMG{
	margin-bottom:0;
}

A IMG{
	border:0;
}


H1,H2,H3,H4,H5,H6{
	color:b61422;
}

H1{
	font-size:30px;
	text-transform:uppercase;
}

H2{
	font-size:16px;
}

P{
	text-align:justify;
}

.corpo P:first-letter{
	float: left;
	font-size: 60px;
	font-weight:bold;
	line-height: 120%;
	padding-right:5px;
	color:#FFFFFF;
	font-style:italic;
	margin-left:5px;
	margin-top:5px;
}

UL{

}

A{
	color:b61422;
	font-weight:bold;
	color:#b61422;
}

TD{
	font-size:12px;
}

#cerca{
	padding:5px;
	margin:5px;
}

#cerca INPUT {
	border:1px solid #b61422;
}

dd{
	margin-left:2px;
}

dl{
	margin-bottom:2px;
}

.emphasis{
	background-color:#00FF00;
	color:#000;
	padding:1px;
}

/* HEADER */
#header{}

#head_cx{
	background-color:#FFFFFF;
	position:relative;
}

#head_sup{
	background:#FFFFFF url(../images/css/top_header.gif) repeat-x top;
	height:36px;
	text-align:right;
}

#head_sup UL{
	float:left;
	width:100%;
	list-style-type:none;
}

#head_sup LI{
	float:right;
	margin-right:10px;
}

#head_sup LI A{
	color:#5F5F5F;
	font-size:10px;
}

#head_sup LI B{
	color:#5F5F5F;
	font-size:11px;
	font-weight:bold;
}

#logo{
	text-align:left;
}

#search{
	position:absolute;
	top:0;
	right:10px;
}

#head_link{
	background-color:#b61422;
	color:#FFEBCD;
	padding-bottom:2px;
}


/********** MENU **************/
.glossymenu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background:url(../images/css/menur_bg.gif) repeat-x; /*tab background image path*/
	height: 45px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#5F5F5F;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 20px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	display:block;
	float:left;
	padding:6px 34px 0 6px;
	text-transform:uppercase;
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(../images/css/menur_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: top left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(../images/css/menur_hover_right.gif) no-repeat right top; /*right tab image path*/
	padding-left:7px;
}


/* LAYER 1 */
.preview{
	border-bottom:1px solid #CCCCCC;
	margin-bottom:10px;
	padding-bottom:10px;
	text-align:justify;
	width:480px;
	color:#5F5F5F;
}

.preview H2{
	color:#b61422;
	margin-bottom:3px;
}

.preview H2 A{
	text-decoration:none;
}

.preview H2 A:hover{
	text-decoration:underline;
}

#layer1{
	background:#B61422 url(../images/css/sfondo_top.gif) no-repeat right bottom;
	padding:2px 5px;
	text-align:left;
	min-height: 205px;
	height: auto !important;
	height: 205px;
	position:relative;
}

#layer1 A{
	color:#FFFFFF;
}

#layer1 H2 A{
	color:#FFFFFF;
	text-decoration:none;
}


#layer1_dx{
	margin:0 10px;
	position:absolute;
	right:5px;
	top:0;
	width:260px;
}

#layer1_dx H3{
	color:#FFFFFF;
	margin-bottom:10px;
}


#layer1_dx UL{
	list-style-type:none;
}

#layer1_dx UL LI{
	border-bottom:1px dashed #FFFFFF;
	padding:10px 0;
	background:url(../images/css/li_fiore.gif) no-repeat left center;
	text-indent:30px;
}

#layer1_dx UL LI A{
	color:#FFFFFF;
	text-transform:uppercase;
	text-decoration:none;
}

#layer1 H2{
	color:#FFFFFF;
}
/* FOOTER */
#footer{
	background:url(../images/css/footer_bg.gif) repeat-x top;
	height:170px;
	position:relative;
}

#logo_img{
	position:absolute;
	bottom:0;
	right:0;
} 

#other{
	color:#FFFFFF;
	padding-top:50px;
	text-align:left;
	padding-left:25px;
}

#other A{
	color: #FFFFFF;
	text-decoration:underline;
	font-weight:normal;
}


/* LAYER 2 */

#layer2{
	position:relative;
	background-color:#FFFFFF;
	border:1px solid b61422;
	border-top:0;
	text-align:left;
	min-height:20px;
	color:#5F5F5F;
}

#layer2 P{
	margin:5px 0;
}



#sx, #cx{float:left;}

#sx{
	position:absolute;
	left:0;
	top:0;
}

#cx{
	position:absolute;
	left:143px;
	top:0;
	width:468px;
}

#dx{
	float:right;
	position:absolute;
	right:0;
	top:0;	
}




/**************   DIDASCALIA	*******************/
.didascalia,.didascalia_dx{
	margin:2px;
	padding:0;

}

.didascalia IMG{
	float:left;
	margin-right:20px;
}

.didascalia SPAN{
	font-style:italic;
	font-size:11px;	width:400px;
	color:#666666;
}

.didascalia_dx IMG{
	float:right;
	margin-left:20px;
}

.didascalia_dx SPAN{
	font-style:italic;
	font-size:11px;	width:400px;
	color:#666666;
}

#side_left{
	float:left;
	padding:5px;
	width:675px;
}

#side_right{
	float:right;
	width:260px;
}

#side_right H2{
	background:#FFFFFF url(../images/css/title_bg_medium.gif) no-repeat scroll 0 0;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	height:30px;
	margin-top:5px;
	padding-left:8px;
	padding-top:6px;
	text-decoration:underline;
	text-transform:uppercase;
}

#side_right H2 A{
	color:#FFFFFF;
}

.corpo{
	margin-bottom:10px;
	color:#FFF;
	width:650px;
}

.menu_item{
	width:210px;
}

.menu_item H3 A{
	font-size:12px;
	text-decoration:none;
}

.menu_item UL{
	margin-bottom:5px;
	list-style-type:none;
}

.menu_item UL LI A{
	font-size:12px;
	color:#5F5F5F;
	font-weight:normal;
	text-decoration:none;
}

#menu H2{
	background:#FFFFFF url(../images/css/title_bg_big.gif) no-repeat scroll 0 0;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	height:40px;
	padding-left:10px;
	padding-top:10px;
	text-decoration:underline;
	text-transform:uppercase;
}

.top_ricerche{
	background:#FFFFFF url(../images/css/sfondo_grey.gif) no-repeat scroll 0 0;
	list-style:none;
	margin:0;
}

.top_ricerche LI{
	background:transparent url(../images/css/sfondo_li.gif) no-repeat scroll 0 0;
	height:38px;
	text-indent:40px;
	width:240px;
}

.top_ricerche LI A{
	display:block;
	padding-top:10px;
	color:#5F5F5F;
	text-decoration:none;
}

.verticale_homepage{
	position:absolute;
	top:0;
	right:0;
}

#adv{
	text-align:left;
	position:relative;
}

#in_evidenza_top{
	padding-top:5px;
	position:absolute;
	right:0;
	top:0;
	width:265px;
}

#in_evidenza_top H2{
	background:#FFFFFF url(../images/css/title_bg_medium.gif) no-repeat scroll 0 0;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	height:30px;
	margin-top:5px;
	padding-left:8px;
	padding-top:6px;
	text-decoration:underline;
	text-transform:uppercase;
}
/*#in_evidenza{
	padding-top:5px;
	position:absolute;
	right:0;
	top:0;
	width:265px;
}*/

#in_evidenza{

}

#in_evidenza UL{
	list-style:none;
	margin-right:10px;
}

#in_evidenza LI{
	font-size:11px;
	line-height:14px;
	font-family:arial,sans-serif;
	margin-bottom:15px;
}

/*#in_evidenza H2{
	font-size:11px;
}

#in_evidenza H2 A{
	color:#b61422;
	font-size:11px;
	text-decoration:underline;
}*/

#in_evidenza P A{
	line-height:12px;
	font-size:10px;
	text-decoration:none;
}

.p_dx{
	
}

.p_dx P{
	background:#FFFFFF url(../images/css/sfondo_grey.gif) no-repeat scroll 0 0;
	margin-left:3px;
	margin-right:12px;
	padding:2px 6px;
}

.p_dx H2 A{
	color:#FFFFFF;
}

.p_dx P:first-letter{
	float: left;
	font-size: 60px;
	font-weight:bold;
	line-height: 120%;
	padding-right:5px;
	color:#C6C6C6;
	font-style:italic;
	margin-left:5px;
	margin-top:5px;
}

#prodotti UL{
	list-style:none;
}

#prodotti UL LI{
	float:left;
	height:90px;
	width:150px;
	background:#B61422 url(../images/css/sfondo_prodotti.jpg) no-repeat top;
	text-align:center;
	padding-top:10px;
}