@charset "UTF-8";
/* DigitalFun.it © All rights reserved */

body {
	font: 100% "Lucida Grande", Arial, Helvetica, sans-serif;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #424242;
}

a:link {color: #000000; text-decoration: underline;}
a:visited {color: #000000; text-decoration: underline;}
a:hover {color: #A0A7AA; text-decoration: underline;}
a:active {color: #A0A7AA; text-decoration: underline;}

a.boxlink:link {color: #000000; text-decoration: none;}
a.boxlink:visited {color: #000000; text-decoration: none;}
a.boxlink:hover {color: #A0A7AA; text-decoration: none;}
a.boxlink:active {color: #A0A7AA; text-decoration: none;}

a.h1:link {color: #424242; text-decoration: none;}
a.h1:visited {color: #424242; text-decoration: none;}
a.h1:hover {color: #A0A7AA; text-decoration: none;}

p {
	margin-top: 0;
	margin-bottom: 0;
}
img {
	border: 0;
}
.floatleft {
	float: left;
}
h1 {
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
	margin-top: 0;
	margin-bottom: 0;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	margin-top: 0;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* rollover menù */
a.srollchi {
    display: block;
    width: 69px;
    height: 60px;
	padding: 0;
	margin: 0;
    background: url("../images/chisiamo.png") 0 0 no-repeat;
    text-decoration: none;
	float: left;
}
a:hover.srollchi {
    background-position: 0 -60px;
}
a:active.srollchi {
    background-position: 0 -120px;
}

a.srollnews {
    display: block;
    width: 46px;
    height: 60px;
	padding: 0;
	margin: 0;
    background: url("../images/news.png") 0 0 no-repeat;
    text-decoration: none;
	float: left;
}
a:hover.srollnews {
    background-position: 0 -60px;
}
a:active.srollnews {
    background-position: 0 -120px;
}

a.srollpress {
    display: block;
    width: 51px;
    height: 60px;
	padding: 0;
	margin: 0;
    background: url("../images/press.png") 0 0 no-repeat;
    text-decoration: none;
	float: left;
}
a:hover.srollpress {
    background-position: 0 -60px;
}
a:active.srollpress {
    background-position: 0 -120px;
}

a.srolljobs {
    display: block;
    width: 88px;
    height: 60px;
	padding: 0;
	margin: 0;
    background: url("../images/jobs.png") 0 0 no-repeat;
    text-decoration: none;
	float: left;
}
a:hover.srolljobs {
    background-position: 0 -60px;
}
a:active.srolljobs {
    background-position: 0 -120px;
}

a.srollmobile {
    display: block;
    width: 53px;
    height: 60px;
	padding: 0;
	margin: 0;
    background: url("../images/mobile.png") 0 0 no-repeat;
    text-decoration: none;
	float: left;
}
a:hover.srollmobile {
    background-position: 0 -60px;
}
a:active.srollmobile {
    background-position: 0 -120px;
}

a.srollonline {
    display: block;
    width: 55px;
    height: 60px;
	padding: 0;
	margin: 0;
    background: url("../images/online.png") 0 0 no-repeat;
    text-decoration: none;
	float: left;
}
a:hover.srollonline {
    background-position: 0 -60px;
}
a:active.srollonline {
    background-position: 0 -120px;
}

a.srolleditoria {
    display: block;
    width: 65px;
    height: 60px;
	padding: 0;
	margin: 0;
    background: url("../images/editoria.png") 0 0 no-repeat;
    text-decoration: none;
	float: left;
}
a:hover.srolleditoria {
    background-position: 0 -60px;
}
a:active.srolleditoria {
    background-position: 0 -120px;
}

a.srollclienti {
    display: block;
    width: 53px;
    height: 60px;
	padding: 0;
	margin: 0;
    background: url("../images/clienti.png") 0 0 no-repeat;
    text-decoration: none;
	float: left;
}
a:hover.srollclienti {
    background-position: 0 -60px;
}
a:active.srollclienti {
    background-position: 0 -120px;
}

a.srollportfolio {
    display: block;
    width: 61px;
    height: 60px;
	padding: 0;
	margin: 0;
    background: url("../images/portfolio.png") 0 0 no-repeat;
    text-decoration: none;
	float: left;
}
a:hover.srollportfolio {
    background-position: 0 -60px;
}
a:active.srollportfolio {
    background-position: 0 -120px;
}

a.srollhome {
    display: block;
    width: 22px;
    height: 20px;
	padding: 0;
	margin: 0;
    background: url("../images/home.gif") 0 0 no-repeat;
    text-decoration: none;
	float: left;
}
a:hover.srollhome {
    background-position: 0 -20px;
}
a:active.srollhome {
    background-position: 0 -40px;
}

a.srollmail {
    display: block;
    width: 22px;
    height: 20px;
	padding: 0;
	margin: 0;
    background: url("../images/mail.gif") 0 0 no-repeat;
    text-decoration: none;
	float: left;
}
a:hover.srollmail {
    background-position: 0 -20px;
}
a:active.srollmail {
    background-position: 0 -40px;
}
/* fine rollover menù */

.mainlogo {
    float: left;
	padding-right: 57px;
}

div#top {
    width: 100%;
	height: 20px;
	background-image: url(../images/top_bg.png);
	background-repeat: repeat-x;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    border: none;
	text-align: center;
	font-size: 10px;
}
div#top_links {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}
div#top_link {
	height: 16px;
	background-image: url(../images/top_sep.gif);
	background-repeat: no-repeat;
	background-position: left;
    margin-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	vertical-align: middle;
}
div#upper {
    width: 760px;
	height: 70px;
	background-image: url(../images/bg_navbar.gif);
	background-repeat: no-repeat;
    margin-top: 10px;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    border: none;
	text-align: left;
}
div#flashbig {
    width: 760px;
	height: 410px;
	background-color: #FFFFFF;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    border: none;
}
div#home_container {
    width: 760px;
	height: 170px;
	background-color: #FFFFFF;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    border: none;
	text-align: left;
}
div#container {
    width: 760px;
	height: auto;
	background-color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
	padding-bottom: 10px;
    border: none;
	text-align: left;
}
div#credits {
    width: 760px;
	height: auto;
	margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
	padding-bottom: 10px;
    border: none;
	font-size: 9px;
	line-height: 11px;
	text-align: left;
}
div#box_mobile {
	background-image: url(../images/box_mobile.png);
	background-color: #F0F3F4;
	background-repeat: no-repeat;
    width: 240px;
	height: 150px;
    padding: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
    border: none;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	float: left;
}
div#box_online {
	background-image: url(../images/box_online.png);
	background-color: #F0F3F4;
	background-repeat: no-repeat;
    width: 240px;
	height: 150px;
    padding: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
    border: none;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	float: left;
}
div#box_editoria {
	background-image: url(../images/box_editoria.png);
	background-color: #F0F3F4;
	background-repeat: no-repeat;
    width: 240px;
	height: 150px;
    padding: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
    border: none;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	float: left;
}
.textbox65 {
	margin-top: 65px;
	padding: 5px;
}
.textbox {
	padding-left: 0;
	padding-right: 0;
	list-style-image: url(../images/arrow.gif);
	list-style-position: inside;
}
.homemail {
	margin-left: 716px;
	margin-top: -23px;
	width: 44px;
	height: 20px;
}

/*Stili Titoli pagine interne*/
.i_titolo {
	background-repeat: no-repeat;
    width: 740px;
	height: 120px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-bottom: 0;
    border: none;	
}
div#i_chisiamo {
	background-image: url(../images/i_chisiamo.png);
}
div#i_partners {
	margin-top: 10px;
	background-image: url(../images/i_partners.png);
}
div#i_mobilent {
	background-image: url(../images/i_mobilent.png);
}
div#i_onlinent {
	background-image: url(../images/i_onlinent.png);
}
div#i_editoria {
	background-image: url(../images/i_editoria.png);
}
div#i_clienti {
	background-image: url(../images/i_clienti.png);
}
div#i_portfolio {
	background-image: url(../images/i_portfolio.png);
}
div#i_press {
	background-image: url(../images/i_press.png);
}
div#i_news {
	background-image: url(../images/i_news.png);
}
div#i_jobs {
	background-image: url(../images/i_jobs.png);
}
div#i_support {
	background-image: url(../images/i_support.png);
}
/*Fine Stili Titoli pagine interne*/

