/*###################################### START GENERIC CLASSES ######################################*/

.clear{
	clear: both;
}

.clearLeft{
	clear: left;
}

.clearRight{
	clear: right;
}

.floatRight{
	float:right!important;
}

.noMarginLeft{
	margin-left: 0!important;
}

.noMarginRight{
	margin-right: 0!important;
}

.noMarginBottom{
	margin-bottom: 0!important;
}

.noBorderRight{
	border-right: 0!important;
}

.noBorderBottom{
	border-bottom: 0!important;
}

.noBackground {
	background:none!important;
}

/*###################################### END GENERIC CLASSES ######################################*/









/*###################################### START TEMPLATE STYLES ######################################*/
*{
	margin: 0px;
	border: 0px;
	padding: 0px;
}

html,body{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	/*background: #d9e2e4 url(../images/bgPage.gif) center top repeat-x;*/
	background:#FFF;
	color: #000;
	height:100%;
}

#container{
	display: inline;
	float: left;
	position:relative;
	width: 100%;
	height: 100%;
	background: url(../images/bgContainer.png) center top repeat-y;
}

body>div#container{
	height:auto;
	min-height:100%;
}

#header{
    margin: 0 auto;
	width: 960px;
	/*height: 505px;*/
    height:auto;
	background: #e8e8e8 url(../images/bgHeader.gif) left top repeat-x;
}
 


#header .divlogo{
    display: inline;
    float: left;
    width: 345px;
    height: 90px;
    margin: 10px 0 0 20px;
    background: url(../images/logo.gif) left top no-repeat;
}

#header .divlogo a{
    display: inline;
    float: left;
    width: 345px;
    height: 80px;
}

#header .divlogo span{
    display: none;
}



#header h1{
    display: inline;
    float: left;
    width: 345px;
    height: 90px;
    margin: 10px 0 0 20px;
    background: url(../images/logo.gif) left top no-repeat;
}

#header h1 a{
	display: inline;
	float: left;
	width: 345px;
	height: 80px;
}

#header h1 span{
	display: none;
}

#header .logoNumVerde{
	display: inline;
	float: right;
	width: 145px;
	height: 58px;
	margin: 20px 20px 0 0;
	background: url(../images/logoNumVerde.gif) left top no-repeat;
}

#header .logoNumVerde a{
	display: inline;
	float: left;
	width: 167px;
	height: 110px;
}

#header .logoNumVerde span{
	display: none;
}

#mainBanner {
	display: inline;
	float: left;
	width: 960px;
	/*height: 355px;*/
    height: auto;
}

#content{
    margin: 0 auto 110px auto;
	width: 960px;
	background:url(../images/bgContent.png) left top repeat-y; 
}

#footer{ 
    display: inline;
	float: left;
	position: absolute;
    margin: 0 auto;
	width: 100%;
	height: 110px;
	bottom: 0;
}

#footerInside{ 
    margin: 0 auto;
	width: 960px;
	height: 65px;
	padding-top: 45px;
	background:url(../images/bgFooter.gif) left top no-repeat;
	color: #FFF;
	font-size: 11px;
	line-height: 20px;
}

#contentFooterLeft{
	float:left;
	display:inline;
	width: 460px;
	padding-left:20px;
	text-align: left;
}

#contentFooterRight{
	float:left;
	display:inline;
	width: 460px;
	padding-right:20px;
	text-align: right;
}

#footer a{
	color:#FFF;
	text-decoration:none;
}

#footer a:hover{
	color:#d9e2e4;
}

#footer a.icoContact{
	padding: 3px 0 3px 22px;
	background:url(../images/icoContact.png) left center no-repeat;
}

#footer a.icoFacebook{
	padding: 3px 0 3px 22px;
	background:url(../images/icoFacebook.png) left center no-repeat;
}

#footer a.icoTwitter{
	padding: 3px 0 3px 22px;
	background:url(../images/icoTwitter.png) left center no-repeat;
}

