/* CSS Document */

* {
	margin: 0;
	padding:0;
}

h1 {
	font-size:18px;
	font-weight:normal;
	text-indent:-9999px;
	margin:0;
	padding:0;
}


p.titolo{
	font-size:16px;
	font-weight:normal;
	margin:0;
	padding:0;
	color:#C00000
}

p.sottotitolo {
	font-size:13px;
	font-weight:normal;
	margin:0;
	padding:0;
	color:#C00000;
}


body {
	color: #3c3c3c;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background:#cbcbcb;
	
}
/*=================== contenitore generale =====================*/
#container { 
	margin:0 auto; 
	width:975px;
	padding:0px;
}
#wrapper {
	float:left;
	width:975px;
	background:#fff;
	border:1px solid #fff;
}

/*========================== header ===========================*/

#header {
	float:left;
	height:162px;
	width:100%;
}
#logo_it {
	float:left;
	width:226px;
	height:130px;
	background:url(../images/gherardi-attrezzature-edili_interno.gif) right 15px no-repeat;
	margin-top:32px;
}
#logo_uk {
	float:left;
	width:226px;
	height:130px;
	background:url(../images/gherardi-attrezzature-edili_uk.gif) right 15px no-repeat;
	margin-top:32px;
}
#logo_fr {
	float:left;
	width:226px;
	height:130px;
	background:url(../images/gherardi-attrezzature-edili_uk.gif) right 15px no-repeat;
	margin-top:32px;
}
#top {
	float:right;
	width:749px;
	height:23px;
	background:url(../images/lingua-angolo.gif) left top no-repeat #c00000;
}
#lingua {
	float:left;
	height:23px;
	text-align:left;
	font-size: 10px;
	font-weight:normal;
}

#lingua ul{
	padding:5px 0 0 20px;
	margin:0;
}

#lingua ul li{
	display:inline;
	padding: 0 5px;
}

#lingua ul li a{
	margin:0;
	text-decoration:none;
	color:#fff;
}

#lingua ul li a:hover{
	text-decoration:underline;
}
#lingua ul li.bordo {
	border-right:1px solid #fff;
}
#riservata {
	float:right;
	height:23px;
	width:400px;
	text-align:left;
	font-size: 10px;
	font-weight:normal;
}
#riservata ul{
	padding:4px 20px 0 0;
	margin:0;
	text-align:right;
}

#riservata ul li{
	display:inline;
	padding: 0 5px;
}

#riservata ul li a{
	margin:0;
	text-decoration:none;
	color:#fff;
}
#riservata ul li input{
	padding:0 2px;
	width:75px;
	font-size:10px;
	color:#000;
	border:1px solid #bdb4b4;
}

#settori-contenitore {
	float:left;
	width:100%;
	height:140px;
	border-bottom:2px solid #3c3c3c;
}

.settori {
	float:right;
	width:368px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	margin-left:1px;
}

/*========================== navigazione ===========================*/
/* navigazione */
#menu {
	float:left;
	width:100%;
	/*height:21px;*/
	padding:0;
	margin:0;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	background:#3c3c3c;
	border-bottom:1px solid #fffL;
}

/*#menu ul {
	margin:0 0 0 252px;
	padding:4px 0 0 0;
}

#menu ul li{
	display:inline;
	text-align:left;
}

#menu ul li a{
	padding: 4px 25px 4px 20px;
	color:#fff;
	margin:0;
	background:url(../images/ico-menu.gif) left top no-repeat;
	text-decoration:none;
}

#menu ul li a:hover{
	text-decoration:underline;
}*/

/*========================== contenuti ===========================*/

#corpo {
	float:left;
	width:100%;
		min-height:350px;
	height: auto !important;
	height: 350px;
	text-align:left;
	background:url(../images/inserto-sottomenu.gif) left top repeat-y #fff;
}

