/* CSS Document */

body {
	padding: 0px;
	margin: 0px;
	background-color: #454545;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	
}

.big {
	font-size: 14px;
	color: #CCC;
	font-weight: bold;
}

/* link generico */

a {
	color: #FFFFFF;
	text-decoration: underline;

}

a:hover {
	color: #cccccc;
	text-decoration: none;

}

a.linea {
	color: #FFFFFF;
	text-decoration: underline;

}

a:hover.linea {
	color: #cccccc;
	text-decoration: none;

}


img.home01 {
	margin-left: 70px;
	border: #666666 2px solid;
}

img.home02 {
	margin: 0px 8px 0px 8px;
	border: #666666 2px solid;
}

img.home03 {
	border: #666666 2px solid;
}

/* div contenitori */

div#container  {
	position: relative;
	width: 955px;
	margin-left: auto;
	margin-right: auto;
	
	}
	
div#header  {
	position: relative;
	width: 953px;
	height: 178px;
	text-align: left;
	background: url(../images/header.jpg) left no-repeat;
	border: #ededed solid 1px;
	
	}


#flashcontent {
	position: relative;
	}
	
div#subheader  {
	float: left;
	width: 953px;
	height: 49px;
	background: url(../images/subheader.jpg) #656565 top left no-repeat;
	border-left: #9d9d9d solid 1px;
	border-right: #9d9d9d solid 1px;
	border-bottom: #9d9d9d solid 1px;
	text-align: left;
	overflow: hidden;
	
	}
	
div#content  {
	width: 953px;
	float: left;
	border-left: #9d9d9d solid 1px;
	border-right: #9d9d9d solid 1px;
	border-bottom: #9d9d9d solid 1px;
	padding: 0px;
	margin: 0px;
	background-color: #474747;
	background: url(../images/news_bk.jpg) bottom right no-repeat;
	}
	
div#footer  {
	position: relative;
	width: 953px;
	height: 32px;
	background: url(../images/footer.gif) #373537 top repeat-x;
	border-left: #9d9d9d solid 1px;
	border-right: #9d9d9d solid 1px;
	border-bottom: #9d9d9d solid 1px;
	text-align: center;
	font-size: 10px;
	padding-top: 4px;
	clear: both;
	
	}
	
/* div contenitori menu */

div#subheader_left  {
	float: left;
	width: 755px;
	height: 49px;
	text-align: left;
	
	}

div#mappaguida  {
	float: right;
	width: 190px;
	height: 49px;
	text-align: left;
	
	}
	
div#mainmenu {
	width: 755px;
	height: 28px;
	text-align: left;
	position: relative;
	background-repeat: repeat-y;
	
	}


/* main menu */



#mainmenu ul{
	width: 750px;
	margin-top: 5px;
	margin-left: 5px;
	padding: 0px;
	list-style: none;
	float: left;
}

#mainmenu ul li{
	font-size: 12px;
	font-weight: bold;
	display: inline;
	list-style: none;
}

#mainmenu a{
	float: left;
	color: #fff;
	background-color: #963535;
	margin-right: 3px;
	padding: 2px 8px;
	text-decoration: none;
}

#mainmenu a:hover
 {
	color:#fff;
	background-color: #b72f2f;
	margin-right: 3px;
}


#mainmenu a#current {
	color:#fff;
	background-color: #ff0000;
	margin-right: 3px;
}


/* submenu - SEZIONI */

div#submenu_profilo {
	height: 17px;
	position: relative;
	width: 400px;
	height: 18px;
	text-align: left;
	margin-left: 5px;
	
	}


	
div#submenu_servizi {
	height: 17px;
	position: relative;
	width: 400px;
	height: 18px;
	text-align: left;
	margin-left: 302px;
	
	}
	
div#submenu_contatti {
	height: 17px;
	position: relative;
	width: 300px;
	height: 18px;
	text-align: left;
	margin-left: 469px;
	
	}
	
div#submenu_marchi {
	height: 17px;
	position: relative;
	width: 520px;
	height: 18px;
	text-align: left;
	margin-left: 181px;
	
	}



/* submenu */

div#submenu {
	height: 17px;
	text-align: left;
	border-left: #FF0000 3px solid;
	position: absolute;
	
	}



