body {
	font-size: 12px;
	background-color: #F1ECC6;
}
ul, li{
	list-style: none;
	
	
}
hr {
	color: #990000;
	background-color: #990000;
	height: 2px;
	}


a:link, a:visited {
	color:					#990000;
	text-decoration:		none;
}

a:hover {
	text-decoration:		underline;
}

.clear {
	clear:					both;
	height:					0px;
	font-size: 0px;
	line-height: 0px;
}

/**************************************************
            div e layout generale
 **************************************************/
#Container {
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 0px solid #999900;
	color: #333333;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	display: block;
	background-image: url(../imgs/bg.jpg);
	background-repeat: no-repeat;
	background-position: left 300px;
}
#Container p{
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
	padding: 10px 0px 10px 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#Container a{
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}
#Container a:hover{
	color: #990000;
	text-decoration: none;
}
#Container h2 {
	font: 					normal 25px/35px arial,georgia, serif;
	letter-spacing:			-1px;
	padding:				0;
	margin:					0;
	color: 					#990000;
	text-shadow: 			0px 0px 0px #fff;
}
#Container h3 {
	font: 					normal 20px/30px arial,georgia, serif;
	padding:				0;
	margin:					5px,5px,5px,0;
	color: 					#990000;
	text-shadow: 			0px 0px 0px #fff;
	border-bottom: 2px solid #990000;
	text-decoration: none;
}
 #Container h3 a:link, #Container h3 a:visited {
	font: 					normal 20px/30px arial,georgia, serif;
	padding:				0;
	margin:					5px,5px,5px,0;
	color: 					#990000;
	text-shadow: 			0px 0px 0px #fff;
	/*border-bottom: 1px solid #FF3A00;*/
        text-decoration: none;
}
#Container h5{
	font: 					normal 15px/25px arial,georgia, serif;
	letter-spacing:			1px;
	padding:				0;
	margin:					0;
	color: 					#990000;
	text-shadow: 			0px 0px 0px #fff;

}


#Top {
	/*background-image: url(../imgs/top.jpg);
	background-repeat: no-repeat;*/
	margin: 0px;
	padding: 0px;
	height: 200px;
	width: 940px;
}
#Top h1{
font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-left: 50px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#Top h3{
font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 10px;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 100px;
	padding-bottom: 0px;
	padding-left: 50px;
	border: 0px;
}
#Top h4{
font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;	
	color: #F8AE04;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 100px;
	padding-bottom: 0px;
	padding-left: 50px;
}
#Top sup{
font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	color: #F8AE04;
	font-size: 36px;
	font-weight: bold;
}
/**************************************************
     3 box homepage
 **************************************************/
#ThreeHolder {
	clear: both;
	/*overflow: auto;*/
	padding-top: 10px;
}

#ThreeHolder H2{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #990000;
}
#ThreeHolder .PriceTag{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	background-image: url(../imgs/menu-bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #CCCCCC;
	background-position: left bottom;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 1px;
	margin-left: 5px;
	display: block;
        opacity: .7;
	filter:alpha(opacity=70);
      width: 276px;
}



#ThreeHolder a{
font-size: 12px;
color: #FFFFFF;}

#ThreeHolder a:hover{
	color: #990000;
	text-decoration: none;
    
}
/**************************************************
     caratteriche varie box home
 **************************************************/

#BoxONE {
	float: left;
	width: 300px;
	margin-right: 0px;
