
<!--
body {
	background-image: url(../_images/layout/body_bg.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;
}
html {
}
div, span, td {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
}
a:link, a:visited {
	color:#666666;
	text-decoration:underline;
}
a:hover {
	color:#333333;
	text-decoration:underline;
}
H1 {
	font-family:Tahoma;
	color:#9EC630;
	font-size:150%;
	font-weight:normal;
}
H2 {
	font-family:Tahoma;
	color:#0077B2;
	font-size:100%;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:15px;
}
hr {
	border-top:3px solid #f5f5f5;
	border-left:0px;
	border-right:0px;
	border-bottom:0px;
	height:3px;
	background-color:transparent;
}
sup {
	font-size:90%;
}
#Container {
	position:absolute;
	left:50%;
	width:819px;
	height:auto;
	margin-left:-410px;
}
/*------ Barra navigazione superiore ------*/
#topLink {
	height:27px;
	width:819px;
	text-align:right;
}
#topLink a {
	color:#0077B2;
	text-decoration:none;
}
#topLink ul {
	position:absolute;
	right:5px;
	top:3px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	width:110px;
	text-align:left;
}
#topLink ul li {
	display:inline-block;
	width:40px;
	float:left;
	padding-left:15px;
	line-height:20px;
}
#topLink ul li.home {
	background-image:url(../_images/layout/home.gif);
	background-position: 0px 7px;
	background-repeat:no-repeat;
	color:#0077B2;
}
#topLink ul li.contatti {
	background-image:url(../_images/layout/mail.gif);
	background-position: 0px 7px;
	background-repeat:no-repeat;
	color:#0077B2;
}
/*--- --- --- fine navigazione superiore --- --- ---*/
#Header {
	width:819px;
	height:156px;
	background-image:url(../_images/layout/header.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
/*---- ---- ---- ---- ---- layout 3 colonne ---- ---- ---- ---- ---- */
#innerContent {
	width:819px;
	height:auto;
	background-image:url(../_images/layout/InnerContent_bg.gif);
	background-repeat:repeat-y;
	margin-top:	20px;
	color:#666666;
	clear:both;
}
#leftCol {
	width:183px;
	float:left;
}
#CenterCol {
	width:420px;
	float:left;
}
/*--- --- --- area introduttiva --- --- ---*/
#intro {
	margin-left:10px;
	margin-right:10px;
	padding:0px;
	border-bottom:6px solid #F5F5F5;
}
#introSx {
	float:left;
	width:142px;
	padding:0px;
	vertical-align:bottom;
}
#introDx {
	float:left;
	width:250px;
	margin-left:8px;
}
#introDx strong {
	color:#0077B2;
}
/*--- --- --- Contenuto colonna centrale --- --- ---*/
#CenterColContent {
	margin-left:10px;
	margin-right:10px;
	padding:0px;
}
#CenterColContent UL {
	margin-left: 0px;
	margin-right:0px;
	margin-top:20px;
	padding: 0;
	list-style-type: none;
}
#CenterColContent UL LI {
	margin-left:6px;
	margin-right:6px;
	margin-bottom:10px;
	background-image:url(../_images/layout/Vbull.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
	padding-left:15px;
	color:#333333;
}
.CenterColContentFloat {
	display:block;
	width:40%;
	margin:5%;
	float:left;
}
/*---- ---- ---- ---- ---- Fine layout 3 colonne ---- ---- ---- ---- ---- */

/*---- ---- ---- ---- ---- layout 2 colonne ---- ---- ---- ---- ---- */
#Content {
	width:819px;
	height:auto;
	background-image:url(../_images/layout/content_bg.gif);
	background-repeat:repeat-y;
	margin-top:	20px;
	color:#666666;
	clear:both;
}
/*Colonna Sinistra --- --- ---*/
#ContentSx {
	width:606px;
	float:left;
}
/*Colonna destra --- --- ---*/
#ContentDx {
	width:213px;
	float:left;
}
#intro2 {
	margin-left:10px;
	margin-right:10px;
	padding:0px;
	border-bottom:6px solid #F5F5F5;
}
#intro2Sx {
	float:left;
	width:250px;
	padding:0px;
	vertical-align:bottom;
}
#intro2Dx {
	float:left;
	width:320px;
	margin-left:9px;
}
#intro2Dx strong {
	color:#0077B2;
}
/*Fine Colonna destra --- --- ---*/
/*---- ---- ---- ---- ---- Fine layout 2 colonne ---- ---- ---- ---- ---- */

