
/*********************************
Main Structure settings
**********************************/


/* {
	margin: 0;
	padding: 0;
}*/

body {
	background: #333 url(../images/main_bg.gif) repeat-x;
	/*color: #ddd;*/
	font-size: 12px;
	font-family: "century gothic", "trebuchet ms", verdana, arial, helvetica, sans-serif;
	padding-bottom:20px;
	text-align:center;
}


.hide, hr {
	display: none;
}

h3 {
	font-size:22px;
	border-bottom:1px solid #000;
	margin-bottom:10px;
	font-weight:normal;
}

h6 {
	font-size:16px;
	font-weight:normal;
}

h4.titolo {
	font-size:14px;
}

h5.correlate {
	font-size:15px;
}

h5.title {
	font-size:20px;
	border-bottom:1px solid #666;
}

/*****************************
General Linkology
******************************/

a img {
	border: none;
}

a {
	text-decoration: none;
}

a:link {
	color: #E08F0C;
}

a:visited {
	color: #E08F0C;
}

a:hover {
	color: #eee;
}

hr.bot {
	clear:both;
	display:block;
	visibility:hidden;
	margin:0;
}

/************************************
Header Settings
************************************/

#header {
	position: relative;
	width: 770px;
	height: 173px;
	margin: 0 auto 20px;
	background: url(../images/header_bg.gif) no-repeat;
	text-align:left;
}

#header #nome {
	position: absolute;
	left: 20px;
	bottom: 16px;
	display: block;
	width: 220px;
	/*height: 0;
	padding: 38px 0 0;
	overflow: hidden;
	background: url(../img/header_logo2.gif);
	background-position:top left;
	background-repeat:no-repeat;*/
	z-index: 1;
}

#header #nome h1{
margin:0;
padding:0;
font-weight:normal;
color: #fa2;
font-size:25px;
letter-spacing:-1px;
line-height:20px;
}

#header #nome h2{
margin:0;
padding:0;
font-weight:normal;
color: #fa2;
font-size:16px;
}


#header #photo {
	position: absolute;
	left: 60px;
	top:  0;
	width: 612px;
	height: 169px;
	background: url(../img/header_photos.jpg);
	background: none;
}

#header #extra {
	position: absolute;
	left: 258px; 
	top:  0;
	width: 259px;
	height: 173px;
	background: url(../images/header_new4.jpg) no-repeat;
}


#header #nav {
	position: absolute;
	right: 20px;
	bottom: 10px;
	text-align: right;
}

#header #nav table tr td#tableleft {
	margin-right:5px;
	padding-right:15px; 
	border-right:1px solid #444;
}

#header #nav table tr td ul {
	list-style: none;
}

#header #nav table tr td ul li {
	line-height: 20px;
	font-size:12px;
	text-align: right;
}

/************************************
Block Settings
************************************/

.block {
	clear: both;
	width: 770px;
	background: url(../images/block_title.gif) no-repeat;
	background-repeat:no-repeat;
	background-position:top left;
	padding:0;
	margin: 0 auto;
	text-align:left;
}



.block h2#blocktitl{
	margin:0;
	padding:0;
	height:34px;
	padding: 20px 0 0px 20px;
	color: #fa2;
	font-weight: normal;
	font-size: 11px;
	text-align: left;
	background: url(../images/block_title_spacer.gif) no-repeat bottom right;
	float:left;
	height:34px;
	width: 165px; 
}

.block h2#blocktitr{
	margin:0;
	margin-left: 180px;
	padding:0;
	height:34px;
	padding: 20px 0 0 20px;
	color: #fa2;
	font-weight: normal;
	font-size: 11px;
	text-align: left;
}

.block h2#blocktitlno {
	margin:0;
	padding:0;
	width: 165px;
	height:34px;
	padding: 20px 0 0 20px;
	color: #fa2;
	font-weight: normal;
	font-size: 11px;
	line-height: 11px;
	text-align: left;
	float:left;
}

.block #blockbody {
	margin-left:4px;
	margin-right:4px;
	border-top: 1px solid #989898;
	background-image:url(../images/blockpattern.gif);
	background-repeat:repeat-y;
	background-position: top right;
	margin-top:0;
}

.block #blockbodyno {
	margin-left:4px;
	margin-right:4px;
	border-top: 1px solid #989898;
	background-image:url(../images/block_right.gif);
	background-repeat:repeat;
	background-position: top left;
	font-size:13px;
	color:#000000;
}


.block #blockbody #blockleft {
	float: left;
	width: 166px; 
	margin:0;
	padding: 16px 10px 14px 5px;
	color: #333;
	font-size: 11px;
	text-align: left;
	border-top: 1px solid #989898;
}

.block #blockbody #blockleft dl {
margin:0;
padding:0;
}

.block #blockbody #blockleft dl dt{
margin:0;
padding:0;
border-bottom:1px solid #000;
margin-bottom:5px;
text-align:right;
}

.block #blockbody #blockleft dl dd {
margin:0;
margin-bottom:8px;
padding:0;
font-size:11px;
line-height:10px;
}

.block #blockbody #blockright {
	margin:0px;
	margin-left:182px; 
	padding: 16px 20px 14px; 
	color: #333333;
	font-size: 11px;
	text-align: left;
	border-top: 1px solid #989898;
	position:relative;
}

.block #blockbody #blockright img {
	border:1px solid #000;
	float:right;
}

.block #blockbody #blockright h4 {
	font-size:25px;
	border-bottom:1px solid #000;
}

.block #blockbody #blockright h5 {
	font-size:20px;
	margin-bottom:10px;
}

.block #blockbodyno h4 {
	font-size:25px;
	border-bottom:1px solid #000;
	}

.block #blockfooter {
	clear: both;
	float: none;
	position: relative;
	top: -13px;
	width: auto;
	height: 13px;
	padding: 0;
	border: none;	
	background: url(../images/block_footer.gif);
}

.block a {
font-weight:bold;
}

.block a:hover {
color:#000;
font-weight:bold;
text-decoration:underline;
}


/*****************************
 Footer Settings 
 ****************************/

#footer {
	width: 770px;
	height: 20px;
	margin: 20px auto 20px;
	font-size: 10px;
	line-height: 12px;
	color: #fa2;
	text-align: center;
	background: url(../images/footer_bg.gif) no-repeat center bottom;
}

#footer .left {
	float: left;
	margin: 0 0 0 20px;
}

#footer .right {
	float: right;
	margin: 0 20px 0 0;
}

#footer li {
	display: inline;
}

#footer a.select {
	color: #eee;
}
	
/********************************
Pages settings
********************************/

.block #blockbody #blockright table.tabella {
	width:99%;
	position:relative;
}

.block #blockbody #blockright form table#araccess {
	width:auto;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
}

.block #blockbody #blockright form table#araccess tr td input.arsubmit {
	width:70px;
}

.block #blockbody #blockright form table#araccess tr td.tabrightinput {
	text-align:right;
}
