/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #666666;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color: #E8E8E8;
	
}

a:hover {
	color: #006699;
}

a:visited {
	color: #006699;
}

a:link {
	color: #006699;
}

a:hover {
	text-decoration: underline;
	color: #FF6600;
}
/* overrides decoration from previous rule for hovered links */

h6 {
	margin: 0px;
	padding: 0px;
}

h5 {
	margin: 0px;
	padding: 0px;
}

h4 {
	margin: 0px;
	padding: 0px;
}

h3 {
	margin: 0px;
	padding: 0px;
}

h2 {
	margin: 0px;
	padding: 0px;
}

h1 {
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 115%;
 color: #334d55;
}

h2{
 font-size: 13px;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 margin: 3px 0;
 font-size: 100%;
 font-weight: bold;
 color: #333333;
}

h5{
 color: #334d55;
}

ul{
 list-style-type: disc;
}

ul ul{
 list-style-type: circle;
}

p {
	margin: 12px 0;
	font-size: 90%;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#layer2{
	width:450px;
	height:130px;
	margin-top:0px;
	margin-left:0px;
	margin-right:auto;
}

#wrapper{
	width:750px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 10px 0 10px;
	background: #FFF url(images/headerBck.jpg) no-repeat top right;
}
#masthead{
	margin: 0;
	padding: 0;
	height: 135px;
	border-bottom: 1px solid #999999;
	background: #FFF url(immagini/bianco.gif) no-repeat top right;
}
/***********************************************/
/* mettere immagine fondo invece di     images/headerBck.jpg                            */
/***********************************************/

#navBar{
	margin: 0 580px 0 0;
	padding: 0;
	background-color: #fff;
	border-right: 1px solid #ccc;
	/* hack to fix IE/Win's broken rendering */
	border-bottom: 1px solid #FFFFFF; 
}
/* fix for browsers that don't need the hack */
html>body #navBar{
	border-bottom: none;
}

#content{
  float:right;
	width: 580px;
	margin: 0;
	padding: 0;
}
#rightBlock {
	padding: 15px 10px 20px 10px;
	margin: 10px 10px 20px 390px;
	font-size: 12px;
	background-color: #F4F4F4;
	border: 1px solid #bbbbbb;
	height: 680px;
	width: 150px;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/



/*************** #masthead styles **************/

#masthead img{
	margin: 0px 0px 5px 0px;
	border: none;
}
#masthead h1{
	position: relative;
	top: 150px;
	left: 17px;
	width: 380px;
	margin: 0;
	padding: 0;
	font-size: 13px;
	color:#f2f2f2;
	letter-spacing: 6px;
}
/************ right block styles **************/

#rightBlock img {
	display: block;
	margin: 0 auto 4px auto;
	border: 2px solid #FF6600;
}
.sampleLink {
	display: block;
	text-align: center;
	margin-bottom: 10px;
}

/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
margin: 0;
padding: 0px;
height: 31px;
background-image: url('immagini/fondogr.jpg');
border-top: 1px solid #dddddd;
border-bottom: 1px solid #999999;
}
#globalNav ul {
	float: right;
	margin: 0;
	padding: 0;
	height: 30px;
	list-style:none;
}
#globalNav li {
	display: inline;
	margin: 0;
	padding: 0;
	background-color: #0099FF;
}
#globalNav a {
	float: left;
	display: block;
	margin: 0;
	padding-top: 9px;
	padding-bottom: 8px;
	/*height: 30px;*/
	width: 80px;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	background-image: url('immagini/pulsanti.png');
}
#globalNav a:visited {
	background-position: no-repeat top right;
	color: #000000;
}
#globalNav a:link {
	background-position: no-repeat top right;
	color: #000000;
}
#globalNav a:hover {
	background-position: bottom right;
	color: #000000;
}

/************* #breadCrumb styles *************/

#breadcrumbs{
	margin: 0;
	font-size: 11px;
	color: #6699CC;
	font-weight: bold;
	padding: 4px 10px 3px 10px;
	background-color: #eeeeee;
	border-bottom: 1px solid #D1E8EE;
	border-left: 8px solid #D1E8EE;
}

/************** .title styles ***************/

#title {
	float: left;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 20px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 380px;
	height: 120px;
}
#title h1{
	margin: 0 0 0 20px;
	padding: 4px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #336699;
	text-align: right;
	letter-spacing: 2px;
}

/************** .feature styles ***************/

