html, body, div, h1, p {
	margin: 0; padding: 0;
}

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	background: #1F170C url(../img/sfondo.jpg) repeat-x top;
}


div#container {
	margin: 0 auto;
	width: 840px; height: 581px; /*910x618*/
	padding: 30px 35px 7px 35px;
	color: #696A6D;
	background: #FFF url(../img/container_sfondo.jpg) no-repeat center 0px;
}

div#header {
	width: 100%; height: 85px;
	position: relative;
}
div#logo {
	float: left; display: inline;
	position: relative;
	margin: -10px 0 0 35px;
	width: 132px; height: 90px;
}
#header .banner {
	float: left; display: inline;
	width: 166px; height: 50px;
	margin: 10px 29px 0 13px;
	overflow: hidden;
}
/*div#header ul {
	float: left; display: inline;
	width: 427px;
	margin: 70px 0 0 0; padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	overflow: hidden;/*necessario per nascondere | nel primo li*/
	/*color: #9F8752;
	font-weight: bold;
	font-size: 10px;
}*/
div#header ul {
	position: absolute;
	left: 167px; bottom: 2px;
	width: 427px;
	margin: 0; padding: 0;
	text-align: center;
	overflow: hidden;/*necessario per nascondere | nel primo li*/
	color: #9F8752;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
}
div#header li {
	display: inline;
	padding: 0 4px; margin: 0;
	list-style-type: none;
	border-left: 1px #9F8752 solid;
}
#newsletter {
	float: right;
	position: relative;
	margin: -15px 30px 0 0;
	width: 215px; height: 30px;/*width: 215px; height: 100px;*/
	padding-top: 70px;
	background: #CCCDCE url(../img/newsletter_sfondo.jpg) no-repeat;
	font: 20px lighter;
	text-align: center;
}
#lingua {
	position: absolute;
	top: 6px; right: 5px;
}



div#sx {
	float: left; clear: both; display: inline;
	margin-left: 35px;
	width: 132px; height: 402px;/*width: 132;*/
	background: #FFFFFF no-repeat bottom;
}
div#sx .banner {
	height: 70px;
	margin: 13px 0;
	text-align: center;
}

div#content {
	position: relative;
	float: left; display: inline;
	width: 401px; height: auto;/*width: 427px; height:400px;*/
	padding: 19px 13px 0 13px;
}
div#content ul {
	padding: 4px 0 0 16px;
	margin: 0 0 0 6px;
}


div#extra {
	float: left; display:inline;
	position: relative;
	/*width: 215px; height: 428px;*/
	width: 179px; min-height: 421px; height: auto !important; height: 421px;/*hack min-height per ie 6;*/
	padding: 7px 18px 0 18px;
	text-align: left;
	color: #FFFFFF;
	background: url(../img/extra_sfondo.png) repeat-y;
	z-index: 2;
}
div#extra_header {
	position: absolute;
	top: 0; left: 0;
	width: 215px; height: 7px;
	background: url(../img/extra_header.png) no-repeat;
}
div#extra_footer {
	position: absolute;
	bottom: 0; left: 0;
	width: 215px; height: 28px;
	background: url(../img/extra_footer.png) no-repeat;
}

div#extra h1 {
	width: 192px;/*width: 205px;*/
	height: 37px; line-height: 36px;
	margin: 0 0 13px -13px; padding-left: 13px;
	color: #A4A5A7;
	font-size: 20px;
	font-weight: lighter;
}
div#extra a {
	color: #FFFFFF;
}
div#extra .news {
	background: url(../img/h1_news.png) bottom no-repeat;
}
div#extra .download {
	background: #FFFFFF url(../img/h1_download.png) bottom no-repeat;
	margin-top: 10px;
}
div#extra ul {
	margin: -13px 0 0 0; padding: 0;
}
div#extra li {
	padding: 10px 0 3px 0; margin: 0;
	list-style-type: none;
	font-weight: bold;
}

.pdf {
	padding: 0 0 10px 30px !important; margin: 0;
	list-style-type: none;
	font-weight: normal !important;
	background: url(../img/pdf.gif) no-repeat 10px top;
	color: #FFFFFF
}

div#footer {
	clear: both;
	position: relative;
	top: -28px;
	left: -1px;/*risolve bug inspiegabile del footer che si sposta a dx di 1px*/
	width: 794px; height: 71px;/*width: 840px;*/
	padding: 0 36px 0 10px;
	background-color: #606063;
	color: #A4A5A7;
	z-index: 1;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
div#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

table#download img {
	margin-right: 10px;
}
table#download td {
	padding-bottom: 20px;
}

div#recapiti {
	position: absolute;
	bottom: 5px;
}
div#powered {
	float: right;
	margin-top: 29px;
}

ul#portfolio {
	margin: 0 !important; padding: 0 !important;
}
#portfolio li {
	padding: 0 0 10px 0; margin: 0;
	list-style-type: none;
}


#content h1 {
	width: 100%;
	margin-bottom: 8px;
	border-bottom: 1px solid #B0B0B1;
	font-size: 20px;
	font-weight: lighter;
}

ul#gallery {
	margin: 10px 0 0 0 !important; padding: 0 !important;
}
ul#gallery img {
	margin: 0 11px 0 0; padding: 0;
}
#gallery li {
	clear: both;
	list-style-type: none;
	margin: 0 0 20px 0; padding: 0;
}
.both {
	clear: both;
}


a:link, a:visited {
	color: #9F8752;
	text-decoration: none;
}
a:hover, #active {
	color: #20170D !important;
}


h2 {
	margin: 0; padding: 0;
	font-size: 13px;
}
h3 {
	margin: 0; padding: 0 0 8px 0;
	font-size: 14px;
}


.login {
	float: right;
	width: 53px;
	margin-top: 8px;
	border: none;
	cursor: pointer;
	background-color: #C2112A;
	color: #FFFFFF;
}

input, textarea {
	padding: 3px;
	border: solid 1px #E2E3DF;
	font-size: 11px;
}

label {
	float: left;
	width: 70px;
	padding: 0 0 13px 0; margin: 0;
}

img {
	border: none;
}


.hr {
	width: 100%; height: 0;
	background-color: #E2E3DF;
	overflow: hidden;
	margin: 0 0 18px 0;
	border-top: 1px solid #D2D3D3;
	border-bottom: 1px solid #A8A8A9;
}


.testo {
	font-size: 13px;
}
.testo_piccolo {
	font-size: 12px;
}
.rosso {
	color: #C3112B !important;
}
.nero {
	color: #000 !important;
}
.bianco {
	color: #FFF !important;
}