@charset "utf-8";
/* CSS Document */

*{
margin:0;
padding:0;
outline: 0
}

img{
border: none
}

body{
text-align:center;
background-color:#fff;
background:url(images/fondino.gif) repeat-x;
font: normal 0.8em "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
color: #666;
}

h1{
color: #333;
margin: 0 0 5px 0;
font-size: 13px
}

a {
color: #F29400;
text-decoration:none;
}

a:hover {
color: #333;
}

.Stile1 {color: #F29400}

#box-esterno{
width:834px;
margin: 0 auto;
background:url(images/fondino_container.gif) repeat-y;
text-align:left
}

#testata{
width:834px;
margin: 0 auto;
background:url(images/fondo_testata.gif) no-repeat;
height: 110px
}

#foto_home{
width:834px;
margin: 0 auto;
background:url(images/foto_home.jpg) no-repeat;
height: 250px
}

#foto_prodotti{
width:834px;
margin: 0 auto;
background:url(images/foto_prodotti.jpg) no-repeat;
height: 250px
}

#foto_servizi{
width:834px;
margin: 0 auto;
background:url(images/foto_servizi.jpg) no-repeat;
height: 250px
}

#foto_contatti{
width:834px;
margin: 0 auto;
background:url(images/foto_contatti.jpg) no-repeat;
height: 250px
}

#footer{
width:834px;
margin: 0 auto;
background:url(images/fondino_footer.gif) no-repeat;
height: 90px;
padding-top: 50px;
font-size: 10px;
color: #f29400;
}

#footer a {
color: #000;
text-decoration: none
}

#footer a:hover {
color: #f29400;
text-decoration: none
}

#footer-left {
float:left;
padding-left:46px
}

#footer-right {
float:right;
padding-right:46px
}

#menu {
width:834px;
margin: 0 auto;
height: 35px;
text-align: center
}

ul#menu li {
display: inline;
padding: 0 23px;
}

#container{
padding: 20px 46px 0 38px;
}

#container-sx {
width: 145px;
float: left;
text-align:right
}

#container-dx {
border-left: 2px solid #f29400;
width: 590px;
float:right;
padding-left:10px
}

#container-dx2 {
width: 600px;
float:right;
}

#container-dx p {
line-height: 20px;
text-align: justify;
margin-bottom: 10px
}

#contatti-sx {
width: 365px;
float: left;
}

#contatti-dx {
border: 1px solid #f29400;
width: 200px;
float:right;
padding:10px;
background: #f0f0f0;
}

.form1 {
padding: 3px;
background: #fff;
border: none;
width: 185px;
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
font-size: 11px;
font-weight: normal;
display: block;
}

.bottone{
padding: 3px;
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
font-size: 11px;
font-weight: normal;
border: 1px solid #999;
background: #ccc
}




.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 */
