@import url(extra.css);

body{
	font-size: 70%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	min-width: 770px;
	background-color: #eee;
	color: #444;
}

h1{
	font-size: 470%;
}
#tp-1 h1, #tp-3 h1{
	font-size: 370%;
}
h2 {
	margin: 10px 0;
	padding: 0;
	font-size: 180%;
}

h4 {
	margin: 0px;
	padding: 0;
	font-size: 105%;
}

.menu2 h3, .menu1 h3 {
	background: #eee;
	color: #FF4500;
	text-align: right;
	margin: 0px;
	padding: 5px 5px;
	font-size: 130%;
	letter-spacing: 1.5px;
/*	border: 1px solid #ddd;*/
	height: 1%;
}

img {
	border: none;
}

img.left{
	float: left;
	margin: 5px 5px 5px 0;
}

a:link, a:visited {
	color: #FF8C00;
}
a:hover, a:active {
	color: #FF4500;
}

#tp-2 .menu1 {
	margin-top: 10px;
}
.menu1 ul {
	padding: 0px;
	margin: 0 0 10px 0;
}
.menu2 {
	padding: 0px;
	margin: 40px 0 20px auto;
	font-size: 90%;
}
.menu2 ul{
	margin: 0 0 0 auto;
	padding: 0px;
}
.menu1 ul li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	text-align: right;
	height: 1%;
	letter-spacing: 1.2px;
}
.menu2 ul li{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	text-align: right;
	height: 1%;
	letter-spacing: 1.3px;
}
.menu2 ul li.in{
	padding: 4px 5px;
	margin: 0px;
	background: #ff8c00;
	color: #444;
	font-weight: bold;
}
.menu1 a {
	display: block;
	padding: 6px 5px;
/*	height: 17px;
	line-height: 17px;*/
	margin: 0px;
	border-bottom: 1px solid #ddd;
}
.menu1 ul li.in{
	padding: 6px 5px;
/*	height: 17px;
	line-height: 17px;*/
	margin: 0px;
	border-bottom: 1px solid #ddd;
	background: #ff8c00;
	color: #444;
	font-weight: bold;
}
.menu2 a {
	display: block;
	padding: 4px 5px;
/*	height: 18px;
	line-height: 18px;*/
	margin: 0px;
}
.menu1 a:link, .menu1 a:visited, .menu2 a:link, .menu2 a:visited, .menu3 a:link, .menu3 a:visited, #content-3 a:link, #content-3 a:visited {
	color: #444;
	text-decoration: none;
}
.menu1 a:link, .menu1 a:visited, .menu2 a:link, .menu2 a:visited{
	border-right: 6px solid #fafafa;
}
.menu1 a:hover, .menu1 a:active {
	background-color: #FAFAFA;
	border-bottom: 1px solid #ddd;
	color: #FF4500;
	border-right: 6px solid #FF8C00;
}
.menu2 a:hover, .menu2 a:active {
	background-color: #FAFAFA;
	color: #FF4500;
	border-right: 6px solid #FF8C00;
}

.skip, hr {
	position: absolute;
	left: -9000px;
}

#box {
	margin: 0 11% 0 8%;
	background-color: #fff;
	width: 70%;
	padding: 0 40px;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}
#wrap-1{
	float: left;
	width: 68%;
}
#tp-3 #wrap-1{
	float: none;
	width: auto;
}
#tp-4 #wrap-1{
	width: 100%;
}
#content-1{
	float: left;
	padding: 0px;
	margin: 0 0 10px 0;
	background: transparent;
	width: 99%;
}
#content-1 p{
	line-height: 1.4;
	padding: 5px 0;
	margin: 0px;
}
#tp-1 #content-1, #tp-4 #content-1 {
	margin: 0 0 30px 0;
}
#tp-3 #content-1 {
	width: auto;
	float: none;
	margin: 0 25% 20px 150px;
}
#tp-1 #content-1 h2, #tp-3 #content-1 h2{
	font-size: 160%;
	font-weight: normal;
	letter-spacing: 2px;
	border-bottom: 1px solid #eee;
	color: #ff8c00;
	margin: 30px 20px 10px 20px;
}
#tp-4 #content-1 h2{
	font-size: 150%;
	margin: 30px 0 20px;
}
#tp-1 #content-1 p, #tp-3 #content-1 p{
	margin: 0 20px;
}
#content-1 ul{
	margin: 10px 50px;
	padding: 0px;
}
#content-1 ul li{
	list-style-type: square;
	line-height: 1.6;
}
#tp-4 #content-1 ul{
	padding: 0px;
	margin: 0px 30px;
}
#tp-4 #content-1 ul li{
	padding: 0 0px;
	margin: 0px;
	border-bottom: 1px solid #ccc;
}
#tp-4 #content-1 ul li a{
	padding: 10px 0;
	display: block;
}
#tp-4 #content-1 ul li a:hover, #tp-4 #content-1 ul li a:active{
	background: #eee;
	color: #FF4500;
	text-decoration: none;
}