#feature{
	float: left;
	padding: 15px 15px 10px 20px;
	width: 535px;
	font-size: 12px;
	text-align: justify;
}
#feature h3{
	padding: 15px 0px 5px 0px;
	color: #333;
	/*text-align: center;*/
}
#feature ul {
	margin: 10px 30px;
	padding: 10px 5px 0 5px;
	font-size: 13px;
	/*list-style-image: url('/images/bullet.gif');*/
	
}
#feature li {
	margin: 0;
	padding: 0 10px 15px 0;
}
#feature li a:visited {
	color: #006699;
	font-size: 105%;
	text-decoration: underline;
}
#feature li a:link {
	color: #006699;
	font-size: 105%;
	text-decoration: underline;
}
#feature li a:hover {
	color: #FF6600;
	font-size: 105%;
	text-decoration: none;
}
#feature a:hover {
	text-decoration: none;
}
#intro {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	width: 535px;
	height: 150px;
}
#intro h2{
	margin: 0;
	padding: 0;
	font-size: 13px;
	word-spacing: 2px;
	color: #006699;
}
#intro p {
	float: left;
	margin: 0;
	margin-top: 2px;
	padding: 0;
	padding-right: 8px;
	line-height: 18px;
	width: 353px;
	color: #666666;
}
#intro img{
	margin: 0;
	margin-top: -10px;
	padding: 0;
}
#boxcontainer1 {
	clear: both;
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
	height: 218px;
}
#boxcontainer1 a {
	text-decoration: none;
	border: none;
}
#boxcontainer1 img {
	text-decoration: none;
	border: none;
}
#boxcontainer2 {
	clear: left;
	margin: 0;
	padding: 0;
}
/* --- left box ----*/

#box3 div{
	display: block;
	padding: 0;
	margin: 0;
	width: 170px;
	height: 30px;
}

#box2 div{
	display: block;
	padding: 0;
	margin: 0;
	width: 170px;
	height: 30px;
}

#box1 div{
	display: block;
	padding: 0;
	margin: 0;
	width: 170px;
	height: 30px;
}
div#box3 h3 
 {
	padding: 7px 0 0 12px;
	margin: 0;
	color: #006699;
	font-size: 13px;
	letter-spacing: -1px;	
}
div#box2 h3 {
	padding: 7px 0 0 12px;
	margin: 0;
	color: #006699;
	font-size: 13px;
	letter-spacing: -1px;	
}
div#box1 h3 {
	padding: 7px 0 0 12px;
	margin: 0;
	color: #006699;
	font-size: 13px;
	letter-spacing: -1px;	
}

#box3 .link3{
	display: block;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	background: transparent url(/images/linkArrow.gif) no-repeat top right;
}
#box2 .link2{
	display: block;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	background: transparent url(/images/linkArrow.gif) no-repeat top right;
}
#box1 .link1{
	display: block;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	background: transparent url(/images/linkArrow.gif) no-repeat top right;
}
#box3 .link3:hover {
	background-position: bottom right;
}

#box2 .link2:hover {
	background-position: bottom right;
}

#box1 .link1:hover {
	background-position: bottom right;
}

#box1 {
	float: left;
	margin: 0 6px 0 1px;
	padding: 0;
	width: 170px;
	height: 218px;
	border: none;
	background: url(immagini/corpobottom.png) no-repeat bottom left;
}
#box1 img {
	margin: 0;
	padding: 0;
	border: none;
}
#box1 div{
	background: url(immagini/corpotop.png) no-repeat top left;
}
#box1 p {
	margin: 0;
	padding: 12px;
	padding-top: 10px;
	padding-bottom: 0;
	width: 146px;
	font-size: 12px;
	text-align: justify;
	background: url(immagini/corpo.gif) repeat-y top left;
}
#box1 .link1{
	margin-left: 36px;
	margin-top: 8px;
	width: 110px;
}

