body {
	background: #030f62 url(../img/bg.jpg) repeat-x left top;
	margin: 0;
	padding: 16px;
}

.box {
	margin-right: auto;
	margin-left: auto;
	width: 983px;
	
}

.container {
	behavior: url(iepngfix.htc);
	background: #ffffff url(../img/box_pattern.png) repeat-y center top;
	padding: 0 16px;
}

.contentPage {
	background: url(../img/logo.gif) no-repeat 15px 10px;
}

.contentFirma {
	text-align: left;
}

#mainCol {
	width: 660px;
	float: left;
	margin-left: 45px;
	margin-bottom: 64px;
}

#mainColWide {
	width: 872px;
	float: left;
	margin-left: 45px;
}

#colDx {
	width: 202px;
	margin-left: 15px;
	display: inline;
	border: 1px solid gold;
	background-color: #fffdf0;
	float: left;
	text-align: center;
}

#colSpan {
	width: 100%;
	display: block;
	margin-left: 15px;
	border: 1px solid gold;
	background-color: #fffdf0;
	text-align: center;
}

.boxGiallo {
	width: 100%;
	border: 1px solid gold;
	background-color: #fffdf0;
	text-align: center;
	padding: 10px;
}

/*------------------------------------------------------------------------------
								LANG MENU									
/*------------------------------------------------------------------------------*/
#chooseLang {
	clear: both;
	behavior: url(iepngfix.htc);
	background: url(../img/subMenuBg.png) repeat-x left top;
	height: 33px;
	float: right;
	border: 1px solid silver;
	line-height: 33px;
	margin-top:6px;
}


/*------------------------------------------------------------------------------
								SUB MENU									
/*------------------------------------------------------------------------------*/


#subMenu {
	clear: both;
	behavior: url(iepngfix.htc);
	background: url(../img/subMenuBg.png) repeat-x left top;
	height: 33px;
	float: right;
	border: 1px solid silver;
	line-height: 33px;
}

.subMenuItem {
	font: bold 13px/33px Arial;
	color: gray;
	letter-spacing: 0;
	text-decoration: none;
	display: inline;
	height: 33px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}

.subMenuItem:hover {
	font: bold 13px/33px Arial;
	color: #2f2f2f;
	letter-spacing: 0;
	text-decoration: none;
	display: inline;
	height: 33px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	background: #ffe493;
}

.subMenuItemACTIVE {
	font: bold 13px/33px Arial;
	color: gray;
	letter-spacing: 0;
	text-decoration: none;
	display: inline;
	height: 33px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	background: #fff5bb url(../img/subMenuBgACTIVE.png) repeat-x;
}

/*------------------------------------------------------------------------------
								CLEAR DIV									
/*------------------------------------------------------------------------------*/

.clear {
	clear: both;
	
}


/*------------------------------------------------------------------------------
								MAIN MENU									
/*------------------------------------------------------------------------------*/


#mainMenu {
	display: block;
	width: 684px;
	behavior: url(iepngfix.htc);
	background: url(../img/mainMenuBg.png) no-repeat center top;
	height: 39px;
	line-height: 39px;
	margin-left: 188px;
	_margin-left: 140px;
	margin-right: 0px;
	margin-top: 75px;	
	padding-left: 30px;
	_padding_left: 0px;
	_margin-top: 45px;
/*	_margin-top:0px;*/
	_float:left;
	text-align: left;
}

.mainMenuItem {
	color: #ae252a;
	text-decoration: none;
	font: bold 15px/35px Arial;
	display: inline;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	height: 39px;
}

.mainMenuItem:hover {
	color: #d30007;
	text-decoration: none;
	font: bold 15px/35px Arial;
	display: inline;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	height: 39px;
	background: url(../img/mainMenuItem_rollBg.jpg) no-repeat 0 center;
}

.mainMenuItemACTIVE {
	color: #ffffff;
	text-decoration: none;
	font: bold 15px/35px Arial;
	display: inline;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	height: 39px;
	background: url(../img/mainMenuItem_activeBg.jpg) no-repeat 0 center;
}

