
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font: normal small Arial, Helvetica, sans-serif;
	color: #666;
}

h1, h2{
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #666666;
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #000000;
}


/* Header */
#header {
	width: 704px;
	height: 62px;
	margin: 0 auto;
}

#presentation {
	width: 704px;
	height: 41px;
	margin-left: 1px;
	padding-top: 10px;
	border-top-width: 10px;
	border-top-style: solid;
	text-align: center;
	text-transform: lowercase;
	text-decoration: none;
	letter-spacing: -1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	background: url(images/img01.gif) no-repeat center bottom; 
	border-color: #F07242; 
	color: #C4856D; 
}

/* Logo */
#logo {
	width: 704px;
	height: 31px;
	margin: 0 auto;
	padding: 130px 0 0 0;
	background: url(images/header.jpg) no-repeat;
	border-bottom: 10px solid #595959;
}

/* Content */

#content {
	width: 704px;
	margin: 0 auto;
	border-top: 1px solid #FFFFFF;
}

#colDx {
	float: right;
	width: 424px;
	padding: 0 30px 0 0;
}

#colSx {
	float: left;
	width: 220px;
}

/* Contenuto */

.contenuto {
}

.contenuto h2 {
	height: 35px;
	padding-top: 25px;
	border-bottom: 1px solid #CCCCCC;
	font-size: 2em;
}

.contenuto h3 {
	font-size: 1em;
	font-weight: bold;
}

.contenuto p {
	line-height: 1.8em;
	text-align: left;
}

.contenuto .more {
	text-align: right;
}

.contenuto .more a {
	padding: 0 1em;
	background: #CCCCCC;
	border-left: 4px solid #666666;
	text-decoration: none;
}

.contenuto .more a:hover {
	background: #666666;
	color: #FFFFFF
}

.contenuto li {
	line-height: 1.8em;
}

/* menu */

.menu {
	margin-bottom: 1px;
	background: #FAD4C6 url(images/img07.gif) repeat-y;
	border-bottom: 1px solid #F07242;
}

.menu h2 {
	height: 35px;
	padding: 25px 0 0 21px;
	border-bottom: 1px solid #FFFFFF;
	letter-spacing: -1px;
	font-size: 24px;
	font-weight: normal;
	color: #F07242;
}

.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu li {
	display: inline;
}

.menu a {
	display: block;
	width: 199px;
	height: 23px;
	padding: 7px 0 0 21px;
	background: #FDF1EC url(images/img08.gif) no-repeat;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	color: #F07242;
}

.menu a:hover {
	background: #F7B8A0 url(images/img09.gif) no-repeat;
	color: #FFFFFF;
}

#contatti{
	display: block;
	width: 199px;
	height:55px;
	padding: 7px 0 0 21px;
	border-bottom: 1px solid #FFFFFF;
	color: #F07242;
	background: #FDF1EC url(images/img08.gif) repeat-y;
}

#contatti a{
	display: inline;
	padding: 0px;
	width: 0px;
	background:none;
	text-decoration: none;
	
}

#contatti a:hover {
	text-decoration: none;
	color: #F07242; 
}

/* Form */

#Form {	
	margin-top: 0px;
	border: 0 solid #FFFFFF;
	padding-top: 0px;
}
#Form fieldset{	
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	margin: 0;
	border: 0 solid #666;
	padding: 0px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #666;
}

form#Form p {text-align:left;}

#Form fieldset.break{	
	display: block;
	margin: 0px;
	border: 0 solid #666;
	padding: 0px;
}
	
#Form label{
	float: left;
	display: block;
	margin: 1em 1em 0 0;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
}

#Form fieldset.check{	
	display: block;
	margin: 0px;
	border: 0 solid #666;
	padding: 0px;
	margin: 0 0 2em 0;
}

#Form input{
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	width: 176px;
}

#Form textarea{
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	width: 378px;
}

#Form input.bottone{
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	width: 70px;
	display:inline;
}

#Form input.check {
	display:inline;
	width: 14px;
}

/* Footer */

#footer {
	clear: both;
	width: 704px;
	margin: 0 auto;
	border-top: 1px solid #666666;
	background: #CCCCCC;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	font-size: smaller;
	color: #999999;
}

#footer a {
	color: #999999;
}
