@import url(/css/pages.css);
@import url(/css/primopiano.css);
@import url(/css/leftmenu.css);
@import url(/css/rightmenu.css);
@import url(/css/insidemenu.css);
@import url(/css/news.css);
@import url(/css/newsmenu.css);
@import url(/css/globalsearch.css);
@import url(/css/newsletter.css);
@import url(/css/home-newsletter.css);
@import url(/css/home-events.css);
@import url(/css/contact.css);
@import url(/css/documents.css);
@import url(/css/events.css);
@import url(/css/events-calendar.css);
@import url(/css/sitemap.css);
@import url(/css/home-news.css);
@import url(/css/links.css);
@import url(/css/common.css);

body {
	width: 100%;
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	background: url(/images/bg_body.png) repeat-y center top;
}

a img {
	border: none;
}

a:link, a:visited {
	color: #2761ab;
	text-decoration:none;
}

a:active, a:hover {
	color: #0099ff;
	text-decoration:none;
}


#main {
	background: url(/images/bg_main.png) no-repeat top center;
}

#page {
	background: url(/images/header.jpg) no-repeat center 30px;
	width:800px;
	margin:0 auto;
}

#header {
	height: 125px;
}


/* +++++++++++++++ BARRA TOP +++++++++++++++ */

#subtopmenu {
	margin: 0;
	height:33px;
	background-color: #eeeeee;
	border-bottom: 1px solid #666666; 
}

#rssnews {
	margin: 0;
	float:left;
	padding-left:13px;
	padding-top:7px;
}
#rssnews a img {
	margin-top: 3px;
}

#date-time {
	margin: 0;
	float:left;
	padding-left:13px;
	padding-top:7px;
}
#date-time p{
	margin: 0;
	padding: 5px 0;
	font-size: 11px;
}

#subtopsearch {
	float:right;
	padding-right:13px;
	padding-top:7px;
}

#subtopsearch form {
	margin:0;
	padding:0;
}
#subtopsearch form p{
	margin: 0;
	font-size: 10px;
	font-weight: bold;
}

#subtopsearch input, #subtopsearch select {
	font-size: 10px;
	border: 1px solid #2761ab;
	background: #f4f4f4 url(/images/input_bg.gif) no-repeat left top;
	width: 150px;
	padding: 2px 5px;
	vertical-align: middle;
}





/* +++++++++++++++ MENU TOP +++++++++++++++ */

#topmenu {
	height: 30px;
}
#topmenu ul {
	margin: 0;
	padding: 0 2px;
	list-style-type: none;
}
#topmenu ul li {
	float: left;
}
#topmenu ul li a{
	display: block;
	padding: 0 14px;
	margin: 7px 0;
	text-transform: uppercase;
	font-size: 1em;
	border-right: 1px solid #fff;
}
#topmenu ul li a:link, #topmenu ul li a:visited{
	color: #eeeeff;
}
#topmenu ul li a:active, #topmenu ul li a:hover{
	color: #ffffff;
	text-decoration: underline;
}

#topmenu ul li a#topmenu-last {border:none;}


/* +++++++++++++++ navbar +++++++++++++++ */
#navbar {

}
#navbar p{
	margin: 0;
	padding: .8em .5em;
}


/* +++++++++++++++ COLS +++++++++++++++ */

#leftcol {
	display:inline;
	overflow: hidden;
	width: 222px;
	float:left;
	padding-top: 95px;
}
	#menucol {
		background: url(/images/leftmenubg.jpg) repeat-y;
	}
	#newslettercol, #eventscol, #reservedcol {
		padding-left: 20px;
		padding-right: 17px;
		padding-bottom: 30px;
	}
	#newslettercol h2, #eventscol h2, #reservedcol h2 { margin: 0; padding: 0;}

#centercol {
	display:inline;
	overflow: hidden;
	float:left;
	width: 430px;
	padding-top: 80px;
}

#rightcol {
	display:inline;
	overflow:hidden;
	float:left;
	padding: 0 8px;
	width: 132px;
	padding-top: 40px;
}

/* +++++++++++++++ BANNERS +++++++++++++++ */
.banners {
	text-align: center;
}
.banners img{
	display: block;
	margin: 1em auto;
}
