/* CSS Document */
html {
	height:100%;
	width:100%;
}

body {
	background: #c7c0b9 url(../images/bg_body.jpg) top repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #796d61;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	height:100%;
}

/*--------------------- STILI GENERALI -------------------*/

div, h1, h2, h3, h4, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}


p, ul {margin-top:7px; margin-bottom:10px;}



h1 { 
	font-size: 24px;
	font-weight:bold;
	color:#fff;
	margin:0px;
}

h2 {
	font-size: 16px;
	font-weight:bold;
	color:#960066;
	margin-bottom:0px;	
}


/*collegamenti ipertestuale*/
a {
	color:#7f683c;
	text-decoration:none;
}

a:hover {
	color:#fff;
	text-decoration: none;
}
	

.clearer {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

/*--------- STRUTTURA DEL SITO -------------*/
#layout {

}

#sito {
	width:950px;
	margin:0px auto;
}

#header {
	height:104px;
	width:950px;
	position:relative;
	background: url(../images/bg_head.jpg) repeat-x;	
}

	#header #logo {
		display:block;
		margin: 0px auto;
		/*position:absolute;
		left:0px;
		top:0px;*/
		background: url(../images/eurosun.jpg);
		width:232px;
		height:104px;
	}
	
		#header #logo span { 
			display:none;
		}
	#header #link_flash {
		position:absolute;
		right:0px;
		bottom: 10px;
	}

	#main_menu {
		height:60px;
		background: url(../images/bg_menu.jpg) top repeat-x;
	}
		#main_menu  ul {
			width:100%;		
			list-style:none;
			margin:0px;
			padding:0px;
			background: url(../images/menu_brd.jpg) right no-repeat;
			float:left;
		}

		#main_menu ul li {
			height:60px;
			margin:0px 0px 0px 0px;
			padding:0px;
			background: url(../images/menu_brd.jpg) left no-repeat;
			float:left;
			width:14.2%;
			width:20%;
			text-align: center;
		}
		
		#main_menu ul li a {		
			display:block;
			width:100%;
			padding-top: 20px;
			height: 40px;
			text-transform: uppercase;
			color:#796d61;
		}
		#main_menu ul li a:hover {
			color:#960066;
		}
				
#container {
	width:950px;
}

	#page_area {
		width:680px;
		float:right;
	}
	
	#page_area #titolo_pagina {
		margin-top:10px;
	}
	#col_right {
		width:255px;
		float:left;
	}
		

	#percorso {
		margin: 5px 10px;
		font-size: 12px;
		color:#666;
	}	
		#percorso a {
			color:#666;
		}
		#percorso a:hover {
			color:#600;
		}
		
#footer {
	border-top: 1px solid #9d958d;
	clear:both;
	text-align:left;
	font-size: 12px;
	width:956px;
	margin:0px auto;
	padding-top:20px;
	padding-bottom:20px;
}

#footer b {
	font-size:14px;
	}


#landing_pages {
	padding: 20px 0px 10px 0px;
}

	#landing_pages ul {
		margin: 0px;
		padding: 0px;
		display: inline;
	}
	
	#landing_pages li {
		margin: 0px;
		padding: 0px;
		display: inline;
		text-transform:lowercase;
		padding-left: 5px;
	}
	
	#landing_pages a { color:#BAB0A7 }
	#landing_pages a:hover { color:#fff }
	
/*------ DIVERSI LAYOUT -------*/