html, body, div, table, p, img, form, ul, li, dl, dt, dd {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #000;
	font-family: Verdana, Helvetiva, sans-serif;
	font-size: 12px;
	color: #fff;
}

#container {
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000;
	border-top: 7px solid #fff;
	padding-top: 25px;
}

#container1 {
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000;
}

#head {
	position: relative;
	width: 800px;
	height: 128px;
	margin-bottom: 3px;
	background: #000;
}

#menuspace {
	position: relative;
	float: right;
	height: 128px;
	width: 629px; /*IE6 bug, altrimenti 632*/
	background-image: url(../immagini/redline.gif);
	background-position: 0px 115px;
	background-repeat: no-repeat;
}

/*----------------------------------------------- menu --------------------------------------------------*/
.dropdown {float:left; position:relative; top:85px;padding-right:1px; }
.dropdown dt {height:23px; font-weight:bold; cursor:pointer;}
.dropdown dt a:link, .dropdown dt a:link {background:transparent;color:#fff;}
.dropdown dt a:hover {background:#fff;color:red;}
.dropdown dd {position:absolute; overflow:hidden; display:none;z-index:200; opacity:0}
.dropdown ul {padding:0; list-style:none; border-bottom:none}
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; text-align:center;padding:5px 0px; color:#fff; text-decoration:none; font-weight:bold;}
.dropdown a:hover {background:#fff; color:red;font-weight:bold;}
.dropdown dt a.act {background:transparent;color:red;cursor:text;}

#one-ddheader {width:68px;}

#two-ddheader {width:83px;}
ul.pr {width:83px;}

#three-ddheader {width:125px;}
ul.prt {width:125px;}

#four-ddheader {width:60px;}
#five-ddheader {width:60px;}
#six-ddheader {width:70px;}
#seven-ddheader {width:75px;}
#eight-ddheader {width:80px;}

.content {
	background: #fff;
}

p {
	text-align: justify;
	margin-bottom: 10px;
	line-height: 20px;
}

p.center {
	text-align: center;
	margin-bottom: 10px;
}

p.center_ {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	text-decoration: blink;
}

p.paragrafo{
	text-align: justify;
	line-height: 15px;
	font-size: 13px;
	color: #000;
	padding-top: 15px;
	padding-right: 15px;
}

p.titolo_bianco{
	text-align: justify;
	line-height: 15px;
	font-size: 13px;
	color: #fff;
	padding-top: 15px;
	padding-right: 15px;
}

span.bold {
	font-weight: bold;
	font-size: 16px;
	color: red;
}

span.grassetto {
	font-weight: bold;
	font-size: 14px;
}

a {
	text-decoration: none;
	color: #777;
}

a.contatti {
	text-decoration: none;
	color: red;
}

a:hover {
	text-decoration: none;
	color: red;
}

#form_top{
	position: relative;
	width: 800px;
	height: 165px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../immagini/form.jpg);
}

#form {
	position: relative;
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	background-color: #666;
	padding: 15px;
}

p.titolo{
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 20px;
	color: red;
}

#tab{
	margin-top: 50px;
}

#tab td.lbl{
	width: 150px;
}

#tab td.lbl1{
	width: 90px;
}

input.testo{
	width: 300px;
}

input.testo1{
	width: 150px;
}

#action{
	margin-top: 30px;
	width: 100%;
	text-align: center;
}

input.bat{
	width: 120px;
}

#testo {
	width: 800px;
	padding: 20px 0;
}

#testo_swf {
	position: relative;
	width: 800px;
	height: 80px;
	background-color: #000;
}

#menu{
	position: relative;
	width: 150px;
	padding-top: 10px;
	float: left;
	color: red;
}

#elenco{
	position: relative;
	width: 100px;
	height: 150px;
	list-style-type: none;
	margin: 0;
}

#elenco li {
	margin: 10px 0;
}

#elenco li a {
	display: block;
	width: 98px;
	padding: 6px 1px 6px 1px;
	color: #fff;
	font-size: 13px;
	text-align: center;
	border-width: 1px 1px 1px 0px;
	border-color: #e0e0e0 #666 #424d53 #000;
	border-style: solid;
	background-image: url(../immagini/sfondo_menu.gif);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
}

#elenco li a:hover {
	background-image: url(../immagini/sfondo_menu1.gif);
	background-repeat: repeat-y;
	color: red;
}

#elenco li a.active {
	background-image: url(../immagini/sfondo_menu1.gif);
	background-repeat: repeat-y;
	cursor: text;
	color: red;
}

#elenco_pl{
	position: relative;
	width: 100px;
	height: 200px;
	list-style-type: none;
	margin: 0;
}

#elenco_pl li {
	margin: 10px 0;
}

#elenco_pl li a {
	display: block;
	width: 98px;
	padding: 6px 1px 6px 1px;
	color: #fff;
	font-size: 13px;
	text-align: center;
	border-width: 1px 1px 1px 0px;
	border-color: #e0e0e0 #666 #424d53 #000;
	border-style: solid;
	background-image: url(../immagini/sfondo_menu.gif);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
}

#elenco_pl li a:hover {
	background-image: url(../immagini/sfondo_menu1.gif);
	background-repeat: repeat-y;
	color: red;
}

#elenco_pl li a.active {
	background-image: url(../immagini/sfondo_menu1.gif);
	background-repeat: repeat-y;
	cursor: text;
	color: red;
}

#testo_prodotti{
	position: relative;
	width: 650px;
	height: 150px;
	float: left;
}

#immagini{
	position: relative;
	width: 800px;
	background-image: url(../immagini/finiture_prova.jpg);
}

#news{
	position: relative;
	width: 800px;
	height: 380px;
	background-image: url(../immagini/news.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#colori{
	position: relative;
	width: 800px;
	height: 533px;
	background-image: url(../immagini/colori.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#map {
	width: 600px;
	height: 400px;
	background-color: #000;
	border-width: 2px;
	border-color: #fff;
	border-style: solid;
	margin-left: auto;
	margin-right: auto;	
}

#foot {
	width: 800px;
	position: relative;
	background-image: url(../immagini/riga.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;	
	background-color: #000;
}

#foot p{
	width: 100%;
	text-align: center;
	padding: 20px 0; 
}
