/***************************************************************/
/*   CSS Reset   				                               */
/***************************************************************/
body {
	padding: 0;
	margin: 0;
	font: 12px Arial, Helvetica, Garuda, sans-serif;*font-size: small;*font: x-small;
	background: #c7d7c7 url("https://www.novaprati.com/assets/templates/default/img/general/background.jpg") repeat-x top center;
	line-height: 18px;
	color: #333;
}
h1, h2, h3, h4, h5, h6, ul, li, em, strong, pre, code {
	padding: 0;
	margin: 0;
	line-height: 1em;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 15px;
}
h6 {
	font-size: 14px;
}
table {
	font-size: inherit;
	font: 100%;
}
ul {
	list-style: none;
}
img {
	border: 0;
}
p {
	margin: 0.2em 0 0.9em;
}
strong {
	font-weight: bold;
}
a:active, a:focus {
	outline: 0;
}
a { 
	text-decoration: none; 
	color: #1A88A8;
}
.clear {
	clear: both;
}
#container {
	position: relative;
	width: 980px;
	margin: 0 auto; 
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
	background: #fff url("../img/bg-content.jpg") repeat-y center top;
	behavior: url("https://www.novaprati.com/assets/templates/default/css/css/PIE.htc");
}
body#col1 #container {
	background: #FFF;
	background-image: none;
}
/***************************************************************/
/*  Header                                                     */
/***************************************************************/
#header {
	background: url("../img/bg-header.png") no-repeat center top;
	width: 980px;
	margin: 0 auto;
	height: 398px;
	z-index: 10;
	position: relative;

}
#logo {
	background: url("../img/bg-logo.jpg") no-repeat center top;
	width: 972px;
	height: 62px;
	margin: 0 auto;
	top: 40px;
	position: relative;
}
#logo a{
	top: 13px;
	left: 10px;
	position: absolute;
}
/***************************************************************/
/*  Menu                                                       */
/***************************************************************/	
#menu {
	width: 208px;
	position: relative;
	top: 51px;
	left: 10px;
}
#menu ul {
	
}
#menu ul li {
	width: 208px;
	position: relative;
}
#menu ul li.active {
	background: url("../img/bg-menuhover.png") no-repeat center top;
}
#menu ul li a {
	display: block;
	padding: 12px 20px 13px;
	color: #fff;
	font-size: 18px;
}

/*  Dropdown level 1  */
#menu ul li:hover {
	color: #fff;
	background: url("../img/bg-menuhover.png") no-repeat center top;
}
#menu ul li ul {
	display: none;
	left: 208px;
	width: 208px;
	top: 0;
	position: absolute;
	background: url("../img/bg-menu.png") repeat center top;	
}
#menu ul li ul li {
	width: 208px;
	position: relative;
}
#menu ul li:hover ul {
	display: block;
}
#menu ul li ul li:hover{
	color: #fff;
	text-decoration: underline;
	background: url("../img/bg-menu.png") repeat center top;
}
#menu ul li ul li a {
	display: block;
	padding: 12px 20px 13px;
	color: #fff;
	font-size: 18px;
}

