﻿@import 'reset.css';

/* some useful debug
html * {
	border: solid 1px #000 !important;
}
*/

/** global styles **/

/* defining font family for all elements */
body, input, select, option, textarea, input {
	font-family: Arial, Sans-Serif; 
}
body {
	background-color: #93876F;
	color: #817763;
	font-size: 62.5%; /* 1em = 10px - ref: http://www.maratz.com/blog/archives/2005/10/21/typetesters-base-font-size/ */
}

a {
	color: #817763;
	outline-style: none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

input[type=text] {
	border: solid 1px #817763;
}
input[type=select] {
	border: solid 1px #817763;
}
textarea {
	border: solid 1px #817763;
}

div#wrapper {
	background-color: #fff;
	height: 100% !important;
	margin: 0 auto;
	position: relative;
	width: 980px;
	z-index: 1;
}
div#header {
	position: relative;
	z-index: 10;
}
	div#wrapper div.pagecontent {
		min-height: 600px;
		height: 100% !important;
		overflow: hidden;
		padding-left: 20px;
		padding-right: 20px;
	}
	div#wrapper div.pagecontent .cols {
		float: left;
		width: 450px;
	}
	div#wrapper div.pagecontent .cols.sx {
		padding-right:40px;
	}
	div#wrapper div.pagecontent .cols h2 {
		position: relative;
		z-index: 10;
	}
	div#wrapper div.pagecontent .cols h2 span {
		display: inline-block;
		font-size: 1.2em;
		font-weight: normal;
		left: 180px;
		line-height: 1.2em;
		position: absolute;
		top: 65px;
		width: 120px;
		z-index: 15;
	}
	div#wrapper div.pagecontent .cols.sx h2 span {
		left: 238px;
		width: 160px;
	}
	div#wrapper div.pagecontent .cols .linktutti {
		margin-top: 10px;
		padding-right: 5px;
		text-align: right;
	}

ul.elencoarticoliHP {
}
	ul.elencoarticoliHP li {
		padding-bottom: 10px;
		padding-top: 15px;
		border-bottom: solid 1px #DACAA8;
		height: 100% !important;
		margin-bottom: 2px;
		overflow: hidden;
		width: 100% !important;
	}
	ul.elencoarticoliHP li h3 {
		font-size: 1.2em;
		font-weight: bold;
		margin-bottom: 10px;
		padding-left: 5px;
		text-transform: uppercase;
	}
	ul.elencoarticoliHP li div.img {
		float: left;
		height: 100% !important;
		min-height: 180px;
		max-height: 250px;
		padding-left: 3px;
		width: 110px;
	}
	ul.elencoarticoliHP li div.content {
		float: right;
		width: 1% !important;
		min-width: 325px;
		text-align: left;
	}
	ul.elencoarticoliHP li div.scarica {
		float: right;
		width: 1% !important;
		min-width: 325px;
		text-align: center;
	}
	ul.elencoarticoliHP li div.scarica img {
		margin-left: 10px;
		margin-top: 20px;
	}

/* lista articoli pagina interna */
ul.elencoarticoliInt {
}
	ul.elencoarticoliInt li {
		padding-bottom: 10px;
		padding-top: 15px;
		border-bottom: solid 1px #DACAA8;
		height: 100% !important;
		margin-bottom: 2px;
		overflow: hidden;
		width: 100% !important;
	}
	ul.elencoarticoliInt li h3 {
		font-size: 1.2em;
		font-weight: bold;
		margin-bottom: 10px;
		padding-left: 5px;
		text-transform: uppercase;
	}
	ul.elencoarticoliInt li div.img {
		float: left;
		height: 100% !important;
		min-height: 180px;
		max-height: 250px;
		padding-left: 3px;
		width: 110px;
	}
	ul.elencoarticoliInt li div.content {
		float: left;
		margin-right: 10px;
		text-align: left;
		width: 460px;
	}
	ul.elencoarticoliInt li div.scarica {
		float: left;
		text-align: left;
	}
	ul.elencoarticoliInt li div.scarica img {
		margin-left: 10px;
		margin-top: 40px;
	}

div#backHomePage {
	border-bottom: solid 1px #DACAA8;
	margin-bottom: 10px;
	margin-top: 30px;
}
	div#backHomePage img {
		margin-bottom: 10px;
	}

div#footer {
	background-image: url(../images/footer.gif);
	background-position: 0 bottom;
	background-repeat: no-repeat;
	height: 105px;
	position: relative;
	z-index: 10;
}
	div#footer .boxdati {
		bottom: 8px;
		color: #fff;
		font-size: 1.3em;
		height: 65px;
		position: absolute;
		right: 5px;
		text-align: center;
		width: 405px;
	}
	div#footer .boxdati span {
		font-style: italic;
		text-decoration: underline;
	}


/* style form richiesta */
div#formrichiesta {
	font-size: 1.3em;
}
	div#formrichiesta h2 {
		font-size: 1.6em;
		margin-bottom: 10px;
		text-align: center;
	}
	div#formrichiesta ul {
		list-style-type: decimal;
		list-style-position: outside;
		padding: 0 35px;
		margin-bottom: 15px;
	}
	div#formrichiesta table#campiform {
		margin: auto;
		width: 600px;
	}
	div#formrichiesta table#campiform tr td {
		padding-bottom: 5px;
	}
	div#formrichiesta table#campiform tr td.sx {
		width: 150px;
		text-align: right;
		vertical-align: top;
	}

	div#formrichiesta table#campiform tr td label {
		font-weight: bold;
		margin-right: 5px;
	}


