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

body{
background-image:url(img/bg.jpg);
margin:0px;
}

#contenitore {
background-image:url(img/bgContenitore.jpg);
background-repeat:repeat-x;
}
#header{
margin-left:auto;
margin-right:auto;
width:1024px;
height:236px;
}
#logo {
padding-top:70px;
height:92px;
width:306px;
}
#menu{
width:1024px;
margin-left:auto;
margin-right:auto;
height:170px;
}

#corpohome {
padding-top:40px;
width:1024px;
height:205px;
background-image:url(img/bgtext.png);
background-repeat:no-repeat;
margin-left:auto;
margin-right:auto;
}
#contact {
width:1024px;
margin-left:auto;
margin-right:auto;
height:250px;
}
#footer {
background-image:url(img/bgfooter.png);
height:320px;
}
.sezione {
width:1024px;
height:230px;
margin-bottom:50px;
margin-left:auto;
margin-right:auto;
padding-bottom:50px;
border-bottom:#FFCC00 dashed 1px;
}
.sezSinistra {
background-image:url(img/bgSx.png);
float:left;
width:200px;
height:150px;
color:#666666;
text-align:left;
font-family:Arial, Helvetica, sans-serif;
font-size:22px;
font-weight:900;
line-height:20px;
}
.imgSez {
float:left;
width:500px;
height:230px;
}
.img {
border:3px solid #FFCC00;
display:block;
}
.sezDestra {
float:left;
width:300px;
height:230px;
background-image:url(img/bgDx.png);
background-position:bottom left;
background-repeat:no-repeat;
padding-left:24px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#FFCC00;
}
.link {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#FFCC00;
margin-top:10px;
}
#copy {
width:1024px;
margin-left:auto;
margin-right:auto;
text-align:right;
height:20px;
padding-top:43px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#666666;
font-size:12px;
}
.lista {
padding-left:130px;
width:300px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
color:#FFCC00;
font-variant:small-caps;
float:left;
line-height:25px;
font-weight:bold;
}
.listacolore {
color:#CCCCCC;
}
.inputform {
margin-top:5px;
color:#333333;
border-left:3px #333333 solid;
border-bottom:0px;
border-right:0px;
border-top:0px;
background-color:transparent;
height:16px;
}
.inputformTesto {
margin-top:5px;
color:#333333;
border-left:3px #333333 solid;
border-bottom:0px;
border-right:0px;
border-top:0px;
background-color:transparent;
height:65px;
}
.inputtext {
color:#333333;
font-weight:bold;
padding-left:10px;
}
.testoHome1 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:25px;
color:#333333;
}
.testoDx {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#999999;
font-weight:normal;
}
.testoForm {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}