@charset "utf-8";
/*
	CSS Document
	Copyright Biodecorazioni 2009
	By Josè Luis Cicciò
*/

/********************************************/
/***               Reset                  ***/
/********************************************/
body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, fieldset, input, th, td{  
	border:0;
	margin:0; 
	padding:0; 
}

/********************************************/
/***               Generali               ***/
/********************************************/
html, body{
	min-height:100%;
}

body{
	font-family:Arial, Helvetica, Tahoma, sans-serif;
	font-size:12px;
	background-color: #000000;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#decor_frame {
	height: 130px;
}


/*****  Headings  *****/
h1,h5,h6{
	font-size:100%;
}

h2{
	color:#000000;
	margin:16px 0 12px 12px;
	font-size:110%;
	text-transform:uppercase;	
}

h3{
	color:#333;
	font-size:13px;
	padding: 14px 0 7px 0;
	text-align:left;
}
h3 a{
	color:#333;
	text-decoration:none;
}
h3 a:hover{
	color:#333;
	text-decoration:none;
}
h3 a:visited{
	color:#333;
	text-decoration:none;
}
h3 span{
	color:#333;
	font-size:10px;
}

h4{
	color:#7D7D7D;
	font-size:16px;
	padding: 14px 0 7px 0;
	text-align:left;
}

/*****  Fieldset & Img  *****/
fieldset,img{
	border:0;
}

/*****  Ordered list  *****/
ul{
	list-style:none;

}

/***** Floted Objects *****/
.fl{
	float:left;
}
.fr{
	float:right;
}

/***** Img links *****/
a, a img{
	border:none;
}

/***** Links *****/
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

/***** Clear *****/
.cl{
	clear:both;
	height:0;
}


/********************************************/
/***             Site Layout              ***/
/********************************************/
#main{
	margin:auto;
	padding-top:157px;
	width: 980px;
}
#wrapper{
	background-color:#FFF;
	margin:auto;
	width:980px;
}

#main_body{
	margin:auto;
	width: 940px;
	height: auto;
}
#main_body_ristr{
	margin:auto;
	width: 940px;
	height: 1500px;
}
#main_body_home{
	margin:auto;
	width: 940px;
	height: 1800px;
}
#main_body_video{
	margin:auto;
	width: 940px;
	height: 1200px;;
}



/***** Menu *****/
ul#menu{
	bottom:0;
	height:29px;
	overflow:hidden;
	width:980px;
	background-image: url(../images/menu_bg.png);
	background-position: left top;
	background-repeat: no-repeat;
}
ul#menu li {
	background:url(../images/menu_divider.png) right no-repeat;
	display:inline;
	float:left;
	height:29px;
	width:118px;
	margin-left:2px;
	margin-right:2px;
	text-align:center;
}

/***** Button text position *****/
ul#menu li a {
	padding-top:8px;
}

ul#menu li a {
	color:#CFCFCF;
	display:block;
	font-size:100%;
	font-weight:bold;
	height:29px;
	text-transform:uppercase;
}
ul#menu li a:visited {
	color:#CFCFCF;
	display:block;
	font-size:100%;
	font-weight:bold;
	text-transform:uppercase;
}
ul#menu li a:hover {
	color:#FFF;
	text-decoration:none;
}
ul#menu li a.active_btn {
	color:#4E4E4E;
}
ul#menu li#active {
	display:block;
	background-image: url(../images/menu_active.png);
	background-repeat: no-repeat;
	background-position: center center;
}

/***** Header *****/
#header { 
	padding-top:24px;
}

/***** Spacer *****/
#spacer {
	height:40px;
}

/***** Footer *****/
#footer {
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.875em;
	height:102px;
	line-height: 8px;
	width:960px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 17px;
	padding-left: 20px;
	margin: auto;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
}
#footer_btns {
	border-left:1px #FFF solid;
	height:90px;
	margin-left:106px;
	padding:10px 0 0 20px;
}
#footer a, #footer a:visited {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}
#footer a:hover {
	color:#FFF;
	text-decoration: underline;
}
#copyright{
	padding-top:10px;
}
#biodec{
	margin-top:10px;
	float: left;
}