#footer .icoNumverde{
	padding: 3px 0 3px 22px;
	background:url(../images/icoNumverde.png) left center no-repeat;
}

/*###################################### END TEMPLATE STYLES ######################################*/









/*###################################### START MAIN MENU ######################################*/

#mainNav{	
	display: inline;
	float: left;
	position: relative;
	background:url(../images/bgMainNav.gif) left top repeat-x;
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#62848d;
	width:960px;
	height:50px;
	z-index:98;
}

.navPrinc, .navPrinc ul {
	float:left;
	display:inline;
	list-style: none;
	position:relative;
	height:50px;
	width: auto;
}

.navPrinc {
  z-index: 100;
}

.liv1{
	display: inline;
	float: left;
	position: relative;
	z-index: 100;
}

.navPrinc li a {
	display: inline;
	float: left;
	height: 50px;
	color: #62848d;
	text-align: center;
	text-decoration: none;
	clear:both;
	z-index: 100;
}

.navPrinc li a span{
	display: inline;
	float: left;
	height: 20px;
	padding: 15px 18px;
	background: url(../images/separator.gif) right center no-repeat;
	color: #62848d;
	text-align: center;
	text-decoration: none;
	cursor:pointer;
}

.navPrinc li a span.lastItem{
	background: none;
}

.navPrinc li a:hover span{
	color: #fff;
	background: url(../images/bgMainNavItem.gif) right -50px no-repeat;
}

.navPrinc li a:hover span.lastItem{
	color: #fff;
	background: url(../images/bgMainNavLastItem.gif) right -50px no-repeat;
}

#mainNav li:hover a, #mainNav li.sfHover a, .navPrinc li a.sel {
	color: #fff;
	background: url(../images/bgMainNavItem.gif) 0 0 no-repeat;
}

#mainNav li:hover a{
	color: #fff;
	background: url(../images/bgMainNavItem.gif) 0 0 no-repeat;
}

#mainNav li:hover a span, #mainNav li a.sel span{
	color: #fff;
	background: url(../images/bgMainNavItem.gif) right -50px no-repeat;
}

#mainNav li:hover a span.lastItem, #mainNav li a.sel span.lastItem{
	color: #fff;
	background: url(../images/bgMainNavLastItem.gif) right -50px no-repeat;
}

#mainNav li:hover ul, #mainNav li.sfHover ul {
	display: inline;
	float: left;
	width: 201px;
	height: auto;
	margin: 0 0 0 5px;
	padding: 10px 0 20px 0;
	background: url(../images/bgSubMenu.png) left bottom no-repeat;
}

#mainNav li:hover ul a, #mainNav li.sfHover ul a {
	display: inline;
	float: left;
	width: 173px;
	height: auto;
	padding: 3px 10px 3px 18px;
	color: #fff;
	font-weight:bold;
	background: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	text-decoration: none;
}

#mainNav li:hover ul a:hover, #mainNav li.sfHover ul a:hover{
	color: #000;
}

.navPrinc ul {
	display: inline;
	float: left;
	clear:both;
	list-style: none;
	width: auto;
	position: absolute;
	top: -999em;
	left: 0px;
	z-index: 150;
}

.navPrinc li:hover ul,.navPrinc li.sfHover ul {
	left: -5px;
	top: 42px;
}

.navPrinc ul li {
  display: inline;
  float:left;
  border: 0;
  clear:both;
  position:relative;
}

.navPrinc ul a {
  display: inline;
  float:left;
  width: 173px;
  color: #fff;
  font-weight:bold;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  border-bottom: 0;
}

#mainNav li ul .subNavProdotti{
    display: inline;
    float: left;
    width: 173px;
    height: auto;
    padding: 0 10px 0 18px;
    background: none;
}

#mainNav li ul .subNavProdotti li{
    display: inline;
    float: left;    
     background: url(../images/icoFreccinaMenu.gif) left 7px no-repeat;  
     padding-left: 10px;
     width: 163px;
}

