@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding:0
}
body {
	width:900px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background:url(img/layout/texture_sfondo.gif);
	margin:0 auto;
}
#container {
	width:900px;
	margin:0 auto;
	background-color:#FFFFFF;
}
/*/////////////header/////////////*/
#top {
	height:20px;
	width:900px;
}
#top .puls_top {
	text-align:right;
	padding-top:7px;
	font-size:10px;
	font-weight:bolder;
	float:right;
}
#top a {
	text-decoration:none;
	color:#5E533E;
}
#top a:hover {
	color:#8AB51F;
}
#header {
	width:900px;
	height:78px;
}
#logo {
	width:397px;
	height:78px;
	float:left;
}
#puls_azienda {
	width:293px;
	height:18px;
	float:left;
	padding-top:60px;
	font-size:10px;
	color:#666666;
	text-align:right;
}
#puls_azienda a {
	color:#666666;
	text-decoration:none;
}
#puls_azienda a:hover {
	color:#8AB51F;
}
#puls_azienda .selected {
	color:#8AB51F;
}
/*/////////////navigation/////////////*/
#navigation {
	width:900px;
	height:250px;
}
#foto_principale {
	width:690px;
	height:250px;
	float:left;
}
#puls_prodotti {
	width:210px;
	height:250px;
	float:left;
	background: url(img/layout/texture_riquadrp_puls_prodotti.gif) repeat;
}
#puls_prodotti ul {
	width:210px;
	height:250px;
	margin:0px;
	padding:0px;
	list-style:none;
}
#puls_prodotti li {
	width:210px;
	height:25px;
	background:url(img/layout/linea_separaz_puls.gif) bottom repeat-x;
}
#puls_prodotti li.selected {
	width:180px;
	padding-left:30px;
	padding-top:5px;
	height:20px;
	color:#CCCCCC;
	font-weight:bold;
	background:url(img/layout/puls_selezionato.gif);
}
#puls_prodotti a {
	display:block;
	width:200px;
	height:18px;
	padding-left:10px;
	padding-top:5px;
	color:#CCCCCC;
	font-weight:bold;
	text-decoration:none;
}
#puls_prodotti a:hover {
	display:block;
	width:180px;
	padding-left:30px;
	height:18px;
	color:#FFFFFF;
	background:#333333 url(img/layout/puls_selected.gif) top left no-repeat;
}
/*/////////////content/////////////*/
#content {
	width:900px;
	background:#FFFFFF url(img/layout/sfondo_content_area_azienda.jpg) top center no-repeat;
}
#testo {
	width:560px;
	text-align:justify;
	padding-left:235px;
	padding-top:90px;
	float:left;
}
#testo a {
	color:#8AB51F;
}
#testo a:hover {
	color:#999999;
}
#form {
	font-size:11px;
	color:#333333;
	width:560px;
}
legend {
	font-weight:bolder;
	padding:10px;
}
fieldset {
	padding:10px;
}
fieldset div {
	padding:10px 5px 10px 5px;
	background:#E0E0E0 url(img/layout/linea_separazione_form.gif) left bottom repeat-x;
}
label {
	display:inline;
	padding-left:10px;
	line-height:21px;
}
#submit {
	padding-left:230px;
	background:#FFFFFF;
}
.campo {
	border:0;
	border-top: 2px solid #E7E2DA;
	border-bottom: 2px solid #E7E2DA;
	border-right: 2px solid #E7E2DA;
	border-left: 2px solid #E7E2DA;
}
#submit {
	padding-left:225px;
	background:#8eb421;
}
.invia {
	border:0px;
	font-size:11px;
	font-weight:bold;
	background:#8eb421;
	color:#ffffff;
}
/*/////////////footer/////////////*/
#footer {
	clear:both;
	width:800px;
	padding:15px 50px 15px 50px;
	text-align:center;
	color:#CCCCCC;
	font-weight:bolder;
	font-size:10px;
	background:url(img/layout/texture_riquadrp_puls_prodotti.gif);
}
#footer a {
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover {
	color:#8AB51F;
}
.annulla_float {
	clear:both;
	width:900px;
	height:60px;
}