/*  Dropdown level 2  */
#menu ul li ul li:hover {
	color: #fff;
	
}
#menu ul li ul li ul {
	display: none !important;
	left: 208px;
	width: 208px;
	top: 0;
	position: absolute;
	background: url("../img/bg-menu.png") repeat center top;
}
#menu ul li ul li ul li {
	
}
#menu ul li ul li:hover ul {
	display: block !important;
}
#menu ul li ul li ul li:hover{
	color: #fff;
	text-decoration: underline; 
	background: url("../img/bg-menu.png") repeat center top;
}
#menu ul li ul li ul li a {
	display: block;
	padding: 12px 20px 13px;
	color: #fff;
	font-size: 18px;
}
/***************************************************************/
/*  Content                                                    */
/***************************************************************/
#text {
	float: right;
	width: 730px;
	margin: 20px 12px;
}
body#col1 #text {
	float: none;
	width: 930px;
	margin: 20px auto 20px auto;
}
#text h1 {
	color: #2a610b;
	font-size: 26px;
	margin: 0 0 20px;
}
#sidebar {
	left: 10px;
	position: relative; 
	float: left;
	width: 208px;
	margin-bottom: 20px;
}
#sidebar h5{
	background: url("../img/bg-titolosidebar.jpg") repeat-x center top;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	height: 33px;
	padding: 7px 0 0 20px;
}
#sidebar div{
	padding: 10px 0 0 0;
}
#sidebar ul li {
	padding: 20px 0 0 20px;
}
#sidebar ul li a{
	font-size: 18px;
	color: #fff;
}
#sidebar ul li a:hover{
	text-decoration: underline;
}
/***************************************************************/
/*  Footer                                                     */
/***************************************************************/
#footer{
	position: relative;
	background: url("../img/bg-footer.jpg") no-repeat center top;
	clear: both;
	height: 62px;
}
#footer-left{
	float: left;
	width: 600px;
}
#footer-left .footer-title {
	display: block;
	font-size: 15px;
	font-weight: bold;	
	color: #fff;
	padding: 15px 40px 0;
}
#footer-left p{
	font-size: 11px;
	color: #fff;
	padding: 0 0 0 40px;
}
#footer-right{
	position: relative;
	float: right;
	width: 290px;
}
.search {
	margin: 20px 40px 0 10px;
	float: right;
}
.search div {
	width: 186px;
	color: #fff;
}
.searchfield {
	position: absolute;
	top: 20px; 
	right: 40px;
	margin-left: 5px;
	background: #fff;
	border: none;
}
.searchbutton {
	display: none;
}
.footer-logo {
	float: left;
	margin: 10px 0 0 0;
}
.footer-logo a {
	display: block;
	text-align: center;
	text-indent: -9999px;
	width: 51px;
	height: 40px;
	background: url("../img/bg-sicomunica.png") no-repeat center 13px;
}
.footer-logo a:hover {
	background-position: center -20px;
}

/*  News  */
.news  {
	border-bottom: 1px solid #DDD;
	padding: 10px 0;
	width: 940px;
}
#text .news-title h2 {
	padding: 0;
	margin: 0;	
}
#text .news-title h2 a {
	font-size: 18px;
}
#text .news-content p {
	padding: 0;
}
.news-link{
	display: block;
	width: 115px;
	margin: -14px 0 0;
}
.news-link:hover{
	text-decoration: underline;
}
#pagination {
	margin: 5px 0 0 15px;
}
.page {
	padding: 0 0 0 3px;
}
.pagination-current {
	padding: 0 3px 0;
}

/*  Forms and map  */
.form_dei_contatti {
	margin: 0 0 0 30px;
	float: left;
}
.mappa_google {
	float: right;
	margin: 0 30px 0 0;
}
.mappa_google iframe {
	width: 600px;
	height: 420px;	
}
/***************************************************************/
/*  Search                                                     */
/***************************************************************/
.ajaxSearch_grpResultName, .ajaxSearch_resultsInfos, .paging1 {
	display: none;
}
.ajaxSearch_intro {
	display: none;
}
/*  Search  */
.ajaxSearch_result {
	border-bottom: 1px solid #DDD;
}
#text .ajaxSearch_resultLink {
	display: block;
	font-size: 18px;
	padding: 0;
	margin: 18px 0 -7px;	
}
#text .ajaxSearch_resultExtract p {
    font-size: 12px;
    padding: 10px 0px;
}
.AS_ajax_resultsIntroFailure {
	padding: 10px 30px;
}
#content .ajaxSearch_resultsInfo {
	display: none;
}
/***************************************************************/
/*  Contacts                                                   */
/***************************************************************/
#form {
	float: left;
	width: 300px;
}
.gmap {
	float: right;
	width: 515px;
	text-align: center;
	margin-bottom: 20px;
}
.map iframe {
	width: 515px;
	height: 425px;
}