/*Colonne*/
.hidden {
	overflow: hidden;
}
#c1 {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	width: 240px;
	font-size: 12px;
	line-height: 14px;
	background-color: #FFFFFF;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}
#c2 {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	width: 240px;
	font-size: 12px;
	line-height: 14px;
	background-color: #FFFFFF;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}
#c3 {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	width: 240px;
	font-size: 12px;
	line-height: 14px;
	background-color: #FFFFFF;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}
/*Fine Colonne*/

/* Lettera capitale*/
.dropcap {
	float: left;
	font-size: 80px;
	line-height: 65px;
	margin-left: -5px;
}
/* Fine Lettera capitale*/

/* Clienti */
div#clientebox {
	width: 240px;
	height: 240px;
	background-image: url(../images/clienti/cliente_box.png);
	margin-left: 10px;
	margin-top: 10px;
	float: left;
}
/* Fine Clienti */

/* Portfolio */
div#portfimg {
	width: 490px;
	height: 240px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0;
	float: left;
}
div#imgflash {
	width: 240px;
	height: 400px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 0;
	float: right;
}
div#imgflash_h {
	width: 400px;
	height: 240px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 0;
	float: right;
}
div#monitorflash {
	width: 490px;
	height: 330px;
	margin-left: 10px;
	margin-bottom: 0;
	margin-right: 0;
	float: right;
}
.frameflash {
	width: 240px;
	height: 400px;
	border: 0;
}
.frameflash_h {
	width: 400px;
	height: 240px;
	border: 0;
}
.framonitorflash {
	width: 490px;
	height: 330px;
	border: 0;
}
div#portfdesc {
	width: 240px;
	height: 240px;
	margin-left: 10px;
	margin-top: 0;
	float: left;
	font-size: 12px;
	line-height: 14px;
}
div#dettdesc {
	width: 740px;
	height: auto;
	margin-left: 10px;
	margin-top: 0;
	margin-right: 0;
	float: left;
	font-size: 12px;
	line-height: 14px;
}
.portftitolo {
	width: 760px;
	height: 36px;
	margin-top: 10px;
	text-align: left;
	float: left;
}
.padleft10 {
	padding-left: 10px;
}
div#paginazione {
	width: 750px;
	height: 18px;
	font-size: 12px;
	line-height: 14px;
	margin-top: 10px;
	text-align: left;
	float: left;
}
div#dettbox {
	width: 240px;
	height: 240px;
	margin-left: 10px;
	margin-top: 10px;
	float: left;
}
.imgdettbox {
	width: 240px;
	height: 240px;
}
.didascalia {
	font-style: italic;
}
/* Fine Portfolio */

