body{
	margin: 0px;
	padding: 0px;
	font-family: Georgia, Helvetica, Verdana, sans-serif;
	font-size: 13px; 
	text-align: center;
    background: white url(images/bg_top.gif) repeat-x 0px 206px;
}
div#container{
	width: 1012px;
	position: relative;
	z-index: 2;
	margin: 0px auto;
    padding: 0px;
	text-align: left;
	color: #58595d;
}
div#header{
    padding: 0px;
    height:408px;
	margin: 0px 0px 0px 56px;
	text-align: left;
}
div#header a{
    color: #004E91;
    text-decoration: none;
}
div#header a:hover{
    text-decoration: underline;
}
div#top-banner{
	position: absolute;
	z-index: -1;
    padding: 0px;background:white;
    width: 850px;
    height:200px;
	margin: 206px 0px 0px 25px;
	/*border:1px solid red;*/
}
div#header img{
    padding: 0;
	margin: 0;
	border: none;
	z-index: 8;
}
/*stili specifici per il Menu di navigazione*/
div#navigation{
	margin: 0px; /*border:1px solid red;*/
	height:56px;
	width: 1012px;
	font-family: Georgia, Verdana;
	font-size: 14px;
	color: #939598;
	text-align: left;
	/*letter-spacing:1px;*/
	background: url(images/line_horizontal.png) no-repeat bottom left;
}
div#navigation ul{
	margin: 0px 0px 0px 80px; /*border:1px solid blue;*/
	list-style: none;
    padding: 20px 0px 0px 0px;    
}			
div#navigation li{
	text-align: center; /*border:1px solid black;*/
	display: inline;
	margin: 20px 10px 0px 0px;
	padding: 0px;
}
div#navigation a{
    text-decoration: none;
    padding: 0px 18px 0px 0px;
    color: #939598;
}
div#navigation li#active a#home{ color: #fdb913; }
div#navigation a#home:hover{ color: #fdb913; }
div#navigation li#active a#azienda{ color: #7f6532; }
div#navigation a#azienda:hover{ color: #7f6532; }
div#navigation li#active a#prodotti{ color: #becd55; }
div#navigation a#prodotti:hover{ color: #becd55; }
div#navigation li#active a#puntivendita{ color: #a70e1c; }
div#navigation a#puntivendita:hover{ color: #a70e1c; }
div#navigation li#active a#contatti{ color: #ecc0d5; }
div#navigation a#contatti:hover{ color: #ecc0d5; }
div#navigation #facebook{
	position:absolute;
	margin-top: -24px;
	margin-left: 839px;
}
div#navigation #facebook a{
	border:none;
}
div#navigation #facebook img{
	border:none;
}
/*Content */
div#content{
	position:relative; /*border: 1px solid gray;*/
	width: 900px;
	height: 862px;
	margin: 0px 0px 0px 56px;
	padding:0px;
}
#colsx,#coldx{
	position:relative;
	float:left;
	height:750px;
}
#colsx{
	width:425px; /*border: 1px solid gray;*/
	margin:36px 0px 0px 0px;
	padding:0px 25px 0px 0px;
	background-image:url(images/line_vertical.png);
	background-repeat:no-repeat;
	background-position:top right;
}
#coldx{
	width:420px; /*border: 1px solid gray;*/
	padding:0px 0px 0px 25px;
	margin:36px 0px 0px 0px;
}
#colsx h1{
	font-family: Georgia, Verdana;
	font-size:25px;
	font-weight: normal;
	text-align: left;
	color:#58595b;
	margin:0px;
	padding:0px 0px 0px 24px;
}
#colsx h1 .home{ color: #fdb913; }
#colsx h1 .azienda{ color: #7f6532; }
#colsx h1 .prodotti{ color: #becd55; }
#colsx h1 .contatti{ color: #ecc0d5; }
#colsx div#line{
	width: 56px;
	height: 20px;
	margin:0px;
	padding:0px;
	border-bottom:1px solid #a3aeb5;
}
#colsx p{
	font-size:13px;
	font-family: Verdana, Helvetica;
	text-align:justify;
	line-height:22px;
	color:#58595b;
	margin:18px 0px 0px 0px;
	padding:0px 0px 0px 24px;
}
#coldx h2{
	font-size:14px;
	font-family: Georgia, Verdana, Helvetica;
	font-weight: normal;
	text-align:right;
	color:#fdb913;
	margin:0px;
	margin-right:20px;
	padding:0px;
}
#colsx h3,#coldx h3{
	color:#58595b;
	font-weight: bold;
	font-size: 13px;
	padding:0px 0px 0px 24px;
}
#coldx div#contatto{
	width:350px;
	height:220px;
	margin:385px 0px 0px 0px;
	padding:0px;
	background:url('images/logo2.jpg') no-repeat top left;
}
#coldx div#contatto p{
	float:left;
	font-family: Verdana, Helvetica;
	font-size:13px;
	line-height:17px;
	margin:100px 0px 0px 0px;
	padding:0px 10px 0px 20px;
	color:#7f7f7f;
}
div#contatto p span{
	font-weight: bold;
}
div#contatto a{
	text-decoration: underline;
	color:#7f7f7f;
}
div#contatto p a:hover{
	color:#7f7f7f;
	text-decoration: none;
}
#coldx img.foto{
	border: 3px solid #7f6532;
}

