body {
	background: url(../img/bg.gif) repeat-x #f0eded top;
	color: #808080;
	font-family: Arial, serif;
	font-size: 12px;
	line-height: 15px;
	margin: 0px;
	padding: 0px;
	text-align: justify;
}

/* MAIN */

#main {
	width:980px;
	margin:0;
}

/* TITLE */

#title {
	background:url(../img/bg_pagina.gif) center repeat-y;
	text-align:center
}

/* HEADER */

#header {
	width:980px;
	height:250px;
	background: url(../img/bg_header.gif) no-repeat;
}


#content-header {
	padding:0 8px 0 10px;
	margin:5px 0 0 0 ;
	
}

#content-header div {
	float:left;
	width:240px;
	height:200px
}

#content-header h2 {
	margin:129px 0 0 0;
	padding:0;
	color:black;
	font-weight:bold;
	font-size:14px;
	line-height:17px
}

#content-header div a {
	color:black;
	text-decoration:none
}

#content-header div a:hover {
	color:#f2441d;
}

/* MENU */

#content-menu {
	height:45px;
	margin:0 8px;
	padding:0 0 0 30px
}

/* PAGINA */

#pagina {
    background:url(../img/bg_pagina.gif) 0 0 repeat-y;
	padding:0 8px 0 8px;
	margin:0;
	
}

/* COLONNA SINISTRA */
#sx {
	width:200px;
	padding-top:10px
	
}

#sx .menu-lato{
	margin-bottom:20px
}

.tit {
	background:#f8c382;
	text-align:center;
	font-weight:bold;
	font-size:13px;
	color:#f2441d;
	line-height:25px
}

.tipo {
	margin:0;
	padding:5px 0 5px 5px;
	border-bottom:1px dotted gray;
	text-align:left;
	font-size:12px;
	font-weight:bold
}


.tipo a {
	color:gray;
	text-decoration:none
}

.tipo a:hover {
	color:#f2441d;
	text-decoration:underline
}

#sx-contatti {
	background:#f8c382;
	text-align:justify;
	font-size:13px;
	color:#f2441d;
	border:1px solid #f2441d;
	padding:10px 0;
	width:180px;
	margin:0 10px;
	font-weight:bold
}

#sx-contatti p{
	color:black;
	font-size:14px;
	margin:5px 0;
	padding:0 5px;
	line-height:17px
}

/* COLONNA DESTRA */
#dx {
	width:200px;
	padding-top:10px;
}

#dx h3 {
    font-size:13px;
    color:gray;
    padding:0;
    margin:0 0 10px 0;
    font-weight:bold;
}

#dx h3 a{
    color:gray;
	text-decoration:none
}

#dx h3 a:hover{
    color:red;
	text-decoration:underline
}

#dx-newsletter {
	background:#f8c382;
	text-align:justify;
	font-size:11px;
	color:black;
	border:1px solid #f2441d;
	padding:10px;
	margin:0 10px;
	font-weight:bold;
}

/* FORM */

form {
	margin:0;
	padding:0
}
input {
	vertical-align:middle;
}

.input-text {
	background:white;
	border:1px solid #f2441d;
	height:15px;
	margin-bottom:7px
}

#send {
	width:70px;
	height:16px;
	background:red;
	color:white;
	text-align:center;
	margin-top:10px
}

/* NAVIGATORE */

#nav {
	padding:0 0 10px 0;
	text-align:left;
	color:black;
	font-size:11px
}

#nav a{
	color:#f2441d;
	font-weight:bold;
	text-decoration:none
}

#nav a:hover{
	color:gray;
	font-weight:bold;
	text-decoration:none
}

#nav img{
	vertical-align:middle
}

/* FOOTER */

#footer {
	padding:10px 8px 10px 3px;
	margin:10px 0 0 0;

}


#footer table {
		border-top:1px solid #eee;
		color:black;
		margin-bottom:10px
}

#footer table td{
		padding:10px 5px 0 5px;
		text-align:left;
		font-size:11px;
		line-height:18px
}

.tit-footer {
	background:#eee;
	text-align:left;
	font-weight:bold;
	font-size:12px;
	color:#f2441d;
	line-height:20px;
	margin-bottom:5px;
	padding:0 0 0 5px
}

#footer a#web {
	color:#f2441d;
	text-decoration:none
}

#footer a#web:hover {
	color:gray;
	text-decoration:underline
}


#footer table td a{
		color:gray;
		font-weight:bold;
		text-decoration:none
}

#footer table td a:hover{
		color:#f2441d;
		text-decoration:underline
}