/********************************************/
/***              Home Page               ***/
/********************************************/

/***** Easy Slider - Banner Images *****/
#slider{
	height:168px;
	overflow:hidden;
	width:940px;
}
#slider ul, #slider li{
	list-style:none;
	margin:0;
	padding:0;
}
#slider li{ 
	height:268px;
	overflow:hidden; 
	width:940px;
}

/**  Features  **/
#features {
	height:285px;
	margin-top:35px;
	margin-bottom:22px;
}
#features p {
	color:#888;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	line-height: 14px;
	padding:0;
	text-align:left;
}
#feature1, #feature2, #feature3 {
	background-color:#FFF;
	float:left;
	height:275px;
	margin-top:6px;
	width:290px;
}
#feature2 img{
	margin-left: 0px;
}
.feature-text-centered {
	margin-left:0px;
	text-align:left;
	width:290px;
}
.feature-text {
	text-align:left;
	width:290px;
}
.grey_line{
	background-color:#E8E8E8;
	float:left;
	height:275px;
	margin:5px 17px 10px 17px;
	width:1px;
}

/***** Articles *****/
#article_box {
	display:inline;
	float:left;
	margin-right:35px;
	overflow:hidden;
	width:290px;
}
.LINEAR {
	padding-bottom: 13px;
}

#article_box img {
	margin-bottom:12px;
}
.article_list {
	background: #f7fcfe url(../images/home/grey_shade.png) left repeat-x;
	border:1px solid #D8D8D8;
	border-bottom:0;
	height:86px;
	overflow:hidden;
	width:288px;
}


.article_list h3 {
	background:#4A494E url(../images/home/number_bg.png);
	color:#fff;
	display:inline;
	float:left;
	font-size:240%;
	margin-right:12px;
	padding:26px 4px;
}
.article_list:hover h3 {
	background: #FFF;
	color:#4a494e;
}
.article_list ul {
	margin-top:13px;
}
.article_list ul li {
	color:#000000;
	font-size:.825em;
	line-height:1em;
}
.article_list ul li.title {
	color:#404040;
	font-size:.94em;
	font-weight:bold;
	margin-bottom:4px;
}
.article_list ul li.content {
	color:#646464;
	font-size:.90em;
	line-height:11px;
	margin-bottom:4px;
	padding-right:4px;
}
.article_list ul li.title a:link {
	color:#404040;
	font-weight:bold;
}
.article_list ul li.title a:hover {
	color:#404040;
	font-weight:bold;
}
.article_list ul li.title a:visited {
	color:#404040;
	font-weight:bold;
}
#decor_frame {
	height: 130px;
	margin-top: 15px;
}

.article_list ul li.title a:active {
	color:#404040;
	font-weight:bold;
}
.more_article {
	background:#f0f2f3;
	border-top:1px solid #D8D8D8;
	padding:14px 12px 1px 12px;
	text-align:right;
	width:266px;
}
.more_article p {
	font-size:90%;
	margin:0;
	margin-bottom:15px;
}
.more_article  a  {
	background: transparent url(../images/home/arrow.gif) 0 50% no-repeat;
	color:#646464;
	padding-left:12px;
	text-transform:uppercase;
}
.more_article, .news a {
	background:#f0f2f3!important;
	
}

/***** Newsletter *****/
#links {
	float:left;
	line-height:15px;
	text-align:center;
	width:290px;
}
#links img{
	margin-bottom:12px;
}
#newsletter{
	margin:auto;
	width:288px;
}
#links_box {
	border:1px solid #D8D8D8;
	width:286px;
	background-color: #FBFBFB;
	background-image: url(../images/home/grey_shade.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 10px;
}
#img_links {
	margin: 10px;
}