#intro{
	background: #eee;
/*	border: 1px solid #eee;*/
	color: #444;
	padding: 10px 20px;
	margin: 0px;
	font-size: 110%;
	letter-spacing: 1px;
}
#intro p{
	padding: 0px;
	margin: 0px;
}
#intro img{
	float: right;
	margin: 0 0 10px 10px;
	padding: 0;
}

#content-2{
	float: right;
	width: 28%;
	margin: 0px;
	padding: 0px;
	background-color: White;
	color: #444444;
}

#tp-3 #content-2 {
	float: right;
	width: 25%;
	margin: 0;
}

#tp-3 #content-3{
	float: left;
	width: 150px;
	margin: 0;
}
#content-3 h3{
	padding: 4px;
	margin: 0px;
	background: #eee;
	color: #ff4500;
	font-size: 100%;
	letter-spacing: 1px;
}
#content-3 ul {
	padding: 0px;
	margin: 0px;
}
#content-3 ul li{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	font-size: 85%;
/*	height: 20px;*/
}
#content-3 ul li.in, #content-3 p.in{
	padding: 4px;
/*	height: 11px;
	line-height: 11px;*/
	border-bottom: 1px solid #ddd;
	color: #444;
	background: #ff8c00;
	font-weight: bold;
}
#content-3 p.singleton {
	padding: 0;
	margin: 0;
	font-size: 85%;
	height: 20px;
}

#content-3 ul li a, #content-3 p.singleton a{
	display: block;
	padding: 4px 4px;
	margin: 0px;
/*	height: 11px;
	line-height: 11px;*/
	border-bottom: 1px solid #ddd;
}
#content-3 ul li a:link, #content-3 ul li a:visited, #content-3 p.singleton a:link, #content-3 p.singleton a:visited{
	color: #444;
	background: #fff;
}
#content-3 ul li a:hover, #content-3 ul li a:active, #content-3 p.singleton a:hover, #content-3 p.singleton a:active{
	color: #ff4500;
	background: #fafafa;
}

p#path a{
	margin: 0 2px;
}

#footer{
	clear: both;
	color: #444444;
	background: #eee;
/*	border: 1px solid #ddd;*/
	border-bottom: none;
	margin: 20px 0 0 0;
	padding: 20px;
}

#footer p{
	margin: 0;
	padding: 20px 0px;
	text-align: center;
	height: auto;
	line-height: 20px;
}
#footer p.desc{
	padding: 10px 0;
	font-size: 120%;
	font-weight: bold;
	border: 1px solid #ccc;
	background: #ddd;
	height: auto;
}
#footer p.img{
	height: auto;
	padding: 0px;
}
#footer p.img img{
	border: 1px solid #ccc;
}

#footer p a:link, #footer p a:visited{
	color: #FF8C00;
	text-decoration: none;
	text-transform: none;
}
#footer p a:hover, #footer p a:active{
	color: #FF4500;
	text-decoration: underline;
}

#header form#cerca{	
	padding: 2px 0 2px 20px;
	margin: 0;
	text-align: left;
	width: 67.5%;
	float: left;
}
#header form fieldset{
	border: none;
	margin: 0px;
	background: #fff;
/*	border: 1px solid #eee;*/
	padding: 2px;
	height: 27px;
	line-height: 27px;
}
#header form#cerca #submit {
	padding: 0 5px;
}
form#cerca input#search {
	background-color: #fafafa;
	border: 1px inset #eee;
}
form#cerca input#search:hover {
	background-color: #eee;
}

#risultati form#cerca{	
	position: relative;
	padding: 0;
	margin: 0;
}
#risultati form#cerca fieldset{
	border: none;
	margin: 0px;
	padding: 10px 0;
}

#risultati ol li{
	padding: 3px 0;
	margin: 0px;
}

#contatti form fieldset{
	border: none;
	text-align: right;
	padding: 10px;
}
#contatti form legend {
	font-weight: bold;
	color: #444;
	padding: 10px;
}
#contatti form input {
	margin: 2px;
	border: 1px solid #444;
}
#contatti form textarea {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

#header {
	background: White;
	border-bottom: 1px solid #eee;
	min-height: 150px;
	margin-bottom: 10px;
}
* html #header{
	height: 150px;
}
#tp-2 #header{
	min-height: 168px;
}
* html #tp-2 #header{
	height: 168px;
}