.ClearFloat {
	display:block;
	clear:both;
	font-size:1px;
	height:1px;
	line-height:1px;
}
#footer {
	width:819px;
	border-top:4px solid #F5F5F5;
	text-align:center;
	color:#999999;
	font-size:80%;
	margin-top:20px;
	padding-top:15px;
	line-height:15px;
}
/*--- --- --- link moreInfo --- --- ---*/
a.moreInfo:link, a.moreInfo:visited {
	display:block;
	line-height:30px;
	margin-top:10px;
	margin-bottom:10px;
	background-color:#F5F5F5;
	border:1px solid #F2F2F2;
	background-image:url(../_images/layout/link_off.png);
	background-repeat:no-repeat;
	background-position:98% 50%;
	padding-right:30px;
	text-align:right;
	font-weight:bold;
	text-decoration:none;
	color:#0077B2;
}
a.moreInfo:hover {
	display:block;
	line-height:30px;
	margin-top:10px;
	margin-bottom:10px;
	background-color:#E6E6E6;
	border:1px solid #F2F2F2;
	background-image:url(../_images/layout/link_on.png);
	background-repeat:no-repeat;
	background-position:98% 50%;
	padding-right:30px;
	text-align:right;
	font-weight:bold;
	text-decoration:none;
	color:#0077B2;
}
#ContentDx a.moreInfo:link, #ContentDx a.moreInfo:visited {
	margin-top:3px;
	background-color:#EFEFEF;
	background-position:96% 50%;
}
#ContentDx a.moreInfo:hover {
	margin-top:3px;
	background-color:#E6E6E6;
	background-position:96% 50%;
}
/*--- --- --- fine link moreInfo --- --- ---*/
/* ---  ----  Menu Dx --- --- ---*/
#MenuDx {
	background-image:url(../_images/layout/ombraMenu.png);
	background-repeat:no-repeat;
	background-position:0% 100%;
	width:186px;
	margin-left:15px;
	padding-bottom:28px;
	padding-top:5px;
	background-color:#F8F8F8;
}
#MenuDx UL {
	margin: 6px;
	padding: 0;
	list-style-type: none;
	border-left:2px solid #9EC630;
}
#MenuDx UL LI {
	margin-left:6px;
	margin-right:6px;
}
#MenuDx UL LI a:link, #MenuDx UL LI a:visited {
	display:block;
	line-height:30px;
	margin-top:3px;
	background-color:#EFEFEF;
	background-image:url(../_images/layout/link_off.png);
	background-repeat:no-repeat;
	background-position:96% 50%;
	padding-right:30px;
	text-align:right;
	font-weight:bold;
	text-decoration:none;
	color:#0077B2;
}
#MenuDx UL LI a:hover{
display:block;
 line-height:30px;
 margin-top:3px;
 background-color:#E6E6E6;
 background-image:url(../_images/layout/link_on.png);
 background-repeat:no-repeat;
 background-position:96% 50%;
 padding-right:30px;
 text-align:right;
 font-weight:bold;
 text-decoration:none;
 color:#0077B2;
}
/* --- --- ---Fie Menu Dx --- --- ---*/
/* --- --- ---Menu SX --- --- ---*/
#MenuSx {
	width:150px;
	background-color:transparent;
	position: relative;
	margin-left:21px;
	margin-top:5px;
	padding-bottom:20px;
	padding-top:20px;
}
/* --- --- ---Fine Menu Sx --- --- ---*/
/*-- lavora con noi ---*/
#lavoraConNoi {
	width:186px;
	height:130px;
	background-color:#F8F8F8;
	position: relative;
	margin-left:15px;
	margin-top:5px;
	padding-bottom:10px;
	background-image:url(../_images/layout/ombraLavora.png);
	background-repeat:no-repeat;
	background-position:0% 100%;
}
.verde {
	font-family:Tahoma;
	color:#9EC630;
	font-size:120%;
	font-weight:normal;
	line-height:20px;
}
.azzurro {
	font-family:Tahoma;
	color:#0077B2;
	font-size:120%;
	font-weight:normal;
	line-height:30px;
}
/*-----Immagini sovrapposte-----*/


