html, body{
	height:100%;
}


body{
	background-color: #393a39; 
	background-image: url(img/main_bg.jpg);
	background-repeat: no-repeat;	
	background-position: top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}


h1
{
	font-family: Arial, Helvetica, sans-serif;
	
}

.bold
{
	font-weight: bold;
}

.right
{
	text-align: right;
}
.center
{
	text-align: center;
}

.middle{
	vertical-align: middle;
}

.left
{
	text-align: left;
}


a, a:visited{
	font-weight: bold;
	color:#c0170b;
	text-decoration: none;
}


a:hover{
	text-decoration: underline;
}


a img{
	border:0;
}


div#leftShadow{
	width:100%;
	background-image:url(img/shadow_left.png);
	background-repeat: repeat-y;
	background-position: left;
}

div#rightShadow{
	width:100%;
	min-height: 100%;
	height: auto !important;
	height:100%;

	background-image:url(img/shadow_right.png);
	background-repeat: repeat-y;
	background-position: right;
}


div#wrapper{
	width:920px;
	overflow: hidden;
	margin:0 auto;
	z-index:999;
}

div#header{
	width:920px;
	height:190px;
	margin: 0 auto;	
	margin-top:25px;
	position: relative;
}

div#footer{
	background-image: url(img/footer_bg.png);
	background-position: top;
	background-repeat: no-repeat;
	width:880px;
	height:64px;	
	margin: 0 auto;
	color:#a9a9a9;
	padding:20px;
	font-size:10px;
}

div#footer p{
	margin:0 0 10px 0;
}

div#footer b{
	color:#dcdcdc;
}

div#shadow{
	width:920px;
	background-image: url(img/shadow.png);
	background-position: top;
	background-repeat: repeat-y;	
	background-color: transparent;
}

div#page_container{
	background-color:#fff;	
	margin: 0 auto;
	width:912px;
	position: relative;
	overflow: hidden;
}

div#user_menu{
	background-image:url(img/user_menu_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 110px;
	padding-bottom:20px;
	position: relative;
}

div.top_button{
	width:91px;
	height:85px;
	overflow:hidden;
	position:absolute;
	top:10px;
	color:white;
	text-align: center;
	font-weight: bold;
}


div.top_button a{
	width:66px;
	height:67px;
	display:block;
	background-position: top;	
	background-repeat: no-repeat;
	margin: 0 auto;
	margin-bottom:2px;
}

div.top_button a:hover{
	background-position: bottom;
}


div#area_clienti{
	left:20px;
}

div#area_clienti a{
	background-image: url(img/icons/areautente.jpg);
}

div#carrello{
	left:111px;
}

div#carrello a{
	background-image: url(img/icons/carrello.jpg);
}

div#logout{
	left:202px;
}

div#logout a{
	background-image: url(img/icons/logout.jpg);
}


div#informazioni{
	left:330px;
}

div#informazioni a{
	background-image: url(img/icons/informazioni.jpg);
}


div#esperto{
	left:440px;
}

div#esperto a{
	background-image: url(img/icons/esperto.jpg);
}


div#search_box{
	position:absolute;
	top:13px;
	right:25px;
	background-image: url(img/search_bg.jpg);
	background-repeat: no-repeat;
	width:279px;
	height:51px;
	padding:15px 15px;
}

div#search_box p{
	margin: 0 0 5px 0;
}

div#search_box p.search{
	color:white;
	font-weight:bold;
}

div#search_box span.search{	
	background-image: url(img/input_text_bg.jpg);
	margin-left:20px;
	vertical-align: middle;
	width:161px;
	height:27px;
	overflow: hidden;
	display: inline-block;
}

div#search_box span.search input{
	width:150px;
	background: transparent;
	border:0;
	margin:3px 2px 0 5px;
	color:#2e2e2e;
}


div#search_box a.advanced_search,div#search_box a.advanced_search:visited{
	color:#ffffff;
}

div#column2 {
    margin: 0;
    padding: 0;
    width: 100%;
}

div#column1 {
    margin: 0px;
    padding: 0px;
    width: 912px; 
	 overflow: hidden 
}

div#menu {
    width: 195px;
    float:left;
	 display: block;
	 overflow: hidden;
}

div#menu .widget{
	width:185px;
	margin:0 30px 5px 5px;
	overflow: hidden;
}


div#menu .widget h3{
	background-image: url(img/widget_top.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width:175px;
	height:26px;	
	color: #fff;
	padding:10px 0 0 10px;
	font-size:13px;
	text-transform: uppercase;
	cursor:hand;
	cursor:pointer;
}

div#menu .widget .bottom{
	background-image: url(img/widget_bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	width:185px;
	height:10px;	
}




div#menu .widget ul{
	width:185px;
	margin:0;
	padding:0;
	list-style-type: none;
	text-indent: 0;
	padding: 0;
	display: block;
}

div#menu .widget ul li{
	height:35px;
	width:185px;
	border:0;
	
	background-image: url(img/button.jpg);
	background-position: top;
	background-repeat: no-repeat;
	color:white;
	font-weight: bold;
	text-indent: 0;
	padding: 0;
	overflow: hidden;
}

div#menu .widget ul li a{
	color:white;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding:9px 0 0 9px;
	width:170px;
	height:17px;
	overflow: hidden;
	text-transform: capitalize;
}

div#menu .widget ul li a:hover{
	color:#dbd35c;
}

div#menu .widget ul li.active a{
	color:#ffd700;
}

div#right_column {
/*    width: 195px;	*/
    width: 200px;	 
    display:block;
	 float:right;
	 overflow: hidden;
}

