@import url(_reset.css);

body {
	font-family: "Verdana", sans-serif;
	font-size: 76%;
	background: #f3f2f2;
	color: #616161;
}
p {
	font-size: 1.0em;
	line-height: 1.8em;
	font-weight: normal;
	color: #616161;
	margin: 0 auto;
	padding: 0;
}
table {
border-collapse:inherit;
	border-spacing:0px;
}
a {
	color: #3c8bac;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
h1 {
	font-family: "Lucida Grande", sans-serif;
	font-size: 1.8em;
	font-weight: normal;
	color: #2284ad;
	border-bottom: 1px solid #e1e1e1;
	margin: 0;
	padding: 0 0 7px 10px;
}
h2 {
	font-family: "Lucida Grande", sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	color: #2284ad;
	border-bottom: 1px solid #e1e1e1;
	margin: 0;
	padding: 0 0 7px 10px;
}
h3 {
	font-family: "Lucida Grande", sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	color: #2284ad;
	border-bottom: 1px solid #e1e1e1;
	margin: 0;
	padding: 10px 0 7px 10px;
}
h3.noline {
	font-family: "Lucida Grande", sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	color: #2284ad;
	border-bottom: 0px;
	margin: 0;
	padding: 18px 0 7px 10px;
}
h3.topline {
	font-family: "Lucida Grande", sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	color: #2284ad;
	border-top:1px solid #e1e1e1;
	border-bottom:none;
	margin: 0;
	padding: 15px 0 7px 10px;
}

input, textarea {
	background-image:url('/images/form_bg.jpg');
	background-repeat:repeat-x;
	overflow-x:hidden;
	overflow-y:hidden;
	border:1px solid #d1c7ac;
	width: 280px;
	color:#333333;
	padding:3px;
	margin-right:4px;
	margin-bottom:8px;
	font-family:tahoma, arial, sans-serif;
}

select {
	background-image:url('/images/form_bg.jpg');
	background-repeat:repeat-x;
	overflow-x:hidden;
	overflow-y:hidden;
	border:1px solid #d1c7ac;
	width: 286px;
	color:#333333;
	padding:3px;
	margin-right:4px;
	margin-bottom:8px;
	font-family:tahoma, arial, sans-serif;

}

input.btn {
	background-image:url('/images/form_bg.jpg');
	background-repeat:repeat-x;
	overflow-x:hidden;
	overflow-y:hidden;
	border:1px solid #d1c7ac;
	width: 285px;
	color:#333333;
	padding:3px;
	margin-right:4px;
	margin-bottom:8px;
	font-family:tahoma, arial, sans-serif;
}


.left {
	float: left;
}
.right {
	float: right;
}
.clearer {
	clear: both;
}

#container {
	width: 845px;
	margin: 0px auto;
	padding: 0;
}


/* TOP */

#top {
	width: 821px;
	height: 18px;
	margin-top: 20px;
	padding: 0 12px;
}
#top p {
	font-size: 0.85em;
	color: #a6a6a6;
	text-align:center;
}

/* HEADER */

#header {
	background: url('../images/bg-header-full.gif') no-repeat;
	width: 845px;
	height: 305px;
	margin: 6px 0 0 0;
	padding: 0;
	position: relative;
}

#header h1 {
	width: 295px;
	height: 21px;
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 28px;
	left: 25px;
} 

#header p {
	width: 370px;
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 60px;
	left: 25px;
	z-index:60;
	font-size:0.85em;
} 


#header #slider {
	width: 475px;
	height: 200px;
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 28px;
	left: 345px;
	z-index:60;
}

#header #slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

/* CONTENT */

#contentCap {
	background: url('../images/bg-contentCap.gif') no-repeat;
	width: 845px;
	height: 12px;
	margin: 10px 0 0 0;
	padding: 0;
}
#content {
	background: url('../images/bg-content.gif') repeat-y;
	width: 819px;
	margin: 0;
	padding: 10px 13px 35px 13px;
}
#content p {
	margin: 8px 0 0 0;
	padding: 0 12px 0 10px;
}
#content a {
	font-size: 0.9em;
	font-weight: bold;
}
#content #leftCol {
	float: left;
	width: 540px;
	margin: 0;
	padding: 0;
}
#content #leftCol ul {
	list-style: none;
	margin: 12px 0;
	padding: 0 8px 0 10px;
}
#content #leftCol ul li {
	list-style:disc;
	margin: 8px 0 0 20px;
	padding: 0 0 0 0px;
	list-style-image:url('/images/icon-thick.gif');
}