#lavoraConNoi .buste {
	position: absolute;
	top: 8px;
	left: 10px;
	z-index: 1;
}
#lavoraConNoi .lcn_txt {
	position: absolute;
	text-align:right;
	left: 10px;
	right:10px;
	top:10px;
	z-index:0;
}

#faq .faqImg {
	position: absolute;
	top: 2px;
	left: 10px;
	z-index: 1;
}
#faq .lcn_txt {
	position: absolute;
	text-align:right;
	left: 10px;
	right:10px;
	top:10px;
	z-index:0;
}
/*-- fine lavora con noi --*/

/*--- --- banner Dx --- ---*/
.bannerDx {
	width:170px;
	display:block;
	padding-top:8px;
	padding-left:8px;
	padding-right:8px;
	margin-left:15px;
	background-color:#F8F8F8;
	border:1px solid #F2F2F2;
	text-align:center;
	margin-top:15px;
}
/*--- --- fine banner Sx --- ---*/

/*--- --- --- log me in --- --- ---*/
#logMeInBox {
	background-image:url(../_images/layout/loMeIn_bg.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	margin-left:15px;
	margin-top:10px;
	width:186px;
	height:161px;
}
#logMeInTitle {
	margin-left:11px;
	margin-right:11px;
	padding-top:11px;
	padding-bottom:8px;
	border-bottom:1px solid #386DAC;
	font-size:110%;
	color:#FFFFFF;
	background-color:transparent;
}
#logMeInBody {
	margin-left:11px;
	margin-right:11px;
	margin-top:0px;
	margin-bottom:0px;
	border-bottom:1px solid #02326C;
	border-top:1px solid #8DB3D8;
	padding-top:10px;
	color:#FFFFFF;
	background-color:transparent;
}
#logMeInTxt {
	color:#FFFFFF;
	background-color:transparent;
}
#logMeInBody form {
	margin:0px;
	text-align:right;
}
.inputCode {
	background-color:transparent;
	background-image:url(../_images/layout/input.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	height:20px;
	width:165px;
	border:none;
	text-align:center;
	margin-top:10px;
}
.inputSubmit {
	background-color:transparent;
	background-image:url(../_images/layout/connetti.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	width:75px;
	border:none;
	color:#FFFFFF;
	font-size:95%;
	padding-top:3px;
	padding-bottom:6px;
	padding-left:6px;
	text-align:left;
	margin-top:5px;
	margin-bottom:5px;
	cursor:pointer;
}
#logMeInInfo {
	margin-left:11px;
	margin-right:11px;
	border-top:1px solid #386DAC;
}
#logMeInInfo a.moreInfo:link, #logMeInInfo a.moreInfo:visited {
	margin-top:0px;
	background-color:transparent;
	background-position:96% 50%;
	border:none;
	color:#FFFFFF;
}
#logMeInInfo a.moreInfo:hover {
	margin-top:0px;
	background-color:transparent;
	background-position:96% 50%;
	border:none;
	color:#FFFFFF;
	text-decoration:underline;
}
/*--- --- --- log me in SX--- --- ---*/
#leftCol #logMeInBox2 {
	background-image:url(../_images/layout/activeLogMeIn_bg.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	margin-left:15px;
	margin-top:10px;
	width:156px;
	height:120px;
}
#leftCol #logMeInBodiContent {
	position:relative;
	height:75px;
	border-bottom:1px solid #02326C;
	margin-left:11px;
	margin-right:11px;
}
#logMeInBodiContent .buste {
	position: absolute;
	top: 15px;
	left: 3px;
	z-index:1;
}
#logMeInBodiContent .lcn_txt {
	position: absolute;
	left: 10px;
	right:10px;
	top:15px;
	font-family:Tahoma;
	color:#FFFFFF;
	font-size:120%;
	font-weight:normal;
	line-height:20px;
	padding-left:65px;
	padding-top:6px;
	z-index:0;
	background-color:transparent;
}
/*--- --- --- Fine log me in SX--- --- ---*/

