@charset "utf-8";
/* CSS Document */

#wrapper {
	position: relative; /* needed for footer positioning*/
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
	
	width: 940px;
	
	text-align: left;
	
	margin-left: auto;
	margin-right: auto;
	border-left: 0px solid #333333;
	border-right: 0px solid #333333;
	

	background-image:url(../images/layout/bg_main.jpg);
	background-repeat:repeat-y;

}

#container {
	padding: 0 0 100px 0; /* bottom padding for footer */
}

#main_container {
	background-color:transparent;

}

div.lybar {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	top: 0px;
	left: 0px;
	width: 940px;
	border-bottom:#444444 solid 0px;
}

div.lytop {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	left: 0px;
	width: 940px;
	/*height: 497px;*/
	background:transparent;
}



#divptfooter {
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
	font-size:10px;
	width:100%;
	color:#666666;
	border-top:#666666 dotted 1px;
}

#divptfooter div {
	color : #ffffff;
	text-align:right
}

#lyProductText {
	clear: both;
	position:absolute; 
	
	width:940px; 
	height:57px;
	
	bottom:0px;
	text-align:right;
	
	padding-bottom:80px;

}

div.lymain {
	background:transparent;
	position:relative;
	left:0px;
	top:0px;
	width:940px;
	/*height:230px;*/
	background-color:transparent;

	text-align:center;
	
}

div.directory {
	position:relative;
	left:396px;
	width:364px;
	height:20px;
	text-align:right;
	color:#000000;
}

DIV.directory a {
	text-decoration:none;
	color:#efefef;
}

DIV.directory a:hover{
	text-decoration:none;
	color:#FFCC00;
}

SPAN.directory_separator {
	color:#FFCC00;
	font-weight:bold;
}

.p_title {
	font-weight:bold;
	text-transform:capitalize;
	color:#000000;
	font-size:13px;
	padding-bottom:10px;
}
.p_title2 {
	padding-left:30px;
	text-align:center;
	text-transform:capitalize;
	color:#ffffff;
	font-size:12px;
	background-image:url(../images/bg_title.png);
	background-repeat:no-repeat;
	background-position:center;
	border-bottom:1px solid #68a672;
}
li {
	text-align:justify;
	margin-bottom:4px;
	list-style-image: url(../images/list.jpg);	
}

a.lynews:link,
a.lynews:visited,
a.lynews:active		{color:#6b6b6b ; text-decoration: none;
}
a.lynews:hover		{color : #cccccc ; text-decoration: none;}

a:link,
a:visited,
a:active		{color:#6b6b6b ; text-decoration: none;
}
a:hover		{color : #3155c5 ; text-decoration: none;}

a.lymenu:link,
a.lymenu:visited,
a.lymenu:active		{
	color:#666666;
	text-transform:capitalize;
	font-size:12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
a.lymenu:hover		{
	color:#333333;
}

.header_scheda_prdotto{
	font-size:17px;
	
	/*padding-left:10px;*/
	padding-top:20px;
	padding-bottom:10px;
	vertical-align:bottom;
	font-weight:bold;
	border-bottom:#cccccc solid 1px;
	text-transform:capitalize;
	color:#666666;
	padding-left:20px;
	background-image:url(../images/arrow.jpg);
	background-repeat:no-repeat;
	background-position:0 23;
	

}