#mainNav li ul .subNavProdotti a{
    display: inline;
    float: left;
    width: 160px !important;
    font-weight: normal !important; 
    height: auto;
    padding: 3px 0px 3px 0px;
    margin: 0;
    color: #fff;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px !important;
    text-align: left;
    text-decoration: none;
}

#mainNav li ul .subNavProdotti a:hover{
	color: #000;
}
/*###################################### END MAIN MENU ######################################*/









/*###################################### LEFT NAV ######################################*/

#rightNav{
	display: inline;
	float: left;
	width: 240px;
}

#rightNav ul {
	display: inline;
	float: left;
	list-style: none;
	margin-top: 10px;
}

#rightNav li {
	display: inline;
	float: left;
	margin: 5px 0;
}

#rightNav li a {
	display: inline;
	float: left;
	width: 230px;
	padding-left: 10px;
	text-decoration: underline;
	background: url(../images/icoFreccina.gif) 0 0 no-repeat;
	color: #c73f18;
	font-weight:bold;
}

#rightNav li a:hover, #rightNav li a.selRightNav{
	background: url(../images/icoFreccina.gif) 0 -88px no-repeat;
	color: #62848d;
	text-decoration: none;
}

/*###################################### END LEFT NAV ######################################*/









/*###################################### START HOME DEMO CONTENT ######################################*/

.boxLeftDemo{
	display:inline;
	float:left;
	width: 460px;
	padding: 20px 0 20px 20px;
	text-align: left;
	background:url(../images/bgBoxLeftDemo.jpg) right 20px no-repeat;
}

.boxLeftDemo p{
	color: #62848d;
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 30px;
}

.boxLeftDemo p strong{
	color: #c73f18;
	font-weight: normal;
}

.boxCountdown{
	display:inline;
	float:left;
	width: 200px;
	height: 191px;
	background:url(../images/bgBoxCountdown.gif) left top no-repeat;
}

.boxCountdown span.textCountdown{
	display:inline;
	float:left;
	width: 175px;
	height: 30px;
	padding: 35px 0 0 25px;
	color: #FFF;
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
}

.boxCountdown span.numCountdown{
	display:inline;
	float:left;
	width: 200px;
	height: 125px;
	padding: 0 0 0 0;
	color: #62848d;
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-align: center;
}

.boxCountdown span.numCountdown strong{
	font-size: 70px;
}

.txtAddress{
	display:inline;
	float:left;
	width: auto;
	padding: 50px 0 0 0;
	color: #62848d;
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
}

.boxRightDemo{
	display:inline;
	float:right;
	width: 460px;
	padding: 20px 20px 20px 0;
	text-align: right;
	background:url(../images/bgBoxRightDemo.jpg) left 20px no-repeat;
}

.boxRightDemo p{
	color: #62848d;
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
}

.boxRightDemo p strong{
	color: #c73f18;
	font-weight: normal;
}

/*###################################### END HOME DEMO CONTENT ######################################*/









/*###################################### START CONTENT ######################################*/

#contentInside{
	display: inline;
	float:left;
	width: 660px;
	margin: 20px;
}

#contentInside h2{
	color: #c73f18;
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
}

#contentInside h1{
    color: #c73f18;
    font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: normal;
}


#contentInside p{
	padding: 15px 0;
	line-height: 18px;
}

#contentInside p img{
 padding:5px;
}

#contentInside ul{
    display:inline;
    float:left;
    list-style: none;
}

#contentInside ul li{
    display:inline;
    float:left;
    padding: 8px 0 8px 20px;
    background: url(../images/icoItemList.gif) left center no-repeat;
    color: #62848d;
}

#contentInside p strong{
	font-weight:bold;
	color: #62848d;
}

#contentInside p img.imgLeft{
	display:inline;
	float: left;
	margin: 0 15px 15px 0;
	border: 1px solid #dee5e7;
	padding: 4px;
	background: #FFF;
}

#contentInside p img.imgRight{
	display:inline;
	float: right;
	margin: 0 0 15px 15px;
	border: 1px solid #dee5e7;
	padding: 4px;
	background: #FFF;
}

