body {
	margin:0; padding: 0;
	font-family: Arial, Verdana; color: #000; font-size: 11px;
}
#contenitore{
	background: #fff url(img/bg.gif) repeat-y;	
	margin: 0 auto; padding: 0px;
	width: 900px; position:relative;
}
#home{
	height:auto !important; 
	height: 550px;
	min-height: 550px;
	margin-bottom: 1500px;
}
#lavoro{
	margin-bottom: 950px; 
}
#blog{
	margin-bottom: 600px;
}
#contatti{
	margin-bottom:10px;
}
.corpo{
	background: url(img/bg_transparent.png) repeat;
	margin: 20px 0;
}

/* testo **************************************** */
ul{
	margin:0; padding:0
}
li{
	list-style: none; 
}
select{
font-family:tahoma;
	background-color: #fffbab; color: #000; font-size: 9px; border: solid 1px #999; padding:2px;
}
img{
	border: 0;
}
b{font-size: 11px;}

p.tit{padding:0; margin:0}

a:link, a:visited, a:active{
	color: #ED3690; text-decoration: underline;
}
a:hover{
	color: #9e0259; text-decoration: none;
}
a:focus { outline:none }

@font-face {
	font-family: 'BebasRegular';
	src: url('bebas__-webfont.eot');
	src: local('?'), url('bebas__-webfont.woff') format('woff'), url('bebas__-webfont.ttf') format('truetype'), url('bebas__-webfont.svg#webfontrraJDLW0') format('svg');
	font-weight: normal;
	font-style: normal;
}
.menu{margin:0}
.menu a{padding:8px; background:#000; color:#fff; text-decoration:none; font-size:18px; text-transform:uppercase; margin:0 1px 1px 0;}
.menu a:hover{background:#d20072;}
.menu a.sel{background:none; color:#d20072; font-size:35px; padding:1px; position:relative; top:6px;}
.menu a, h1, h2, h3, h4{font-family:'BebasRegular', Arial Narrow, Helvetica, sans-serif;}

h3{text-transform: uppercase; font-size: 18px; font-weight: normal;margin: 15px 0 2px 0;}
h4{font-size:13px; margin:10px 0 0 0; padding:0; font-weight:normal}

ul.lavori li{border-bottom:solid 1px #e1e1e1; margin:0 0 15px 0}


/* CAROUSEL ************************************ 
Accessible News Slider : Plugin Specific
http://www.reindel.com/accessible_news_slider/
*************************************************** */
#accordion h3 a{text-decoration:none; font-size:24px; margin:0; padding:0}

.accessible_news_slider {
	position: relative;
	overflow: hidden;
}
.accessible_news_slider .javascript_css {
	position: relative;
	z-index: 3;
}
.accessible_news_slider .skip_to_news {
	position: absolute;
	top: 0px; 
	left: -9999px;
}
.accessible_news_slider .back {
	position: absolute; 
	top: 0px;
	left: 0px;
	z-index: 2;
}
.accessible_news_slider .back a,
.accessible_news_slider .next a {
	display: none;
	text-decoration:none;
	padding: 5px;
	background: url(img/bg_transparent_nero.png) repeat;
	color: #fff; font-weight: bold;
}
.accessible_news_slider .next {
	position: absolute; 
	top: 0px;
	right: 0px;
	z-index: 2;
}
.accessible_news_slider ul {
	position: relative;
	left: 0;
	top:0;
	width: auto;
	border-bottom: solid 1px #000;
	border-top: solid 1px #000;
	background: #fff;
	list-style-type: none;
	overflow: hidden;
	z-index: 1;
}
.accessible_news_slider li {
	float: left;
	display: inline;
	width: 900px;
}
/*	Accessible News Slider : Plugin Specific : Theme [ Candy Coated ]
-----------------------------------------------------------------------------------------*/
.candy_coated  {
	width: 900px;
	margin-top:20px;
}
/*.candy_coated .view_all {
	height: 20px;
	padding:5px;
	text-align: center;
	background: url(img/bg_transparent.png) repeat;
}*/
.candy_coated .view_all{
	display: none;
}
.candy_coated li {
	/*border: 1px solid #000;*/
	overflow: hidden;
}
.candy_coated li img {
	float: left;
	display: inline;
}
.candy_coated li p {
	height:auto !important; 
	height: 25px;
	min-height: 25px;
}
/* personalizzazione carousel ******************************* */
span.w-anno{
	padding: 1px 2px; background: #444; color: #fff; font: normal 16px Georgia; margin:5px 0;
}
.candy_coated li p.w-old {
	height:auto !important; 
	height: 300px;
	min-height: 300px;
	padding: 10px;
	margin: 35px 10px 0 10px;
	width: 259px;
	background: #e9e8e8;
	float: left;
}
.candy_coated li p.w-old img{padding:4px; background-color:#E6E6E6; margin:0 3px 1px 0px; } 
.candy_coated li p.w-old img:hover{background-color:#999; opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.5; }


