/* CSS Document */
body {
	margin:0;
	background-color:#c1c1c1;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
}
#container {
	width:763px;
	padding:0 7px 0 1px;
	background-image:url(../gfx/bg_tile.jpg);
	background-repeat:repeat-y;
	background-position:left top;
	margin:0 auto;
}
#container_bottom {
	width:771px;
	height:8px;
	background-image:url(../gfx/bg_bottom.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	margin:0 auto;
} 
#header {
	width:763px;
	height:101px;
	background-image:url(../gfx/header.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
#header_bottom {
	width:763px;
	height:147px;
	background-image:url(../gfx/header_bottom.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
#content {
	width:501px;
	padding:20px 60px 80px 20px;
	float:right;
	color:#484848;
	font-size:12px;
	line-height:1.5em;
}
#content_home {
	float:right;
	width:561px;
	height:374px;
	padding:20px 0px 80px 20px;
	color:#484848;
	font-size:12px;
	line-height:1.5em;
	background-image:url(../gfx/home.jpg);
	background-position:100% 20px;
	background-repeat:no-repeat;
}
#menu_box {
	float:left;
	width:175px;
	height:314px;
	padding-left:7px;
	background-image:url(../gfx/bg_menu.jpg);
	background-repeat:no-repeat;
	background-position:right top;
}
#footer_top {
	clear:both;
	width:763px;
	height:20px;
	background-color:#f4f4f4;
}
#footer {
	width:763px;
	height:28px;
	background-color:#fff;
	font-size:10px;
}
#navbar {
	width:162px;
	margin:18px 7px 0 6px;
}
ul.nav {
	padding:0;
	margin:0;
}
ul.nav li.normal {
	list-style-type:none;
	background-color:#fff;
	padding:0;
	border-bottom:1px solid #f4f4f4;
}
ul.nav li.selected {
	list-style-type:none;
	background-color:#f4f4f4;
	padding:0;
	border-bottom:1px solid #f5f5f5;
}
ul.nav li a:link, ul.nav li a:visited, ul.nav li a:active {
	display:block;
	text-decoration:none;
	color:#404040;
	background-image:url(../gfx/arrow_green.gif);
	background-position:15px 50%;
	background-repeat:no-repeat;
	width:135px;
	padding:10px 0 10px 27px;
}
ul.nav li a:hover {
	text-decoration:none;
	color:#404040;
	background-color:#f5f5f5;
}
#map {
	float:left;
	width:230px;
} 
#map p {
	font-size:11px;
	line-height:1.5em;
}
#head_home {
	width:90px;
	height:30px;
	background-image:url(../gfx/ecotec.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	padding-bottom:20px;
}
#head_azienda {
	width:158px;
	height:30px;
	background-image:url(../gfx/azienda.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	padding-bottom:20px;
}
#head_news {
	width:158px;
	height:30px;
	background-image:url(../gfx/news.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	padding-bottom:20px;
}
#head_prodotti {
	width:158px;
	height:30px;
	background-image:url(../gfx/prodotti.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	padding-bottom:20px;
}
#head_pronto_usato {
	width:158px;
	height:30px;
	background-image:url(../gfx/pronto_usato.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	padding-bottom:20px;
}
#head_contatti {
	width:158px;
	height:30px;
	background-image:url(../gfx/contatti.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	padding-bottom:20px;
}
#foot_logo_ecotec {
	width:200px;
	padding:7px 0 0 80px;
	height:28px;
	background-image:url(../gfx/logo_ecotec.gif);
	background-position:3px 0;
	background-repeat:no-repeat;
}

a:link, a:visited, a:active {
	text-decoration:none;
	color:#000;
}
a:hover {
	text-decoration:none;
	color:#33cc33;
}