@charset "utf-8";
/* CSS Document */
body,html {
	padding:0px;
	margin:0px;
	font-family:Helvetica, Arial, sans-serif;
	background-color:#f2f2f2;
}
.main {
	height:480px;
	border:2px solid #cccccc;
	/*border-collapse:collapse;*/
	background-color:#FFFFFF;
	padding:30px 0px 0px 0px;
	margin-top:30px;
}

.laterale{
	width:350px;
	vertical-align:top;
	/*padding-top: 30px;*/
}

.laterale .logo {
	margin-bottom:50px;
}

.border {
	border-right:5px solid #00aeeb;
}


.line {
	height:3px;
	display:block;
	padding:0px;
	
	background-image:url(img/bg/bg_01.gif);
	background-repeat:repeat-x;
	}
	
.footer{
	color:#cccccc;
	font-size:12px;
	font-weight: bold;
	text-align:center;
	padding:10px;
	}
	
	.content{
		vertical-align:top;
		color:#999999;
		font-size:14px;
		width:350px;
		padding-left:20px;
	}
	
	.menu {
		/*border-left:5px solid #00aeeb;*/
		padding-left:10px;
	}
	.menu a:link, .menu a:visited, .menu a:active {
		color:#cccccc;
		text-decoration:none;
		font-size:16px;
		display:block;
		letter-spacing:0px;
		white-space:nowrap;
		font-weight:600;
	}
	
	.menu a:hover ,.menu a:active{
		color:#00aeeb;
		text-decoration:none;
		font-size:16px;
		display:block;
		letter-spacing:0px;
		white-space:nowrap;
		font-weight:600;
	}
	
	
	
	.submenu a:link, .submenu a:visited, .submenu a:active, .submenu a:hover ,.submenu a:active{
		font-size:13px;
	}
	
	.activemenu{
		font-size:20px!important;
		color:#00aeeb!important;
	}
	
	
	.link {
		width:368px;
		height:263px;
		background-image:url(img/link/default.jpg);
		background-repeat:no-repeat;
	}
	
	.expo{
		width:368px;
		height:263px;
		background-image:url(img/link/expo.jpg);
		background-repeat:no-repeat;
	}
	
	.grafic {
		width:368px;
		height:263px;
		background-image:url(img/link/grafic.jpg);
		background-repeat:no-repeat;
	}
	
	.web {
		width:368px;
		height:263px;
		background-image:url(img/link/web.jpg);
		background-repeat:no-repeat;
	}
	
	.iconSlider{
		width:500px;
		text-align:center;
	}
	
	.iconSlider img{
		cursor:pointer;
	}
	
	
	
#wrapper {width:578px; margin:10px auto;}

.sliderbutton {float:left; width:32px; padding-top:134px}
.sliderbutton img {cursor:pointer;background:#999}
.sliderbutton img:hover {background:#666}
#slider {margin:0px;padding:0px;float:left; position:relative; overflow:auto; width:500px; height:400px; border:2px solid #fff; background:#fff}
#slider ul {margin:0px;padding:0px;position:absolute; list-style:none; top:0; left:0}
#slider li {margin:0px;padding:0px;float:left; width:500px; height:400px; padding-right:10px;text-align:center;}

.pagination {float:left; list-style:none; height:25px; margin:15px 0 0 32px}
.pagination li {float:left; cursor:pointer; padding:5px 8px; background:#666; border:1px solid #999; margin:0 4px 0 0; text-align:center; color:#222}
.pagination li:hover {background:#777; border:1px solid #bbb; color:#000}
li.current {border:1px solid #ccc; background:#888}

li#content {width:464px; height:270px; padding:15px 28px 15px 18px}
#content h1 {font:22px Georgia,Verdana; margin-bottom:15px; color:#036}


	
	