﻿@charset "utf-8";
/* CSS Document */

a:hover{
	color:#f28e00
}

.aRead
{
	font-weight:bold;
	color:#f28e00
}

.aRead:hover
{
	font-weight:bold;
	color:#f28e00
}

.titleColor
{
	color:#f28e00
}

.primaryLink{
	background-color:#f28e00;
	color:#FFFFFF;
	padding-left:2px;
	padding-right:2px;

}

.primaryLink:hover{
	background-color:#f28e00;
	color:#FFFFFF;

}

.logo{
	width:204px;
	height:53px;
	margin-top:2px;
	background: url(../img/logo.png) no-repeat;
	cursor:pointer
}


.containerBg{
	background-image:url(../img/containerBg.jpg);
	background-position:0px 96%;
	background-repeat:no-repeat
}

.comeBackHome{
	background-image:url(../img/comeBackHome.jpg);
	background-repeat:no-repeat
}

.buttonOn:hover{
	background-image:url(../img/buttonOn.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	color:#f28e00
}


.contestualeSottoMenu a:hover{
	color:#f28e00;
	width:85%;
	margin:auto;
	padding-left:19px;
}

.contestualeSottoMenu ul li a:hover{
	color:#f28e00
}

.sottomenu ol li a:hover{
	color:#f28e00;
	margin-left:5px;
	margin-right:5px;
	width:auto;
	padding-left:19px;
	
}

.sottomenu ul li{
	background-image:url(../img/arrowOrange.gif);
	background-repeat:no-repeat;
	background-position:25px 7px
	
}

.sottomenu ul li a{
	border-bottom:1px solid #292620;
	font-size:10px;
	
	
}

.sottomenu ul li a:hover{
	color:#f28e00;
	margin-left:5px;
	margin-right:5px;
	width:auto;
	padding-left:28px;
}

.path a
{
	color:#f28e00;
	border-bottom:1px dotted #f28e00;
	margin-left:4px
}

.read:hover{
	color:#f28e00
}

.continua:hover{
	color:#f28e00
}

.iconProduct{
	left:0px;
	bottom:2px !important;
	bottom:0px;
	width:41px;
	height: 21px;
	position:absolute;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true sizingMethod=crop src='templates/basisit/img/iconProduct.png');
}

.iconProduct[class]{
	background: url(../img/iconProduct.png) no-repeat;
}


.iconNetworking{
	right:-4px;
	bottom:-22px;
	width:68px;
	height: 77px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true sizingMethod=crop src='templates/basisit/img/iconNetworking.png');
}

.iconNetworking[class]{
	background: url('../img/iconNetworking.png') no-repeat;
}

.iconInfrastruttura{
	right:1px;
	bottom:-22px;
	width:71px;
	height: 81px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true sizingMethod=crop src='templates/basisit/img/iconInfrastruttura.png');
}

.iconInfrastruttura[class]{
	background: url('../img/iconInfrastruttura.png') no-repeat;
}

.iconApplicativi{
	right:1px;
	bottom:-22px;
	width:74px;
	height: 76px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true sizingMethod=crop src='templates/basisit/img/iconApplicativi.png');
}

.iconApplicativi[class]{
	background: url('../img/iconApplicativi.png') no-repeat;
}

.iconMultimedia{
	right:1px;
	bottom:-22px;
	width:84px;
	height: 92px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true sizingMethod=crop src='templates/basisit/img/iconMultimedia.png');
}

.iconMultimedia[class]{
	background: url('../img/iconMultimedia.png') no-repeat;
}

.footerLink{
	border-top:12px solid #5f6153;
	border-bottom:4px solid #f28e00;
	background-image:url(../img/bgFooterLink.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

.voiceMenuFooter a:hover{
	color:#f28e00
}