margin-left: 0px;
	height: 170px;
}
#BoxTWO {
	float: left;
	width: 300px;
	margin-right: 16px;
	margin-left: 16px;
	height: 170px;
}
#BoxTHREE {
	float: left;
	width: 300px;
	height: 170px;
	margin-left: 0px;
}
#BoxONE p, #BoxTWO p, #BoxTHREE p {
	padding: 5px;
	margin: 0px;
	font-size: 13px;
	color: #FFFFFF;
}
#BoxONE {
	border: 1px solid #CCCCCC;
	background-image: url(../imgs/box1.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#BoxTWO {
	border: 1px solid #CCCCCC;
	background-image: url(../imgs/box2.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#BoxTHREE {
	border: 1px solid #CCCCCC;
	background-image: url(../imgs/box3.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
/**************************************************
     2 box
 **************************************************/
#TwoHolder {
	border: 1px solid #E0E0E0;
	background-color: #EDE2A5;
	border: 1px solid #CCCCCC;
	padding: 5px;
	overflow: auto;
	width: 928px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #990000;
	font-weight: bold;
}
#BoxA {
	float: left;
	width: 256px;
	margin: 0px;
	padding: 0px;
}
#BoxB {
	width: 520px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#BoxA p, #BoxB p {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
/**************************************************
     1 box
 **************************************************/
#OneBox {
	clear: both;
	overflow: auto;
	padding: 5px;
	width: 928px;
	background-color: #EDE2A5;
	border: 1px solid #999900;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(imgs/menu-bg.gif);
	background-repeat: repeat-x;
}
#OneBox p{
	color: #990000;
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

/************* FOOTER **************/
#Footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #89803D;
	font-size: 11px;
	background-color: #E9DF9A;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #999900;
}
#Footer a{
	color: #89803D;
	text-decoration: none;
}
#Footer a:hover{
	color: #89803D;
	text-decoration: none;
}
#description {
	font-family: Arial, Helvetica, sans-serif;
	color: #89803D;
	font-size: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	
}
#description a{
	color: #89803D;
	text-decoration: none;
}
#description a:hover{
	color: #89803D;
	text-decoration: none;
}



/* ditto */

.ditto_info {
	padding: 2px;
	font-size: 9px;
	color: #333333;
}


.ditto_paging {
	border-top: 1px solid #ccc;
	padding: 5px;
	font-size: 9px;
	color: #333333;
}
#ditto_pages .ditto_currentpage {
	border: 1px solid #3340A6;
	padding: 1px 5px 2px;
	margin-right: 1px;
	background-color: #990000;
	color: #fff;
	font-size: 9px;
}
 .ditto_off {
border: 1px solid #ccc;
padding: 1px 5px 2px;
margin-right: 1px;
color: #ccc;
font-size: 9px;
}
#ditto_pages a, #ditto_pages a:link,
#ditto_pages a:visited {
	border: 1px solid #3340A6;
	padding: 1px 5px 2px;
	margin-right: 1px;
	text-decoration: none !important;
	color: #990000;
	font-size: 9px;
}
#ditto_pages a:hover {
background-color: #fff;
color: #000;
}
#ditto_archivelist ul {
list-style-type: none;
margin-left: 15px;
padding-left: 0;
}
#ditto_archivelist ul ul {
list-style-type: square;
margin-left: 35px;
}
#ditto_archivelist .ditto_month {
font-weight: bold;
}


/* #thumbnail{
	float:			left;
	background-position: left top;
	padding: 5px;
	margin: 8px 12px  8px 0px;
	background-image: url(../imgs/righe.gif);
	background-repeat: repeat;
	border: 0px;
	
	
}
a img.thumbnail{
	border: 0px;
	width: 120px;
	height: 70px;
	
}*/


/*#picture{
	float:			left;
	padding: 0px;
	margin-right: 5px;
	border: 0px;
	display: block;		
}
/*#picture a img.thumbnail {
	border: 4px;
	float:			left;
	
}*/

#descrizione {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #E1D577;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #E1D577;
	border-right-color: #E1D577;
	border-left-color: #E1D577;
	color: #919100;
	margin-top: 8px;
	font-size: 9px;
	height: 15px;
	background-color: #F1ECC4;
}

#thumb{
	float:			left;
	background-position: left top;
	padding: 5px;	
	border: 0px;
	display: block;
	width: 120px;
	background-image: url(../imgs/righe.gif);
	background-repeat: repeat;
	margin: 8px 12px  8px 0px;
}