.mc-field-group{
	margin: 1.3em 5%;
}
#newsletter label{
	color:#646464;
	display: block;
	font-size:12px;
	line-height: 1em;
	margin: .3em 0;
	text-align:left;
}
#newsletter input {
	background: #FFF !important; /* Forces input backgrounds to be white as Google toolbars turns them yellow */
	border: #D8D8D8 1px solid;
	color: #586F78;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 5px;
	margin-right: 1.5em;
	padding: .2em .3em;
	position: relative;
	width: 95%;
	z-index: 999;
}
#newsletter input:hover{
	border:#C4C4C4 1px solid;
}
#newsletter #newsletter_btn {
	background: #1A8EB3 url(../images/home/newsletter_button.png) repeat-x !important; /* obbligo per sfondo blu */
	border: none;
	color: #FFF;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	height: 29px;
	margin-bottom: 1.1em;
	margin-left: 1em;
	width: 90%;
}  
#mc-embedded-subscribe-form #newsletter_btn:hover{
	border:none;
}
#menu_container {
	background-image: url(../images/menu_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}




/***** Blog *****/
#blog_box {
	display:inline;
	float:left;
	margin-left:35px;
	overflow:hidden;
	width:290px;
}
#blog_box img{
	margin-bottom:12px;
}


/********************************************/
/***             About Page               ***/
/********************************************/
#about_frame{
	margin-top:15px;
}
#contatti_frame {
	margin-top: 15px;
	height: 800px;
}


#about_intro{
	height: 500px;
}
.about_intro_column{
	color:#7D7D7D;
	float:left;
	font-size:145%;
	width:460px;
}
.about_intro_column2{
	color:#7D7D7D;
	float:left;
	font-size:12px;
	width:600px;
}
.about_intro_column a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #0066CC;
}

#about_intro_column_gap{
	margin-right:20px;
}
#about_intro_column_gap2{
height:700px;
}
#ristrutturazioni_intro_column_gap {
	width: auto;
}

.title_bar{
	background:url(../images/about/title_bar.png) repeat-x;
	color:#FFF;
	font-size:1.2em;
	height:26px;
	margin:30px 0 20px 0;
	padding:7px 0 0 10px;
	text-transform:uppercase;
}
#about_column_frame{
	height:164px;
}
.about_column{
	display:block;
	float:left;
	width:460px;
}
#about_column_right{
	margin-left:20px;
}
#about_box_frame{
	height:315px;
}
.about_box_believe_big{
	background:url(../images/about/section_bg.png) bottom repeat-x;
	border:#DCDCDC 1px solid;
	height:61px;
	margin-bottom:2px;
}
.about_box_believe_small{
	background:url(../images/about/section_bg.png) bottom repeat-x;
	border:#DCDCDC 1px solid;
	height:52px;
	margin-bottom:2px;
}
.about_box_big{
	background:url(../images/about/section_bg.png) bottom repeat-x;
	border:#DCDCDC 1px solid;
	height:68px;
	margin-bottom:2px;
}
#about_frame p{
	color:#7d7d7d;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	line-height:14px;
	padding:0 0 10px 10px;
}
#about_frame h3 {
	color:#28BDDE;
	font-size:145%;
	font-weight:bold;
	margin:0;
	padding:10px 0 0 10px;
	text-transform:uppercase;
}
#about_frame h4{
	color:#28BDDE;
	font-size:145%;
	font-weight:bold;
	margin:0;
	text-transform:uppercase;
}




table.msg{
border:solid;
border-width: 1px;
margin-bottom:1px;
margin-top:1px;
background-color:transparent;
}
td
{
font-size: 12px;
color:#000000
}

TEXTAREA{border-style: solid; 
border-width: 1; 
border-color: #000000; 
background-color:slate; 
color: #000000; 
font-family: Verdana,Tahoma,Arial; 
font-size: 9pt;
width :300px} 

INPUT {border-style: solid; 
border-width: 1; 
border-color: #000000; 
background-color:slate;
color: #000000; 
font-family: Verdana,Tahoma,Arial; 
font-size: 9pt;
width :200px} 