#contentInside .imgContentLeft{
	display:inline;
	float: left;
	width: 320px;
	margin-right: 15px;
}

#contentInside .imgContentLeft img.imgProdBig{
	display:inline;
	float: left;
	margin: 15px 0 10px 0;
	border: 1px solid #dee5e7;
	padding: 4px;
	background: #FFF;
}

#contentInside .imgContentLeft h3{
	padding: 8px 0;
	font-size: 12px;
	font-weight:bold;
	color: #62848d;
}

#contentInside .imgContentLeft img.imgProdSmall{
	display:inline;
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #dee5e7;
	padding: 4px;
	background: #FFF;
}

#contentInside .imgContentLeft a:hover img.imgProdSmall{
	border: 1px solid #62848d;
}

#contentInside .imgContentLeft .boxColori{
	display:inline;
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #dee5e7;
}

#contentInside .imgContentLeft .boxColori img.imgColori{
	display:inline;
	float: left;
	padding: 4px;
	background: #FFF;
}

#contentInside .imgContentLeft .boxColori p{
	display:inline;
	float: left;
	width: 98px;
	height: 16px;
	padding: 4px 0;
	background: url(../images/bgTxtBoxColori.gif) left top repeat-x;
	text-align: center;
}

#contentInside .txtContentRight{
	display:inline;
	float: left;
	width: 325px;
}

#contentInside .txtContentRight ul{
	display:inline;
	float:left;
	list-style: none;
}

#contentInside .txtContentRight ul li{
	display:inline;
	float:left;
	width: 305px;
	padding: 8px 0 8px 20px;
	background: url(../images/icoItemList.gif) left 9px no-repeat;
	color: #62848d;
}

#contentInside .txtContentRight .boxAcquisto{
	display:inline;
	float: left;
	width: 323px;
	margin: 20px 0;
	border: 1px solid #dfe6e8;
	background: #f4f6f7;
}

#contentInside .txtContentRight .boxAcquisto h4{
	padding: 10px;
	color: #62848d;
	font-size: 12px;
	font-weight: bold;
}

#contentInside .txtContentRight .boxAcquisto ol{
	display:inline;
	float:left;
	list-style: none;
	margin-bottom: 10px;
}

#contentInside .txtContentRight .boxAcquisto ol li{
	display: inline;
	float: left;
	padding: 5px 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}

#contentInside .txtContentRight .boxAcquisto ol li p{
	padding: 0;
}

#contentInside .txtContentRight .boxAcquisto ol li p a{
	text-decoration: underline;
	color: #c73f18;
	font-weight:bold;
}

#contentInside .txtContentRight .boxAcquisto ol li p a:hover{
	text-decoration: none;
	color: #62848d;
}

#contentInside .txtContentRight .boxAcquisto ol li span{
	display: inline;
	float:left;
	width: 30px;
	color: #c73f18;
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 32px;
}

#contentInside .txtContentRight a.linkPrint{
	display:inline;
	float:left;
	margin-bottom: 15px;
	padding: 3px 0 3px 20px;
	text-decoration: underline;
	background: url(../images/icoPrint.gif) 0 0 no-repeat;
	color: #c73f18;
	font-weight:bold;
}

#contentInside .txtContentRight a.linkBack{
	display:inline;
	float:left;
	margin-bottom: 15px;
	padding: 3px 0 3px 20px;
	text-decoration: underline;
	background: url(../images/icoBack.gif) 0 0 no-repeat;
	color: #c73f18;
	font-weight:bold;
}

#contentInside .txtContentRight a.linkPdf{
	display:inline;
	float:left;
	margin-bottom: 15px;
	padding: 3px 0 3px 20px;
	text-decoration: underline;
	background: url(../images/icoPdf.gif) 0 0 no-repeat;
	color: #c73f18;
	font-weight:bold;
}

#contentInside .txtContentRight a:hover{
	color: #62848d;
	text-decoration: none;
}

