/* CSS VisioneDigitale 2009 */

/* RESET */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
q:before,q:after {
	content: '';
}
abbr,acronym { 
	border:0;
}
pre{
	font-size: 1em ;
}

*{ padding:0px; margin:0px; }

/* DEFAULT */

BODY {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999;
	margin:0px 0px 40px 0px;
	background:#fff;
}

IMG {
	margin:0px;
	padding:0px;
	border:0px;
	outline:none;
}

A {
	text-decoration:none;
	outline:none;
}

/* LINK */

a:link, a:visited, a:active {
	color:#fff;
}

a:hover {
	color:#0baffa;
}

/* STRUTTURA */

#cont {
	width:980px;
	margin:0px auto 0px auto;
	}
	
#logo {
	margin:40px 0px;
	}	

#foot {
	width:970px;
	padding:10px 0px 0px 0px;
	clear:both;
	}
	
#foot a, #foot a:link, #foot a:visited, #foot a:active {
	color:#999999;
	}	
	
#foot a:hover {
	color:#0baffa;
	}	

#foot .sx {
	float:left;
	}

#foot .dx {
	float:right;
	}

/* TIPOGRAFIA */

h3{ 
	margin: 10px 10px 3px 10px;
	color:#FFF;
	font-size:12px;
	font-weight:bold; 
	}

/* BOXSLIDER */
			
.boxgrid{ 
	width:233px; 
	height:150px; 
	margin:0px 10px 10px 0px; 
	float:left; 
	background:#161613; 
	border:solid 1px #999; 
	overflow:hidden; 
	position:relative; 
	}

.boxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
	}

.boxgrid p{ 
	margin:0px 10px 2px 10px; 
	font-size:10px;
	color:#0baffa;
	}
	
.boxgrid a, .boxgrid a:link, .boxgrid a:visited, .boxgrid a:active {
	color:#0baffa;
	font-size:10px;
	background:url(../img/ico.gif) no-repeat center left;
	padding:0px 0px 0px 8px;
	margin:0px 10px;
	}
	
.boxgrid a:hover {
	text-decoration:underline;
	font-size:10px;
	}			
				
.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 100px; 
	width: 100%;
	opacity: .9; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 			}

.captionfull .boxcaption {
	top: 260;
	left: 0;
	}

.caption .boxcaption {
	top: 220;
	left: 0;
	}