
body {
	margin: 0px;
	padding: 0px;
	/*background: url(images/img01.jpg) repeat-x left top;*/
     /*background: url(images/header.jpg) repeat-x left top;*/
	font: 13px Verdana, Helvetica, sans-serif;
	color: #212121;
/*background:  #7D312D;*/
/**/background-image: url(images/sfondino_grey.gif);
 background-repeat: repeat-y;
 background-position: center;

}

div#wrapper{
background: #4d4d4d;
/*background: #C9625D;*/
/*background: #335a7d;*/



}

div#logo_area {
  /*width:900px;*/
  width: 90%;
  margin:0 5%;
  /*border-left: 4px solid #CCD276;*/
/*   border-right: 4px solid #CCD276;*/
/*    background: url(images/header_w.jpg) repeat-x 4px 0;*/
}


h1, h2, h3 {
	margin-top: 0px;
    font-family:  Georgia, Times New Roman, serif;
}

h1 {
	font-size: 2em;
    color: #CCD276;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

p, ol, ul {
	margin-bottom: 1.8em;
	line-height: 160%;
}

.firstpar {
	padding-top:10px;
	
	}

a {
	/*color: #175500;*/
    color: #d45500;
    text-decoration: none;
    font-weight: bold;
}



a:hover {
	text-decoration: underline;
	/*color: #FF0000;*/
}

a img {
	border: none;
}

/* Header */

#header {
	/*width: 900px;*/
	height: 80px;
	margin: 0px auto;
	/*background: #C9615D;*/
    background: url(images/header_w.jpg) repeat-x left top;
}

#header a {
	text-decoration: none;
	/*color: #FFFFFF;*/
    /*color:   #335a7B;*/
	color:#4d4d4d;
}

/* Logo */

#logo {
	float: left;
	/*background: url(images/img03.jpg) no-repeat left top;*/
/*	padding-left: 70px;*/
    padding-left: 0px;
	padding-top: 10px;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
}
 /*added*/
#logo p {
/*padding-left:2px;*/
font-size: 16px;
text-align: center;

}
#logo h1 {
	padding: 12px 0px 0px 0px;
}

/* Menu */

#menu {
	float: right;
	/*background: #335a7d;*/
/*	border-top: 4px #CCD276 solid;*/
/*    border-bottom: 4px #CCD276 solid;*/
	/*margin: 28px 0 0 0;*/
    margin:0;
}

#menu ul {
	margin: 0px 0 0 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	margin: 0px 0px 0px 1px;
}

#menu a {
	display: block;
	width: auto;
	height: 28px;
	padding: 12px 20px 0px 20px;
	background: url(images/img03.jpg) no-repeat right 50%;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first {
	background: none;
}

#menu .active a {
/*  color: #C9625D;*/
}
div#menu a.active {
  color: #D45500;
  /*color: #335a7d;*/
}


/* Page */

div#pagina {
   width: 90%;
   min-height: 100px;
   margin: 0px auto;
   background: #FFF;
   /*border-left: 5px solid #7D312D;*/
   border-left: 4px solid #d45500;
   border-right: 4px solid #d45500;


/*   border-top: 2px solid #fff;*/
 }

div#bread {
 padding-left:10px;
 color: #4d4d4d;
 font-size: small;
 padding-bottom: 30px;

 }

/* Content */

#content {
	float: left;
	width: 55%;
    padding:20px;

    /*background-color: #FFFFFF;*/
}

div#content li {

list-style-type: none;
}

div#content .elenchi li {
list-style-type: square;

}

div#content p {
  text-align: left;
}

.post {
	margin: 0px 0px 30px 0px;
}

.post .title {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: #ddd solid 1px;
color: #4D4D4D;
/*    color:#C9625D;*/
}

.post .title a {
	color: #335A7D;
}

.post .title a:hover {
  text-decoration:none;
}



.post .entry {
}

.post .meta {
	font-weight: bold;
}

.post .byline {
	margin: 0px;
}

.byline {
  color: #2d2d2d;
  font-family: Verdana,Helvetica;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 10px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 35%;
    padding-top:28px;
    min-height: 700px;
    /*background-color: #FFFFFF;*/
}

#sidebar-bgtop {
	height: 3px;
}

#sidebar-bgbtm {
	height: 3px;
}

#sidebar-content {
	padding: 20px;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sidebar li ul {
	margin-bottom: 1.8em;
	padding-left: 20px;
	list-style: none;
}

#sidebar h2 {
	padding: 4px 20px;
	/*background: #335A7D;*/
    background: #2d2d2d;
    /*border-top: 4px solid #CCD276;*/
    border-top: 4px solid #ff7f2a;
	border-radius: 5px;
	font-size: 1.2em;
	color: #FFFFFF;
}

#sidebar a {
	text-decoration: none;
	color: #d45500;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Search */

#search {
}

#search form {
	margin-bottom: 1.8em;
	padding: 0px;
}

#search fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

#search #s {
	width: 160px;
}

/* Footer */

#footer {
	clear: both;
	width: 100%;
	height: 130px;
	margin: 0px auto 0px auto;
	color: #FFFFFF;
	/*background: #335A7D;*/
    background: #2d2d2d;
    border-top: 4px solid #d45500;
    border-bottom:  4px solid #d45500;
}

#footer p {
	margin: 0px;
	padding: 19px 0px 0px 0px;
	text-align: center;
	line-height: 50%;
	font-size: smaller;
}

#footer a {
	color: #FFFFFF;
    font-weight: normal;
}

#contatti {
line-height: 20px;
padding-top:40px;
}
#contatti li{
  padding:10px 0 10px 0;
}

li#submit {
  padding-left:90px;
}


/*
#contatti fieldset {

border: 2px solid navy;
padding: 10px;
}

#contatti legend {
font-weight: bold;
font-size: small;
color: navy;
padding: 5px;

} */

#contatti label.fixedwidth {
display: block;
width: 90px;
float: left;
color: #7D312D;
font-weight: bold;
font-size: 12px;
}

span#error_email , span#error_azienda{
color:#CCD276;
font-size: xx-small ;
}


