body {
	background-color: #f89734;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(../images/bg.gif);
}

body#home #m-home,
body#azienda #m-azienda,
body#fotovoltaico #m-fotovoltaico,
body#prodotti #m-prodotti,
body#incentivi #m-incentivi,
body#modulo #m-modulo,
body#downloads #m-downloads,
body#contatti #m-contatti

{
	background-image: url(../images/arrow-selected.gif);
	color: #000;
}
h2 {
	font-size: 24px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFD600;
	margin-top: 23px;
}
h4 {
	font-size: 14px;
	font-weight: bold;
}

a {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #FFD600;
}
a img {
	border-color: #FFF;
}
a img:hover {
	border-color: #FFD600;
}
form {
	padding: 10px;
	border: 1px solid #FFD600;
	width: 480px;
}




.clear-floats {
	clear: both;
}
.img-left {
	background-color: #FFF;
	padding: 3px;
	float: left;
	border: 2px solid #FFD600;
	margin-bottom: 10px;
	font-size: 10px;
	text-align: left;
	margin-right: 15px;
}

.img-right {
	background-color: #FFF;
	padding: 3px;
	float: right;
	border: 2px solid #FFD600;
	margin-bottom: 10px;
	margin-left: 15px;
	font-size: 10px;
	text-align: right;
}



#container {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 235px;
	width: 940px;
	margin-bottom: 20px;
}
#logos {
	height: 215px;
	width: 275px;
	background-color: #FFF;
	text-align: center;
	padding-top: 20px;
	float: left;
}
#logos a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#banner {
	float: left;
	background-color: #000;
	height: 235px;
	color: #FFF;
	font-size: 24px;
	width: 665px;
	text-align: right;
}
#banner  p{
	font-style: oblique;
	margin-top: 0px;
	margin-right: 10px;
}

#menu {
	width: 235px;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 30px;
	padding-bottom: 50px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFD600;
	height: 20px;
	margin-bottom: 10px;
}
#menu ul li a {
	color: #FFF;
	text-decoration: none;
	font-style: oblique;
	background-image: url(../images/arrow-menu-orange.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
#menu ul li a:hover {
	color: #000;
	text-decoration: underline;
}


#main {
	width: 630px;
	float: left;
	padding-left: 25px;
	padding-right: 10px;
}
#address {
	font-size: 10px;
	text-align: right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFD600;
	padding-right: 15px;
	margin-top: 20px;
}

