/* CSS for Baldo web site */ 

html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background: #000 url(../images/bg.jpg) no-repeat center 0;
 width: 100%;
/* background-attachment: fixed;*/
 font: normal 11px Verdana, Arial, sans-serif;
 color:#999;
} 

/* -- main links -- */
a, a:link, a:visited {
	text-decoration: none;
	color: #fff;}
	
a:hover, a:active, a:focus {
	text-decoration: underline;
	color: #cc3333;
	outline:none;}
	
/* -- typography -- */
h1, h1 a {
	font: bold 12px Tahoma, Trebuchet MS, Verdana, Arial, sans-serif;
	margin: 0;
	color: #ff9999;
	text-transform: uppercase;}

h1 a:hover, h1 a:active {
	color: #cc3333;
	text-decoration: none;}
	
h2, h2 a {
	font: bold 14px Tahoma, Trebuchet MS, Verdana, Arial, sans-serif;
	margin: 0;
	color: #cc0000;
	text-decoration: none;}
	
h2 a:hover {
	text-decoration: none;
	color: #fff;
}
h3, h3 a {
	font: bold 14px Tahoma, Trebuchet MS, Verdana, Arial, sans-serif;
	margin: 0;
	color: #ccc;}
	
h3 a:hover {
	color: #fff;
	text-decoration: none;}
	

h4, h4 a {
	font: bold 11px Tahoma, Verdana, Arial, sans-serif;
	margin:0;
	/*color: #cc3333;*/
	color: #ff9999;} 

/* --------------------------------- */
#pagewidth{ 
 width:1001px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 

#header{
 position:relative; 
 height:270px; 
 background: url(../images/header.jpg) no-repeat; 
 width:100%;
} 

#header img {
	margin: 40px 0 0 30px;
}



/* ------ LEFT column ----- */
#leftcol{
 width:222px; 
 height: 200px;
 float:left; 
 position:relative; 
 background: #000 url(../images/leftcol_top.jpg) 0 0 no-repeat; 
 font-size: 10px;
 color: #cc0000;
 }
#leftcol .leftcol {
	margin: 0;
	padding: 0 10px;
	float: left;
	width: 200px;
}
/*
#leftcol h3 {
	padding: 0 10px 0 18px;
	margin: 0;
} */


#leftcol div.ttl {
	background: #000 url(../images/left_ttl.jpg) repeat-y;
	float: left;
	width: 200px;
	height: 25px;
	line-height: 25px;
	margin:30px 0 10px 0;
}
#leftcol div.ttl h3 {
	height: 25px;
	line-height: 25px;
	color:#000;
	padding-left: 30px;
	text-transform: uppercase;
	font-size: 12px;
}
#leftcol div.lmenu {
	float: left;
	padding-left: 20px;
	margin: 0;}

#leftcol h3 a {
	color: #fff;
	background: transparent;
	padding: 2px 5px;
	line-height: 1.7;
}
#leftcol h3 a:hover, 
#leftcol a.active,
#leftcol li a.active:hover {
	color: #cc3333;
	background: #1F1F1F;
	padding:2px 5px;
}

#leftcol ul {
	margin: 0;
	list-style: none outside;
	font-size: 11px;
	padding: 3px;
	display: list-item;
	color: #999;
	line-height: 1.7;
	font-variant: small-caps;}

#leftcol ul ul {
	list-style: none outside;
	margin: 0 0 0 10px;
}
#leftcol ul a {
	background: transparent;
	padding: 3px;
}
#leftcol ul a:hover {
	text-decoration: none;
	background: #1F1F1F;
	padding: 3px;}
	
/* --- left images --- */
#leftcol div.leftimg {
	padding: 20px 0;
	margin: 0;
}
div.leftimg  {
  margin: 0 auto;
  border:none;
  height: 100%;
  width: 200px;
  float: left;
  text-align: center;
}
div.leftimg img {
 display: inline;
  margin: 10px auto 0 auto;
  border: 1px solid #fff;
}
div.leftimg a:hover img {border: 1px solid #cc3333;}

/* ------ MAIN column ----- */
#wrapper { 
 width:1001px; 
 height: 100%;
 text-align:left;  
 margin: 0 auto;  
 background: transparent;}

#wrapper p,
#maincol p {
	margin: 0;
	line-height: 1.3;
	padding: 3px 0;}

#maincol{
 background: #000 url(i../mages/maincol_top.jpg) 0 0 no-repeat;  
 float: right; 
 clear: both;
 display:inline; 
 position: relative; 
 width:779px; 
 height: 100%;
 min-height: 200px;
 margin: 0; }

#maincol .maincol {
	margin: 0;
	padding: 35px 0;
	float: left;
}
#maincol .content {
	margin: 0;
	padding: 0 20px 0px 35px;
	float: left;
	width:720px;}