.mainMenuItemACTIVE:hover {
	color: #ffffff;
	text-decoration: none;
	font: bold 15px/35px Arial;
	display: inline;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	height: 39px;
	background: url(../img/mainMenuItem_activeBg_roll.jpg) no-repeat 0 center;
}


/*------------------------------------------------------------------------------
								MAIN SUB MENU									
/*------------------------------------------------------------------------------*/


#mainSubMenu {
	display: block;
	behavior: url(iepngfix.htc);
	height: 39px;
	line-height: 39px;
	/*margin-left: 220px;*/
	margin-right: 28px;
	margin-left: 27px;
	margin-top: 10px;
	padding-left: 30px;
	background: #fff url(../img/mainSubMenuBg.png) no-repeat center top;
}

.mainSubMenuItem:link, .mainSubMenuItem:visited {
	color: gray;
	text-decoration: none;
	font: bold 12px/35px Arial;
	display: inline;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	height: 34px;
}

.mainSubMenuItem:hover {
	color: black;
	text-decoration: underline;
	font: bold 12px/35px Arial;
	display: inline;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	height: 34px;
}

.mainSubMenuItemACTIVE {
	color: red;
	text-decoration: none;
	font: bold 12px/35px Arial;
	display: inline;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	height: 34px;
}

.mainSubMenuItemACTIVE:hover {
	color: red;
	text-decoration: underline;
	font: bold 12px/35px Arial;
	display: inline;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	height: 34px;
}

/*------------------------------------------------------------------------------
									LINKS									
/*------------------------------------------------------------------------------*/

a {
	text-decoration: underline;
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #333333;
}

/*------------------------------------------------------------------------------
									IMMAGINI									
/*------------------------------------------------------------------------------*/

img {
	border: none;
}

/*------------------------------------------------------------------------------
									GALLERY									
/*------------------------------------------------------------------------------*/

.photo {
	margin: 15px;
	position: relative;
	width: 180px;
	height: 130px;
	float: left;
	color: #333;
	font: 70%/140% Arial, Helvetica, sans-serif;
}
.photo img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
}
.photo span {
	width: 20px;
	height: 18px;
	display: block;
	position: absolute;
	top: 12px;
	left: 12px;
	background: url(../img/digg-style.gif) no-repeat;
}
.photo a {
	text-decoration: none;
	color: #333;
}

.photo span {
	width: 170px;
	height: 120px;
	display: block;
	position: absolute;
	top: 5px;
	left: 6px;
	_top: 0px;
	_left: 5px;
	background: url(../img/round-corner.png) no-repeat;
}
.photo img {
	border: none;
	padding: 5px 6px 6px;
	background: url(../img/round-bg.gif) no-repeat;
}

.photo em {
	width: 200px;
	background: url(../img/bubble.gif) no-repeat;
	padding: 3px 0 6px;
	display: none;
	position: absolute;
	top: -28px;
	left: -9px;
	font-style: normal;
	text-align: center;
	color: #333;
}
.photo a:hover em {
	display: block;
}

/*------------------------------------------------------------------------------
								GALLERY COLONNA DX								
/*------------------------------------------------------------------------------*/

.gallery {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
	font: 70%/140% Arial, Helvetica, sans-serif;
	color: #333;
}

.gallery p {
	font: 70%/140% Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
	clear: both;
	width: 170px;
	margin-top: 10px;
}
.gallery li {
	margin: 10px;
	padding: 0;
	float: left;
	position: relative;
	width: 180px;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 15px;
}