/***************************************************************/
/*  Form                                                       */
/***************************************************************/
#form {
	width: 400px;
	float: left;
}
#form label {
	display: block;
    color: #666;
	padding: 15px 0 0;
}
#form textarea {
    width: 384px;
    color: #666;  
    padding: 8px;
    border-color: #B3B3B3 #DCD9D9 #DCD9D9 #B3B3B3;
    border-style: solid;
    border-width: 1px;    
}
#form input {
    margin: 2px 0;
    padding: 6px 8px;
    width: 383px;
    color: #666;
    border-color: #B3B3B3 #DCD9D9 #DCD9D9 #B3B3B3;
    border-style: solid;
    border-width: 1px;
    color: #4F4F4F;
    padding: 8px;   
}
#form textarea, #form input {
	font-size: 13px;
    font-family: Arial;
	background: #
}
#form .prv input {
	width: auto;
	margin: 8px 4px 0 0;
	border: none;
	padding: 0;
}
.submit {
    background: #cbcfd5;
    border: none;
    border-top: 5px;
    color: white;
    height: 30px;
    margin: 10px 0;
    padding: 0 0 2px;
    width: 181px;
}
.submit:hover {
	cursor: pointer;
    background: #a4a6a9; 
	text-decoration: underline;
}
#form .last__name {
	position: absolute;
	top: -10000px;
}
#form .hide-label {
	display: none;
}
.box-error {
	padding: 12px 10px 12px 10px;
	margin: 0 0 10px; 
	color: #464646;
	font-size: 15px;
	background: #fffbcc;
	border: 2px solid #f1eb9e; 	
}

/*  Newsletter  */
.TXNewsletters_form_item INPUT {
height:20px;
}

.TXNewsletters_form_item INPUT, .TXNewsletters_form_item TEXTAREA {
vertical-align:middle;
border:1px solid #bbbbbb;
font-size:11px;
color: #333333;
}

.clear {
  clear:both;
  font-size:0pt;
  height:0px;
  margin:0;
  padding:0;
}

.TXNewsletters_general {
  position:relative;
  text-align:center;
  padding-left:24px;
  padding-right:24px;
}

.TXNewsletters_general_int {
  text-align:left;
  margin-left:auto;
  margin-right:auto;
}

.TXNewsletters_title {
  margin:12px;
  padding:4px;
  text-align:center;
  font-size:11pt;
  font-weight:bold;
}

.TXNewsletters_menu {
  margin:12px;
  padding:4px;
  border:1px solid #cccccc;
}

.TXNewsletters_content {
  margin:12px;
  padding:4px;
  border:1px solid #cccccc;
}

.TXNewsletters_form_labelGauche {
display:block;
padding-top:2px;
float:left;
width:180px;
height:18px;
color: #333333;
position:relative;
top:0px;
text-align:left;
margin-right:2px;
}

.TXNewsletters_form {
margin:10px;
padding:2px;
}

.TXNewsletters_form_right {
padding-left:185px;
}

.TXNewsletters_form_item {
padding:1px;
margin:2px;
}

.TXNewsletters_form_item  TEXTAREA {
vertical-align:middle;
border:1px solid #bbbbbb;
font-size:11px;
color: #333333;
}

.TXNewsletters_form_item  INPUT {
height:20px;
vertical-align:middle;
border:1px solid #bbbbbb;
font-size:11px;
color: #333333;
}

INPUT.TXNewsletters_form_noborder {
border:0;
}

.TXNewsletters_form_noborder {
border:0;
}

.TXNewsletters_form_inputErr {
border:1px solid #ff0000;
}

.TXNewsletters_form_labelErr {
color:#ff0000;
}

.TXNewsletters_form_th {
font-size:11px;
padding-bottom:4px;
border-bottom:1px solid #000000;
border-right:1px solid #cccccc;
}

.TXNewsletters_form_td {
font-size:10px;
padding:4px;
border-bottom:1px solid #cccccc;
border-right:1px solid #cccccc;
}

.coolButton {
cursor:pointer;
position:relative;
float:left;
border:1px solid #bbbbbb;
padding:3px;	
margin:2px;	
background-image:url("https://www.novaprati.com/assets/templates/default/images/buttonbaractive.gif");
}