/*========================== menù secondo livello ===========================*/
#sottomenu {
	float:left;
	width:224px;
}
#sottomenu img{
	border-bottom:1px solid #3c3c3c;
}
#sottomenu ul{
	margin-bottom:1px;
}
#sottomenu li{
	list-style-type: none;
	margin-top:1px;
}
#sottomenu li a {
	width:214px;
	display:block;
	color:#fff;
	text-decoration:none;
	padding:3px 5px;
	background:#3c3c3c;
}
#sottomenu li a:hover {
	width:214px;
	display:block;
	background:#c00000;
	text-decoration:none;
}
#sottomenu li a.attivo {
	width:214px;
	display:block;
	color:#fff;
	background:#c00000;
	padding:3px 5px;
}
/*========================== contenuti corpo ===========================*/

#contenuti, #contenuti-prodotti {
	float:right;
	width:701px;
	margin:10px 25px 10px 25px;
	display:inline;
	
}
#contenuti-dovesiamo{
	float:right;
	width:701px;
	margin:10px 25px 10px 25px;
	display:inline;
	
}
#top-contenuti {
	width:100%;
	height:60px;
	text-align:left;
	background:url(../images/fondo-titolo-corpo.gif) left bottom repeat-x;
	margin-bottom:20px;
}
h2 {
	padding:40px 0 0 39px;
	font-size:15px;
	color:#fff;
	font-weight:bold;
	background:url(../images/inserto-titolo-corpo.gif) left top no-repeat;
}
h3 {color:#c00000; font-size:20px; text-align:center; font-weight:normal; margin:150px 0 0 0; font-family:Arial, Verdana, Geneva, sans-serif}
h2 a{
	font-size:11px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}
h2 a:hover{
	text-decoration:underline;
}
p {
	line-height:16px;
	margin-bottom:10px;
}
p span{
	color:#c00000;	
}

#contenuti img {
	float:right;
	border:1px solid #3c3c3c;
	padding:2px;
	margin:0 0 20px 20px;
	clear:both;
}
#contenuti-dovesiamo img {
	float:right;
	border:1px solid #3c3c3c;
	padding:2px;
	margin:0;
}

.bordo_immagini {
	float:right;
	border:1px solid #3c3c3c;
	padding:2px;
	margin:0 0 20px 20px;
	clear:both;
}

/* inizio form info*/
.form {
	float:left;
	text-align:left;
	margin:0;
	padding:10px 0px 10px 13px;
	width:240px;
}

.form input, .form textarea {
	border:1px solid #9999a3;
	width:180px;
	color:#000;
	font-size:11px;
}
.tasto-invia input {
	border:1px solid #9999a3;
	width:90px;
	color:#000;
	background:#eee;
}
.radio input {
	border:none;
	width:15px;
	margin-bottom:3px;
	margin-top:3px;
}
.privacy {
font-size:9px;
}
.avviso {
font-size:10px;
font-weight:bold;
color:c00000;}

/*========================== inizio tabella schede ===========================*/
.tb_prima-scheda-prodotti {
	float:left;
	width:701px;
	color:#3c3c3c;
	clear:right;
}

.tb_prima-scheda-prodotti thead th, .tb_prima-scheda-prodotti thead td{
	font-style:italic;
	font-weight:bold;
	border-bottom:1px solid #3c3c3c;
	padding:5px 0;
}
.tb_prima-scheda-prodotti thead th, .tb_prima-scheda-prodotti tbody th {
	text-align:left;
	width:600px;
}
.tb_prima-scheda-prodotti thead td, .tb_prima-scheda-prodotti tbody td {
	text-align:center;
}
.tb_prima-scheda-prodotti tbody th, .tb_prima-scheda-prodotti tbody td{
	font-weight:normal;
	border-bottom:1px dotted #3c3c3c;
	padding:5px 0;
}
.tb_prima-scheda-prodotti tbody th a {
	color:#3c3c3c;
}
.tb_prima-scheda-prodotti tfoot td {
	color:#c00000;
	font-size:10px;
	text-align:center;
	padding:10px 0;
	border-bottom:1px solid #3c3c3c;
}
.tb_prima-scheda-prodotti tfoot td a {
	color:#c00000;
	text-decoration:underline;
}