#submenu ul{
	margin-top: 0px;
	margin-left: 3px;
	padding: 0px;
	list-style: none;
	float: left;
}

#submenu ul li{
	font-size: 11px;
	font-weight: bold;
	display: inline;
	list-style: none;
}

#submenu a{
	float: left;
	color: #fff;
	background-color: #3e3f3f;
	margin-right: 3px;
	padding: 2px 6px;
	text-decoration: none;
}

#submenu a:hover
 {
	color:#fff;
	background-color: #535353;
	margin-right: 3px;
}


#submenu a#current {
	color:#ff0000;
	background-color: #3e3f3f;
	margin-right: 3px;
}



/* mappa & guida menu */


#mappaguida ul{
	margin-top: 5px;
	margin-left: 5px;
	padding-left: 0;
	list-style: none;
}

#mappaguida ul li{
	font-size: 12px;
	font-weight: bold;
	display: inline;
	padding: 0;
	list-style: none;
}

#mappaguida a{
	float: left;
	color: #fff;
	border-left: #FF0000 3px solid;
	margin-right: 13px;
	padding-left:6px;
	text-decoration: none;
}

#mappaguida a:hover
 {
	color:#cccccc;
	border-left: #FF0000 3px solid;
	margin-right: 13px;
}


#mappaguida a#current {
	color:#FF0000;
	border-left: #FF0000 3px solid;
	margin-right: 13px;
}


/* div news */

div#news  {
	float: right;
	width: 199px;
	text-align: left;
	}

div#news_cont  {
	float: left;
	background: url(../images/news_title.jpg) top left no-repeat;
	width: 199px;
	text-align: left;
	padding-top: 40px;
	}
	
#news_cont  h1 {
	width: 166px;
	text-align: left;
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
	background-color: #ececec;
	border-left: #FF0000 3px solid;
	margin-bottom: 10px;
	margin-top: 15px;
	padding-left: 6px;
	margin-left: 10px;
	padding-top: 0px;
	}
	
#news_cont  p {
	width: 166px;
	text-align: left;
	font-size: 12px;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-left: 10px;
	}

	
#news_cont  img {
	margin-left: 10px;
	}
	

	
#news_cont a {
	width: 166px;
	text-align: left;
	margin-bottom: 5px;
	margin-top: 10px;
	display: block;
	color: #fec7c7;
	font-weight: bold;
	text-decoration: underline;
	margin-left: 0px;
	
	}

#news_cont  a:hover {
	color: #ffffff;
	text-decoration: none;
	
	}
	
/* titoli pagine */
	
h1.titoli_pagine {
	margin-left: 70px;
	margin-right: 120px;
	text-align: left;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	border-left: #FF0000 3px solid;
	margin-bottom: 3px;
	margin-top: 15px;
	padding-left: 6px;
	}	


h1.titoli_pagine_marchi {
	margin-left: 70px;
	margin-right: 120px;
	text-align: left;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	border-left: #FF0000 3px solid;
	border-bottom: #FF0000 1px solid;
	margin-bottom: 3px;
	margin-top: 15px;
	padding-left: 6px;
	width: 300px;
	display: inline;
	float: left;
	}	

	
/* contenuti sezioni */

/* profilo */

div#profilo  {
	width: 750px;
	float: left;
	text-align: left;
	background: url(../images/profilo_bk.jpg) top left no-repeat;
	background-color: #2e2e2e;
	border-right: #9d9d9d solid 1px;
	display: inline;
	padding-bottom: 20px;

	
	}
	
#profilo  p {
	margin-left: 70px;
	margin-right: 120px;
	margin-top: 15px;
	font-size: 12px;
	}
	
	
#profilo  h2 {
	margin-left: 70px;
	margin-right: 120px;
	font-size: 14px;
	font-weight: bold;
	}
	
/* profilo > macchina cucire */

div#profilo_mc  {
	width: 750px;
	height: 470px;
	float: left;
	text-align: left;
	background: url(../images/profilo_mc_bk.jpg) top left no-repeat;
	background-color: #2e2e2e;
	border-right: #9d9d9d solid 1px;
	display: inline;
	padding-bottom: 20px;

	
	}
	
#profilo_mc  p {
	margin-left: 70px;
	margin-right: 120px;
	margin-top: 15px;
	font-size: 12px;
	}
	