#contentInside .txtContentRight h2{
       font-size:12px;
       line-height : 18px;
       font-weight: bold;
       color: #62848D;
}

.boxDivisioniHome{
	display:inline;
	float: left;
	width: 318px;
	background: #f4f6f7;
	border: 1px solid #dee5e7;
}

.boxDivisioniHome h2{
	display:inline;
	float: left;
	width: 318px;
	height: 61px;
}

.boxDivisioniHome h2 a{
	display:inline;
	float: left;
	width: 273px;
	height: 50px;
	padding: 11px 30px 0 15px;
	color: #FFF;
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
}

.boxDivisioniHome h2 a span{
	font-size: 14px;
}

.boxDivisioniHome .titDivisioneViolet{
	background:url(../images/bgTitDivisioneViolet.gif) 0 0 no-repeat;
    color: #FFF;
    text-decoration: none;
}

/*.boxDivisioniHome .titDivisioneViolet a:hover{
	background:url(../images/bgTitDivisioneViolet.gif) 0 -61px no-repeat;
} */

.boxDivisioniHome .titDivisioneOrange{
	background:url(../images/bgTitDivisioneOrange.gif) 0 0 no-repeat;
    color: #FFF;
    text-decoration: none;
}

/*.boxDivisioniHome h2.titDivisioneOrange a:hover{
	background:url(../images/bgTitDivisioneOrange.gif) 0 -61px no-repeat;
}  */

.boxItemDivisioniHome{
	display:inline;
	float: left;
	width: 318px;
	height: 230px;
	border-top: 1px solid #dee5e7;
	position:relative;
}

.boxItemDivisioniHome img{
	display:inline;
	float: right;
}

.boxItemDivisioniHome h3{
	padding: 15px 5px 0 15px;
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #60828b;
}

.boxItemDivisioniHome p{
	padding: 8px 15px !important;
	line-height: 18px;
}

.boxItemDivisioniHome a.linkInfoDivisioni{
	display:inline;
	float:left;
	position: absolute;
	left: 15px;
	bottom: 15px;
	padding-left: 10px;
	text-decoration: underline;
	background: url(../images/icoFreccinaBg.gif) 0 0 no-repeat;
	color: #c73f18;
	font-weight:bold;
}

.boxItemDivisioniHome a.linkInfoDivisioni:hover{
	background: url(../images/icoFreccinaBg.gif) 0 -88px no-repeat;
	color: #62848d;
	text-decoration: none;
}

.menuDivisioniHome{
	display:inline;
	float: left;
	width: 238px;
	border: 1px solid #dee5e7;
}

.menuDivisioniHome h2{
	display:inline;
	float: left;
	width: 238px;
	height: 61px;
	border-bottom: 1px solid #dee5e7;
}

.menuDivisioniHome h2 a{
	display:inline;
	float: left;
	width: 193px;
	height: 50px;
	padding: 11px 30px 0 15px;
	color: #FFF;
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
}

.menuDivisioniHome h2 a span{
	font-size: 14px;
}

.menuDivisioniHome h2.titDivisioneBlue a{
	background:url(../images/bgTitDivisioneViolet.gif) right 0 no-repeat;
}

.menuDivisioniHome h2.titDivisioneBlue a:hover{
	background:url(../images/bgTitDivisioneViolet.gif) right -61px no-repeat;
}

#LastArticlesFromBlog{
	display:inlien;
	float:left;
	position: relative;
	width:628px;
	margin-top:20px;
	border:1px solid #dfe4e7;
	background:#f5f6f8;
	padding:15px;
}

#LastArticlesFromBlog h3{
	float: left;
	display: inline;
	color: #62848d;
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 20px;  
	margin-bottom: 10px;
}

#LastArticlesFromBlog a{
	font-weight:bold;
	text-decoration:none;
	color: #62848d;
}

#LastArticlesFromBlog a span{
	color:#ca3e1a;     
}