tbody th.nobordo, tbody td.nobordo {
	border-bottom:none;
}
/*========================== inizio tabella schede con immagine ===========================*/
.tb_prima-scheda-prod-img {
	float:left;
	width:501px;
	color:#3c3c3c;
	clear:right;
}

.immagine-spalla {
	float:right;
	width:180px;
	text-align:center;
	padding:5px 0;
}
.tb_prima-scheda-prod-img thead th, .tb_prima-scheda-prod-img thead td{
	font-style:italic;
	font-weight:bold;
	border-bottom:1px solid #3c3c3c;
	padding:5px 0;
}
.tb_prima-scheda-prod-img thead th, .tb_prima-scheda-prod-img tbody th {
	text-align:left;
	width:400px;
}
.tb_prima-scheda-prod-img thead td, .tb_prima-scheda-prod-img tbody td {
	text-align:center;
}
.tb_prima-scheda-prod-img tbody th, .tb_prima-scheda-prod-img tbody td{
	font-weight:normal;
	border-bottom:1px dotted #3c3c3c;
	padding:5px 0;
}
.tb_prima-scheda-prod-img tbody th a {
	color:#3c3c3c;
}
.tb_prima-scheda-prod-img tfoot td {
	color:#c00000;
	font-size:10px;
	text-align:center;
	padding:10px 0;
	border-bottom:1px solid #3c3c3c;
}
.tb_prima-scheda-prod-img tfoot td a {
	color:#c00000;
	text-decoration:underline;
}


/*========================== inizio tabella tubo e giunto ===========================*/
.tb_prima-scheda-tg {
	float:left;
	width:701px;
	color:#3c3c3c;
	clear:right;
}

.tb_prima-scheda-tg thead th, .tb_prima-scheda-tg thead td{
	font-style:italic;
	font-weight:bold;
	border-bottom:1px solid #3c3c3c;
	padding:5px 0;
}
.tb_prima-scheda-tg thead th, .tb_prima-scheda-tg tbody th {
	text-align:left;
	width:500px;
}
.tb_prima-scheda-tg thead td, .tb_prima-scheda-tg tbody td {
	text-align:center;
}
.tb_prima-scheda-tg tbody th, .tb_prima-scheda-tg tbody td{
	font-weight:normal;
	border-bottom:1px dotted #3c3c3c;
	padding:5px 0;
}
.tb_prima-scheda-tg tbody th a {
	color:#3c3c3c;
}
.tb_prima-scheda-tg tfoot td {
	color:#c00000;
	font-size:10px;
	text-align:center;
	padding:10px 0;
	border-bottom:1px solid #3c3c3c;
}
.tb_prima-scheda-tg tfoot td a {
	color:#c00000;
	text-decoration:underline;
}


/*========================== inizio tabella schede dati ===========================*/
.corpo-tabella-dati {
	float:left;
	width:701px;
}
.tb-dati {
	float:left;
	width:481px;
	color:#3c3c3c;
	font-size:10px;
	text-align:left;
}
.tb-dati th{
	font-style:italic;
	font-weight:bold;
	border-bottom:1px dotted #3c3c3c;
	padding:5px 10px 5px 0;
	color:#c00000;
}
.tb-dati td{
	font-weight:normal;
	border-bottom:1px dotted #3c3c3c;
	padding:5px 10px 5px 0;
}
.tb-dati-img {
	float:right;
	width:220px;
	text-align:center;
	padding:5px 0;
}


