@charset "UTF-8";
/* CSS Document */

html {
	width:100%;
	height:100%;
}

body {
	margin:0 auto;
	padding:0;
	width:100%;
	height:100%;
	text-align:center;
	background:url(../images/stripe.png);
}

/******************************/

#total_container {
	position:relative;
	width:969px;
}

#topmenu_sfondo {
	position:absolute;
	left:0px;
	top:0px;
	width:658px;
	height:26px;
	background-image:url(../images/top_menu.png);
	background-repeat:no-repeat;
}

#top_menu {
	position:absolute;
	left:10px;
	top:5px;
	width:550px;
	height:20px;
	font-size:0.9em;
	text-align:left;
}

#top_menu a {
	font-weight:normal;
	color:#673b15;
}

#logo {
	position:absolute;
	left:658px;
	top:0px;
	width:311px;
	height:88px;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	cursor:pointer;
}

#intermedio_content_menu {
	position:absolute;
	left:0px;
	top:26px;
	width:658px;
	height:62px;
	background-image:url(../images/intermedio_content_menu.png);
	background-repeat:no-repeat;
}

/******************************************/

#container_body {
	position:absolute;
	left:0;
	top:88px;
	width:969px;
	height:auto;
	padding:0;
	margin:0;
}

#body_main {
	width:969px;
	height:100%;
	text-align:center;
	background-image:url(../images/repeat_main.png);
	background-repeat:repeat-y;
}

div#content {
	float:right;
	width:633px;
	text-align:justify;
}

div#spazio_content {
	margin:0 13px 0 0;
}

div#intestazione_menu {
	float:left;
	width:336px;
	height:67px;
	background-image:url(../images/intestazione_menu.png);
	background-repeat:no-repeat;
}

div#navigation {
	float:left;
	clear:left;
	width:336px;
	height:auto;
	margin:0;
	padding:0;
	background-image:url(../images/repeat_menu.png);
	background-repeat:repeat-y;
}

div#spazio_navigation {
	margin:3px 35px 0 35px;
	height:100%;
	text-align:justify;
}

div#footer_menu {
	float:left;
	clear:left;
	width:336px;
	height:60px;
	background-image:url(../images/footer_menu.png);
	background-repeat:no-repeat;
}

div#extra {
	float:left;
	clear:left;
	width:336px;
	height:auto;
	margin:0;
	padding:0;
}

div#spazio_extra {
	margin:3px 35px 0 35px;
	height:100%;
	text-align:justify;
}


div#footer_content_menu {
	clear:both;
	width:100%;
	height:5px;
	background-image:url(../images/footer_content_menu.png);
	background-repeat:no-repeat;
	font-size:1px;
	line-height:1px;
}


/******************************************/

div#sotto_footer_main {
	width:100%;
	height:121px;
	overflow:hidden;
	margin:0;
	padding:0;
	text-align:center;
	background-image:url(../images/sotto_footer_main.jpg);
	background-repeat:no-repeat;
}

div#spazio_sotto_footer_main {
	width:949px;
	height:121px;
	overflow:hidden;
	padding:0;
	margin:0 auto 0 10px;
}

div#footer {
	width:969px;
	height:56px;
	background:#d5b790;
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
}