html, body{
	height:100%;
}

body{
	background-color: #000; 
	background-image: url(img/pattern.jpg);
	background-repeat: repeat;	
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.3em;
}


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

div#rightShadow{
	width:100%;

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


a img{
	border:0;
}


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


}

div#menu_top{
	width:920px;
	height:60px;
	margin: 0 auto;
	margin-top:15px;		
	background-image:url(img/menu_top.png);
	background-position: top;
	background-repeat: no-repeat;
}


div#menu_top ul{
	list-style-type: none;
	margin:0;
	margin-left:40px;
}

div#menu_top ul li{
	float:left;
	display: block;
}

div#menu_top ul li a,div#menu_top ul li a:visited{ 
	color:#fff;
	font-size: 14px;
	text-transform: lowercase;
	font-weight: bold;
	text-decoration: none;
	padding:10px 12px 14px 10px;
	margin:0;
	background-image:url(img/top_separator.jpg);
	background-position: right;
	background-repeat: no-repeat;
	display: block;
}

div#menu_top ul li a:hover{
	color:#dbd35c;
}


div#menu_top>ul li a { width: auto; }

div#header{
	width:920px;
	height:190px;
	margin: 0 auto;	
	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#footer a,div#footer a:visited{
	color:#dcdcdc;
}

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

div#page_container{
	background-color:#fff;
	padding-top:55px;
	background-image:url(img/page_top.jpg);
	background-position: top;
	background-repeat: no-repeat;
	
	margin: 0 auto;
	width:912px;
	position: relative;
}

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

div#column1 {
    margin: 0px;
    padding: 0px;
    width: 100%;  
	

	min-height: 1200px;
	height: auto !important;
	height:920px;
	
}

div#menu {
	 padding-top: 13px;
    width: 215px;
    position:absolute;
	 left:0;
}

div#menu .widget{
	width:210px;
	margin:0 0 5px 5px;
	overflow: hidden;

	background-image: url(img/widget_bg.jpg);
	background-position: top;
	background-repeat: repeat-y;
}


div#menu .widget h3{
	background-image: url(img/widget_top.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width:210px;
	height:36px;	
}

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


div#menu .widget ul{
	width:189px;
	margin:0 auto;
	margin-top:5px;
	list-style-type: none;
}

div#menu .widget ul li{
	height:35px;
	width:189px;
	margin-bottom:1px;
	
	background-image: url(img/button.jpg);
	background-position: top;
	background-repeat: no-repeat;
	color:white;
	font-weight: bold;
}

div#menu .widget ul li a{
	color:white;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding:10px 0 0 10px;
	width:179px;
	overflow: hidden;
}

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

div#menu .widget ul li.active{
	height:35px;
	width:189px;
	margin-bottom:1px;
	
	background-image: url(img/button_active.jpg);
	background-position: top;
	background-repeat: no-repeat;
	color:#d5180a;
	font-weight: bold;
}

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

div#banner {
    width: 165px;
    position:absolute;
	 right:0;
	 padding-top: 13px;
}

div#banner h2{
	font-size:20px;
	text-align: center;
	margin-bottom:20px;
	color:#323434;
}

div#banner a img{
	border:0;
}

div#main{
   margin-left: 215px;
   margin-right: 165px;
	width:530px;
	background-image:url(img/page_curl_top.jpg);
	background-position: top;
	background-repeat: no-repeat;
}


div#text{
	width:490px;
	padding:60px 20px 60px 20px;
	background-image:url(img/page_curl_bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;	
	min-height: 1030px;
	height: auto !important;
	height: 600px;
	text-align: justify;
}


div#text h1{
	color:#323434;
	font-size:20px;
	margin-bottom:40px;
}

div#text h2{
	color:#d5180a;
	font-size:18px;
	margin-bottom:40px;	
}

div#text h3{
	font-size:16px;
	color: red;
}


div#text a, div#text a:visited{
	color:#d5180a;
	font-weight:bold;
}


div#text p{
	margin:1em 0;
}

div#text p.allegato,div#text p.spaziato{
	margin:20px 0;
}

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


div#fim_link{
	position:absolute;
	top:5px;
	right:5px;
	z-index:999;
}

div#fim_link a{
	width:100px;
	height:75px;
	display: block;
}

div#idealgomme_link{
	position:absolute;
	top:15px;
	left:25px;
	display: inline;
	z-index:999;
}

div#idealgomme_link a{
	width:125px;
	height:30px;
	display: block;
}


div .link{
	padding-bottom:20px;
	margin-bottom:10px;
	text-align:center;
	}



div .link h2{
	margin-bottom:5px;
	text-align:left;
}

div.slider{
	height:186px;
	overflow: hidden;
	position:relative;
	
}

div.slider div.element a{
	display: block;
}


.center{
	text-align: center;
}

.right{
	text-align: right;
}


.left{
	text-align: left;
}


table.pagina{
	width:100%;
}

div.evento_home{
	padding:20px 0;
	margin:20px 0;
	border-top:1px dashed #323434;
	border-bottom:1px dashed #323434;
	width:100%;
}

div#text div.evento_home p.pe{
	margin:2em 0;
	line-height: 1.2em;
}

div#text a{
	cursor:hand;
	cursor:pointer;
}

div#text div.evento_home a{
	display: block;
}

div#text div.evento_home a.titolo_evento_home{
	font-size:16px;
	text-align: center;
	color:#323434;
	margin-bottom:20px;
}

div#text .occhiello_evento{
	color:#484c4d;
	text-decoration:none;
	font-size:14px;
	text-align: center;
	font-weight: bold;
}

table.tablelink{
	margin-bottom:150px;
	width: 100%;
}

table.tablelink tr{
	height:150px;
	
}

table.tablelink td{
	border-bottom: 1px dashed #aeaeae;
	vertical-align:middle;
	padding:10px 0;
}

table.tablelink td a{
	text-decoration:none;
}

div#text table.tablelink h3{
	text-transform:uppercase;
	
}

img.middle{
	vertical-align:middle;
}

div#text p.torna_galleria{
	margin-top:40px;
	border-top: 1px dashed #898989;
	padding-top:10px;
}
div#text p.torna_galleria a{
	font-size:14px;
}