input.button {border-style: solid; 
border-width: 1; 
border-color: #000000; 
background-color:slate; 
color: white; 
font-family: Verdana,Tahoma,Arial; 
font-size: 9pt;width :145px}

.guestbook {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}


#ristr_frame {
	margin-top:15px;
	height: 50px;
	text-align: left;
}
#ristr_intro {
	height: 50px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.info_utili_intro_column {
	color:#7D7D7D;
	float:left;
	font-size:145%;
	width:940px;
}
.info_utili_intro_column2 {
	color:#7D7D7D;
	float:left;
	font-size:145%;
	width:940px;
	height:700px;
}
.info_utili_intro_column h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 145%;
	font-weight: bold;
	color: #666666;
	float: none;
}
#info_frame {
	margin-top: 15px;
	height: 2000px;
}
#menu-info li {
	margin-left: 15px;
	display: list-item;
	margin-bottom: 10px;
}
#menu-info li a {
	background: transparent url(../images/home/arrow.gif) 0 50% no-repeat;
	color:#646464;
	padding-left:12px;
	text-transform:uppercase;
}
#inostrilavori_frame {
	margin-top:15px;
	height: 470px;
	text-align: left;
}
.fl-img {
	float: left;
	margin-right: 15px;
	margin-top: 15px;
	margin-left: 10px;
	border: 1px solid #999999;
}
#inostrilavori_lelenco {
	background-color: #E4E4E4;
	font-size: 12px;
	height: 130px;
	border: 1px solid #666666;
	margin-bottom: 10px;
}
.contatti_intro_column {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

/* pagina inserimetno per guestbook*/

p.margin {margin-left: 1cm ;
font-style: oblique;
font-size: 12px;font-family: Times New Roman;
color:#000000}
a:link {color: #000000;font-size: 12px}
a:visited {color: #000000;font-size: 12px}
a:hover {color: red;font-size: 12px}
a:active {color: #000000;font-size: 12px}

table.msg{
border:solid;
border-width: 1px;
margin-bottom:1px;
margin-top:1px;
background-color:transparent;
}
td
{
font-size: 12px;
color:#000000
}

TEXTAREA{border-style: solid; 
border-width: 1; 
border-color: #000000; 
background-color:slate; 
color: #000000; 
font-family: Verdana,Tahoma,Arial; 
font-size: 9pt;
width :300px} 

INPUT {border-style: solid; 
border-width: 1; 
border-color: #000000; 
background-color:slate;
color: #000000; 
font-family: Verdana,Tahoma,Arial; 
font-size: 9pt;
width :200px} 

.button {
	border-style: solid;
	border-width: 1;
	border-color: #000000;
	background-color:#999999;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width :145px
}

/*guestbook*/

#guest_frame {
	height: 350px;
	padding: 15px;
}
.guest_field {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #CCCCCC;
}
.add_guestbook a {
	background: transparent url(../images/home/arrow.gif) 0 50% no-repeat;
	color:#646464;
	padding-left:12px;
	text-transform:uppercase;
}
.guestbook a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;
}
.guestbook a: hover {
	color: #999999;
	text-decoration: none;
}
.guestbook_list {
	background-image: url(../images/home/grey_shade2.png);
	background-repeat: repeat-y;
	background-position: center top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-color: #D8D8D8;
	border-right-color: #D8D8D8;
	border-bottom-color: #D8D8D8;
	border-left-color: #D8D8D8;
}
/*pagina isolamento*/

#isolamento_frame {
	height: 500px;
	margin-top: 15px;
}
#isolamento_cappotto {
	margin-top: 15px;
	height: 830px;
}
#isolamento_cappotto_ {
	margin-top: 15px;
	height: 1500px;
}
#ristrutturazioni_interni_esterni {
	margin-top: 15px;
	height: 950px;
	margin-bottom: 30px;
}
.img_isolamento {
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	border: 1px solid #747A60;
	float: left;
}.google_search_button {
	background-color: #006699;
	color: #FFFFFF;
	width: 100px;
}
.google_search_text {
	width: 150px;
	border: 1px solid #999999;
}
#google_search_frame {
	height: 1000px;
}
#google_search_top {
	margin-top: 10px;
}
#articolo_frame {
	width: 600px;
	margin-top: 10px;
	padding-left: 15px;
}
.commento p {
	color: #999999;
	font-size: 12px;
}