.gallery li.immagine {
	margin: 10px;
	padding: 0;
	float: left;
	position: relative;
	width: 180px;
	height: 130px;
	text-align: center;
}
.gallery img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
}
.gallery span {
	width: 20px;
	height: 18px;
	display: block;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.gallery .favorite {
	background: url(../img/favorite.gif) no-repeat;
}
.gallery .foto {
	background: url(../img/photo.gif) no-repeat;
}
.gallery .video {
	background: url(../img/video.gif) no-repeat;
}
.gallery a {
	text-decoration: none;
	color: #333;
}
.gallery a:hover img  {
	border-color: #666;
}
.gallery a:hover span {
	background-position: left -22px;
}



.gallery .linkGallery:hover {
	color: red;
}

/*------------------------------------------------------------------------------
								STILI DI TESTO									
/*------------------------------------------------------------------------------*/

h1 {
	color: #191919;
	font: 24px/20px "Times New Roman", Times, serif;
	letter-spacing: -1px;
	text-align: left;
}

h2 {
	color: #ae252a;
	color: red;
	font: 18px/20px "Times New Roman", Times, serif;
	letter-spacing: -1px;
	text-align: left;
	margin-top: 15px;
}

h3 {
	color: #191919;
	font: bold 18px/20px "Times New Roman", Times, serif;
	text-align: left;
}

.firma {
	font: 70%/130% Arial, Helvetica, sans-serif;
	color: #333;
	text-align: left;
}

.testo, p, ul {
	color: #333;
	font: 12px/14px Verdana, sans-serif;
	text-align: justify;
}

.testoRosso {
	color: #ae252a;
	font: bold 12px/14px Verdana, sans-serif;
	text-align: justify;
}

.testoRosa {
	color: #eb008b;
	font-weight: bold;
}

.marchiRegistrati {
	color: #ae252a;
	font: italic 15px "Times New Roman", Times, serif;
}

.marchiComicSans {
	color: #ae252a;
	font: bold 14px "Comic Sans MS";
}

.citazioneRossa {
	color: #ae252a;
	font: 15px "Times New Roman", Times, serif;
	text-align: center;
}

.citazioneRossaLeft {
	color: red;
	text-align: left;
	font-style: italic;
}

.citazioneNera {
	color: #000;
	text-align: center;
}


/*------------------------------------------------------------------------------
								PAYOFF									
/*------------------------------------------------------------------------------*/

#payOff {
	width: 100%;
	font: 11px Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
}

/*------------------------------------------------------------------------------
								ELENCHI PUNTATI									
/*------------------------------------------------------------------------------*/

.elencoClassico {
	list-style-position: outside;
	list-style-type: square;
	text-align: left;
	text-indent: 0;
	margin: 0;
	padding-left: 15px;
}

.elencoClassico li {
	margin-bottom: 15px;
} 

/*------------------------------------------------------------------------------
								ELENCO CLIENTI									
/*------------------------------------------------------------------------------*/

.elencoClienti {
	list-style-image: none;
	list-style-position: inside;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.elencoClienti li {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0;
	height: 68px;
	border-bottom: 1px dotted maroon;
	line-height: 14px;
}

.logoCliente {
	float: left;
	margin-right: 32px;
	height: 63px;
}

/*------------------------------------------------------------------------------
								ROUNDED CORNER									
/*------------------------------------------------------------------------------*/

div#boxBlu{
	margin: 0 0px;
	background: #323478;
	color: white;
}

#boxBlu p{
	color: white;
	margin-right: 32px;
	margin-left: 32px;
	font-size: 12px;
	line-height: 16px;
}

b.rtop, b.rbottom{
	display:block;
	background: #FFF;
	color: white;
}

b.rtop b, b.rbottom b{
	display:block;
	height: 1px;
    overflow: hidden;
    background: #323478;
}

b.r1{margin: 0 5px}

b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}

/*------------------------------------------------------------------------------
								ROUNDED CORNER BIANCO								
/*------------------------------------------------------------------------------*/

div#boxBianco{
	margin: 0 0px;
	background: white;
	color: white;
}

#boxBianco p{
	color: balck;
	margin-right: 32px;
	margin-left: 32px;
	font-size: 12px;
	line-height: 16px;
}

b.rtopBianco, b.rbottomBianco {
	display:block;
	background: #FFF;
	color: white;
}

b.rtopBianco b, b.rbottomBianco b{
	display:block;
	height: 1px;
    overflow: hidden;
    background: white;
}

b.r1Bianco {margin: 0 5px}

b.r2Bianco {margin: 0 3px}
b.r3Bianco {margin: 0 2px}
b.rtopBianco b.r4Bianco, b.rbottomBianco b.r4Bianco {margin: 0 1px;height: 2px}

/*------------------------------------------------------------------------------
								BOX TESTIMONIANZE								
/*------------------------------------------------------------------------------*/