.top-tabella-dati{
	float:left;
	width:701px;
	font-style:italic;
	font-weight:bold;
	border-bottom:1px solid #3c3c3c;
	padding:5px 0;
	text-align:left;
}
.footer-tabella{
	float:left;
	width:701px;
	font-style:italic;
	font-weight:normal;
	padding:5px 0;
	font-size:9px;
	text-align:center;
}

/*inizio news*/
#fasciasx {
	float:left;
	width:224px;
	padding:0;
	margin:0;
	border-top:1px solid #fff;
}

#news, #news-fasciasx {
	width:100%;
	padding: 0;
	margin: 0;
	font-size:11px;

}
#news-fasciasx p {
	padding: 8px 10px 0 10px;
	height: 22px;
	font-weight: bold;
	background-color:#4f555d;
	color:#fff;
	font-size:13px;
} 
/*#news p{
	padding: 8px 10px 0 10px;
	height: 22px;
	font-weight: bold;
	color:#fff;
	font-size:13px;
}*/ 

#news dl, #news-fasciasx dl {
float:left;
width:100%;
border-bottom:1px dotted #3c3c3c;
padding:10px 0;
margin:0 0 10px 0;

}


#news dt {
font-weight:bold;
margin:0 0 0 90px;
padding:0;}

#news dd {
font-weight:normal;
margin:0 0 0 90px;
padding:3px 0 15px 0;
color:#000;
font-size:11px;
}

#news-fasciasx dt {
font-weight:bold;
margin:0 0 0 70px;
padding:0;}

#news-fasciasx dd p{
font-weight:normal;
margin:0 0 0 70px;
padding:3px 0;
color:#000;
font-size:11px;
}
#news-fasciasx dd {
font-weight:normal;
margin:0 0 0 70px;
padding:3px 0;
color:#000;
font-size:11px;
display:block;
}
#news dd a, #news-fasciasx dd a {
color:#c00000;
text-decoration:underline;
}

#news dl img, #news-fasciasx dl img {
float:left;
border: 1px solid #3c3c3c;
padding:2px;
margin-right:5px;
}
/*.link-paginazione{
float:right;
width:190px;
color:#000;
padding:0;
margin:10px;
font-size:10px;
text-align:right;
}
.link-paginazione a{
color:#c7140c;
padding:0;
text-decoration:none;
}
.link-paginazione a:hover{
color:#c7140c;
padding:0;
text-decoration:none;
}*/

dd.allegato a{
width:200px;
height:25px;
padding:2px 0 15px 23px;
background:url(../images/icona-acrobat.gif) 0 0 no-repeat;
}


/* ------------- paginazione ----------------- */
#pagination{
	clear:both;
	float:left;
	width:200px;
	text-align:left;
	padding:0;
	margin:20px 0 0 10px;
	display:inline;
}

#pagination p.titolo{
	float:left;
	color:#000;
	font-size:14px;
	font-style:italic;
	margin:0 5px 0 0;
	padding:0;
	display:inline;
}
#pagination ul{
	list-style-type: none;
	text-align:left;
	padding:0;
	margin:0;
	float:left;
}

#pagination li {
	float:left;
	padding:0;
	margin:0;
	font-size:13px;
}

#pagination ul li a{
	text-decoration:none;
	color:#000;
	font-style:normal;
	display:block;
	padding:2px 7px;
	text-align:center;
}

#pagination ul li a:hover {
	color:#C00000;
	text-decoration:none;
	height:17px;
	display:block;
	padding:2px 5px;
	float:left;
}
#pagination ul li span{
	color:#C00000;
	text-decoration:none;
	text-align:center;
	float:left;
	height:17px;
	display:block;
	padding:2px 7px;
}
/*============================ footer =============================*/
#footer {
	float:left;
	width:100%;
	height:23px;
	background:#3c3c3c;
	text-align:center;
	
}
#footer p, #footer p a {
	font-size: 10px;
	font-weight:normal;
	color:#fff;
	padding:4px 0 0 0;
	text-decoration:none;
}
