/*
Alice•2009
*/

body {
	margin: 5;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background: #faf8de;
}

a:link, a:visited { color: #FF99FF; font-weight: bold; text-decoration: none; } 
a:active, a:hover { color: #FFFF00; text-decoration: underline; }

h1 {
	margin:auto;
	padding: 15px 0 15px 0;
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
	height: 35px; /* +20 for padding */
	background:url(images/content_title_bg.jpg) no-repeat center;
}

h2 {
	margin: 0px;
	padding: 5px 0 20px 0;
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
}



p {
	margin: 0 0 7px 0;
	padding: 0 0 7px 0;
}

img {
	margin: 0;
	border: 0;
}

.cleaner {
	clear: both;
	width: 100%;
	height: 0px;
}

.cleaner_with_height {
	clear: both;
	width: 100%;
	height: 30px;
}

#container{
	width: 960px;
   position: absolute;
   left: 50%;
   margin: 0 0 0 -480px;

}

#container #header_panel {
	width: 860px; /* + 180 for padding left and right */
	height: 70px; /* + 20 for padding top and bottom */
	margin-top: 50px;
	background:url(images/header_bg_02.jpg) no-repeat;
}

#header_panel #title {
	margin-left: 30px;
	padding: 30px 0 10px 0;
	font-size: 40px;
	font-weight: lighter;
	color: #660033;
}

/* menu */
#container #menu {
	width: 760px;
	height: 50px;
	padding: 0px 90px;
	background: url(images/menu_bg.jpg) no-repeat;
}

#menu ul {
	text-align: center;
	width: 760px;
	margin: 0;
	padding: 13px 0 0 0;
	list-style: none;
}

#menu ul li{
	display: inline;
}

#menu ul li a{
	padding: 5px 25px;
	margin-right: 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #2d1414;
}

#menu li a:hover, #menu li .current{
	color: #ffffff;
}

/* end of menu */

/* banner */ 

#container #banner_panel {
	clear: both;
	width: 820px;
	height: 2200px;
	padding: 0 60px 70px 60px;
	background: url(images/bannerr_bg.jpg) no-repeat;
}

#banner_panel #banner_section{
	padding: 20px 0 0 60px;
	width: 500px;
}

#banner_panel #banner_section_contatti{
	padding: 40px 0 0 60px;
	/*height: 500px;*/
	width: 800px;
}

#map{
	border: 5px solid #C7BCC2;
	width:700px;
	height:450px;
	color:#000000;
	margin:0 auto;
	
}
#banner_panel #banner_section2{
	height: 100px;
	width: 50px;
}

/* end of banner */
/* content */
#container #content_top{
	width: 940px;
	height: 20px;
	background: url(images/content_top.jpg) no-repeat;
}

#container #content_bottom{
	width: 940px;
	height: 35px;
	background: url(images/content_bottom.jpg) no-repeat;
}

#container #content_bottom_gallery{
	width: 940px;
	height: 35px;
	background: url(images/content_bottom_gallery.jpg) no-repeat;
}

#container #content_body{
	width: 940px;
	padding:0;
	padding-top: 15px;
	
	background: url(images/content_bg.jpg) repeat-y;*/
	color: #000000;
}

#contenitore_mappa {
width:940px;
background: url(images/content_bg_gallery.jpg) repeat-y;
text-align:center;
}

#container #content_body_gallery{
	text-align:center;
	width:820px;
	padding-top: 15px;
	margin:auto;s
	/*background-color:#0000FF;*/
	*/
	color: #000000;
}

#content_body .content_body_section {
	width:820px;
	margin-left:20px;
	margin-right:20px;
	padding: 0 0 0 40px;
}

.content_body_section .content_body_section_content {
	padding:0 30px 0 30px;
}

.content_body_section a:link, .content_body_section a:visited { color: #993366; font-weight: bold; text-decoration: none; } 
.content_body_section a:active, .content_body_section a:hover { color: #CC5588; text-decoration: underline; }

.content_body_section_content img{
	margin: 3px 30px 0 0;
	float: left;
}

/* ----- Footer ----- */

#footer {
	clear: both;
	width: 960px;
	padding: 25px 0;
	margin-left: -25px;
	margin-right: -25px;
	text-align: center;
	color: #444;
}

#footer a:link, #footer a:visited { color: #444; font-weight: normal; text-decoration: none; } 
#footer a:active, #footer a:hover { color: #F60; text-decoration: underline; }
/* ----- End of Footer ----- */