#maincol h2 {
	margin: 0;
	/*display: inline;*/}

.bc {	font-size: 10px;}
#maincol .bc {
	padding: 10px 0 0 33px;
	float: left;
}



/* -- navigation -- */
#navigation {
	float: right;
	display: inline;
	position: relative;
	height: 30px;
	width: 778px;
	background:url(../images/navbar.jpg) 0 0 repeat-x;
	margin: 0;
	z-index: 1;
}

#navigation .navigation {
	padding-left: 60px;
}
#navigation h1 {
	width: auto;
	padding: 0 10px;
	margin: 0;
	height: 30px;
	line-height:30px;
	float: left;
	display: inline;
	background: transparent;
	text-align: center;
}

#navigation h1.active {
	background: #fff url(../images/hover.jpg) 0 0px repeat-x;
	opacity:0.7;
	filter:alpha(opacity=70);
	width: auto;
	height: 30px;
	float: left;
	display: block;
	position: relative;
	margin: 0;
	padding: 0 10px;
}
#navigation h1.active a {
	color: #cc3333;
} 
#navigation a {
	width: auto;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	background: transparent;	
	text-decoration: none;
	color: #ff9999;
}

#navigation a:hover {color: #fff;}

/* --- image frames -- */
.frames_sm {
	margin: 0 0 20px 10px;
	float: left;}
div.img {
  margin: 2px;
  border:none;
  height: 170px;
  width: 245px;
  float: left;
  text-align: center;
  background: url(../images/frame_sm_horiz.jpg) no-repeat;}
div.img img {
  display: inline;
  margin: 32px 0 0 16px;
  /*border: 1px solid #ffffff; */  }

.frames_two {
	margin: 0;
	float: left;
	height: 100%;
	display: inline;
} 
#maincol .frames_two {
	padding: 20px 0 5px 35px;
	margin: 0;
}
div.catimg_interi,
div.catimg_afettati {
  margin: 2px;
  border:none;
  height: 230px;
  width: 355px;
  float: left;
  text-align: center;}
  
div.catimg_interi {background: url(../images/fr_interi.jpg) no-repeat;}
div.catimg_afettati {background: url(../images/fr_afettati.jpg) no-repeat;}

div.catimg_interi img,
div.catimg_afettati img {
  display: inline;
  margin: 21px 47px 0 0px;
  border: 1px solid #000;
  /*border: 1px solid #ffffff; */  }
  
div.catimg_interi a:hover img,
div.catimg_afettati a:hover img  {
	border: 1px solid #fff;
}

/* -- */
.frames_certificates {
	margin: 0;
	float: left;
	height: 100%;
	display: inline;
} 
#maincol .frames_certificates {
	padding: 20px 0 5px 100px;
	margin: 0 auto;
}
div.frame_vertical {
  margin: 2px;
  border:none;
  width: 245px;
  height: 348px;  
  padding-right:40px;
  float: left;
  text-align: center;}
  
div.frame_vertical {background: url(../images/frame_big_vertic.jpg) no-repeat;}

div.frame_vertical img {
  display: inline;
  margin: 60px 0px 0 3px;
  border: 1px solid #000;
  /*border: 1px solid #ffffff; */  }
  
div.frame_vertical a:hover img {
	border: 1px solid #fff;}
	
.certificate_ttl {
  width:285px;
  float: left;
  text-align: left;
  display: inline;
  margin: 0;

}
#maincol .certificate_ttl h2 {padding-left: 80px;}
#maincol .certificate_ttl h2 a {color:#cc3333;}
#maincol .certificate_ttl h2 a:hover {color: #fff;}

/* -- */
#maincol .imgagelink {
	padding: 5px 0 0 2px;
	margin: 0;
}
.imgagelink {
  width: 360px;
  float: left;
  text-align: left;
  display: inline;
  margin: 0;
}
#maincol .imgagelink a {
	display: inline;
	text-decoration: none;}
	
#maincol .imgagelink h2 a {
	color:#cc3333; }
	
#maincol .imgagelink h2 a:hover {
	color: #fff;}
	
.imgagelink p {
	width:360px;
}
.imgagelink br {
	margin: 0;
}

/* -- others --- */
.small {	font-size: 10px;}
.left {float: left;}
.right {float: right;}


/* ------ FOOTER ----- */ 
#footer{
 height:71px; 
 background: #000 url(../images/footer.jpg) 0 0 repeat-x; 
 clear:both;
 width: 100%;
 float: left;
 font-size: 10px;
 color: #cc0000;
 } 
 
#footer .footer {
	margin: 0;
	padding-top: 20px;
}
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