#carta {
	padding: 32px;
	xbackground: url(../img/cartaBg.jpg) no-repeat center top;
	border: 1px solid grey;
	background-color: #fffdf0;
}

#carta p {
	font: 18px "Comic Sans MS";
}

#carta p {
	font: 16px serif;
}


/*------------------------------------------------------------------------------
								TABELLA RASSEGNA STAMPA								
/*------------------------------------------------------------------------------*/

.tableRassegna td:hover {
	background: url(../img/tableRassegnaTdBg.jpg) repeat-y right;
}

.tableRassegna a:hover {
	text-decoration: underline;
}



.linkRassegna {
	text-decoration: none;
}

.titoloRassegna {
	color: #515151;
	font: italic 20px "Times New Roman", Times, serif;
	letter-spacing: -1px;
	text-align: left;
}

.sottotitoloRassegna {
	color: #191919;
	font: 16px/15px "Times New Roman", Times, serif;
	text-align: left;
}



/*------------------------------------------------------------------------------
								GALLERY ORIZZONTALE								
/*------------------------------------------------------------------------------*/

.colSpan {
	xdisplay: block;
	width: 872px;
	margin-left: 28px;
	border: 1px solid gold;
	background-color: #fffdf0;
	text-align: center;
	margin-top: 16px;
}


.galleryHor {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
	font: 70%/140% Arial, Helvetica, sans-serif;
	color: #333;
}
.galleryHor li {
	margin: 10px;
	padding: 0;
	float: left;
	position: relative;
	width: 180px;
	height: 130px;
	text-align: center;
}
.galleryHor img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
}
.galleryHor span {
	width: 20px;
	height: 18px;
	display: block;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.galleryHor .favorite {
	background: url(../img/favorite.gif) no-repeat;
}
.galleryHor .foto {
	background: url(../img/photo.gif) no-repeat;
}
.galleryHor .video {
	background: url(../img/video.gif) no-repeat;
}
.galleryHor a {
	text-decoration: none;
	color: #333;
}
.galleryHor a:hover img  {
	border-color: #666;
}
.galleryHor a:hover span {
	background-position: left -22px;
}

.galleryHor em {
	width: 102px;
	background: url(../img/bubble.gif) no-repeat;
	padding: 3px 0 6px;
	display: none;
	position: absolute;
	top: -25px;
	left: 40px;
	font-style: normal;
	text-align: center;
	color: #333;
}
.galleryHor a:hover em {
	display: block;
}






.btnBrochure {
	float: right;
	margin-right: 10px;
	display: block;
	width: 182px;
	height: 48px;
	position: relative;
	text-indent: -30000px;
	background: url(../img/btnBrochure.gif) no-repeat center top;
	font-size: 1px;
}

.btnBrochure:hover {
	background: url(../img/btnBrochure.gif) no-repeat center bottom;
	
}

.btnGREEN {
	margin-top: -70px;
	margin-right: 0px;
	/*clear: both;*/
	float: right;
	display: block;
	width: 201px;
	height: 83px;
	position: relative;
	text-indent: -30000px;
	background: url(../img/btnGREEN.gif) no-repeat center top;
	font-size: 1px;
}

.btnGREEN:hover {
	background: url(../img/btnGREEN.gif) no-repeat center bottom;
	
}

.backToTop {
	display: block;
	width: 100px;
	height: 24px;
	font: 70% Arial, Helvetica, sans-serif;
	line-height: 23px;
	color: #333;
	background-color: #ddd;
	border: 1px solid silver;
	text-decoration: none;
	text-align: center;
}

.backToTop:hover {
	display: block;
	width: 100px;
	height: 24px;
	font: 70% Arial, Helvetica, sans-serif;
	line-height: 23px;
	color: #333;
	background-color: #cacaca;
	border: 1px solid gray;
	text-decoration: none;
}

#NewsTickerh1 {
	display: block;
	border: 1px solid #ae252a;
	color: #fff;
	font-weight: bold;
	margin: 0pxx;
	padding: 5;
	font-size: 20px;
	
	background: #ae252a url(../img/mainMenuItem_activeBg_roll.jpg) no-repeat 0 center;
	text-align: center;
}