/*--- --- --- log me in Body--- --- ---*/
#CenterColContent #logMeInBox {
	background-image:url(../_images/layout/loMeIn_innerbg.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	margin-left:15px;
	margin-top:10px;
	width:366px;
	height:160px;
}
#CenterColContent #logMeInTxt {
	margin-top:13px;
	width:160px;
	float:left;
	color:#FFFFFF;
	background-color:transparent;
}
#CenterColContent #logMeInBody form {
	float:left;
	text-align:right;
	width:180px;
	padding:0px;
	margin:0px;
}
#CenterColContent .inputCode {
	width:160px;
	background-color:transparent;
	background-image:url(../_images/layout/input2.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
/*--- --- --- fine log me in --- --- ---*/
/*--- ---- ---- --- ---- ---- --- ---- ---- --- ---- ---- --- ---- ---- home Lato Destro --- --- --- */
#FlashNews {
}
#HomeCenter {
	width:580px;
	background-image:url(../_images/layout/homeCenter_bg.gif);
	background-repeat:repeat-y;
	margin-top:20px;
	margin-bottom:20px;
}
#CenterLeft {
	float:left;
	width:280px;
	margin-left:10px;
}
#MenuSx ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width:140px;
	text-align:left;
} 
#CenterLeft ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width:140px;
	text-align:left;
	float:left;
}
#MenuSx ul li, #CenterLeft ul li {
	margin-bottom: 10px;
	color:#0077B2;
}
#MenuSx ul li a:link, #CenterLeft ul li a:link {
	display:block;
	background-image:url(../_images/layout/bull.gif);
	background-position: 0px 2px;
	background-repeat:no-repeat;
	padding-left: 15px;
	color:#0077B2;
	text-decoration:none;
}
#MenuSx ul li a:hover, #CenterLeft ul li a:hover {
	display:block;
	background-image:url(../_images/layout/bull_on.gif);
	background-position: 0px 2px;
	background-repeat:no-repeat;
	padding-left: 15px;
	color:#0077B2;
	text-decoration:underline;
}
#MenuSx ul li a:visited, #CenterLeft ul li a:visited {
	display:block;
	background-image:url(../_images/layout/bull.gif);
	background-position: 0px 2px;
	background-repeat:no-repeat;
	padding-left: 15px;
	color:#9EC630;
	text-decoration:none;
}
#CenterLeft strong {
	color:#0077B2;
}
#CenterRight {
	float:left;
	width:270px;
	margin-left:20px;
}
/*--- --- --- Certificazioni --- --- ---*/
#Certificazioni {
	width:580px;
	border-top:6px solid #F5F5F5;
	padding-top:10px;
}
#Certificazioni h1 {
	padding-left:10px;
}
#Certificazioni img{margin-top:0px; margin-left:15px; margin-right:5px; margin-bottom:5px; float:left;}
/*--- --- --- Case Study --- --- ---*/
#CaseStudy {
	width:580px;
	border-top:6px solid #F5F5F5;
	padding-top:10px;
}
#CaseStudy h1 {
	padding-left:10px;
}
#caseSx {
	float:left;
	width:283px;
	margin-left:5px;
	padding-top:5px;
	background-color:#F5F5F5;
	border:1px solid #F1F1F1;
	color:#0077B2;
}
#caseSxImg {
	margin-top:5px;
	margin-left:5px;
	float:left;
	width:auto;
}
#caseSxTxt {
	margin-left:5px;
	margin-top:7px;
	float:left;
	width:88px;
}
#caseSxTxt a.moreInfo:link, #caseSxTxt a.moreInfo:visited {
	margin-top:60px;
	background-color:#EFEFEF;
	background-position:90% 50%;
}
#caseSxTxt a.moreInfo:hover {
	margin-top:60px;
	background-color:#E6E6E6;
	background-position:90% 50%;
}
#caseDx {
	float:left;
	width:280px;
	margin-left:10px;
}
#caseDx UL {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#caseDx ul li {
	background-color:#F5F5F5;
	border:1px solid #F1F1F1;
	height:24px;
	padding:3px;
	margin-bottom:2px;
}
/*--- --- --- fine Case Study --- --- ---*/
/*--- ---- ---- --- ---- ---- --- ---- ---- --- ---- ---- --- ---- ----  fine home Lato Destro --- --- --- */
/*--- --- --- Loghi Partner --- --- ---*/
.mapsSx{ display:block;
		width:156px;
		margin-left:15px;
		padding-bottom:15px;
		padding-top:20px;
		}