#PDF {
	background:url('/images/Adobe_PDF_50.gif');
	background-repeat:no-repeat;
	margin-top:15px;
	margin-bottom:5px;
	margin-left:10px;
	height:70px;	
}

#PDF #testoalato {
	font-size:12px;
	margin:0 0 0 60px;
	line-height: 150%;
}

#content #leftCol #fotoadx {
float:right;
}

#content #leftCol #fotoadx img {
	margin: 8px 4px;
	padding: 3px;
	border: 1px solid #ccc;
	max-width: 100%;
}

#content #leftCol #centro {
float:none;
text-align:center;
}

#content #leftCol #centro a img {
	margin: 8px 4px;
	padding: 3px;
	border: 1px solid #ccc;
	max-width: 100%;
}

#content #leftCol #caratt {
width:100%;
position:relative;
vertical-align:top;
}

#content #leftCol #caratt p {
top:0px;
left:10px;
border:none;
width:auto;
height:auto;
font-size:9px;
}

#content #leftCol #caratt .preventivo {
width:142px;
height:43px;
top:10px;
left:10px;
position:inherit;
background: url('/images/chiedi-preventivo3.gif') no-repeat top;
}

#content #leftCol #caratt ul {
	list-style: none;
	margin: 12px 0;
	padding: 0 8px 0 10px;
	text-align:left;
}


#content #leftCol #caratt li {
	list-style:disc;
	margin: 8px 0 0 10px;
	padding: 0 0 0 0px;
	font-size:9px;
	text-align:left;
}


#content #leftCol #caratt .b1 {
top:0px;
left:10px;
border: 1px solid #ccc;
width:160px;
position:inherit;
text-align:center;
}

#content #leftCol #caratt .b2 {
top:0px;
left:190px;
border: 1px solid #ccc;
width:160px;
position:absolute;
text-align:center;
}

#content #leftCol #caratt .b3 {
top:0px;
left:370px;
border: 1px solid #ccc;
width:160px;
position:absolute;
text-align:center;
}


#content #leftCol #caratt .b4 {
top:0px;
left:10px;
border: 1px solid #ccc;
width:250px;
height:100%;
position:inherit;
text-align:center;
}


#content #leftCol #caratt .b5 {
top:0px;
left:280px;
border: 1px solid #ccc;
width:250px;
height:100%;
position:absolute;
text-align:center;
}


#content #leftCol #autotags {
	font-size:9px;
}

#content #leftCol img {
	padding: 10px;
}

#content #leftCol #gallery p a img {
margin: 0 2px;
padding: 1px;
border: 1px solid #ccc;
max-width: 100%;
}


#content #rightCol {
	float: left;
	width: 260px;
	margin: 0 0 0 19px;
	padding: 0;
}

#content #rightCol p {
	margin: 0;
	padding: 0 0 5px 0;
}

#content #rightCol h2 {
	position:relative;
	left:-10px;
	top:0px;
}

#content #rightCol .rightBox {
	margin: 6px 0 30px 0;
	padding: 0;
}

/* TAG CLOUD */
#content #rightCol #cloud {
	line-height:150%;
}
#content #rightCol #cloud a.tag1  		 	{ font-size: 0.7em; font-weight: 100; }
#content #rightCol #cloud a.tag1:hover  	{ font-size: 0.7em; font-weight: 100; color:#cc0000; text-decoration:none }
#content #rightCol #cloud a.tag2 			{ font-size: 0.8em; font-weight: 200; }
#content #rightCol #cloud a.tag2:hover		{ font-size: 0.8em; font-weight: 200; color:#cc0000; text-decoration:none }
#content #rightCol #cloud a.tag3  			{ font-size: 0.9em; font-weight: 300; }
#content #rightCol #cloud a.tag3:hover    	{ font-size: 0.9em; font-weight: 300; color:#cc0000; text-decoration:none }
#content #rightCol #cloud a.tag4  			{ font-size: 1.0em; font-weight: 400; }
#content #rightCol #cloud a.tag4:hover   	{ font-size: 1.0em; font-weight: 400; color:#cc0000; text-decoration:none }
#content #rightCol #cloud a.tag5  			{ font-size: 1.2em; font-weight: 500; }
#content #rightCol #cloud a.tag5:hover    	{ font-size: 1.2em; font-weight: 500; color:#cc0000; text-decoration:none }
#content #rightCol #cloud a.tag6  			{ font-size: 1.4em; font-weight: 600; }
#content #rightCol #cloud a.tag6:hover    	{ font-size: 1.4em; font-weight: 600; color:#cc0000; text-decoration:none }
#content #rightCol #cloud a.tag7  			{ font-size: 1.6em; font-weight: 700; }
#content #rightCol #cloud a.tag7:hover   	{ font-size: 1.6em; font-weight: 700; color:#cc0000; text-decoration:none }
#content #rightCol #cloud a.tag8  			{ font-size: 1.8em; font-weight: 800; }
#content #rightCol #cloud a.tag8:hover    	{ font-size: 1.8em; font-weight: 800; color:#cc0000; text-decoration:none }
#content #rightCol #cloud a.tag9  			{ font-size: 2.2em; font-weight: 900; }
#content #rightCol #cloud a.tag9:hover    	{ font-size: 2.2em; font-weight: 900; color:#cc0000; text-decoration:none }
#content #rightCol #cloud a.tag10			{ font-size: 2.5em; font-weight: 900; }
#content #rightCol #cloud a.tag10:hover  	{ font-size: 2.5em; font-weight: 900; color:#cc0000; text-decoration:none }

