
 /* General styles */
 
html { height:100%; }
 
body {
	position:relative;
	margin:0;
	padding:0;
	width:100%;
	font-family:"Lucida Sans","Lucida Grande";
	/*font-family: "Georgia", "Palatino";*/
	min-width:901px;
	font-size:90%;
}
a {
	text-decoration:none;
	color:#b51919;
}
a:hover {
	text-decoration:underline;
}
img {
	border:0;
}
 h1, h2, h3, h4, h5 {
	margin:0;
	padding:0;
}
p {
	margin:.4em;
	padding:0;
}

p.left {
	text-align: left;	
}
p.just {
	text-align:justify;
}
 /* Header styles */

#header {
	position:absolute;
	top:0;
	width:100%;
	height:35px;
	background-color:#fff;
}
#header {
	border-bottom:1px solid #adadad;
}
#header ul {
	clear:left;
	float:left;
	list-style:none;
	margin:12px 0 0 50%;
	padding:0;
}
#header ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#header ul li a {
	display:block;
	float:left;
	margin-right: 2em;
	font-family: "Courier New", "Courier";
	font-size: 1.1em;
	color:#000;
	left:-450px;
	text-decoration:none;
	position:relative;
	line-height:1.3em;
}
#header ul li a:hover {
	font-weight: bold;
}
#header ul li a.active,
#header ul li a.active:hover {
	color:#adadad;
	font-weight: bold;
}

div.desc {
	padding:5px;
	font-size:0.8em;
	color:#ffffff;
}
 
 /* Main menu */
 
#m_menu {
	float:left;
	width:180px;
}

#m_menu h1 a {
	display:block;
	width:180px;
	height:151px;
}
#m_menu h1 a:hover, a:active {
	outline:none;
	text-decoration:none;
}

#m_menu h1 a span {
	display:none;
}

#m_menu ul {
	list-style:none;
	margin:0;
	padding:0;
}

#m_menu ul li {
	font-size:0.9em;
	text-align:left;
	border-style:solid;
	border-color:#fff;
	border-width:0 0 1px 0px;
}

#m_menu ul li a {
	display:block;
	padding:10px 8px 10px 8px;
	width:164px;
	color:#888;
}
#m_menu ul li ul li a {
	color:#888;
}
span.ent_1 {
	display:block;
	float:left;
	margin-right:6px;
	width:25px;
	height:29px;
	background:transparent url("../img/st_1_25.png");
}
span.ent_2 {
	display:block;
	float:left;
	margin-right:6px;
	width:25px;
	height:29px;
	background:transparent url("../img/st_2_25.png");
}
span.ent_3 {
	display:block;
	float:left;
	margin-right:6px;
	width:25px;
	height:29px;
	background:transparent url("../img/st_3_25.png");
}
span.ent_4 {
	display:block;
	float:left;
	margin-right:6px;
	width:25px;
	height:50px;
	background:transparent url("../img/st_4_25.png") no-repeat;
}
span.ent_5 {
	display:block;
	float:left;
	margin-right:6px;
	width:25px;
	height:50px;
	background:transparent url("../img/st_5_25.png") no-repeat;
}
#m_menu ul ul {
	border-top: 1px dashed #444444;
}
#m_menu ul li li {
	font-size:0.9em;
	border:none;
}
#m_menu ul li li a {
	display:block;
	padding:2px 0 2px 15px;
	width:164px;
	color:#444444;
}
#m_menu ul.shortcut {
	background: transparent;
	font-size:0.8em;
}
#shortcut {
	padding: 10px;
	margin-bottom:43px;
}
#shortcut a, .scut {
	color: #ffffff;
}

 /* Columns */

#container {
	width:100%;
	padding:35px 0 25px 0;
	min-height:100%;
	height:auto;
	overflow:auto;
	text-align:center;
}
#col2 {
	min-height:100%;
	height:auto;
	overflow:auto;
	margin:0 auto;
	width:901px;
	text-align:left;
}
#col1 {
	position:absolute;
	width:50%;
	min-height:100%;
	height:auto;
	overflow:hidden;
	top:35px;
	left:0;
	z-index:-10;
}
#col3 {
	position:absolute;
	min-height:100%;
	height:auto !important;
	overflow:hidden;
	width:50%;
	top:35px;
	right:0;
	z-index:-10;
}

 /* Text */
 
#content {
	float:right;
	width:721px;
	margin:0;
}
#text {
	float:right;
	margin-top:150px;
	text-align:right;
	padding:8px 20px 20px 20px;
	width:550px;
	min-height:500px;
}
#text h2,#big_text h2 {
	position:relative;
	height:100px;
	width:100%;
	font-family:"Georgia";
	text-align:right;
}
#text h2 span,#big_text h2 span {
	display:block;
	font-size:18pt;
	margin-left:auto;
	margin-right:0;
}
#text h2 span.t_1,#big_text h2 span.t_0   {
	font-size:20pt;
	width:195px;
}
#text h2 span.t_1,#big_text h2 span.t_1   {
	font-size:20pt;
	width:195px;
}
#text h2 span.t_2,#big_text h2 span.t_2  {
	font-size:19pt;
	width:240px;
}
#text h2 span.t_3,#big_text h2 span.t_3  {
	font-size:20pt;
}
#text h2 span.t_4,#big_text h2 span.t_4  {
	width:220px;
}
#text h2 span.t_5,#big_text h2 span.t_5 {
	width:340px;
}
#text p {
	font-size:0.8em;
	padding:4px 6px 4px 6px;
}
#title{
	font-size: 22px;
	font-family:"Georgia";
	font-weight: bold;
	line-height: 10px;
}