#profilo_mc img {
	float: right;
	border: #999999 1px solid;
	margin-left: 4px;
	}
	
	
#profilo_mc  h2 {
	margin-left: 70px;
	margin-right: 120px;
	font-size: 14px;
	font-weight: bold;
	}
	
/* news */

div#news_eventi  {
	width: 750px;
	float: left;
	text-align: left;
	background: url(../images/news_eventi_bk.jpg) top left no-repeat;
	background-color: #2e2e2e;
	border-right: #9d9d9d solid 1px;
	padding-bottom: 20px;

	
	}
	
#news_eventi img {
	float: left;
	border: #999999 1px solid;
	margin-right: 4px;
	margin-bottom: 4px;
	}
	
#news_eventi p {
	margin-left: 70px;
	margin-right: 110px;
	text-align: left;
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 6px;
	margin-top: 0px;
	}

#news_eventi p p {
	margin: 6px 0px;
	}
	
	
#news_eventi h3 {
	margin-left: 70px;
	margin-right: 110px;
	text-align: left;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	border-bottom: #999999 1px solid;
	margin-bottom: 6px;
	padding-top: 30px;
	margin-top: 0px;
	clear: both;
	}	
	
#news_eventi h2 {
	margin-left: 70px;
	margin-right: 110px;
	text-align: left;
	color: #ff0000;
	font-size: 11px;
	font-weight: bold;
	border-left: #ffffff 3px solid;
	margin-bottom: 3px;
	margin-top: 0px;
	padding-left: 6px;
	}	
	
#news_eventi  h4 {
	clear: left;
	margin-left: 70px;
	margin-right: 110px;
	text-align: left;
	color: #fec7c7;
	font-size: 11px;
	font-weight: bold;
	border-left: #fec7c7 3px solid;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-left: 6px;
	}


	
#news_eventi  a {
	color: #fec7c7;
	text-decoration: underline;
	}
	
#news_eventi  a:hover {
	color: #fec7c7;
	text-decoration: none;
	}
	
	
/* marchi */

div#marchi  {
	width: 750px;
	float: left;
	text-align: left;
	background: url(../images/marchi_bk.jpg) top left no-repeat;
	background-color: #2e2e2e;
	border-right: #9d9d9d solid 1px;
	display: inline;

	
	}
	
div#marchi_singoli  {
	float: left;
	width: 650px;
	margin-top: 15px;
	text-align: left;
	margin-left: 70px;
	display: inline;
	margin-bottom: 20px;
	padding-bottom: 20px;
	}
	
	
#marchi_singoli  p {
	text-align: left;
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 3px;
	margin-top: 0px;
	}
	
#marchi_singoli  img {
	border: #999999 2px solid;
	}
	
img.foto {
	float: left;
	margin-right: 6px;
	border: #999999 2px solid;
	margin-bottom: 5px;
	display: inline;
	}

#marchi_singoli  hr { 
	border: 0;
	color: #464646;
	background-color: #464646;
	height: 1px;
	width: 100%;
	text-align: left;
	margin-top: 0px;
	clear: left;
	}
	
	
#marchi_singoli  h1 {
	text-align: left;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 20px;
	clear: left;
	}	
	
#marchi_singoli  h2 {
	text-align: left;
	color: #ff0000;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 20px;
	clear: left;
	}	
	
#marchi_singoli  ul {
	list-style:none;
	margin: 0px auto 6px 0px;
	padding: 0px;
	display: block;
	}

#marchi_singoli  ul li {
	list-style:none;
	margin-bottom: 2px;
	display: block;
	font-style: italic;
	}

	
#marchi_singoli  h3 {
	text-align: left;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 0px;
	}
	
#marchi_singoli  h4 {
	text-align: left;
	font-weight: bold;
	clear: both;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	border-left: #FF0000 3px solid;
	border-bottom: #FF0000 1px solid;
	margin-bottom: 3px;
	margin-top: 15px;
	padding-left: 6px;
	}
	
#marchi_singoli  h5 a {
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 3px;
	margin-right: 190px;
	margin-top: 20px;
	display: block;
	padding-right: 8px;
	border-right: #FF0000 2px solid;
	border-left: 0px;
	text-align: right;
	text-decoration: underline;
	
	}
	
	