#LastArticlesFromBlog a p{
	color:#000000;     
	font-weight: normal;
	margin:0;
	padding:5px 0 0 0;
}

#LastArticlesFromBlog a.linkBlog{
	display:inline;
	float:left;
	margin-bottom: 10px;
	padding-left: 10px;
	text-decoration: underline;
	background: url(<?=$base?>/images/icoFreccina.gif) 0 0 no-repeat;
	color: #c73f18;
	font-weight:bold;
	cursor: pointer;
}

#LastArticlesFromBlog a.linkBlog:hover{
	color: #62848d; 
	text-decoration:none;   
}

#articlesVisible{
	height:360px;
	position:relative;
	float:left;
	width:628px;
	overflow:hidden;
}

.boxProdItem{
	display:inline;
	float: left;
	position: relative;
	width: 219px;
	height: 325px;
	border-right: 1px solid #dee5e7;
	border-bottom: 1px solid #dee5e7;
	padding-bottom: 15px;
}

.boxProdItem img{
	display:inline;
	float: left;
	margin: 0 15px;
}

.boxProdItem h3{
	padding: 15px 15px 0 15px;
	font-size: 14px;
	font-weight: bold;
	color: #c73f18;
} 

#contentInside .boxProdItem h2{
    padding: 15px 15px 0 15px;
    font-size: 14px;
    font-weight: bold;
    color: #c73f18;
}


.boxProdItem p{
	padding: 10px 15px !important;
	line-height: 18px;
}

.boxProdItem a.linkInfo{
	display:inline;
	float:left;
	position: absolute; 
	left: 15px;
	bottom: 15px;
	padding-left: 10px;
    margin-top:5px;
	text-decoration: underline;
	background: url(../images/icoFreccina.gif) 0 0 no-repeat;
	color: #c73f18;
	font-weight:bold;
}

.boxProdItem a.linkInfo:hover{
	background: url(../images/icoFreccina.gif) 0 -88px no-repeat;
	color: #62848d;
	text-decoration: none;
}

.boxStampaItem{
	display:inline;
	float: left;
	position: relative;
	width: 329px;
	height: 170px;
	border-right: 1px solid #dee5e7;
	border-bottom: 1px solid #dee5e7;
}

.boxStampaItem img{
	display:inline;
	float: left;
	margin: 20px 10px 20px 20px;
}

.boxStampaItem h3{
	padding: 18px 15px 0 10px;
	font-size: 12px;
	font-weight: bold;
	color: #60818a;
}

.boxStampaItem h4{
	padding: 12px 15px 0 10px;
	font-size: 14px;
	font-weight: bold;
	color: #c73f18;
}

.boxStampaItem p{
	padding: 10px 15px 0 10px!important;
	line-height: 18px;
}

.boxStampaItem a.linkStampa{
	display:inline;
	float:left;
	position: absolute;
	left: 130px;
	bottom: 20px;
	padding-left: 10px;
	text-decoration: underline;
	background: url(../images/icoFreccina.gif) 0 0 no-repeat;
	color: #c73f18;
	font-weight:bold;
}

.boxStampaItem a.linkStampa:hover{
	background: url(../images/icoFreccina.gif) 0 -88px no-repeat;
	color: #62848d;
	text-decoration: none;
}

#pagBottom{
	display:inline;
	float:left;
	width: 660px;
	height: auto;
	margin-top: 20px;
}

#pagBottom a{
	text-decoration: underline;
	color: #c73f18;
	font-weight:bold;
}

#pagBottom a:hover{
	color: #62848d;
	text-decoration: none;
}

#rightContent{
	display: inline;
	float:left;
	width: 240px;
	margin: 20px 20px 0 0;
}

.boxBannRight{
	display:inline;
	float: left;
	width: 240px;
	margin-bottom: 26px;
}

.boxBannRight img{
	display:inline;
	float: right;
	margin: 10px 0;
}

#map {
	display: inline;
	float:right;
	width:238px;
	height:250px;
	margin: 10px 0;
	border: 1px solid #e5e5e5;
	overflow: hidden;
}