/* --- center box ----*/
#box2 {
	float: left;
	margin: 0 1px 0 4px;
	padding: 0;
	width: 170px;
	height: 218px;
	border: none;
	background: url(immagini/corpobottom.png) no-repeat bottom left;
}
#box2 img{
	margin: 0;
	padding: 0;
	border: none;
}
#box2 div{
	background: url(immagini/corpotop.png) no-repeat top left;
}
#box2 p{
	margin: 0;
	padding: 12px;
	padding-top: 10px;
	padding-bottom: 0;
	width: 146px;
	font-size: 12px;
	text-align: justify;
	background: url(immagini/corpo.gif) repeat-y top left;
}
#box2 .link2{
	margin-left: 20px;
	margin-top: 8px;
	width: 126px;
}
/* --- right box ----*/
#box3 {
	float: left;
	margin: 0 0 0 9px;
	padding: 0;
	width: 170px;
	height: 218px;
	border: none;
	background: url(immagini/corpobottom.png) no-repeat bottom left;
}
#box3 img{
	margin: 0;
	padding: 0;
	border: none;
}
#box3 div{
	background: url(immagini/corpotop.png) no-repeat top left;
}
#box3 p{
	margin: 0;
	padding: 12px;
	padding-top: 10px;
	padding-bottom: 0;
	width: 146px;
	font-size: 12px;
	text-align: justify;
	background: url(immagini/corpo.gif) repeat-y top left;
}
#box3 .link3{
	margin-left: 6px;
	margin-top: 8px;
	width: 140px;
}
/* --- recent projects box ----*/
.boxLong {
	float: left;
	margin: 0 4px 10px 2px;
	padding: 0;
	width: 347px;
	height: 160px;
	/*background: url(images/dotted_border.gif) repeat-y;*/
}
.boxLong h3{
	margin: 0;
	margin-bottom: 7px;
	padding: 4px 5px 4px 15px;
	font-size: 13px;
	text-align: left;
	color:#333333;
	/*background: #F8ECD6;*/
}
.boxLong blockquote{
	margin: 15px auto 0 auto;
	padding: 0;
	width: 320px;
	font-size: 12px;
	text-align: justify;
}
.boxLong p{
	margin: 8px 0 0;
	padding: 0;
	font-size: 11px;
	height: 32px;
}
.boxLong img{
	clear: left;
	float: left;
	margin: 3px 10px 3px 0;
	border: none;
}
.testimonial{
	float: left;
	margin: 0 0 10px 8px;
	padding: 0;
	width: 170px;
	height: 160px;
	text-align: left;
	/*background: url(images/dotted_border.gif) repeat-y;*/
}
.testimonial h3 {
	margin: 0;
	margin-left: 5px;
	margin-bottom: 7px;
	padding: 0;
	font-size: 13px;
	text-align: left;
	color:#333333;
}
.testimonial p{
	margin: 5px 0px 5px 5px;
	padding: 0;
	text-align: justify;
	line-height: 14px;
	font-size: 11px;
}
.testimonial p.testimonialSignature {
	text-align: right;
	font-style: italic;
}


/*#postCatLinks {
	margin: 0;
	padding: 0;
}
#postCatLinks li {
	margin-bottom: 5px;
	/*border-bottom: 1px solid #D1E8EE;*/
    /*
}
#postCatLinks li a{
	text-decoration: none;
	border-bottom: 1px dotted #D1E8EE;
}
#postCatLinks select {
	font-size: 11px;
	width: 135px;
}
#postCatLinks h5 {
	margin-top: 10px;
	margin-bottom: 7px;
	font-size: 11px;
	text-decoration: underline;
}
*/



#datacontainer {
	margin: 0;
	padding: 0;
}
#datacontainer li {
	margin-bottom: 5px;
	/*border-bottom: 1px solid #D1E8EE;*/
    
}
#datacontainer li a{
	text-decoration: none;
	border-bottom: 1px dotted #D1E8EE;
}
#datacontainer select {
	font-size: 11px;
	width: 135px;
}
#datacontainer h5 {
	margin-top: 10px;
	margin-bottom: 7px;
	font-size: 11px;
	text-decoration: underline;
}

















div.ServiceBlock{
	margin: 10px 0;
	padding: 5px 15px;
	border: 1px dotted #999999;
	background-color: #FFFAF0;
}
div.ServiceBlock h4 {
	font-size: 12px;
}
.link {
	display: block;
	float: right;
	width: 78px;
	font-size: 12px;
	text-decoration: none;
	background: transparent url(/images/linkArrow.gif) no-repeat top right;
}
.link:hover {
	background: transparent url(/images/linkArrow.gif) no-repeat bottom right;
}
#feature .ServiceBlock ul{
	float: left;
	width: 150px;
	margin: 5px 0 5px 0;
	padding: 3px 5px 3px 20px;
	/*border: 1px solid red;*/
}
#feature .ServiceBlock li{
	margin: 3px 0;
	padding: 0;
	font-size: 12px;
	text-align: left;
	color: #000000;
}
.clr {
	clear: both;
	margin: 0;
	padding: 0;
	/*border: 1px solid #000;*/
}
.heighlight {
	color: #006699;
	font-weight: bold;
}
.thankyou {
	margin-top: 50px;
	text-align: center;
}
.successMessage {
	margin-left: 25px;
	font-size: 12px;
	text-align: center;
}