/*sottomenu per i prodotti nella pag prodotti*/
div#sub-nav ul{
	position:relative;
	width: 900px;
	list-style: none;
	margin: 18px 0px 0px 0px; 
	padding: 0px;
}
#sub-nav img {border: 3px solid #ccc;}
#sub-nav li {
	float: left;
	width: 68px;
	height: 104px; /*border: 1px solid black;*/
	margin: 0px 2px 0px 18px; 
	text-align: center;
	color: #939598;
	display: inline; /*--Gimp Fix aka IE6 Fix--*/
}
#sub-nav li a.thumb {
	width: 68px;
	height: 104px;
	padding: 4px 0px 0px 0px;
	border-top: 2px solid #fff;
	cursor: pointer;
}
#sub-nav li a.thumb:hover{ border-top: 2px solid #becd55; }
#sub-nav li a#active{ border-top: 2px solid #becd55; }
#sub-nav li span { /*--Used to crop image--*/
	width: 68px;
	height: 104px;
	overflow: hidden;
	display: block;
}
#sub-nav li h2 {
	font-size: 13px;
	font-weight: normal;
	/*text-transform: uppercase;*/
	margin: 0px; padding: 6px 0 0 0;
}
#sub-nav li a {text-decoration: none; color: #777; display: block;}

/*sottomenu per i prodotti nella pag Home*/
div#sub-nav-home ul{
	position:relative;
	width: 420px;
	list-style: none;
	margin: 18px 0px 0px 0px; 
	padding: 0px;
}
#sub-nav-home img {border: 3px solid #ccc;}
#sub-nav-home li {
	float: left;
	width: 68px;
	height: 120px; /*border: 1px solid black;*/
	margin: 0px 0px 0px 32px; 
	text-align: center;
	color: #939598;
	display: inline; /*--Gimp Fix aka IE6 Fix--*/
}
#sub-nav-home li a.thumb {
	width: 68px;
	height: 120px;
	padding: 0px;
	padding: 4px 0px 0px 0px;
	border-top: 2px solid #fff;
	cursor: pointer;
}
#sub-nav-home li span { /*--Used to crop image--*/
	width: 68px;
	height: 120px;
	overflow: hidden;
	display: block;
}
#sub-nav-home li a.thumb:hover { border-top: 2px solid #becd55; }
#sub-nav li a#active{ border-top: 2px solid #becd55; }
#sub-nav-home li h4 {
	font-size: 13px;
	font-weight: normal;
	/*text-transform: uppercase;*/
	margin: 0px; padding: 6px 0 0 0;
}
#sub-nav-home li a {text-decoration: none; color: #777; display: block;}

div#footer{  
	position:relative;
    width: 850px; /*border: 1px solid gray;*/
    height: 56px;
    margin: 70px 0px 0px 80px;
    padding: 20px 0px 20px 0px;
    text-align: center; 
    font-weight: lighter;
    font-size: 12px;
    color: black;
}
div#footer a{
	color: #000;
	text-decoration: underline;
}
div#footer a:hover{
	color:#6d6e71;
}
.clear { 
	clear: both;
}
.error{
	color:#a31415;
	font-weight:bold;
	font-size: 13px;
	margin-top:18px;
	padding:0px 0px 0px 24px;
}
.message{
	color:#6d6e71;
	font-weight:bold;
	font-size: 13px;
	margin-top:18px;
	padding:0px 0px 0px 24px;
}
/*stile per i contatti*/
fieldset{
border:0;
margin:0;
padding:0;

}
.form_row{
	clear:both;
	margin:0.4em 0.2em !important;
	padding:0.1em 0.2em;
}
#myform{
	margin-top:18px;
	margin-left:24px;
}

#myform div.label{
	float:left;
	text-align:left;
	width:120px;
	margin-top:0.5em;
	margin-bottom:0.5em;
	margin-right:5px;
}
#myform div.field{
	float:left;
	width:310px;
	height:40px;
	/*border:1px solid;*/
}
#myform div.textarea{
	height:100px;
}
#myform input{
	width:390px;
	height:20px;
	margin-left:10px;
	/*line-height:1;*/
	margin:4px 0 0 0;
	padding:2px;
	border:solid 1px #ffcb44;
	padding: 4px 0 0 4px;
}
#myform textarea{
	width:390px;
	height:220px;
	/*line-height:1;*/
	padding:0;
	border:solid 1px #ffcb44;
	padding: 7px 0 0 4px;
	font-size:12px;
	font-weight:normal;
}
#myform input.button{
	text-align:center; width:60px;
	float:right;
	padding: 2px;
	margin-right: 4px;
	color: white;
	background-color: #ffcb44;
}
#dati{
	margin:0 0 20px 0;
}
#dati, #dati p{
	line-height:15px;
	text-align:center;
	font-size:10px;
}

#dati img{
	float:none;
	margin:0;
	height:20px;
}
#dati p.message{
	color:#CE0400;
}

#myform input.validation-failed, #myform textarea.validation-failed {
	border: 1px solid #CE0400;
	color : #CE0400;
}
#myform input.validation-passed, #myform textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 2px 0;
	padding: 0px;
	padding-left:15px;
	/*background-color: #FF3300;*/
	color : #CE0400;
	font-weight: normal;
	font-size:10px;
}
.titolo {
	font-size: 13px;
	font-weight: bold;
	color: #fdb913; 
}

