body{
	text-align: center;
	font-size: small;
	font-family: sans-serif;
	background-color: #FFF;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url('../images/body-bg.jpg');
	color: #2A2A2A;
}

* html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */ 
}

h1{
	font-size: 200%;
}

h2{
	font-size: 150%;
}

h3{
	font-size: 130%;
	color: #FFD200;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #FFD200;
}
a:hover {
	text-decoration: none; 
	color: #FFE983;
}

div#wrap{
	width: 800px;
	margin-right:auto;
	margin-left:auto;
	margin-top: -10px;
	padding:0px;
	text-align:left;
}

/* to hack IE6 and allow the navlist to stick on top */
* html body {
	margin-top: 0px;
}

/* -------------- HEADER */
div#header{
	height: 240px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url('../images/header-bg.jpg');
}

div#navlist{
	/*background-color: #2A2A2A;*/
	padding-top: 5px;
	font-size:  120%;
	/*border-bottom: 2px solid #626162;*/
}

#navlist ul
{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

#navlist li
{
	display: inline;
	list-style-type: none;
}

#navlist a { padding: 3px 20px; }

#navlist a:link, #navlist a:visited
{
	color: #fff;
	text-decoration: none;
}

#navlist a:hover
{
	color: #FFD200;
	text-decoration: none;
}

div#companyName{
	margin-left: 10px;
	width: 330px;
	height: 160px;
	float: left;
	background-color:  #DDD;
}
* html body div#companyName{
	margin-left: 5px;
}

div.mission{
	color: #FFF;
	/*background-color: #2A2A2A;*/
	/*padding: 20px;*/
	/*margin-bottom: 20px;*/
	margin-right: 20px;
	padding-right: 10px;
	width: 400px;
	height: 160px;
	float: right;
	text-align: justify;
	line-height: 1.1;
}
* html body div.mission{
	line-height: 1.3;
	margin-right: 10px;
	margin-top: -5px;
}

div.mission span{
	font-size: 8pt;

}

div.mission h2{
	margin: 0;
	color: #FFD200;
}
/* -------------- END HEADER */

h2.motto{
	text-align: center;
	color: #2A2A2A;
	background-color: #FFF;
	clear: both;
}

/* -------------- CONTAINER (domotica - sicurezza) */
div.container{
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 60px;
	color: #FFF;
}

.domotica{
	background-image: url('../images/domotica-bottom.jpg');
}

.sicurezza{
	background-image: url('../images/sicurezza-bottom.jpg');
}

.azienda{
	background-image: url('../images/azienda-bottom.jpg');
}

.contattaci{
	background-image: url('../images/contattaci-bottom.jpg');
	height: 550px;
}

div.container span, div.container-intro span{
	display:  none;
}

div.container h2{
	padding: 0;
	background-repeat: no-repeat;
	background-position: left top;
	height: 60px;
}

.domotica h2{
	background-image: url('../images/domotica-top.jpg');
}

.sicurezza h2{
	background-image: url('../images/sicurezza-top.jpg');
}

.azienda h2{
	background-image: url('../images/azienda-top.jpg');
}

.contattaci h2{
	background-image: url('../images/contattaci-top.jpg');
}

/* -------------- END CONTAINER */

/* -------------- SICUREZZA */
.sicurezza h3{
	margin-bottom: 5px;
}

.sicurezza h3.antifurto{
	background-image: url('../images/antifurto.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	height: 21px;
	width: 130px;
}

.sicurezza h3.antincendio{
	background-image: url('../images/antincendio.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	height: 19px;
	width: 180px;
}

.sicurezza h3.tvcc{
	background-image: url('../images/tvcc.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	height: 18px;
	width: 180px;
}

.sicurezza h3.caccessi{
	background-image: url('../images/caccessi.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	height: 18px;
	width: 180px;
}

.sicurezza h3 span{
	display: none;
}

.sicurezza p{
	margin-top: 10px;
	float-left: 10px;
}
.item{
	float: left;
	width: 730px;
	display: inline;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #FFD200;
}
* html body .item{
	margin-bottom: 30px;
	padding-bottom: 10px;
}

.sicurezza .description img{
	float: left;
	border:5px solid #2A2A2A;
	margin: 0 8px 0 0;
}
/* -------------- END SICUREZZA */

/* -------------- CONTAINER-INTRO (domotica - sicurezza) */
div.container-intro{
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 20px;
	padding: 0;
	height: 279px; /* 225 + 60*/
	color: #FFF;
}

.domotica-intro{
	background-image: url('../images/domotica-bottom-intro.jpg');
}

.sicurezza-intro{
	background-image: url('../images/sicurezza-bottom-intro.jpg');
}

div.container-intro h2{
	padding: 0;
	background-repeat: no-repeat;
	background-position: left top;
	height: 54px;
}

.domotica-intro h2{
	background-image: url('../images/domotica-top-intro.jpg');
}

.sicurezza-intro h2{
	background-image: url('../images/sicurezza-top-intro.jpg');
}

.container-intro .description{
	width: 400px;
	margin-right: 30px;
	float:  right;
	text-align: justify;
}

* html body .container-intro .description{
	margin-right: 15px;
}
/* -------------- END CONTAINER-INTRO (domotica - sicurezza) */

div.description{
	margin: 40px;
	margin-top: 0;
	margin-bottom: 5px;
	/*text-align: justify;*/
}

div.post-it{
	width: 250px;
	height: 225px;
	margin-left: 10px;
	float: right;
	background-color: yellow;
	background-image: url('../images/post-it.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}

/* -------------- CREDIT */
p#credit a:link, p#credit a:visited, p#credit a:active {
	text-decoration: none;
	color: #2A2A2A;
}
p#credit a:hover {
	text-decoration: none; 
	color: #626162;
}
/* -------------- END CREDIT */
