/* @override http://localhost:8888/Natta/css/layout.css */

* { margin: 0; padding: 0; }

html {
	text-align: center;
}

body {
	background: #fff;
	font: 90% Arial, Helvetica, Geneva, sans-serif;
}

p {
	padding-bottom: 0.4em;
	text-align: left;
	font-size: 80%;
	line-height: 140%;
}

a {
	text-decoration: none;
	color: #4060a5;
	border-width: 0;
}

a:hover {
	color: #5273bc;
	text-decoration: underline;
}

/* @group Contenitore fluido */

.wrapper {
	/*width: 1008px;*/
	width: 970px;
	margin: 0 auto;
	position: relative;
}

#container .wrapper {
	background: url(../img/murales.jpg) 14px 0 no-repeat;
}

#container .shadow-l {
	background: url(../img/shadow_l_menu.png) repeat-y 0 0;
}

#container .shadow-r {
	background: url(../img/shadow-r.png) repeat-y 100% 0;
}

/* @end */

/* @group Header */
#header {
	height: 169px;
}

#band {
	width: 100%;
	height: 130px;
	opacity: 0.95;
	/* IE */
	filter: alpha(opacity = 95);
	background-color: #323232;
	top: 20px;
	left: 0;
	position: absolute;
	z-index: 1;
}

#logo {
	top: 8px;
	float: left;
	position: relative;
	left: 88px;
}
#logo a img {
	border-style: none;
}

#intestazione {
	width: 733px;
	height: 120px;
	position: relative;
	top: 8px;
	/*left: 131px;*/
	/*left: 112px; OLD Dany */
	left: 175px;
	display: block;
	float: left;
	background-image: url(../img/intestazione.png);
	background-repeat:no-repeat;
}

/* @group Intestazione testi */

#int1, #int2, #int3, #int4 {
	text-align: center;
	float: left;
	clear: left;
	margin: 0 auto;
	position: relative;
	width: 100%;
}

#int1 {
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
	visibility: hidden;
}

#int2 {
	color: #f5eb00;
	font: bold 34px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 3px;
	visibility: hidden;
}

#int3 {
	text-transform: uppercase;
	color: #fff;
	font-size: 15px;
	visibility: hidden;
}

#int4 {
	color: #cee3f3;
	font-size: 24px;
	font-style: italic;
	letter-spacing: 1px;
	visibility: hidden;
}

/* @end */
/* @end */

/* @group Menu */

#menu {
	font-weight: bold;
	margin-left: 14px;
	width: 224px;
	float: left;
	height: 100%;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#menu ul {
	list-style-type: none;
	font-size: 13px;
}

#menu li {
	margin: 0 0 3px 0;
}

span.first {
	height: 28px;
	display: block;
	padding-top: 11px;
	padding-left: 51px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0px;
	width: 170px;
}

#menu ul li {
	text-align: left;
}

#menu a {
	display: block;
}

#menu a:link, .mainlist a:visited {
	color: #FFF;
	text-decoration: none;
}

/* Dimensione sottomenu */
#menu .sub1, #menu .sub2 {
	margin-left: 14px;
	font-size: 12px;
	line-height: 16px;
}

#menu ul.sub1 {
	padding-left: 40px;
}

#menu ul.sub1 li a span{
	padding-left: 14px;
}


#menu ul.sub2 li a span {
	padding-left: 8px;
}

#dirigente {
	color: #fff;
	text-align: right;
	float: left;
	border-top: 1px dashed #c8c9c9;
	position: relative;
	left: 43px;
	width: 180px;
	font-style: normal;
	font-weight: normal;
	padding-top: 5px;
	font-size: 13px;
}
#dirigente span {

	display: block;
	position: relative;
	padding-right: 3px;
	font-style: italic;
}
#dirigente #dir {
	text-transform: uppercase;
	font-size: 12px;
}

/* @end */

/* @group Breadcrumb */

#breadcrumb {
	float: left;
	clear: both;
	position: relative;
	width: 706px;
	border-bottom: 1px solid #babbc9;
	color: #999;
	font-size: 11px;
	padding-top: 6px;
	padding-right: 6px;
	padding-left: 6px;
}

#breadcrumb div {
	float: left;
	padding: 2px 5px 5px 2px;
}

#breadcrumb div.breadcrumb-inatt a {
	color: #999;
}

/* @end */

/* @group Contenuto */

/* @group Frame centrale */

#frame {
	position: relative;
	clear: both;
}

#title, #title_bg {
	/*width: 758px;*/
	width: 720px;
	height: 80px;
	clear: both;
	position: relative;
	top: 20px;
}

#title_bg {
	position: absolute;
	opacity: 0.6;
	/* IE */
	filter: alpha(opacity = 60);	
}


.clear {
	clear: both;
}

#frame #title h1, #frame #title h2 {
	float: right;
	/*width: 620px;*/
	width: 582px;
	text-align: right;
}

#title h1 {
	margin-top: 10px;
	font-style: italic;
}

#title h2 {
	font-style: italic;
	color: #fff;
}

#frame #icon {
	width: 71px;
	height: 71px;
	float: right;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 20px;
}

#text {
	position: relative;
	padding-top: 36px;
	margin-left: 60px;
	margin-right: 20px;
}
/* @end */

#content, #footer {
	/*width: 1008px;*/
	width: 970px;
	margin: 0 auto;
	position: relative;
	float: left;
}

.center {
	float: left;
	/*width: 758px;*/
	width: 720px;

}



/* @end */

/* @group Sponsor */
#sponsor {
	border-top: 2px solid #d6d2d8;
	border-bottom: 2px solid #d6d2d8;
}

#sponsor .wrapper {
	height: 90px;
}

#sponsor .box-sponsor {
	height: 100%;
	position: relative;
	float: left;
	border: 1px solid #d6d2d8;
	width: 188px;
	margin-left: 10px;
}

/* @end */

/* @group Footer */
#footer-shadow {
		background: url(../img/shadow-b.png) no-repeat 100% 0;
	height: 22px;
	clear: both;
}

#footer {
	font-size: 75%;
	padding-top: 5px;
	height: 60px;
	clear: both;
	float: none;
}


/* @end */