/************* #siteInfo styles ***************/

/*#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	border-bottom: 3px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	text-align: left;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
	background-color: #ffffff;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo {
	clear: both;
    border-top: 1px solid #cccccc;
	border-bottom: 3px solid #cccccc;
    color: #cccccc;
	margin-top: -1px;
	margin-bottom: 20px;
    font-size: 75%;
	text-align: left;
	padding: 10px 10px 10px 10px;
	
}
#siteInfo a {
	text-decoration: none;
	border: none;
}




/*********** #navBar link styles ***********/

#navBar ul a:visited {display: block;}

#navBar ul a:link {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #FFF;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #6699CC;
	font-size: 13px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks li a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #6699CC;
	border-left: 8px solid #D1E8EE;
	border-right: 8px solid #D1E8EE;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks li a:visited{
	border-top: 1px solid #6699CC;
	border-left: 8px solid #D1E8EE;
	border-right: 8px solid #D1E8EE;
	padding: 2px 0px 2px 10px;
}

#sectionLinks li a:hover{
	border-top: 1px solid #6699CC;
	border-left: 8px solid #FF6600;
	border-right: 8px solid #FF6600;
	text-decoration: none;
	color: #006699;
	padding: 2px 0px 2px 10px;
}


/************** #Left bar content styles **************/

#leftBarContentWrapper {
	margin: 0;
	padding: 0;
	border-left: 8px solid #D1E8EE;
	border-right: 8px solid #D1E8EE;
	height: auto;
}

#leftBarContent{
	margin: 0;
	padding: 10px;
}

#leftBarContent h3{
	margin-bottom: 0;
	padding: 10px 0px 2px 0px;
	font-size: 12px;
	color: #FF6600;
}

#leftBarContent p{
	margin: 0;
	padding: 0px 3px 10px 0px;
	font-size: 11px;
	text-align: justify;
}

#leftBarContent form{
	margin: 5px 0 5px 0;
	padding: 0;
	font-size: 11px;
	text-align: center;
}

#leftBarContent input {
	margin-bottom: 5px;
	padding: 1px;
	font-size: 12px;
}
#leftBarContent select {
	margin-bottom: 5px;
	padding: 1px;
	width: 130px;
	font-size: 12px;
	color: #333333;
}
#leftBarContent a{
	font-size: 11px;
	color: #006699;
	text-decoration: underline;
}

#leftBarContent a:hover{
	text-decoration: none;
	color: #FF6600;
}

#contactInfo{
	margin: 30px 15px 15px 15px;
	padding: 0 30px 0 20px;
	height: 120px;
}
#contactInfo p span {
	
	margin: 0 30px 0 10px;
}
.ContactHeading {
	margin-left: 15px;
	margin-bottom: 30px;
}
.ContactHeadingSuccess {
	margin-top: 20px;
	margin-left: 15px;
}
#contactInfo .phoneImg {
	float: left;
	margin-right: 30px;
	border: none;
}
/*********************************************/
/************    Sitemap styles   ************/
#sitemaplist {
	margin: 0;
	padding: 0;
	list-style-type: disc;
}
#sitemaplist li{
	margin: 4px 0;
	padding: 0;
}
#sitemaplist li a:visited{
	font-size: 0.9em;
	font-weight: bold;
}
#sitemaplist li a:link{
	font-size: 0.9em;
	font-weight: bold;
}
#sitemaplist li a:hover{
	text-decoration: none;
}
.SitemapHeading {
	margin: 15px 0;
	border-bottom: 1px solid #6699CC;
}
#intronews {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	width: 535px;
	height: 420px;
}
#intronews h2{
	margin: 0;
	padding: 0;
	font-size: 13px;
	word-spacing: 2px;
	color: #006699;
}
#intronews p {
	float: left;
	margin: 0;
	margin-top: 2px;
	padding: 0;
	padding-right: 8px;
	line-height: 18px;
	width: 353px;
	color: #666666;
}
#intronews img{
	margin: 0;
	margin-top: -10px;
	padding: 0;
}
#boxcontainernews {
	clear: both;
	margin: 0;
	padding: 0;
	width: 535px;
	height: 1px;
	
}
#boxcontainernews a {
	text-decoration: none;
	border: none;
}
#boxcontainernews img {
	text-decoration: none;
	border: none;
}
#boxcontainernews2 {
	clear: left;
	margin: 0;
	padding: 0;
}