#LoghiSx {
	/*background-image:url(../_images/layout/ombraSx.png);
	background-repeat:no-repeat;
	background-position:0% 100%;*/
	width:156px;
	margin-left:15px;
	padding-bottom:25px;
	padding-top:10px;
	background-color:#F8F8F8;
	text-align:center;	background-image:url(../_images/ombraW3CRight.jpg);
	background-repeat:no-repeat;
	background-position:0% 100%;

}
/*--- --- --- Fine loghi Partner --- --- ---*/
/*--- --- --- Soluzioni VMWare --- --- ---*/
#veeam {
	width:570px;
	padding-left:10px;
}
#veeam div{ width:550px;}
/*--- --- --- Case Study --- --- ---*/
#vmware {
	width:570px;
	padding-left:10px;
}
#vmware h1 {
	padding-left:0px !important;
	font-family:Tahoma !important;
	color:#9EC630 !important;
	font-size:150% !important;
	font-weight:normal !important;
	background-image:none!important;
	border:none !important;

}
.clsSVSectionTagline, #vmware h2 {
	font-family:Tahoma !important;
	color:#0077B2 !important;
	font-size:100% !important;
	font-weight:bold !important;
	margin-bottom:5px !important;
	padding-top:30px !important;
	line-height:30px !important;
}
em{margin:0px;}

.clsSV_product_view{padding:10px!important;}
.vmware_rss_content table h3 {
 font-family:Tahoma;
 color:#9EC630;
 font-size:150%;
 font-weight:normal;
}
.vmware_rss_content table tr td h3 strong {
	font-weight:normal;
}
.vmware_rss_content h3, .vmware_rss_content h4 {
	font-family:Tahoma;
	color:#0077B2;
	font-size:100%;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:15px;
}
#vmware UL {
	margin-left: 0px;
	margin-right:0px;
	margin-top:20px;
	padding: 0;
	list-style-type: none;
}
#vmware UL LI {
	margin-left:16px;
	margin-right:6px;
	margin-bottom:10px;
	background-image:url(../_images/layout/Vbull.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
	padding-left:15px !Important;
	color:#333333;
}
/*--- --- --- fine soluzioni VMWare --- --- ---*/
-->
/* Interne Big */
.IntCenter {
	width:580px;
	background-image:url(../_images/layout/homeCenter_bg.gif);
	background-repeat:repeat-y;
	margin-top:20px;
	margin-bottom:20px;
	display:block; 
}
.IntCenterWhite {
	width:580px;
	margin-top:20px;
	margin-bottom:20px;
	margin-right:20px;
	margin-left:10px;
	display:block; 
}
.separatore{ display:block; background-color:#FFFFFF;border-top:6px solid #f5f5f5; height:1px; font-size:0%; margin-right:20px;}
.IntCenterLeft {
	float:left;
	width:270px;
	margin-left:10px;
	margin-right:10px;
	padding:0px;
	display:block;
}
.IntCenterWhite ul, .IntCenter UL {
	margin-left: 0px;
	margin-right:0px;
	margin-top:20px;
	padding: 0;
	list-style-type: none;
}

.IntCenterWhite ul li, .IntCenter UL LI {
	margin-left:6px;
	margin-right:6px;
	margin-bottom:10px;
	background-image:url(../_images/layout/Vbull.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
	padding-left:15px;
	color:#333333;
}
.IntCenterLeft ul li a:link {
	text-decoration:none;
}
.IntCenterLeft ul li a:hover {
	color:#339900;
	text-decoration:underline;
}
.IntCenterLeft ul li a:visited {
	color:#9EC630;
	text-decoration:none;
}
.IntCenterRight {
	float:left;
	width:270px;
	margin-left:20px;
	display:block;
}

#IntCenterWhite {
	width:580px;
	margin-top:20px;
	margin-bottom:20px;
	margin-right:20px;
}
#IntCenterLeft {
	float:left;
	width:270px;
	margin-left:10px;
	margin-right:10px;
	padding:0px;
}

