/* CSS Document */
/*
@name: css/decorius.css
@desc: css generale
@author: Giada Ranieri
@lastauthor: Giada Ranieri
*/

* {
margin: 0;
padding: 0;
}

html, body{
margin:0px;
 padding:0px;
 height:100%;
}

body{
margin:0;
color:#333;
width:100%;
font-size: 12px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
text-align:center;
background: url(../img/lay/bg.jpg) #f6e7cf;
}

a {
color: #73603f;
text-decoration: none
}

a:hover {
color: #73603f;
text-decoration:underline
}

img {
border:none;

}
hr {
display:none
}

img.FloatLeft {
float:left;
margin:0px 20px 0 0;
}

.centrato {
margin:50px auto auto;
width:400px;
text-align:center;
}

.clearboth {
clear:both;
}


h3 {
color:#960;
text-align:center;
border-bottom:5px solid #fff;
}

/*--------- CONTENTS -----------*/
/*spot*/
#spot {
margin:0px auto auto auto;
background-color:#b88f50;
}

#spot p {
color:#795e33;
 font-size:11px;
 text-align:center;
 font-weight:bold;
}

#spot a, a:hover, a:active, a:visited {
color:#795e33;
 text-decoration:none;
}

/*home*/
#boxhome {
margin:160px auto auto auto;
 width:960px;
 height:600px;
}

#container {
margin:0px auto auto auto;
 width:916px;
 background:url(../img/lay/box_bg.jpg) no-repeat top left #fff;
min-height: 600px;
height: auto !important;
height: 600px;
background-color:transparent;
}

#testa, #testa_02, #testa_03, #testa_04 {
 margin:0px auto auto auto;
 width:916px;
 height:162px;
 background:url(../img/lay/testa_01.jpg) no-repeat top left ;
}

#testa h1, #testa_02 h1, #testa_03 h1, #testa_04 h1 {
display:none;
}

#testa_02 {
 background:url(../img/lay/testa_02.jpg) no-repeat top left #fff;
}

#testa_03 {
 background:url(../img/lay/testa_03.jpg) no-repeat top left #fff;
}

#testa_04 {
 background:url(../img/lay/testa_04.jpg) no-repeat top left #fff;
}

/* menu */
#menu, #menu_pg {
float:left;
margin: 0 0 0 10px;
width: 900px;
height: 50px;
}

#menu_pg {
margin: 0 0 0 42px;
}

/* to stretch the container div to contain floated list */
#menu:after, #menu_pg:after {
content: ".";
display: block;
line-height: 1px;
font-size: 1px;
clear: both;
}

ul#nav {
list-style: none;
padding: 0;
margin: 0;
width: 900px;
}

#nav li {
display: block;
float: left;
width: 224px;
margin: 0;
padding: 0;
}

#nav li a:link, #nav li a:visited {
display: block;
width: 224px;
padding: 0;
height: 34px;
padding: 0;
line-height: 34px;
color: #fff;
text-decoration: none;
background-position: 0 0;
}

#menu>ul#nav li a { width: auto; }
#menu_pg>ul#nav li a { width: auto; }

ul#nav li#active a, ul#nav li a:hover{
 background-position:0 -34px;
 color:#fff;
text-decoration:none;
}

#nav span {
display:none
}

#nav li a.mazienda {
 background:url(../img/lay/m_azienda.gif) no-repeat;
}

#nav li a.mproduzione {
 background:url(../img/lay/m_produzione.gif) no-repeat;
}

#nav li a.mdove {
 background:url(../img/lay/m_dove.gif) no-repeat;
}

#nav li a.mcontatti {
 background:url(../img/lay/m_contatti.gif) no-repeat;
}


/*contenuto*/
#bg_testi, #bg_testi_azi {
clear:both;
margin:0;
width:916px;
padding-bottom:10px;
background: url(../img/lay/bg_boxes.gif) repeat-y top left;
min-height: 345px;
height: auto !important;
height: 345px;
}

#box_txt p {
}

#bg_testi_azi {
min-height: 370px;
height: auto !important;
height: 370px;
padding-bottom:10px;
}

#box_testi p.padb10 {
clear:both;
padding-bottom:10px;
}

#box_txt, #box_foto {
float:left;
margin:5px 0 0 20px;
width:439px;
text-align:left;
}

#box_foto {
margin:5px 0 0 8px
}

#box_txt h1, #box_foto h1 {
height:30px;
margin:3px 0 0 15px;
text-align:left;
width:70%;
color:#5c4f37;
line-height:30px;
font-weight:lighter;
font-size:25px;
font-family:Georgia, "Times New Roman", Times, serif;
border-bottom:1px solid #5c4f37;
}

#box_txt .subtitle {
color:#9d937f;
line-height:30px;
font-weight:lighter;
font-size:25px;
font-family:Georgia, "Times New Roman", Times, serif;
}

#box_txt p {
line-height:130%;
margin:10px;
padding:0 5px 10px 5px;
text-align:left;
text-align:justify;
}

#box_txt p.addrez, #box_foto p.addrez {
margin-left:50px;
}

h2 {
font-size:14px;
color:#5c4f37;
margin:10px;
text-align:left;
}

h2 a:link, h2 a:hover, h2 a:visited, h2 a:active {
color:#5c4f37;
text-decoration:none;
}

h2.top10 {
padding-top:10px; }

h2.add {
margin:50px 0 0 50px;
}

#box_foto img {
margin:10px;
}

/* form mail */
form{
clear:both;
width:400px;
padding:5px 0;
margin:20px 0 0;
}

fieldset{
border:none
}

fieldset div{
float:left;
width:400px;
padding: 0px 0 10px;
}

label{
float:left;
width:100px;
display: inline;
line-height:8px;
margin-left:20px;
}

#buttonz {
 margin: 0 auto auto 140px;
}

.Campo {
background:#fff;
 border:1px solid #960;
 width:250px;
}

.invia {
background:#fff;
 color:#666;
 font-size:12px;
 font-weight:bold;
margin-top:5px;
 border:1px solid #960;
}

/*footer*/
#footer {
 clear:both;
 margin:0 auto auto auto;
 width:916px;
 height:50px;
 background:url(../img/lay/footer.gif) no-repeat top left;
 line-height:1.2em;
}

#footer_home {
 clear:both;
 margin:0 auto auto auto;
 width:916px;
 height:50px;
 background:url(../img/lay/footer_home.gif) no-repeat top left;
  line-height:1.2em;
}

#footer p. #footer_home p {
 color:#333;
 font-size:11px;
 text-align:center;
 padding-top:1px;
  line-height:1.2em;
 
}
#footer a, a:hover, a:active, a:visited, #footer_home a, a:hover, a:active, a:visited {
color:#333;
 text-decoration:none;
  line-height:1.2em;

}
#footer img. #footer_home img. {
 border:0;
 padding:0 2px;
 vertical-align:middle
}

/* IE6 ONLY */
* html #menu {
margin:0 0 0 5px;
}

* html form{
margin:30px auto auto auto;
}

* html #box_txt {
margin:5px 0 0 5px;
}

* html #box_foto {
margin:5px 0 0 4px;
}


* html #clndx img {
border:none;
padding:10px 10px 0 0;


/* IE7 Only */
*+html form{
margin:20px auto auto auto;
}
