body{
width: 100%;
height: 100%;
margin: 0;
padding: 0;
background-color: #FFFFFF;
text-align: center;
font-family: Sans-Serif;
font-size: 12px;
line-height: 18px;
color: #000000;
}
.clearfix{
clear: both;
}
a{
outline:none;
text-decoration: none;
}
img{
border: none;
margin-bottom:2px;

vertical-align: middle;
}
.border_top{
border-top: 1px solid #333333;
}
/*contenitore*/
#wrapper{
width: 850px;
background-color: #FFFFFF;
padding:20px;
margin: auto;

}
/*header*/
#header{
width: 850px;
height: 115px;
background: url(../img/home_header.png) no-repeat;
background-position: center;
margin:0px;
}
/*menu superiore*/

#menu{
background: url(../img/bg_menu.png) top right;
text-color: #FFFFFF;
height:30px;
text-align: center;

}


#menu h1{
color:#FFFFFF;
font-family: Sans-Serif;
font-size: 10px;
margin-top: 0px;
}


#menu a{
color:#FFFFFF;
font-family: Tahoma, serifSansSerifMonospace;
font-size: 12px;
line-height: 25px;

}

#menu a:hover {
color: #f77d29;
text-decoration: underline;
}

#menu a.a_right{
border-right: 2px solid #0f182f;
padding-right: 5px;
padding-left: 5px;
padding-top: 5px;
padding-bottom:7px;
}

#menu a.a_left{
border-right: 2px solid #0f182f;
padding-right: 5px;
padding-left: 160px;
padding-top: 5px;
padding-bottom:7px;
}

#menu a.a_img{
margin-top:100px;

}

#menu a.a_fine{
padding-right: 100px;
padding-left: 2px;
padding-top: 5px;
padding-bottom:7px;
}


/*centro*/
#left_col{
/*background: url(../img/home_center.png) no-repeat;*/
background-position: center;
width: 850px;
height: 360px;
margin-top: 0px;
}


/* General styles ------------------------- */

.showcase {
	position: relative;	
	}

.showcase a.controls {
	position: absolute;
	width: 30px;
	height: 20px;


	}

.showcase a.previous {
	padding-bottom: 0px;
}

.showcase ul li {
	width: 170px;
	height: 170px;
	float: left;	
	list-style-type: none;	
}

.showcase ul li a {
	display: block;	
}

.showcase li a img {
	width: 100%;
	height: 100%;
	border: 0;	
}

/* Horizontal showcase ------------------------- */

.showcase#horizontal {	
	width: 850px;
	margin: 10px 0 0 0;
	width: 50 0px;
	height: 170px;
}	
	
.showcase#horizontal a.controls {
	top: 50%;
	margin-top: -27px;
}

.showcase#horizontal a.next {
	right: 0;
	padding-top: 4px;
}
.showcase#horizontal a.previous {
	left: 0;
	padding-top: 4px;
}


.showcase#horizontal a.controls:hover {

}

.showcase#horizontal ul {
	position: relative;	
	width: 600px;
	height: 170px;	
	margin: 0 auto;
}

/* Vertical showcase ------------------------- */

.showcase#vertical {	
	margin: 100px auto 0 auto;
	width: 170px;	
	height: 600px;
}	
	
.showcase#vertical a.controls {
	left: 50%;
	margin-left: -27px;
}

.showcase#vertical a.next {
	bottom: 0;
	padding-top: 4px;
}



.showcase#vertical ul {
	position: relative;	
	width: 170px;
	height: 450px;	
	top: 75px;
}

/* Diagonal showcase ------------------------- */

.showcase#diagonal {	
	margin: 100px auto 0 auto;
	width: 620px;
	height: 620px;
}	
	
.showcase#diagonal a.previous {
	top: 0;
	left: 0;	
	}

.showcase#diagonal a.next {
	right: 0;
	bottom: 0;
	padding-top: 4px;
}

.showcase#diagonal a.controls:hover {
	border-color: #2097FA;
}

.showcase#diagonal ul {
	position: relative;	
	width: 500px;
	height: 500px;
	top: 60px;
	left: 60px;
}

/*footer*/
#footer{
clear:left;
height:55px;
margin-top: 0px;
background: url(../img/footer.png) no-repeat;
}
#footer h1{
color:#f77d29;
text-align: center;
font-family: Tahoma, serifSansSerifMonospace;
font-size: 10px;
padding-right: 5px;
margin-top: 0px;
padding-top:50px;
}

#credit{
margin-top: 0px;
}

#credit h1{
color:#14314e;
text-align: center;
font-family: Tahoma, serifSansSerifMonospace;
font-size: 10px;
padding-right: 5px;
margin-top: 0px;
}

#credit a{
color:#14314e;
font-family: Tahoma, serifSansSerifMonospace;
font-size: 10px;
line-height: 15px;
text-decoration: underline;

}

#credit a:hover {
color: #f77d29;
text-decoration: underline;
}