#IntCenterRight {
	float:left;
	width:270px;
	margin-left:20px;
}
/*W3C*/
#w3c1 {
	/*width:156px;*/
	background-color:#F8F8F8;
	position: relative;
	margin-left:15px;
	margin-right:15px;
	margin-top:5px;
	padding-bottom:30px;
	padding-top:20px;
	background-image:url(../_images/ombraW3Cleft.jpg);
	background-repeat:no-repeat;
	background-position:0% 100%;
	text-align:center;
	clear:both;
}
#w3c2 {
	/*width:156px;*/
	background-color:#F8F8F8;
	position: relative;
	margin-left:15px;
	margin-right:15px;
	margin-top:5px;
	padding-bottom:30px;
	padding-top:20px;
	background-image:url(../_images/ombraW3CRight.jpg);
	background-repeat:no-repeat;
	background-position:0% 100%;
	text-align:center;
	clear:both;
}
#ContentDx #w3c1 {
	/*width:156px;*/
	background-color:#F8F8F8;
	position: relative;
	margin-left:15px;
	margin-right:12px;
	margin-top:15px;
	padding-bottom:30px;
	padding-top:20px;
	background-image:url(../_images/layout/ombraLavora.png);
	background-repeat:no-repeat;
	background-position:0% 100%;
	text-align:center;
}
#ContentDx #w3c2 {
	/*width:156px;*/
	background-color:#F8F8F8;
	position: relative;
	margin-left:15px;
	margin-right:12px;
	margin-top:5px;
	padding-bottom:30px;
	padding-top:20px;
	background-image:url(../_images/layout/ombraMenu.png);
	background-repeat:no-repeat;
	background-position:0% 100%;
	text-align:center;
}

/*overlay*/
.grid-overlay {
	position:absolute;
	top: 0;
	left: 0;
	bottom:0;
	width: 100%;
	height:auto;
	background-image:url(../_images/layout/grid-vert.png);
	/*display: none;*/
	visibility:hidden;
	z-index:4;
}
.overlay{height:480px;
		width:430px;
		left:50%;
		top:50%;
		margin-left:-215px;
		margin-top:-240px;
		position:absolute;
		/*display: none;*/
		visibility:hidden;
		background-image:url(../_images/layout/popbg.png);
		background-repeat:no-repeat;
		background-position:0% 0%;
		padding-bottom:28px;
		padding-top:5px;
		background-color:transparent;

		}
.popBody{
		display:block;
		padding-right:5px;
		margin-left:30px;
		margin-right:30px;
		margin-top:15px;
		color:#FFFFFF;
		overflow:auto;
		height:390px;
		}
.MappaOverlay{ height:300px; width:365px; display:block; position:relative; margin-top:15px;}
.popBody h2{margin:0px; padding:0px; color:#FFFFFF; font-size:120%;}

.chiudi{display:block; text-align:right; margin-right:20px;}

.chiudi a:link, .chiudi a:visited, .chiudi a:hover{color:#FFFFFF; font-weight:bold; text-decoration:none;}
/*-----------------------link go top -------------------*/
a.goTop:link, a.gotop:visited {
	display:block;
	line-height:30px;
	margin-top:10px;
	margin-bottom:10px;
	background-color:#F5F5F5;
	border:1px solid #F2F2F2;
	background-image:url(../_images/layout/top_off.png);
	background-repeat:no-repeat;
	background-position:98% 50%;
	padding-right:30px;
	text-align:right;
	font-weight:bold;
	text-decoration:none;
	color:#0077B2;
}
a.goTop:hover {
	display:block;
	line-height:30px;
	margin-top:10px;
	margin-bottom:10px;
	background-color:#E6E6E6;
	border:1px solid #F2F2F2;
	background-image:url(../_images/layout/top_on.png);
	background-repeat:no-repeat;
	background-position:98% 50%;
	padding-right:30px;
	text-align:right;
	font-weight:bold;
	text-decoration:none;
	color:#0077B2;
}
/*---------------------------------FAQ----------------------------------*/
#faq {
	/*width:156px;*/
	width:156px;
	height:50px;
	background-color:#F8F8F8;
	position: relative;
	margin-left:15px;
	margin-top:5px;
	padding-bottom:10px;
	background-color:#F8F8F8;
	position: relative;
	margin-left:15px;
	margin-right:15px;
	margin-top:5px;
	padding-bottom:30px;
	padding-top:20px;
	background-image:url(../_images/ombraW3Cright.jpg);
	background-repeat:no-repeat;
	background-position:0% 100%;
}

.leftBox p strong {
	font-family:Tahoma;
	color:#0077B2;
	font-size:100%;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:15px;
}

.leftBox {
	display:block;
	background-color:#F8F8F8;
	position: relative;
	margin-left:15px;
	margin-right:15px;
	margin-top:5px;
	padding:10px;
	background-image:url(../_images/ombraW3Cleft.jpg);
	background-repeat:no-repeat;
	background-position:0% 100%;
	clear:both;
}