#marchi_singoli  a {
	text-align: left;
	color: #fec7c7;
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
	border-left: #fec7c7 3px solid;
	margin-bottom: 3px;
	margin-top: 0px;
	padding-left: 6px;
	}
	
#marchi_singoli  a:hover {
	color: #fec7c7;
	text-decoration: none;
	}
	

a.invisibile {
	border: 0px;
	padding: 0px;
	height: 0px;
	display: block;
	clear: both;
	overflow: hidden;
}
	
	
	
	
div#marchi_sx  {
	width: 650px;
	text-align: left;
	padding-bottom: 20px;
	background: url(../images/marchi/casa-bk.gif) top left no-repeat;
	height: 150px;
	}
	
div#marchi_dx  {
	width: 650px;
	text-align: left;
	padding-bottom: 20px;
	background: url(../images/marchi/industria-bk.gif) top left no-repeat;
	height: 150px;
	}
	
	
#marchi_sx  p {
	text-align: left;
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 160px;
	}
	
#marchi_sx  img {
	border: #999999 2px solid;
	margin: 10px;
	}
	
	
	
#marchi_sx  h1 {
	text-align: left;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 16px;
	margin-top: 0px;
	background: #232323;
	padding-left: 4px;
	}	
	
	
#marchi_sx  a {
	text-decoration: none;
	border: none;
	margin: 0px;
	padding: 0px;
	}
	
#marchi_sx  a:hover {
	text-decoration: none;
	}
	
img.icona {
	margin-top: 0px;
	margin-left: 210px;
	position: absolute;
	left: 170px;
	top: 240px;
}
img.icona2 {
	margin-top: 0px;
	/*margin-left: 10px;*/
	position: absolute;
	left: 440px;
	top: 240px;
}
	
#marchi_dx  p {
	text-align: left;
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 3px;
	margin-top: 0px;
	padding-left: 160px;
	}
	
#marchi_dx  img {
	border: #999999 2px solid;
	margin: 10px;
	}
	
	
	
#marchi_dx  h1 {
	text-align: left;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 16px;
	margin-top: 0px;
	background: #232323;
	padding-left: 4px;
	}	
	
	
#marchi_dx  a {
	text-decoration: none;
	border: none;
	margin: 0px;
	padding: 0px;
	}
	
#marchi_dx  a:hover {
	text-decoration: none;
	}


/* stiro */

div#stiro  {
	width: 750px;
	float: left;
	text-align: left;
	background: url(../images/stiro_bk.jpg) top left no-repeat;
	background-color: #2e2e2e;
	border-right: #9d9d9d solid 1px;
	display: inline;
	padding-bottom: 20px;

	
	}
	
div#stiro_cont  {
	width: 750px;
	text-align: left;
	display: inline;
	float: left;
	padding-bottom: 20px;

	
	}
	
#stiro_cont   p {
	margin-left: 70px;
	margin-right: 120px;
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 12px;
	}
	
#stiro_cont img {
	margin-right: 10px;
	float: left;
	}
	
	
#stiro_cont   h2 {
	margin-top: 15px;
	margin-left: 70px;
	margin-right: 120px;
	margin-bottom: 0px;
	font-size: 11px;
	font-weight: bold;
	border-bottom: #cc0000 1px solid;
	color: #fec7c7;
	}
	
/* servizi > assistenza */

div#servizi_assistenza  {
	width: 750px;
	height: 420px;
	float: left;
	text-align: left;
	background: url(../images/servizi_assistenza_bk.jpg) top left no-repeat;
	background-color: #2e2e2e;
	border-right: #9d9d9d solid 1px;

	
	}
	
#servizi_assistenza  p {
	margin-left: 70px;
	margin-right: 120px;
	margin-top: 15px;
	font-size: 12px;
	}
	
	
#servizi_assistenza  h2 {
	margin-top: 15px;
	margin-left: 70px;
	margin-right: 120px;
	font-size: 14px;
	font-weight: bold;
	}


/* servizi > corsi */

div#servizi_corsi  {
	width: 750px;
	height: 420px;
	float: left;
	text-align: left;
	background: url(../images/servizi_corsi_bk.jpg) top left no-repeat;
	background-color: #2e2e2e;
	border-right: #9d9d9d solid 1px;

	
	}
	
#servizi_corsi  p {
	margin-left: 70px;
	margin-right: 120px;
	margin-top: 15px;
	font-size: 12px;
	}
	
	
	