.boxBannRight h3{
	color: #62848d;
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 20px;
}

.boxBannRight p{
	padding: 10px 0 !important;
	line-height: 18px;
}

.boxBannRight p strong{
	color: #62848d;
}

.boxBannRight a{
	text-decoration: underline;
	color: #c73f18;
	font-weight:bold;
}

.boxBannRight a:hover{
	color: #62848d;
	text-decoration: none;
}

.boxBannRight a.linkInfoRight{
	display:inline;
	float:left;
	margin-bottom: 10px;
	padding-left: 10px;
	text-decoration: underline;
	background: url(../images/icoFreccina.gif) 0 0 no-repeat;
	color: #c73f18;
	font-weight:bold;
    cursor: pointer;
}

.boxBannRight a.linkInfoRight:hover{
	background: url(../images/icoFreccina.gif) 0 -88px no-repeat;
	color: #62848d;
	text-decoration: none;
}


/* utilizzati nella pagina contatti */

.boxInput {
    float:left;  
    display:inline;    
    width: 230px;
    height: 24px;
	margin: 0 10px 0 0;
    background: url(../images/bgInputText.gif) left top no-repeat;
}

span.select {
    display:inline;
    float:left;
    position: absolute;
    width: 200px;
    height: 19px;
    padding: 2px 25px 2px 5px;
    color: #555;
	font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    background: url(../images/bgSelect.gif) left top no-repeat;
    overflow: hidden;
}

select {
    color: #333333;
	font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    height: 21px;
} 

.boxInput input.textInput {
    display:inline;
    float:left;
    width: 220px;
    height: 16px;
    margin: 4px 5px 4px 5px;
	background: transparent;
    color: #000;
	font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
}

label{
    display:inline;
    float:left;
	width: 80px;
}

.checkbox, .radio {
    display: inline;
    float: left;
    width: 19px;
    height: 25px;
	margin-right: 10px;
    background: url(../images/checkbox.gif) no-repeat;
}

textarea {
    display:inline;
    float:left;
    width: 650px;
    height: 50px;
    margin: 10px 0;
	border: 1px solid #dee5e7;
	padding: 3px;
    color: #000;
	font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
}

input.btnSubmit{
	display:inline;
	float:left;
	width: 152px;
	height: 34px;
	margin: 20px 10px 10px 0;
	background: url(../images/bgBtnCerca.gif) left top no-repeat;
	color: #FFF;
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align:center;
	cursor: pointer;
}

.navigationArrow{
    float: left;
    display: inline;
    color: #000;
    margin-left: 5px;
    margin-right: 5px;
    text-decoration: none;  
    font-size: 11px;  
}

.navigationLink{
    float: left;
    display: inline;
    color: #c73f18;
    text-decoration: underline; 
    font-size: 11px;
	font-weight:bold;
}

.navigationLinkCurrent{
    float: left;
    display: inline;
    color: #62848d;
    text-decoration: none;
    font-size: 11px;
	font-weight:bold;
}

.navigationLink:hover{
    color: #62848d; 
    text-decoration: none;
}

/*###################################### END CONTENT ######################################*/

#linkRapidi{
    float: left;
    display: inline;
    width: 660px;
    margin-top: 20px;
}

#linkRapidibox1{
    display:inline;
    float: left;
    width: 304px;
    margin-right: 20px;
	padding-left:16px;
}

#linkRapidibox2{
    display:inline;
    float: left;
    width: 304px;
	padding-left:16px;
}

#linkRapidi h3{
    float: left;
    display: inline;
    color: #62848d;
    font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 20px;
    margin: 0 0 10px 16px;
}

#linkRapidi a{
    float: left;
    display: inline;
    margin-bottom: 10px;
    padding-left: 10px;
    text-decoration: underline;
    background: url(../images/icoFreccina.gif) 0 0 no-repeat;
    color: #c73f18;
    font-weight:bold;
    cursor: pointer;    
}