/* Press */
div#presstitolo {
	width: 580px;
	height: 16px;
	text-align: left;
	float: left;
	padding-top: 10px;
}
div#data {
	width: 160px;
	height: 16px;
	text-align: right;
	float: right;
	padding-top: 10px;
}
.data {
	font-style: italic;
	font-size: 11px;
}
div#separatore {
	width: 740px;
	height: 10px;
	background-image: url(../images/separatore.png);
	text-align: center;
	clear: both;
}
div#separatore10 {
	width: 740px;
	height: 10px;
	background-image: url(../images/separatore.png);
	text-align: center;
	clear: both;
	margin-left: 10px;
}
div#textbox_press {
	width: 740px;
	clear: both;
	padding-top: 10px;
}
div#img_press {
	float: left;
	width: 230px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: left;
}
div#rifext_press {
	width: 230px;
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
	background-image: url(../images/riferimenti_esterni.gif);
	background-repeat: no-repeat;
	padding-top: 30px;
}
/* Fine Press */

/* Jobs */
div#jobsdesc {
	width: 240px;
	margin-left: 10px;
	margin-top: 0;
	float: left;
	font-size: 12px;
	line-height: 14px;
	padding-bottom: 20px;
}
div#jobquality {
	width: 490px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0;
	float: left;
	padding-bottom: 20px;
}
.jobstitolo {
	width: 760px;
	height: 26px;
	margin-top: 10px;
	text-align: left;
	float: left;
}
/* Jobs Desc */