#servizi_corsi  h2 {
	margin-top: 15px;
	margin-left: 70px;
	margin-right: 120px;
	font-size: 14px;
	font-weight: bold;
	}
	
/* contatti > dove siamo */

div#contatti  {
	width: 750px;
	height: 460px;
	float: left;
	text-align: left;
	background: url(../images/contatti_dovesiamo_bk.jpg) top left no-repeat;
	background-color: #2e2e2e;
	border-right: #9d9d9d solid 1px;

	
	}
	
div#contatti_testo  {
	position: relative;
	width: 267px;
	height: 120px;
	font-size: 11px;
	color: #FFFFFF;
	margin-left: 55px;
	padding-right: 3px;
	overflow: auto;
	margin-top: 10px;

	
	}
	
#contatti_testo p  {
	margin-top: 0px;
	margin-bottom: 6px;

	
	}
	
div#contatti_pdf  {
	position: relative;
	width: 280px;
	margin-left: 55px;
	font-size: 11px;
	color: #FFFFFF;
	margin-left: 55px;
	margin-top: 268px;

	
	}
	
a.pdf {
	background: url(../images/pdf.gif) left no-repeat;
	padding-left: 38px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
	
}
	

	
/* contatti > informazioni */

div#contatti_info  {
	width: 750px;
	height: 610px;
	float: left;
	text-align: left;
	background: url(../images/contatti_informazioni_bk.jpg) top left no-repeat;
	background-color: #2e2e2e;
	border-right: #9d9d9d solid 1px;

	
	}
	
#contatti_info  p {
	margin-left: 70px;
	margin-right: 120px;
	margin-top: 15px;
	font-size: 12px;
	}
	
div#cont_info {
	width: 650px;
	margin-left: 70px;
	margin-top: 15px;
	font-size: 12px;
	text-align: left;
	display: inline;
	float: left;
	}
	
	



/* ------ stili form ----------*/	
	

input,select,textarea {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 2px;
	margin-bottom: 5px;
	font-size: 11px;
	background-color: #CCCCCC;
	color: #333333;
	border: #ffffff 1px solid;
	
	}
	
fieldset {
	border:0px;
	margin-top: 10px;
	display: block; 
}

form {
	border:0px;
	margin:0px;
	width: 650px;
}
	
div#contatti_info_sx {
	width: 290px;
	float: left;
	text-align: left;
	display: inline;
	}
		
div#contatti_info_dx {
	width: 340px;
	float: left;
	text-align: left;
	display: inline;
	}
	

/* mappa */

div#mappa  {
	width: 750px;
	height: 470px;
	float: left;
	text-align: left;
	background: url(../images/mappa_bk.jpg) top left no-repeat;
	background-color: #2e2e2e;
	border-right: #9d9d9d solid 1px;

	
	}
	
#mappa  p {
	margin-left: 70px;
	margin-right: 120px;
	margin-top: 5px;
	font-size: 11px;
	}
	
	
#mappa  h2 {
	margin-left: 70px;
	margin-right: 200px;
	text-align: left;
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 15px;
	}

#mappa  ul {
	margin-left: 90px;
	margin-top: 0px;
	display: block;
	list-style: none;
	margin-right: 100px;
	}
	
#mappa  li {
	text-align: left;
	color: #ffffff;
	margin-bottom: 3px;
	margin-top: 5px;
	padding-left: 6px;
	font-size: 11px;
	}
	
#mappa  li a {
	font-weight: bold;
	color: #fec7c7;
	font-size: 11px;
	}

#mappa  li a:hover {
	color: #FF0000;
	font-size: 11px;
	}
	
#mappa  a {
	color: #fec7c7;
	text-decoration: underline;
	}
	
#mappa  a:hover {
	color: #FF0000;
	text-decoration: none;
	}
	
/* privacy */

div#privacy_header {
	width: auto;
	margin: 10px;
	background: url(../images/logo_privacy.jpg) top left no-repeat;
	height: 105px;
	border-bottom: #666666 2px solid;

}

div#privacy {
	width: auto;
	text-align: left;
	margin: 10px;

}

#privacy h1 {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	border-left: #FF0000 3px solid;
	margin-bottom: 3px;
	padding-left: 6px;

}