#side_articoli {
	float: right;
	width: 300px;
	margin-top: 10px;
}
#articolo_frame h4 {
	font-size: 10px;
	color: #333333;
	text-align: right;
	font-style: oblique;
}
#side_articoli ul {
	font-size: 12px;
	color: #666666;
	list-style-image: url(../images/home/arrow.gif);
	margin-left: 10px;
}
#side_articoli li {
	display: list-item;
	padding-top: 10px;
}
#side_articoli li a {
	list-style-image: url(../images/home/arrow.gif);
	font-size: 120%;
	color: #333333;
	text-decoration: none;
}

#articolo_frame h3 {
	font-size: 160%;
}
#articolo_frame p {
	font-size: 140%;
	color: #999999;
	text-align: justify;
}
.articolo_img {
	margin: 10px;
	padding: 3px;
	border: 1px solid #CCCCCC;
	float: right;
}
#blog {
	width: 290px;
	display: inline;
	overflow:hidden;
}


/***** Articles *****/

.guestbook_list {
	background: #f7fcfe url(../images/home/grey_shade.png) left repeat-x;
	border:1px solid #D8D8D8;
	border-bottom:0;
	height:86px;
	overflow:hidden;
	width:288px;
}


.guestbook_list h3 {
	background:#4A494E url(../images/home/number_bg.png);
	color:#fff;
	display:inline;
	float:left;
	font-size:240%;
	margin-right:12px;
	padding:26px 4px;
}
.guestbook_list:hover h3 {
	background: #FFF;
	color:#4a494e;
}
.guestbook_list ul {
	margin-top:13px;
}
.guestbook_list ul li {
	color:#000000;
	font-size:.825em;
	line-height:1em;
}
.guestbook_list ul li.title {
	color:#404040;
	font-size:.94em;
	font-weight:bold;
	margin-bottom:4px;
}
.guestbook_list ul li.content {
	color:#646464;
	font-size:.90em;
	line-height:11px;
	margin-bottom:4px;
	padding-right:4px;
}
.guestbook_list ul li.title a:link {
	color:#404040;
	font-weight:bold;
}
.guestbook_list ul li.title a:hover {
	color:#404040;
	font-weight:bold;
}
.guestbook_list ul li.title a:visited {
	color:#404040;
	font-weight:bold;
}
#guestbook_frame {
	height: 130px;
	margin-top: 15px;
}

.guestbook_list ul li.title a:active {
	color:#404040;
	font-weight:bold;
}.commento {
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	padding: 5px;
	width: 600px;
}
#form_text {
	color: #666666;
}
.guestbook_form {
	font-size: 12px;
	color: #666666;
	font-weight: normal;
}

.commento h2 {
	font-size: 12px;
	color: #666666;
}
#guestbook_frame {
	width: 600px;
	margin-top: 10px;
	padding-left: 15px;
}
* html #main img,
* html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "images/blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);

}
.tabella_cappotto {
	margin-top: 30px;
	margin-bottom: 30px;
}
#wrapper #main_body #isolamento_frame #about_intro a {
	font-size: 16px;
	font-weight: bold;
	color: #46312C;
}
#wrapper #main_body #chi_siamo_frame #about_intro .about_intro_column a {
	font-size: 14px;
	font-weight: bold;
	color: #6F271B;
}
#chi_siamo_frame {
	height: 600px;
}
#chi_siamo_frame #about_intro {
}
#about_intro {
	height: 700px;
}
.elenco_foto li {
	float: left;
	margin-right: 8px;
	margin-top: 8px;
}