div#right_column div.box{
   width: 196px;
	height: 250px;
	background-image: url(img/box_bg.jpg);
	background-position:top;
	background-repeat: no-repeat;
	text-align: center;
	margin-bottom:20px;
}

div#right_column div.box div.nav{
	margin-top:20px;
	display: block;
	height:30px;
	text-align: center;
	display: block;
	clear: both;
	font-size:14px;
}

div#right_column div.box h3{
	color:#ffffff;
	font-size:20px;
	font-weight: bold;
	font-style: italic;	
	text-transform:capitalize;
	padding:5px 0 0 0;
	text-align: center;
	height:30px;
	display: block;
}

div#right_column div.box a.btn img{
	border:0;
}

div#right_column div.box div.scroller{
	height:110px;
	width:160px;
	margin:0 auto;
	overflow:hidden;
	text-align: left;
}

div#right_column div.box div.scroller{
	height:110px;
	width:160px;
	margin:0 auto;
	overflow:hidden;
	text-align: left;
	color:#313131;
	line-height:1.2em;
}

div#right_column div.box div.scroller p.testo{
	height:55px;
	overflow:hidden;
 }

div#right_column div.box div.scroller p.data{
	font-weight: bold;
	color:#c0170b;
}

div#right_column div.box div.scroller a.titolo, div#right_column div.box div.scroller a.titolo:visited{
	font-weight:bold;
	text-decoration:none;
	color:#313131;
	margin-bottom:10px;
	display: block;
}

div#main{
   margin-left: 200px;
   margin-right: 200px;
	width:500px;	
   overflow: hidden;
}


div#text{
	width:500px;
	padding-bottom:60px;
	text-align: justify;
	background-color: #fff;
	margin-bottom:40px;
	color:#2e2e2e;
	min-height: 650px;
	height: auto !important;
	height: 650px;
	
}


div#text h1{
	color:#ffffff;
	font-size:22px;
	margin-bottom:20px;
	font-weight: normal;
 	/*font-style: italic;	*/ 
	background-image: url(img/h1_small.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width:485px;
	height:35px;
	padding-top:10px;
	padding-left:15px;
}

div#text h1 img{
	vertical-align:middle;
}

div#text h2{
	font-size:20px;
}



div#text p{
	line-height: 1.2em;
}

.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
	 width:100%;
}


.vmiddle{
	vertical-align: middle;
}


span.red
{
	color: #EE0000;
	font-weight:bold;
	
}

table.esperto
{
	width:100%;
}


table.esperto td
{
	padding: 1px;
	vertical-align: middle;	
}


/*STILI PER I CAMPI DI INPUT*/
label.error{
	color:#FF3300;
	font-weight:bold;
	display:block;
}
/*Fine stili campi input*/

h3.ok_msg{
/*	background-color: #62e764;	*/
	color: #127813;
	border-top:2px solid #127813;
	border-bottom:2px solid #127813;	
	font-size:13px;
	padding:10px;
	line-height: 150%;
}

h3.error_msg{
/*	background-color: #FF8A8A;	*/
	color: #EE0000;
	border-top:2px solid #EE0000;
	border-bottom:2px solid #EE0000;	
	font-size:13px;
	padding:10px;
	line-height: 150%;
}

div.occhiello{
	
	font-size: 10px; 
	text-align: left;
	font-style: italic;
	padding-left: 30px;
}


table.pagsped
{
	width:100%;
}


table.pagsped td
{
	padding: 1px;
	vertical-align: middle;	
}


table.riepilogo
{
	background-image:none;
	
}


table.riepilogo td
{
	padding: 3px;
	vertical-align: middle;	
}


div.elementbanner
{
	padding-top: 10px;
	padding-bottom: 10px;
}

a.link_semplice{
	font-size:14px;
}


p.big{
	margin-top:20px;
	font-size:14px;
}

p.allegato{
	margin-top:10px;	
}

.elencogallerie
{
	font-variant: small-caps;
	margin:15px;		
}

.gallerie
{
	margin:10px;			
		font-size:16px;
		padding-top: 0px;
}

.titologallery
{
	padding-top: 5px;
}

table.gallery
{
	text-align: center;
}


table.gallery td
{
	padding: 5px;	
}

table.gallery tr
{
	height: 150px;	
}

.copertina
{
border: 1px solid #000;
}


.history
{
		height: 25px;
		margin:25px 15px 15px 15px;	

}


.history a
{ 
		font-weight: normal;
}


div#mainDivNews p
{
 
/*		padding-left:10px;
padding-right:10px;	*/
 	line-height: 180%;
}

div#mainDivNews h3
{
 
/*		padding-left:10px;
padding-right:10px;	*/
 	line-height: 150%;
}

.fotonews, .fotoevento img
{
	
	border: 1px solid #000;
	margin: 5px;
 	
}

.fotonews, .fotoevento
{
	
	border: 1px solid #000;
	margin: 5px;
 	
}




.tablelink td
{
	vertical-align: middle;
	padding-right: 40px;	
}


 ol, ul .informazioni{

	list-style-type: disc;
	text-indent: 5px;
	padding: 0;
}

ol li, ul li .informazioni{
	margin-left: 15px;	
}

p.spaziato
{
	margin: 10px 5px 10px;
	
}

div.newsletter table td{
	vertical-align: middle;
	padding:0 0 5px  0;
}

div.newsletter table tr.separatore td{
	border-top:1px dashed #acacac;
	padding-top:10px;
}

div.newsletter span.nome{
	font-weight: bold;
}


