
body {
	margin: 5px;
	padding: 0;
	font: normal .7em Helvetica, Arial, sans-serif;
	color: #000000;
}

img{
	border: 0;
}

a{
	text-decoration: none;
}

br{
	clear: both;
}

#mainContainer{
	position: relative;
	width: 980px;
	margin: 0 auto;
}

#flag{
	position: absolute;
	left: 980px;
	top: 33px;;
}

/* Box */

#boxMenu {
	height: 101px;
	background-color: #002E5F;
}

#boxMenu img{
	margin-bottom: -2px
}

#boxHeader {
	height: 152px;
}

#boxTitle {
	position: relative;
	height: 26px;
	background-color: #A7BEEA;
	line-height: 26px;
	font-size: 1.2em;
	font-weight: bold;
	color: #002E5F;
}

#boxTitle #boxProdottiTitle{
	float: left;
	letter-spacing: 5px;
	text-indent: 40px;
	text-transform: uppercase;	
	
}

#boxTitle  #breadcrumbs{
	float: right;
	padding-right: 234px;
	font-size: 0.9em;
	font-weight: normal;
	text-transform: lowercase;
	color: #002E5F;
}

#boxTitle  #breadcrumbs a{
	color: #002E5F;
}

#boxTitle #boxZoomTitle{
	position: absolute;
	left: 786px;
	top: 0px;
	width: 194px;
	letter-spacing: 5px;
	text-indent: 20px;	
	background-color: #002E5F;
	color: #FFF;
}

#boxContents {
	position: relative;
	background: url('../images/background.gif');
	min-height: 310px;
	height: auto;
}

/* for Internet Explorer */
/*\*/
* html #boxContents {
	height: 310px
}
/**/

#boxContents-bkg{
	
}

#boxInternal{
	float: left;
	width: 700px;
	padding: 26px 45px 26px 40px;
}

#boxInternal-bkg{
	float: left;
	width: 700px;
	padding: 26px 45px 258px 40px;
	background: url('../images/sfondo-prisco.png') left bottom no-repeat;
}

#boxNewsInternal p{
	text-align: justify;
	margin-bottom: 5px;
}

#boxNewsInternal img{
	padding-bottom: 5px;
}

.button{
	float: right;
	background-color: #A7BDE9;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 1px 5px 1px 5px;
	font-weight: bold;
	cursor: pointer;
	margin: 10px 0 10px 0;
	border: 0;
	font-size: 0.9em;
	line-height: 14px;
}

.buttonBigRosso{
	background: #f00 url('../images/arrowRosso.gif') no-repeat center right;
	color: #E4EBF8;
	text-transform: uppercase;
	padding: 1px 5px 1px 5px;
	text-align: center;
	width: 135px;
	cursor: pointer;
	margin: 0 0 10px 0;
	border: 0;
	font-size: 0.9em;
	line-height: 14px;	
	margin-bottom:25px;
}


.buttonBig{
	background: #002E5F url('../images/arrowR.gif') no-repeat center right;
	color: #E4EBF8;
	text-transform: uppercase;
	padding: 1px 5px 1px 5px;
	text-align: center;
	width: 135px;
	cursor: pointer;
	margin: 0 0 10px 0;
	border: 0;
	font-size: 0.9em;
	line-height: 14px;	
}

.buttonImg{
	width: 53px;
	height: 24px;
	cursor: pointer;
	border: 0;
}

.buttonPDF{
	background: url('../images/PDF.jpg') no-repeat center left;
	color: #002E5E;
	text-transform: uppercase;
	padding: 1px 5px 1px 5px;
	text-align: center;
	width: 280px;
	cursor: pointer;
	margin: 0 0 10px 0;
	border: 0;
	font-size: 0.9em;
	line-height: 33px;
	height: 33px;	
}

#boxNews{
	float: right;
	width: 194px;
	color: #002E5E;;
}

#boxNewsInternal{
	margin: 26px 30px 26px 30px;
}

#boxNewsInternal   h1{
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 0 0 3px 0;
}
#boxNewsInternal   h2{
	font-size: 1.0em;
	font-weight: bold;
	margin: 0;
	padding: 0 0 3px 0;
}

#boxFooter {
	position: relative;
	height: 53px;
	background-color: #002E5F;	
	line-height: 15px;
	color: #FFF;
}
#boxFooter #left{
	float: left;
	margin-left: 30px;
	margin-top: 20px;
}
#boxFooter #right{
	float: right;
	margin-right: 30px;
	margin-top: 20px;
}
#boxFooter a{
	color: #FFF;
}

.clearfix
{
    clear:both;
}




