@charset "utf-8";
/* CSS Document */
*{
padding:0;
margin:0;
}
body {
background-color:#95C6EE;
background-image:url(../images/bg_body.jpg);
background-position:center top;
background-repeat:repeat-x;
font-family:Tahoma, Arial;
font-size:11px;
color:#000000;
margin:0px;
}
/* Stili layout */
#wrapper{
margin:0 auto;
width:960px;

background:url(../images/bg_wrapper.jpg) 0 0 repeat-y;
position:relative;
}
#header{
background:url(../images/bg_header.jpg) 0px 0 no-repeat;
height:344px;
position:relative;
}
#container{
padding:10px 20px;
overflow:hidden;
}
#main{
position:relative;
background:#fff;
float:right; 
width:670px;
padding-right:0px;
margin-left:0px;
}
#sidebar{
width:240px;
padding-left:5px;
text-align:center;
float:left;
}
#footer{
background:#95C6EE url(../images/footer.jpg) 1px 0 no-repeat;
height:300px; position:relative
}


.clear{ clear:both}

/* ------------ Header */
#header h1.tit_index{
background: url(../images/bg_h1_index.jpg) 0 0 no-repeat;
text-indent:-5000px;
padding:0;
margin:0;
position:absolute;
top:30px;
left:10px;
width:940px;
height:344px;

}
#header h1.tit_agenzia{
background: url(../images/bg_h1_agenzia.jpg) 0 0 no-repeat;
text-indent:-5000px;
padding:0;
margin:0;
position:absolute;
top:30px;
left:10px;
width:940px;
height:344px;

}
#header h1.tit_animatori{
background: url(../images/bg_h1_animatori.jpg) 0 0 no-repeat;
text-indent:-5000px;
padding:0;
margin:0;
position:absolute;
top:30px;
left:10px;
width:940px;
height:344px;

}
#header h1.tit_animazione{
background: url(../images/bg_h1_animazione.jpg) 0 0 no-repeat;
text-indent:-5000px;
padding:0;
margin:0;
position:absolute;
top:30px;
left:10px;
width:940px;
height:344px;

}
#header h1.tit_cercolavoro{
background: url(../images/bg_h1_cercolavoro.jpg) 0 0 no-repeat;
text-indent:-5000px;
padding:0;
margin:0;
position:absolute;
top:30px;
left:10px;
width:940px;
height:344px;

}
#header h1.tit_lavoroanimatori{
background: url(../images/bg_h1_lavoroanimatori.jpg) 0 0 no-repeat;
text-indent:-5000px;
padding:0;
margin:0;
position:absolute;
top:30px;
left:10px;
width:940px;
height:344px;

}
#header h1.tit_lavoroanimazione{
background: url(../images/bg_h1_lavoroanimazione.jpg) 0 0 no-repeat;
text-indent:-5000px;
padding:0;
margin:0;
position:absolute;
top:30px;
left:10px;
width:940px;
height:344px;

}
#header h1.tit_offertelavoro{
background: url(../images/bg_h1_offertelavoro.jpg) 0 0 no-repeat;
text-indent:-5000px;
padding:0;
margin:0;
position:absolute;
top:30px;
left:10px;
width:940px;
height:344px;

}


/* ------------ Main */
#main h2{
font-size:13px;
font-weight:bold;
color:#FF9900;
margin-bottom:15px;
}
#main p{
line-height:16px;
margin-bottom:15px;
}
#main ul{
padding:0;
margin-left:20px;
}
#main ul li{
line-height:16px;
margin-bottom:10px;
background:url(../images/ico_li.png) 0 0 no-repeat;
list-style:none;
padding-left:19px;
}
#main ol li{
line-height:16px;
margin-bottom:10px;
margin-left:39px;
}

#main span{
color:#FF9900;
}

/* ------------ footer */
#footer p{ 
position:absolute;
left:270px;
top:200px;
text-align:center;
width:650px;}

#footer a:link, #footer a:visited{
color:#000000;
text-decoration:none;
}

/* ------------ call to action */

.callcontainer{ position:relative; height:50px; line-height:70px;}

.call {  position:absolute; left:20px;     }
.call p a {background:url(../images/call.jpg) 0 0 no-repeat; width:245px; height:53px; line-height:53px; display:block;   text-decoration:none;}
.call strong{ visibility:hidden;  }

.call2 {
	position:absolute;
	left:29px;
	top: 539px;
}
.call2 p a {background:url(../images/call2.jpg) 0 0 no-repeat; width:245px; height:53px; line-height:53px; display:block;   text-decoration:none;}
.call2 strong{ visibility:hidden;  }
