/* --------------- DEFINIZIONI GLOBALI --------------- */
html, body {
    background: url(../image/body_bg.gif) #000;
}
body {
	padding: 0px;
	margin: 0px;
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, Geneva, Swiss, Sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #162237;
}
.clear {
    clear: both;
}
form {
    padding: 0px;
    margin: 0px;
}
TD {
	font-size: 12px;

}
A:link, A:visited {
    color: #4b0049;
    font-weight: bold;
    text-decoration: underline;
}
A:hover {
    color: #ff00ff;
}

/* --------------- DEFINIZIONI STRUTTURA PAGINA --------------- */

#page {
    position: relative;
    background: #111;
    width: 970px;
    padding: 0px;
    margin: auto;
    text-align: left;	
}
#logo {
	background: url(../image/logo.gif) no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
    width: 300px;
    height: 172px;
}
	#logo A {
		position: relative;
		width: 300px;
		height: 172px;
		display: block;
	}
		#logo A SPAN {
			display: none;
		}
/* --------------- DEFINIZIONI HEAD PAGINA --------------- */
#head_foto {
	background: url(../image/head_foto.jpg);
    width: 970px;
    height: 500px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
	float: left;
	display: inline;
}
#head {
	background: #000000;
    width: 970px;
    /*height: 200px;*/
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
	float: left;
	display: inline;
}

/* --------------- DEFINIZIONI MENU' TOP --------------- */

    #menu_top {
        width: 670px;
        height: 70px;
        padding: 0px;
        margin: 0px;
		float: left;
		display: inline;
    }
		#menu_top UL {
			padding: 0px;
			margin: 40px 0px 0px 0px;
			float: left;
			display: inline;
		}
			#menu_top UL LI {
				list-style: none;
				padding: 0px 10px 0px 10px;
				margin: 0px;
				font-size: 10px;
				line-height: 100%;
				color: #feb78b;
				float: left;
				display: inline;
				border-right: 1px solid #feb78b;
			}
				#menu_top UL LI A {
					font-size: 12px;
					line-height: 15px;
					font-weight: normal;
					color: #feb78b;
					text-decoration: none;				
				}
					#menu_top UL LI A:hover {
						color: #feb78b;
						text-decoration: underline;
					}


/* --------------- DEFINIZIONI CONTENT --------------- */

#content {
    width: 664px;
    padding: 6px 0px 20px 0px;
    margin: 0px 0px 0px 0px;
    float: left;
	display: inline;
	background: pink2;
}
	#content .sx {
		width: 329px;
		margin: 0px 3px 6px 0px;
		float: left;
		display: inline;
	}
	#content .dx {
		width: 329px;
		margin: 0px 0px 6px 3px;
		float: left;
		display: inline;
	}
DIV.box_gray,
DIV.box_pink,
DIV.box_brown {
	background: #dcc1ba;
	width: 100%;
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	display: inline;
	border-bottom: 6px solid #111;
}
DIV.box_pink {
	background: #ecb28e;
}
DIV.box_brown {
	background: #362926;
	color: #eee;	
}
DIV.box_brown A {
    color: #898989;
}
DIV.box_brown A:hover {
    color: #ecb28e;
}
H1, H2 {
	padding: 20px 10px 0px 20px;
	margin: 0px;
	font-size: 18px;
	color: #330033;
}
DIV.box_brown H3 {
    padding: 20px 10px 0px 20px;
    margin: 0px;
    font-size: 24px;
    color: #dcc1ba;
    font-weight: bold;
}
DIV.txt {
	padding: 10px 20px 0px 20px;
	margin: 0px;
	text-align: justify;
}
DIV.txt_banner {
    padding: 0px 0px 0px 0px;
    margin: 0px;
}
DIV.box_bottoni{
	float:right;
	width:300px;
	margin:106px 0px 0px 0px;
	padding: 0px;
}
DIV.box_bottoni DIV.txt,
DIV.box_bottoni DIV.txt IMG{
    width:100%;
    float:right;
    margin: 0px 0px 2px 0px;
    padding: 0px;
}

#foto_4x3{
    float:left;
    width:665px;
    text-align: center;
}
DIV.box_foto_ext{
   width:100%;
   float:left;
   margin: 20px 10px 10px 20px;
   padding: 0px;

 }	
DIV.box_foto_int{
    width: 100px;
    height: 100px;
    float:left;
    margin: 2px 2px 2px 2px;
    padding: 0px;
}
DIV.box_foto_add{
    width: 300px;
    height: 100px;
    float:left;
    margin: 2px 2px 2px 2px;
    padding: 0px;
}	
P.titolo_cdi{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, Geneva, Swiss, Sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    margin: 2px 2px 10px 2px;
}	
/* --------------- DEFINIZIONI SPALLA DX --------------- */

#spalla_dx {
    width: 300px;
    padding: 0px 0px 20px 0px;
    margin: 0px 0px 0px 6px;
    float: left;
	display: inline;
	background: #31302f;
	border-top: 6px solid #111;
}
DIV.box_news {
	width: 100%;
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	color: #eee;
	float: left;
	display: inline;
}
DIV.box_news H3 {
	padding: 20px 10px 0px 20px;
	margin: 0px;
	font-size: 18px;
	color: #eee;
}
/* --------------- DEFINIZIONI FOOTER --------------- */

#footer {
    width: 950px;
    height: auto;
	padding: 20px 0px 50px 20px;
    margin: 0px 0px 0px 0px;
    font-size: 11px;
    float: left;
	display: inline;
}
	#footer UL {
		width: 100%;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
	    float: left;
		display: inline;		
	}
		#footer UL LI {
			list-style: none;
			padding: 0px 10px 0px 10px;
			margin: 0px;
			font-size: 10px;
			line-height: 100%;
			color: #FFF;
			float: left;
			display: inline;
			border-right: 1px solid #FFF;
		}
			#footer UL LI A {
				font-size: 12px;
				line-height: 14px;
				font-weight: normal;
				color: #FFF;
				text-decoration: none;				
			}
				#footer UL LI A:hover {
					color: #FFF;
					text-decoration: underline;
				}
	#footer #copy {
		padding: 20px 0px 0px 10px;
		margin: 0px 0px 0px 0px;
		font-size: 12px;
		color: #FFF;		
		float: left;
		display: inline;
	}
		#footer #copy A {
			font-size: 12px;
			font-weight: normal;
			color: #feb78b;
			text-decoration: none;				
		}
			#footer #copy A:hover {
				color: #feb78b;
				text-decoration: underline;
			}
