



/*  STYLE PER LA LOGIN  */

div.login {
	background: #fff;
	border: 1px solid #DFEAE6;
	margin: 5em;
	padding: 1.5em;
	/*width: 25em;*/
	width:400px;
}

div.login h1 {
	margin:0px auto;
	width: 100%;
	text-align:center;
	font-size:20px;
	margin-top: 0;
	border-bottom:1px dotted #DFEAE6;
}

div.login h1 a {
	display: block;
	color: #5EA88F;
	text-decoration:none;
}

div.login input {
	padding: 3px;
	font-size:15px;
}

div.login ul {
	margin:0px auto;
	width: 100%;
	text-align:center;
	list-style: none;
	margin: 0;
	padding: 0;
}

div.login ul li {
	display: inline;
	margin-left: 1.4em;
	text-align: center;
}

div.login ul li a{
	color: #000;
	text-decoration:none;
	font-size:12px;
}
div.login ul li a:hover{
	text-decoration:underline;
}
/*  FINE STYLE PER LA LOGIN  */




body{
	border:0px;
	margin:0px auto;
	padding:0px;
	background-color:#FFF;
	font-family: Arial;
	font-size: 11px;
	color:#000;
	background:url(../img/sfondo_body.jpg) repeat-x top center;
}

div.mybody{
	border:0px solid red;
	margin:0px auto;
	padding:0px;
	width:760px;
	height:550px;
	background:url(../img/sfondo_home.jpg) no-repeat bottom center;
}

.sx{
	float:left;
}
.dx{
	float:right;
}

.claer{
	clear:both;
}


/* CONTENT  */
div.content{
	border:0px solid #FFF;
	margin:0px auto;
	padding:0px;
	width:100%;
	height:300px;
}



/* FOOTER + MENU */
div.footer{
	clear:both;
	border:0px solid green;
	width:760px;
	height:130px;
	margin:0px auto;
	padding-top:20px;
	color:#949494;
	background:url(../img/footer_linearossa.gif) no-repeat bottom center;
}
div.footer ul{
	list-style:none;
	margin:0px;
	border:0px;
	padding:0px;
}
div.footer ul li{
	float:left;
	margin-left:20px;
	color:#949494;
	list-style:none;
}
div.footer ul li a:hover{
	text-decoration:underline;
}

div.footer ul li a{
	text-decoration:none;
	color:#949494;
}

/* MENU PRODOTTI */

div.products ul{
	list-style:none;
	margin:0px;
	border:0px;
	padding:0px;
	margin-left:160px;
	height:130px;
}
div.products ul li{
	float:left;
	margin:0px;
	color:#000000;
	list-style:none;
	text-align:center;
}
div.products ul li a img{
	border:0px;
}
div.products ul li a:hover{
	font-weight:bold;
	text-decoration:none;
}

div.products ul li a{
	text-decoration:none;
	color:#000000;
}



/* HEADER + MENU */
div.header{
	clear:both;
	border:0px;
	width:780px;
	height:80px;
	margin:0px auto;
	color:#949494;
	font-size:1.3em;
	font-weight:bold;
	background:url(../img/sfondo_menu_header.gif) no-repeat top center;
}
div.header ul{
	list-style:none;
	margin:0px;
	border:0px;
	padding:0px;
	padding-top:35px;
}

div.header ul li{
	float:left;
	margin:3px;
	margin-left:20px;
	color:#949494;
	list-style:none;
}

div.header ul li a{
	text-decoration:none;
	color:#949494;
}

div.header ul li#sel a,
div.header ul li#sel a:hover,
div.header ul li a:hover{
	color:#BD1220;
}


div.header ul li.last,
div.header ul li.first{
	margin-top:35px;
}



.colsx{
	float:left;
	width:200px;
}
.coldx{
	float:right;
	width:570px;
}