#header h1{
	position: relative;
	top: 10px;
	color: #FF8C00;
	margin: 0px;
	padding: 0 0 0 55px;
	background: url(../img/cna_mini.gif) no-repeat;
}
#tp-2 #header h1{
	padding: 0 0 0 70px;
	background: url(../img/cna.gif) no-repeat;
}
#header h1 a{
	text-decoration: none;
}
#header h2{
	font-style: italic;
	font-family: Trebuchet MS, Arial, sans-serif;
	color: #444444;
	background: transparent;
	margin: 0px;
	padding: 0 0 0 90px;
}

#header p#login{
	text-align: right;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: -96px;
	font-size: 10px;
	color: #ff8c00;
}
div.news{
	position: relative;
	margin: 10px 0;
	padding: 10px 20px 0 20px;
	color: #444;
}
div.news h4{
	font-size: 130%;
	font-weight: normal;
	letter-spacing: 2px;
	height: 1%;
}
div.news h4 span.data{
	display: block;
	font-size: 75%;
	padding: 2px;
}
div.news h4 a{
	display: block;
	border-bottom: 1px solid #eee;
}
div.news h4 a:link, div.news h4 a:visited{
	text-decoration: none;
}
div.news h4 a:hover, div.news h4 a:active{
	text-decoration: none;
	border-bottom: 1px solid #ff8c00;
}

div#content-1 div.news img{
	margin: 5px 10px;
	padding: 0;
	border: 1px solid #eee;
	display: inline;
}
div#content-1 img{
	margin: 20px auto;
	padding: 0px;
	border: 5px solid #eee;
	display: block;
}
/*form di login*/

div.tp-tit-cerca h3{
	padding: 0px;
	margin: 50px 0 0;
	font-size: 120%;
	letter-spacing: 1px;
}
div.tp-box-cerca{
	padding: 20px;
}
div.tp-box-cerca form{
	padding: 0px;
	margin: 0px;
}
div.tp-box-cerca p{
	padding: 5px;
	margin: 0 0 15px 0;
	text-align: right;
	width: 230px;
}
div.tp-box-cerca p.crom-r input{
	padding: 2px;
	margin: 0 0 0 10px;
	border: 1px solid #FFD097;
	border-top: 1px solid #B96600;
	border-left: 1px solid #B96600;
	background: #FFF7EC;
}
div.tp-box-cerca p.submit input{
	border: 1px outset #ccc;
	padding: 2px 5px;
	margin: 0px;
}

/*form di invio richieste */

form#preventivi label.no{
	display: none;
}
form#preventivi label { display: block; }

form#preventivi fieldset{
	border: none;
	text-align: left;
	padding: 10px;
	width: 300px;
}
form#preventivi legend{
	display: none;
}

form#preventivi input.corto{
	padding: 2px;
	margin: 4px 0 4px 10px;
	border: 1px solid #FFD097;
	border-top: 1px solid #B96600;
	border-left: 1px solid #B96600;
	background: #FFF7EC;
}
form#preventivi input.submit {
	border: 1px outset #ccc;
	padding: 2px 5px;
	margin: 10px 0 0 0;
}

form#loginform{
	text-align: right;
	margin: 0px;
	padding: 0px;
}
form#loginform input{
	margin: 5px 0;
	padding: 5px 0;
	color: #444;
	border: none;
	background: #fff;
	cursor: pointer;
	font-size: 1em;
	letter-spacing: 1.4px;
}
form#loginform input:hover{
	color: #ff8c00;
	cursor: pointer;
}
/* liste di definizione */

dl{
	margin: 20px;
	padding: 0px;
	border: 1px solid #FF8C00;
/*	border-bottom: none;*/
	width: 200px;
	height: 1%;
}
dt{
	margin: 0px;
	padding: 2px 4px;
	background: #FFD097;
	color: #000;
	letter-spacing: 1px;
	font-size: 100%;
	border-bottom: 1px solid #FF8C00;
}
dd{
font-weight:bold;
margin:0;
padding:4px 2px;
font-size: 90%;
position: relative;
}
dd p.doc, dd p.zip, dd p.pdf, dd p.txt{
	position: absolute;
	padding: 0px;
	margin: 0px;
	width: 20px;
	height: 20px;
	right: 0px;
	top: 2px;
	color: #FF8C00;
}
dd p.doc{
	background: url(../img/word.gif) no-repeat;
}
dd p.zip{
	background: url(../img/zipicon.gif) no-repeat;
}
dd p.pdf{
	background: url(../img/pdficon.gif) no-repeat;
}
dd span{
	display: none;
}

dd a:link, dd a:visited{
display:block;
padding: 2px 7px;
margin:0;
background:#fff;
text-decoration:none;
}
dd a:hover, dd a:active{
	background: #eee;
	color: #FF4500;
}
#payoff {
	margin: 10px 0;
	padding: 0;
	font-weight:bold;
	font-size: 14px;
	font-style: italic;
	font-family: Trebuchet MS, Arial, sans-serif;
	color: #444444;
	background: transparent;
	margin: 10px  0;
	padding: 0 0 0 40px;
}