#subtitle{
	font-size: 20px;
	font-family:"Georgia";
	font-weight: bold;
}
#big_text {
	float:right;
	margin-top:150px;
	text-align:left;
	padding:8px 20px 20px 20px;
	width:651px;
	min-height:500px;
}
#thumbs {
	position:relative;
	width:720px;
	margin-bottom:10px;
}
div.fgal_tit {
	position:relative;
	float:left;
	margin-left:-12px;
	width:24px;
	height:80px;
	background:transparent url("../img/fgal_flip.png") no-repeat;
	z-index:10;
}
div.fgal {
	position:relative;
	float:left;
	width:686px;
	z-index:11;
}
#thumbs a img {
	margin:11px;
	border:2px solid #adadad;
}
#thumbs a:hover img {
	border-color:#b51919;
}

#comune {
	position:relative;
	float:left;
	margin-top:258px;
	padding:0px;
	width:130px !important;
}
#comune p {
	margin-left:8px;
	font-size:0.75em;
	padding:4px 6px 4px 6px;	
}
#comune p + div.com {
	margin-top:7px;
}
#box_center {
	float:left;
	width:450px;
	padding:10px;
}
#box_center ul{
	line-height: 23px;
}
#box_right {
	float: right;
	width:160px;
	padding:10px;
	border-left: 1px dotted #000000;
}
#box_right ul  {
	list-style:none;
	margin:0;
	padding:0;
}

#box_right ul li {
	font-size:0.9em;
	text-align:left;
	margin: 5px 0;
	padding: 5px 0;
	border-bottom: 1px dotted #000000;
}

/* Buttons */

div.bt {
	text-align:center;
	font-size:0.8em;
	position:relative;
}
div.bt a {
	display:block;
	width:176px;
	height:28px;
	padding-top:5px;
	color:#ddd;
	font-weight:bold;
	background:transparent url("../img/pul_int.png") no-repeat top left;
}
div.bt a:hover {
	color:#fff;
	text-decoration:none;
}
div.bt a:active {
	display:block;
	width:171px;
	height:25px;
	padding:8px 0 0 4px;
	outline:none;
	color:#fff;
	font-weight:bold;	
	background:transparent url("../img/pul_int.png") no-repeat bottom left;
}
div.ric {
	font-size:0.8em;
	padding:5px 0 1px 4px;
	background:#fff;
	border-top:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
}
div.ric a {
	display:block;
	width:176px;
	height:28px;
	padding-top:5px;
	color:#f4cfcf;
	font-weight:bold;
	background:transparent url("../img/pul_ric.png") no-repeat top left;
}
div.ric a:hover {
	color:#fff;
	text-decoration:none;
}
div.ric a:active {
	display:block;
	width:171px;
	height:25px;
	padding:8px 0 0 4px;
	outline:none;
	color:#fff;
	font-weight:bold;	
	background:transparent url("../img/pul_ric.png") no-repeat bottom left;
}
div.ric a span {
	display:block;
	float:left;
	margin-left:8px;
	width:25px;
	height:25px;
	background:transparent url("../img/lente_25.png") no-repeat;
}
div.com {
	font-size:0.8em;
}
div.com a {
	display:block;
	width:102px;
	height:28px;
	margin-left:8px;
	padding:5px 0 0 18px;
	color:#ddd;
	font-weight:bold;
	background:transparent url("../img/pul_com.png") no-repeat top left;
}
div.com a:hover {
	color:#fff;
	text-decoration:none;
}
div.com a:active {
	display:block;
	width:99px;
	height:24px;
	padding:9px 0 0 21px;
	outline:none;
	color:#fff;
	font-weight:bold;	
	background:transparent url("../img/pul_com.png") no-repeat bottom left;
}


 /* Footer styles */
	
#footer {
	position:absolute;
	bottom:-35px;
	width:100%;
	height:60px;
	background-color:#fff;
	border-top:1px solid #000;
	z-index:1;
}
#footer p {
	margin:0;
	padding:10px;
	font-family: "Verdana", "Arial";
	font-size:0.8em;
	text-align:center;
	color:#adadad;
}
div.logo {
	position:relative;
	margin-left:50%;
	left:-397px;
	margin-top:-50px;
}
div.logo span {
	display:block;
	float:left;
	height:35px;	
	border:1px dotted #808080;
}
span.logo1 {
	width:21px;
	background:transparent url("../img/logo_rpuglia_35.jpg") no-repeat;
}
span.logo2 {
	margin-left:5px;
	width:43px;
	clear:right;
	background:transparent url("../img/logo_mibac_35.jpg") no-repeat;
}

/* Overides */

.error {
    color:#ff0000;
}
.breadcrumb {
    font-size:11px;
}
.clearer {
	clear:both;
}