/* END TAG CLOUD */




/* ICONE RIGHTCOL VANTAGGI */
#bullet1 {
	background:url('/images/bullet1.gif');
	background-repeat:no-repeat;
	width:260px;
	margin-top:5px;
	margin-bottom:5px;
	height:70px;
}

#bullet1 #testoalato {
	margin-left:80px;
	font-size:10px;
}

#bullet2 {
	background:url('/images/bullet2.gif');
	background-repeat:no-repeat;
	width:260px;
	margin-top:5px;
	margin-bottom:5px;
	height:70px;
}

#bullet2 #testoalato {
	margin-left:80px;
	font-size:10px;
}

#bullet3 {
	background:url('/images/bullet3.gif');
	background-repeat:no-repeat;
	width:260px;
	margin-top:5px;
	margin-bottom:5px;
	height:70px;
}

#bullet3 #testoalato {
	margin-left:80px;
	font-size:10px;
}

#bullet4 {
	background:url('/images/bullet4.gif');
	background-repeat:no-repeat;
	width:260px;
	margin-top:5px;
	margin-bottom:5px;
	height:70px;
}

#bullet4 #testoalato {
	margin-left:80px;
	font-size:10px;
}

#bullet5 {
	background:url('/images/bullet5.gif');
	background-repeat:no-repeat;
	width:260px;
	margin-top:5px;
	margin-bottom:5px;
	height:70px;
}

#bullet5 #testoalato {
	margin-left:80px;
	font-size:10px;
}

#bullet6 {
	background:url('/images/bullet6.gif');
	background-repeat:no-repeat;
	width:260px;
	margin-top:5px;
	margin-bottom:5px;
	height:70px;
}

#bullet6 #testoalato {
	margin-left:80px;
	font-size:10px;
}

#bullet7 {
	background:url('/images/bullet7.gif');
	background-repeat:no-repeat;
	width:260px;
	margin-top:5px;
	margin-bottom:5px;
	height:70px;
}

#bullet7 #testoalato {
	margin-left:80px;
	font-size:10px;
}

#bullet8 {
	background:url('/images/rateinrete.gif');
	background-repeat:no-repeat;
	width:260px;
	margin-top:5px;
	margin-bottom:5px;
	height:70px;
}

#bullet8 #testoalato {
	margin-left:80px;
	font-size:10px;
}



/* END VANTAGGI */

#content #rightCol #slider2 {
	width: 240px;
	height: 160px;
	border: none;
	margin: 0;
	padding: 0;
}

#content #rightCol #slider2 img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}


#contentBottom {
	background: url('../images/bg-contentBottom.gif') no-repeat;
	width: 845px;
	height: 12px;
	margin: 0;
	padding: 0;
}


/* FOOTER */

#footerCap {
	background: url('../images/bg-footerCap.gif') no-repeat;
	width: 845px;
	height: 8px;
	margin: 10px 0 0 0;
	padding: 0;
}
#footer {
	background: url('../images/bg-footer.gif') repeat-y;
	width: 819px;
	margin: 0;
	padding: 8px 13px 5px 13px;
}
#footer p {
	font-size: 0.85em;
	color: #7a7a7a;
	margin: 0;
	padding: 0;
}
#footer img {
	margin: 0;
	padding: 0;
}
#footerBottom {
	background: url('../images/bg-footerBottom.gif') no-repeat;
	width: 845px;
	height: 8px;
	margin: 0 0 30px 0;
	padding: 0;
}

